2025-02-04 04:36:08.943 | + stack.sh:main:496 : exec 2025-02-04 04:36:08.943 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-02-04-043608' 2025-02-04 04:36:08.943 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-02-04-043608.summary.2025-02-04-043608 2025-02-04 04:36:08.943 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:36:08.943 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-02-04-043608 2025-02-04 04:36:08.943 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2025-02-04-043608 /opt/stack//logs/stack.sh.log 2025-02-04 04:36:08.943 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2025-02-04-043608.summary.2025-02-04-043608 /opt/stack//logs/stack.sh.log.summary 2025-02-04 04:36:08.943 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2025-02-04 04:36:08.943 | + functions:check_path_perm_sanity:607 : local real_path 2025-02-04 04:36:08.943 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-02-04 04:36:08.943 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-02-04 04:36:08.943 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-02-04 04:36:08.943 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-02-04 04:36:08.943 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-02-04 04:36:08.943 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-02-04 04:36:08.943 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-02-04 04:36:08.943 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-02-04 04:36:08.945 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-02-04 04:36:08.946 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-02-04 04:36:08.947 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-02-04 04:36:08.949 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-02-04 04:36:08.952 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-02-04 04:36:08.953 | + stack.sh:main:528 : trap exit_trap EXIT 2025-02-04 04:36:08.954 | + stack.sh:main:569 : trap err_trap ERR 2025-02-04 04:36:08.956 | + stack.sh:main:582 : set -o errexit 2025-02-04 04:36:08.957 | + stack.sh:main:585 : uname -a 2025-02-04 04:36:08.958 | 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-02-04 04:36:08.960 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-02-04 04:36:08.961 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2025-02-04 04:36:08.963 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2025-02-04 04:36:08.988 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2025-02-04 04:36:08.999 | + stack.sh:main:599 : fetch_plugins 2025-02-04 04:36:09.000 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2025-02-04 04:36:09.001 | + functions-common:fetch_plugins:1782 : local plugin 2025-02-04 04:36:09.003 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2025-02-04 04:36:09.004 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2025-02-04 04:36:09.004 | Fetching DevStack plugins 2025-02-04 04:36:09.005 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2025-02-04 04:36:09.007 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2025-02-04 04:36:09.008 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2025-02-04 04:36:09.009 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2025-02-04 04:36:09.011 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:36:09.012 | + functions-common:git_clone_by_name:707 : local branch=devstack 2025-02-04 04:36:09.013 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-02-04 04:36:09.015 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-02-04 04:36:09.016 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2025-02-04 04:36:09.017 | + functions-common:git_clone:614 : local git_ref=devstack 2025-02-04 04:36:09.019 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:36:09.020 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:36:09.022 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:36:09.023 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:36:09.025 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:36:09.035 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:36:09.036 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:36:09.037 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:36:09.039 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:09.040 | + functions-common:git_clone:633 : echo devstack 2025-02-04 04:36:09.040 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:36:09.044 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-02-04 04:36:09.045 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:09.046 | + 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-02-04 04:36:09.048 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:36:09.049 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:36:09.051 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:36:09.052 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:36:09.053 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:36:09.055 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:36:09.056 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:09.057 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:09.059 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:09.061 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643769060 2025-02-04 04:36:09.062 | + 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-02-04 04:36:09.065 | Cloning into '/opt/stack/networking-nsx-t'... 2025-02-04 04:36:09.585 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:36:09.586 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:09.588 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:09.589 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:09.591 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:09.592 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:09.593 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:36:09.595 | + functions-common:time_stop:2442 : start_time=1738643769060 2025-02-04 04:36:09.596 | + functions-common:time_stop:2444 : [[ -z 1738643769060 ]] 2025-02-04 04:36:09.598 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:09.600 | + functions-common:time_stop:2447 : end_time=1738643769599 2025-02-04 04:36:09.602 | + functions-common:time_stop:2448 : elapsed_time=539 2025-02-04 04:36:09.603 | + functions-common:time_stop:2449 : total=0 2025-02-04 04:36:09.604 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:09.606 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=539 2025-02-04 04:36:09.607 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2025-02-04 04:36:09.609 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2025-02-04 04:36:09.610 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:36:09.612 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:36:09.613 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:36:09.614 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:36:09.616 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:36:09.617 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:36:09.619 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:09.620 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:09.622 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:09.624 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643769623 2025-02-04 04:36:09.625 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-02-04 04:36:10.031 | From https://github.com/sapcc/networking-nsx-t 2025-02-04 04:36:10.032 | * branch devstack -> FETCH_HEAD 2025-02-04 04:36:10.035 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:36:10.037 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:10.038 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:10.039 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:10.041 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:10.042 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:10.044 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:36:10.045 | + functions-common:time_stop:2442 : start_time=1738643769623 2025-02-04 04:36:10.046 | + functions-common:time_stop:2444 : [[ -z 1738643769623 ]] 2025-02-04 04:36:10.048 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:10.050 | + functions-common:time_stop:2447 : end_time=1738643770049 2025-02-04 04:36:10.052 | + functions-common:time_stop:2448 : elapsed_time=426 2025-02-04 04:36:10.053 | + functions-common:time_stop:2449 : total=539 2025-02-04 04:36:10.054 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:10.056 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=965 2025-02-04 04:36:10.057 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:36:10.059 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:36:10.060 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:36:10.061 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:36:10.063 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:36:10.064 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:36:10.065 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:36:10.067 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:10.068 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:10.070 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:10.072 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643770071 2025-02-04 04:36:10.074 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:36:10.083 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:36:10.083 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:36:10.083 | state without impacting any branches by switching back to a branch. 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:36:10.083 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | git switch -c 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | Or undo this operation with: 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | git switch - 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:36:10.083 | 2025-02-04 04:36:10.083 | HEAD is now at 29bc664 Delay agent initialization 2025-02-04 04:36:10.085 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:36:10.087 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:10.088 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:10.089 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:10.091 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:10.092 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:10.093 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:36:10.095 | + functions-common:time_stop:2442 : start_time=1738643770071 2025-02-04 04:36:10.096 | + functions-common:time_stop:2444 : [[ -z 1738643770071 ]] 2025-02-04 04:36:10.098 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:10.100 | + functions-common:time_stop:2447 : end_time=1738643770099 2025-02-04 04:36:10.101 | + functions-common:time_stop:2448 : elapsed_time=28 2025-02-04 04:36:10.103 | + functions-common:time_stop:2449 : total=965 2025-02-04 04:36:10.104 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:10.105 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=993 2025-02-04 04:36:10.107 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-02-04 04:36:10.116 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2025-02-04 04:36:10.118 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:36:10.118 | + functions-common:git_clone:696 : head -1 2025-02-04 04:36:10.120 | 29bc664 Delay agent initialization 2025-02-04 04:36:10.122 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:36:10.123 | + stack.sh:main:603 : run_phase override_defaults 2025-02-04 04:36:10.125 | + functions-common:run_phase:1863 : local mode=override_defaults 2025-02-04 04:36:10.126 | + functions-common:run_phase:1864 : local phase= 2025-02-04 04:36:10.128 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:36:10.129 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:36:10.131 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:36:10.132 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:36:10.133 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:36:10.135 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:36:10.138 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:36:10.139 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:36:10.141 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:36:10.142 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-02-04 04:36:10.144 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:36:10.153 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:10.154 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-02-04 04:36:10.156 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-04 04:36:10.157 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-04 04:36:10.158 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-04 04:36:10.160 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-04 04:36:10.161 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-02-04 04:36:10.162 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-02-04 04:36:10.164 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-02-04 04:36:10.165 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-02-04 04:36:10.167 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-04 04:36:10.168 | + functions-common:run_phase:1888 : plugin_override_defaults 2025-02-04 04:36:10.170 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2025-02-04 04:36:10.171 | + functions-common:plugin_override_defaults:1823 : local plugin 2025-02-04 04:36:10.172 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2025-02-04 04:36:10.174 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2025-02-04 04:36:10.174 | Overriding Configuration Defaults 2025-02-04 04:36:10.175 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2025-02-04 04:36:10.176 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:36:10.178 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-02-04 04:36:10.179 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2025-02-04 04:36:10.191 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2025-02-04 04:36:10.192 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-02-04 04:36:10.201 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:10.203 | +++ lib/tls:source:43 : hostname -f 2025-02-04 04:36:10.206 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-02-04 04:36:10.207 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-02-04 04:36:10.208 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-02-04 04:36:10.210 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-02-04 04:36:10.212 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-02-04 04:36:10.214 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-02-04 04:36:10.215 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-02-04 04:36:10.216 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-02-04 04:36:10.218 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-02-04 04:36:10.219 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-02-04 04:36:10.222 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2025-02-04 04:36:10.231 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2025-02-04 04:36:10.243 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2025-02-04 04:36:10.251 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2025-02-04 04:36:10.260 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2025-02-04 04:36:10.284 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2025-02-04 04:36:10.324 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2025-02-04 04:36:10.369 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2025-02-04 04:36:10.387 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2025-02-04 04:36:10.424 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2025-02-04 04:36:10.456 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2025-02-04 04:36:10.458 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-02-04 04:36:10.468 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:10.470 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-02-04 04:36:10.472 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-02-04 04:36:10.473 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-02-04 04:36:10.475 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-02-04 04:36:10.477 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-02-04 04:36:10.488 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-02-04 04:36:10.489 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2025-02-04 04:36:10.491 | +++ functions-common:is_suse:544 : is_opensuse 2025-02-04 04:36:10.492 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:36:10.494 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:36:10.495 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:36:10.497 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:36:10.499 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:36:10.500 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-02-04 04:36:10.502 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2025-02-04 04:36:10.504 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-02-04 04:36:10.505 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-02-04 04:36:10.507 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-02-04 04:36:10.509 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-02-04 04:36:10.511 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-02-04 04:36:10.521 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-02-04 04:36:10.523 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-02-04 04:36:10.525 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-02-04 04:36:10.536 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-02-04 04:36:10.537 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2025-02-04 04:36:10.539 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2025-02-04 04:36:10.541 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2025-02-04 04:36:10.542 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-02-04 04:36:10.544 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-02-04 04:36:10.545 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-02-04 04:36:10.547 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-02-04 04:36:10.549 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-02-04 04:36:10.550 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-02-04 04:36:10.552 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-02-04 04:36:10.553 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-02-04 04:36:10.555 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-02-04 04:36:10.557 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-02-04 04:36:10.558 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-02-04 04:36:10.560 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-02-04 04:36:10.562 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-02-04 04:36:10.563 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-02-04 04:36:10.565 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-02-04 04:36:10.567 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-02-04 04:36:10.569 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-02-04 04:36:10.570 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-02-04 04:36:10.572 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-02-04 04:36:10.574 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-02-04 04:36:10.584 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-02-04 04:36:10.587 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-02-04 04:36:10.588 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2025-02-04 04:36:10.588 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-02-04 04:36:10.591 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-02-04 04:36:10.593 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-02-04 04:36:10.594 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-02-04 04:36:10.596 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-02-04 04:36:10.598 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-02-04 04:36:10.599 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-02-04 04:36:10.601 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-02-04 04:36:10.602 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-02-04 04:36:10.604 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-02-04 04:36:10.605 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-02-04 04:36:10.607 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-02-04 04:36:10.608 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-02-04 04:36:10.610 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-02-04 04:36:10.611 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:36:10.614 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-02-04 04:36:10.615 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-02-04 04:36:10.617 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-02-04 04:36:10.627 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-02-04 04:36:10.629 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2025-02-04 04:36:10.630 | ++++ functions-common:is_suse:544 : is_opensuse 2025-02-04 04:36:10.631 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:36:10.633 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:36:10.635 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:36:10.636 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:36:10.637 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:36:10.639 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-02-04 04:36:10.641 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2025-02-04 04:36:10.643 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2025-02-04 04:36:10.644 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-02-04 04:36:10.646 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-02-04 04:36:10.647 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-02-04 04:36:10.649 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-02-04 04:36:10.650 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-02-04 04:36:10.652 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-02-04 04:36:10.653 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-02-04 04:36:10.655 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-02-04 04:36:10.656 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-02-04 04:36:10.658 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-02-04 04:36:10.659 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-02-04 04:36:10.661 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-02-04 04:36:10.663 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-02-04 04:36:10.664 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-02-04 04:36:10.666 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-02-04 04:36:10.674 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-02-04 04:36:10.676 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-02-04 04:36:10.698 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-02-04 04:36:10.707 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-02-04 04:36:10.709 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-02-04 04:36:10.710 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-02-04 04:36:10.712 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-02-04 04:36:10.713 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-02-04 04:36:10.715 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-02-04 04:36:10.717 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-02-04 04:36:10.718 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-02-04 04:36:10.720 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-02-04 04:36:10.721 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-02-04 04:36:10.723 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-02-04 04:36:10.725 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-02-04 04:36:10.726 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-02-04 04:36:10.728 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-02-04 04:36:10.729 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-02-04 04:36:10.731 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-02-04 04:36:10.733 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-02-04 04:36:10.734 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2025-02-04 04:36:10.737 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2025-02-04 04:36:10.737 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2025-02-04 04:36:10.737 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2025-02-04 04:36:10.738 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-02-04 04:36:10.741 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=06:42c2:4333 2025-02-04 04:36:10.743 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2025-02-04 04:36:10.744 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2025-02-04 04:36:10.746 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-02-04 04:36:10.748 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-02-04 04:36:10.749 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd06:42c2:4333::/56 2025-02-04 04:36:10.752 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd06:42c2:4333::/56 2025-02-04 04:36:10.752 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-02-04 04:36:10.756 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd06:42c2:4333::/64 2025-02-04 04:36:10.758 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-02-04 04:36:10.759 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-02-04 04:36:10.761 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-02-04 04:36:10.762 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-02-04 04:36:10.764 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2025-02-04 04:36:10.766 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-02-04 04:36:10.767 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2025-02-04 04:36:10.769 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2025-02-04 04:36:10.770 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2025-02-04 04:36:10.772 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-02-04 04:36:10.774 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-02-04 04:36:10.775 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-02-04 04:36:10.777 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd06:42c2:4333::/56 2025-02-04 04:36:10.779 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2025-02-04 04:36:10.780 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2025-02-04 04:36:10.783 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2025-02-04 04:36:10.783 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2025-02-04 04:36:10.783 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2025-02-04 04:36:10.787 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2025-02-04 04:36:10.790 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2025-02-04 04:36:10.790 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2025-02-04 04:36:10.790 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2025-02-04 04:36:10.794 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2025-02-04 04:36:10.797 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-02-04 04:36:10.799 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-02-04 04:36:10.800 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-02-04 04:36:10.802 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2025-02-04 04:36:10.804 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-02-04 04:36:10.805 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2025-02-04 04:36:10.817 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2025-02-04 04:36:10.827 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2025-02-04 04:36:10.837 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2025-02-04 04:36:10.847 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2025-02-04 04:36:10.894 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2025-02-04 04:36:10.897 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-02-04 04:36:10.899 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-02-04 04:36:10.900 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-02-04 04:36:10.902 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-02-04 04:36:10.904 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-02-04 04:36:10.904 | False' 2025-02-04 04:36:10.906 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-02-04 04:36:10.917 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-02-04 04:36:10.919 | + stack.sh:main:633 : run_phase source 2025-02-04 04:36:10.921 | + functions-common:run_phase:1863 : local mode=source 2025-02-04 04:36:10.923 | + functions-common:run_phase:1864 : local phase= 2025-02-04 04:36:10.924 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:36:10.926 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:36:10.928 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:36:10.929 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:36:10.931 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:36:10.933 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:36:10.936 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:36:10.938 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:36:10.939 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:36:10.941 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-02-04 04:36:10.943 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:36:10.954 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:10.955 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-02-04 04:36:10.957 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-02-04 04:36:10.984 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-02-04 04:36:10.986 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-02-04 04:36:10.987 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2025-02-04 04:36:10.989 | + functions-common:run_phase:1885 : load_plugin_settings 2025-02-04 04:36:10.991 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2025-02-04 04:36:10.992 | + functions-common:load_plugin_settings:1800 : local plugin 2025-02-04 04:36:10.994 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2025-02-04 04:36:10.996 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2025-02-04 04:36:10.996 | Loading plugin settings 2025-02-04 04:36:10.997 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2025-02-04 04:36:10.999 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:36:11.001 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-02-04 04:36:11.002 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2025-02-04 04:36:11.004 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-02-04 04:36:11.006 | ++ functions-common:define_plugin:1907 : : 2025-02-04 04:36:11.007 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-02-04 04:36:11.009 | + functions-common:run_phase:1886 : verify_disabled_services 2025-02-04 04:36:11.011 | + functions-common:verify_disabled_services:2146 : local service 2025-02-04 04:36:11.013 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.014 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-02-04 04:36:11.016 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.018 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-02-04 04:36:11.020 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.021 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-02-04 04:36:11.023 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.025 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-02-04 04:36:11.027 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.028 | + 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-02-04 04:36:11.030 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.032 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-02-04 04:36:11.034 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.036 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-02-04 04:36:11.037 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.039 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-02-04 04:36:11.041 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.043 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-02-04 04:36:11.044 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.046 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-02-04 04:36:11.048 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.050 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-02-04 04:36:11.051 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.053 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-02-04 04:36:11.055 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.057 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-02-04 04:36:11.058 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.060 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-02-04 04:36:11.062 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.064 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-02-04 04:36:11.065 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.067 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-02-04 04:36:11.069 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.071 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-02-04 04:36:11.072 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.074 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-02-04 04:36:11.076 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.078 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-02-04 04:36:11.079 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.081 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-02-04 04:36:11.083 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.085 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-02-04 04:36:11.087 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:36:11.088 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-02-04 04:36:11.090 | + stack.sh:main:704 : initialize_database_backends 2025-02-04 04:36:11.092 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-02-04 04:36:11.094 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-02-04 04:36:11.106 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:11.107 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-02-04 04:36:11.109 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-02-04 04:36:11.111 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-02-04 04:36:11.123 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:11.125 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-02-04 04:36:11.126 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-02-04 04:36:11.128 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-02-04 04:36:11.130 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-02-04 04:36:11.132 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-02-04 04:36:11.134 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-02-04 04:36:11.135 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-02-04 04:36:11.137 | + lib/database:initialize_database_backends:92 : return 0 2025-02-04 04:36:11.139 | + stack.sh:main:705 : echo 'Using mysql database backend' 2025-02-04 04:36:11.139 | Using mysql database backend 2025-02-04 04:36:11.141 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-02-04 04:36:11.153 | + stack.sh:main:710 : define_database_baseurl 2025-02-04 04:36:11.155 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-02-04 04:36:11.157 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-02-04 04:36:11.159 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2025-02-04 04:36:11.161 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-04 04:36:11.163 | + stack.sh:main:722 : is_service_enabled rabbit 2025-02-04 04:36:11.175 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:11.177 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-02-04 04:36:11.190 | + stack.sh:main:730 : is_service_enabled keystone 2025-02-04 04:36:11.202 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:11.204 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-02-04 04:36:11.216 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-02-04 04:36:11.229 | + stack.sh:main:745 : is_service_enabled ldap 2025-02-04 04:36:11.241 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:11.243 | + stack.sh:main:754 : is_service_enabled s-proxy 2025-02-04 04:36:11.255 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:11.257 | + stack.sh:main:766 : save_stackenv 766 2025-02-04 04:36:11.259 | + functions-common:save_stackenv:60 : local tag=766 2025-02-04 04:36:11.261 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-02-04 04:36:11.264 | + functions-common:save_stackenv:62 : time_stamp=2025-02-04-043611 2025-02-04 04:36:11.266 | + functions-common:save_stackenv:63 : echo '# 2025-02-04-043611 766' 2025-02-04 04:36:11.268 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.270 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-04 04:36:11.272 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.274 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-02-04 04:36:11.276 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.277 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-02-04 04:36:11.279 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.281 | + 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-02-04 04:36:11.283 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.285 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-02-04 04:36:11.287 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.289 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-02-04 04:36:11.291 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.293 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-02-04-043608 2025-02-04 04:36:11.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.297 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-02-04 04:36:11.299 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.300 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-02-04 04:36:11.302 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.304 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-02-04 04:36:11.306 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.308 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-02-04 04:36:11.310 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.312 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-02-04 04:36:11.313 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.315 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-02-04 04:36:11.317 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.319 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-02-04 04:36:11.321 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:36:11.323 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-02-04 04:36:11.325 | + stack.sh:main:779 : GIT_DEPTH=0 2025-02-04 04:36:11.327 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements unmaintained/2023.1 2025-02-04 04:36:11.328 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2025-02-04 04:36:11.330 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2025-02-04 04:36:11.332 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-02-04 04:36:11.333 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:36:11.335 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:36:11.337 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:36:11.339 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:36:11.342 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:36:11.353 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:36:11.355 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2025-02-04 04:36:11.356 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:11.358 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-02-04 04:36:11.359 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:36:11.362 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2025-02-04 04:36:11.364 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:11.366 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-02-04 04:36:11.367 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:36:11.369 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:36:11.371 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:36:11.372 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:36:11.374 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:36:11.376 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:36:11.377 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:11.379 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:11.381 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:11.384 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643771382 2025-02-04 04:36:11.386 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-02-04 04:36:11.388 | Cloning into '/opt/stack//requirements'... 2025-02-04 04:36:14.438 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:36:14.440 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:14.442 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:14.444 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:14.445 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:14.447 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:14.449 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:36:14.450 | + functions-common:time_stop:2442 : start_time=1738643771382 2025-02-04 04:36:14.452 | + functions-common:time_stop:2444 : [[ -z 1738643771382 ]] 2025-02-04 04:36:14.454 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:14.457 | + functions-common:time_stop:2447 : end_time=1738643774455 2025-02-04 04:36:14.459 | + functions-common:time_stop:2448 : elapsed_time=3073 2025-02-04 04:36:14.461 | + functions-common:time_stop:2449 : total=993 2025-02-04 04:36:14.462 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:14.464 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4066 2025-02-04 04:36:14.470 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2025-02-04 04:36:14.472 | + functions-common:git_clone:655 : git_timed fetch origin unmaintained/2023.1 2025-02-04 04:36:14.474 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:36:14.476 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:36:14.477 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:36:14.479 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:36:14.480 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:36:14.482 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:36:14.484 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:14.486 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:14.488 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:14.491 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643774489 2025-02-04 04:36:14.492 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin unmaintained/2023.1 2025-02-04 04:36:15.172 | From https://opendev.org/openstack/requirements 2025-02-04 04:36:15.172 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-02-04 04:36:15.180 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:36:15.182 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:15.183 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:15.185 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:15.187 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:15.188 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:15.190 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:36:15.192 | + functions-common:time_stop:2442 : start_time=1738643774489 2025-02-04 04:36:15.193 | + functions-common:time_stop:2444 : [[ -z 1738643774489 ]] 2025-02-04 04:36:15.196 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:15.198 | + functions-common:time_stop:2447 : end_time=1738643775197 2025-02-04 04:36:15.200 | + functions-common:time_stop:2448 : elapsed_time=708 2025-02-04 04:36:15.202 | + functions-common:time_stop:2449 : total=4066 2025-02-04 04:36:15.203 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:15.205 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4774 2025-02-04 04:36:15.207 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:36:15.208 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:36:15.210 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:36:15.212 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:36:15.213 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:36:15.215 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:36:15.216 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:36:15.218 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:15.220 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:15.222 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:15.225 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643775223 2025-02-04 04:36:15.226 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:36:15.236 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:36:15.236 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:36:15.236 | state without impacting any branches by switching back to a branch. 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:36:15.236 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | git switch -c 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | Or undo this operation with: 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | git switch - 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:36:15.236 | 2025-02-04 04:36:15.236 | HEAD is now at ef416fe8 Update .gitreview for unmaintained/2023.1 2025-02-04 04:36:15.238 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:36:15.240 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:15.241 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:15.243 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:15.245 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:15.246 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:15.248 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:36:15.250 | + functions-common:time_stop:2442 : start_time=1738643775223 2025-02-04 04:36:15.251 | + functions-common:time_stop:2444 : [[ -z 1738643775223 ]] 2025-02-04 04:36:15.254 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:15.256 | + functions-common:time_stop:2447 : end_time=1738643775254 2025-02-04 04:36:15.258 | + functions-common:time_stop:2448 : elapsed_time=31 2025-02-04 04:36:15.259 | + functions-common:time_stop:2449 : total=4774 2025-02-04 04:36:15.261 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:15.263 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4805 2025-02-04 04:36:15.264 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-02-04 04:36:15.275 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2025-02-04 04:36:15.277 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:36:15.277 | + functions-common:git_clone:696 : head -1 2025-02-04 04:36:15.279 | ef416fe8 Update .gitreview for unmaintained/2023.1 2025-02-04 04:36:15.281 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:36:15.283 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2025-02-04 04:36:15.285 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:36:15.287 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2025-02-04 04:36:15.290 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-02-04 04:36:15.292 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-02-04 04:36:15.294 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-02-04 04:36:15.296 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-02-04 04:36:15.298 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-02-04 04:36:15.300 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-02-04 04:36:15.302 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-02-04 04:36:15.304 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-02-04 04:36:15.307 | ++ tools/install_prereqs.sh:source:47 : NOW=1738643775 2025-02-04 04:36:15.310 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-02-04 04:36:15.313 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-02-04 04:36:15.315 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-02-04 04:36:15.317 | ++ tools/install_prereqs.sh:source:49 : DELTA=1738643775 2025-02-04 04:36:15.319 | ++ tools/install_prereqs.sh:source:50 : [[ 1738643775 -lt 7200 ]] 2025-02-04 04:36:15.321 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-02-04 04:36:15.323 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2025-02-04 04:36:15.325 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-02-04 04:36:15.326 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2025-02-04 04:36:15.328 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-02-04 04:36:15.330 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2025-02-04 04:36:15.332 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-02-04 04:36:15.334 | +++ 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-02-04 04:36:15.361 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-02-04 04:36:15.361 | apache2-dev 2025-02-04 04:36:15.361 | bc 2025-02-04 04:36:15.361 | bsdmainutils 2025-02-04 04:36:15.361 | curl 2025-02-04 04:36:15.361 | g++ 2025-02-04 04:36:15.361 | gawk 2025-02-04 04:36:15.361 | gcc 2025-02-04 04:36:15.361 | gettext 2025-02-04 04:36:15.361 | git 2025-02-04 04:36:15.361 | graphviz 2025-02-04 04:36:15.361 | iputils-ping 2025-02-04 04:36:15.361 | libapache2-mod-proxy-uwsgi 2025-02-04 04:36:15.361 | libffi-dev 2025-02-04 04:36:15.361 | libjpeg-dev 2025-02-04 04:36:15.361 | libpcre3-dev 2025-02-04 04:36:15.361 | libpq-dev 2025-02-04 04:36:15.361 | libssl-dev 2025-02-04 04:36:15.361 | libsystemd-dev 2025-02-04 04:36:15.361 | libxml2-dev 2025-02-04 04:36:15.361 | libxslt1-dev 2025-02-04 04:36:15.361 | libyaml-dev 2025-02-04 04:36:15.361 | lsof 2025-02-04 04:36:15.361 | openssh-server 2025-02-04 04:36:15.361 | openssl 2025-02-04 04:36:15.361 | pkg-config 2025-02-04 04:36:15.361 | psmisc 2025-02-04 04:36:15.361 | python3-dev 2025-02-04 04:36:15.361 | python3-pip 2025-02-04 04:36:15.361 | python3-systemd 2025-02-04 04:36:15.361 | python3-venv 2025-02-04 04:36:15.361 | tar 2025-02-04 04:36:15.361 | tcpdump 2025-02-04 04:36:15.361 | unzip 2025-02-04 04:36:15.361 | uuid-runtime 2025-02-04 04:36:15.361 | wget 2025-02-04 04:36:15.361 | wget 2025-02-04 04:36:15.361 | zlib1g-dev 2025-02-04 04:36:15.361 | libkrb5-dev 2025-02-04 04:36:15.361 | libldap2-dev 2025-02-04 04:36:15.361 | libsasl2-dev 2025-02-04 04:36:15.361 | memcached 2025-02-04 04:36:15.361 | python3-mysqldb 2025-02-04 04:36:15.361 | sqlite3 2025-02-04 04:36:15.361 | conntrack 2025-02-04 04:36:15.361 | curl 2025-02-04 04:36:15.361 | ebtables 2025-02-04 04:36:15.361 | genisoimage 2025-02-04 04:36:15.361 | iptables 2025-02-04 04:36:15.361 | iputils-arping 2025-02-04 04:36:15.361 | kpartx 2025-02-04 04:36:15.361 | libjs-jquery-tablesorter 2025-02-04 04:36:15.361 | parted 2025-02-04 04:36:15.361 | pm-utils 2025-02-04 04:36:15.361 | python3-mysqldb 2025-02-04 04:36:15.361 | socat 2025-02-04 04:36:15.361 | sqlite3 2025-02-04 04:36:15.361 | sudo 2025-02-04 04:36:15.361 | vlan 2025-02-04 04:36:15.361 | lsscsi 2025-02-04 04:36:15.361 | open-iscsi 2025-02-04 04:36:15.361 | lvm2 2025-02-04 04:36:15.361 | qemu-utils 2025-02-04 04:36:15.361 | thin-provisioning-tools 2025-02-04 04:36:15.361 | acl 2025-02-04 04:36:15.361 | dnsmasq-base 2025-02-04 04:36:15.361 | dnsmasq-utils 2025-02-04 04:36:15.361 | ebtables 2025-02-04 04:36:15.361 | haproxy 2025-02-04 04:36:15.361 | iptables 2025-02-04 04:36:15.361 | iputils-arping 2025-02-04 04:36:15.361 | iputils-ping 2025-02-04 04:36:15.361 | postgresql-server-dev-all 2025-02-04 04:36:15.361 | python3-mysqldb 2025-02-04 04:36:15.361 | sqlite3 2025-02-04 04:36:15.361 | sudo 2025-02-04 04:36:15.361 | vlan 2025-02-04 04:36:15.361 | ipset 2025-02-04 04:36:15.361 | conntrack 2025-02-04 04:36:15.361 | conntrackd 2025-02-04 04:36:15.361 | keepalived' 2025-02-04 04:36:15.363 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-02-04 04:36:15.378 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-02-04 04:36:15.378 | apache2-dev 2025-02-04 04:36:15.378 | bc 2025-02-04 04:36:15.378 | bsdmainutils 2025-02-04 04:36:15.379 | curl 2025-02-04 04:36:15.379 | g++ 2025-02-04 04:36:15.379 | gawk 2025-02-04 04:36:15.379 | gcc 2025-02-04 04:36:15.379 | gettext 2025-02-04 04:36:15.379 | git 2025-02-04 04:36:15.379 | graphviz 2025-02-04 04:36:15.379 | iputils-ping 2025-02-04 04:36:15.379 | libapache2-mod-proxy-uwsgi 2025-02-04 04:36:15.379 | libffi-dev 2025-02-04 04:36:15.379 | libjpeg-dev 2025-02-04 04:36:15.379 | libpcre3-dev 2025-02-04 04:36:15.379 | libpq-dev 2025-02-04 04:36:15.379 | libssl-dev 2025-02-04 04:36:15.379 | libsystemd-dev 2025-02-04 04:36:15.379 | libxml2-dev 2025-02-04 04:36:15.379 | libxslt1-dev 2025-02-04 04:36:15.379 | libyaml-dev 2025-02-04 04:36:15.379 | lsof 2025-02-04 04:36:15.379 | openssh-server 2025-02-04 04:36:15.379 | openssl 2025-02-04 04:36:15.379 | pkg-config 2025-02-04 04:36:15.379 | psmisc 2025-02-04 04:36:15.379 | python3-dev 2025-02-04 04:36:15.379 | python3-pip 2025-02-04 04:36:15.379 | python3-systemd 2025-02-04 04:36:15.379 | python3-venv 2025-02-04 04:36:15.379 | tar 2025-02-04 04:36:15.379 | tcpdump 2025-02-04 04:36:15.379 | unzip 2025-02-04 04:36:15.379 | uuid-runtime 2025-02-04 04:36:15.379 | wget 2025-02-04 04:36:15.379 | wget 2025-02-04 04:36:15.379 | zlib1g-dev 2025-02-04 04:36:15.379 | libkrb5-dev 2025-02-04 04:36:15.379 | libldap2-dev 2025-02-04 04:36:15.379 | libsasl2-dev 2025-02-04 04:36:15.379 | memcached 2025-02-04 04:36:15.379 | python3-mysqldb 2025-02-04 04:36:15.379 | sqlite3 2025-02-04 04:36:15.379 | conntrack 2025-02-04 04:36:15.379 | curl 2025-02-04 04:36:15.379 | ebtables 2025-02-04 04:36:15.379 | genisoimage 2025-02-04 04:36:15.379 | iptables 2025-02-04 04:36:15.379 | iputils-arping 2025-02-04 04:36:15.379 | kpartx 2025-02-04 04:36:15.379 | libjs-jquery-tablesorter 2025-02-04 04:36:15.379 | parted 2025-02-04 04:36:15.379 | pm-utils 2025-02-04 04:36:15.379 | python3-mysqldb 2025-02-04 04:36:15.379 | socat 2025-02-04 04:36:15.379 | sqlite3 2025-02-04 04:36:15.379 | sudo 2025-02-04 04:36:15.379 | vlan 2025-02-04 04:36:15.379 | lsscsi 2025-02-04 04:36:15.379 | open-iscsi 2025-02-04 04:36:15.379 | lvm2 2025-02-04 04:36:15.379 | qemu-utils 2025-02-04 04:36:15.379 | thin-provisioning-tools 2025-02-04 04:36:15.379 | acl 2025-02-04 04:36:15.379 | dnsmasq-base 2025-02-04 04:36:15.379 | dnsmasq-utils 2025-02-04 04:36:15.379 | ebtables 2025-02-04 04:36:15.379 | haproxy 2025-02-04 04:36:15.379 | iptables 2025-02-04 04:36:15.379 | iputils-arping 2025-02-04 04:36:15.379 | iputils-ping 2025-02-04 04:36:15.379 | postgresql-server-dev-all 2025-02-04 04:36:15.379 | python3-mysqldb 2025-02-04 04:36:15.379 | sqlite3 2025-02-04 04:36:15.379 | sudo 2025-02-04 04:36:15.379 | vlan 2025-02-04 04:36:15.379 | ipset 2025-02-04 04:36:15.379 | conntrack 2025-02-04 04:36:15.379 | conntrackd 2025-02-04 04:36:15.379 | keepalived ' 2025-02-04 04:36:15.380 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-02-04 04:36:15.382 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:15.384 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:15.386 | ++ 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-02-04 04:36:15.386 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-02-04 04:36:15.390 | ++ 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-02-04 04:36:15.392 | ++ functions-common:install_package:1459 : update_package_repo 2025-02-04 04:36:15.394 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:36:15.395 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2025-02-04 04:36:15.397 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:36:15.399 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:15.400 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:36:15.402 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:15.404 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:15.406 | ++ functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:36:15.407 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2025-02-04 04:36:15.409 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:15.411 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2025-02-04 04:36:15.413 | +++ functions-common:apt_get_update:1193 : id -u 2025-02-04 04:36:15.416 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2025-02-04 04:36:15.418 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2025-02-04 04:36:15.419 | ++ functions-common:time_start:2421 : local name=apt-get-update 2025-02-04 04:36:15.421 | ++ functions-common:time_start:2422 : local start_time= 2025-02-04 04:36:15.423 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:36:15.425 | +++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:36:15.428 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1738643775426 2025-02-04 04:36:15.429 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-02-04 04:36:15.431 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-02-04 04:36:15.433 | ++ 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-02-04 04:36:15.623 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-02-04 04:36:15.668 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-02-04 04:36:15.686 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-02-04 04:36:15.734 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-02-04 04:36:15.802 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,311 kB] 2025-02-04 04:36:15.845 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,184 kB] 2025-02-04 04:36:16.254 | Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,075 kB] 2025-02-04 04:36:20.819 | Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [961 kB] 2025-02-04 04:36:25.585 | Fetched 6,915 kB in 8s (920 kB/s) 2025-02-04 04:36:26.741 | Reading package lists... 2025-02-04 04:36:26.765 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2025-02-04 04:36:26.767 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2025-02-04 04:36:26.769 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:36:26.771 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:26.773 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:26.774 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:36:26.776 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:26.778 | ++ functions-common:time_stop:2441 : name=apt-get-update 2025-02-04 04:36:26.779 | ++ functions-common:time_stop:2442 : start_time=1738643775426 2025-02-04 04:36:26.781 | ++ functions-common:time_stop:2444 : [[ -z 1738643775426 ]] 2025-02-04 04:36:26.784 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:26.786 | ++ functions-common:time_stop:2447 : end_time=1738643786784 2025-02-04 04:36:26.788 | ++ functions-common:time_stop:2448 : elapsed_time=11358 2025-02-04 04:36:26.790 | ++ functions-common:time_stop:2449 : total=0 2025-02-04 04:36:26.791 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:26.793 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11358 2025-02-04 04:36:26.795 | ++ 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-02-04 04:36:26.797 | ++ functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:36:26.798 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:26.800 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:26.802 | ++ 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-02-04 04:36:26.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 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-02-04 04:36:26.879 | Reading package lists... 2025-02-04 04:36:27.089 | Building dependency tree... 2025-02-04 04:36:27.091 | Reading state information... 2025-02-04 04:36:27.108 | acl is already the newest version (2.3.1-1). 2025-02-04 04:36:27.108 | bc is already the newest version (1.07.1-3build1). 2025-02-04 04:36:27.108 | bc set to manually installed. 2025-02-04 04:36:27.108 | conntrack is already the newest version (1:1.4.6-2build2). 2025-02-04 04:36:27.108 | ebtables is already the newest version (2.0.11-4build2). 2025-02-04 04:36:27.108 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-02-04 04:36:27.108 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-02-04 04:36:27.108 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-02-04 04:36:27.108 | gettext is already the newest version (0.21-4ubuntu4). 2025-02-04 04:36:27.108 | ipset is already the newest version (7.15-1build1). 2025-02-04 04:36:27.108 | iputils-arping is already the newest version (3:20211215-1). 2025-02-04 04:36:27.108 | iputils-ping is already the newest version (3:20211215-1). 2025-02-04 04:36:27.108 | iputils-ping set to manually installed. 2025-02-04 04:36:27.108 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-02-04 04:36:27.108 | libffi-dev is already the newest version (3.4.2-4). 2025-02-04 04:36:27.108 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-02-04 04:36:27.108 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-02-04 04:36:27.108 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-02-04 04:36:27.108 | lsof set to manually installed. 2025-02-04 04:36:27.108 | lsscsi is already the newest version (0.31-1build2). 2025-02-04 04:36:27.108 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2025-02-04 04:36:27.108 | lvm2 set to manually installed. 2025-02-04 04:36:27.108 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2025-02-04 04:36:27.108 | open-iscsi set to manually installed. 2025-02-04 04:36:27.108 | parted is already the newest version (3.4-2build1). 2025-02-04 04:36:27.108 | parted set to manually installed. 2025-02-04 04:36:27.108 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-02-04 04:36:27.108 | psmisc is already the newest version (23.4-2build3). 2025-02-04 04:36:27.108 | psmisc set to manually installed. 2025-02-04 04:36:27.108 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-02-04 04:36:27.108 | python3-systemd is already the newest version (234-3ubuntu2). 2025-02-04 04:36:27.108 | python3-systemd set to manually installed. 2025-02-04 04:36:27.108 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-02-04 04:36:27.108 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-02-04 04:36:27.108 | thin-provisioning-tools set to manually installed. 2025-02-04 04:36:27.108 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-02-04 04:36:27.108 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-02-04 04:36:27.108 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-02-04 04:36:27.108 | pm-utils is already the newest version (1.4.1-19). 2025-02-04 04:36:27.108 | postgresql-server-dev-all is already the newest version (238). 2025-02-04 04:36:27.108 | vlan is already the newest version (2.0.5ubuntu5). 2025-02-04 04:36:27.108 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-02-04 04:36:27.108 | apache2-dev is already the newest version (2.4.52-1ubuntu4.13). 2025-02-04 04:36:27.108 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-02-04 04:36:27.108 | curl set to manually installed. 2025-02-04 04:36:27.108 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-02-04 04:36:27.108 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-02-04 04:36:27.108 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-02-04 04:36:27.108 | gawk set to manually installed. 2025-02-04 04:36:27.108 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-02-04 04:36:27.108 | git set to manually installed. 2025-02-04 04:36:27.108 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2025-02-04 04:36:27.108 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-02-04 04:36:27.108 | iptables set to manually installed. 2025-02-04 04:36:27.108 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-02-04 04:36:27.108 | kpartx set to manually installed. 2025-02-04 04:36:27.108 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2025-02-04 04:36:27.108 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2025-02-04 04:36:27.108 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-02-04 04:36:27.108 | libpq-dev is already the newest version (14.15-0ubuntu0.22.04.1). 2025-02-04 04:36:27.108 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-02-04 04:36:27.108 | libssl-dev is already the newest version (3.0.2-0ubuntu1.18). 2025-02-04 04:36:27.108 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2025-02-04 04:36:27.108 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.5). 2025-02-04 04:36:27.108 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2025-02-04 04:36:27.109 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-02-04 04:36:27.109 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2025-02-04 04:36:27.109 | openssl is already the newest version (3.0.2-0ubuntu1.18). 2025-02-04 04:36:27.109 | openssl set to manually installed. 2025-02-04 04:36:27.109 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-02-04 04:36:27.109 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.24). 2025-02-04 04:36:27.109 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-02-04 04:36:27.109 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-02-04 04:36:27.109 | sudo set to manually installed. 2025-02-04 04:36:27.315 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-02-04 04:36:27.315 | tar set to manually installed. 2025-02-04 04:36:27.315 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-02-04 04:36:27.315 | tcpdump set to manually installed. 2025-02-04 04:36:27.315 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-02-04 04:36:27.315 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-02-04 04:36:27.315 | uuid-runtime set to manually installed. 2025-02-04 04:36:27.315 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-02-04 04:36:27.315 | wget set to manually installed. 2025-02-04 04:36:27.315 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-02-04 04:36:27.315 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-02-04 04:36:27.315 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-02-04 04:36:27.315 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-02-04 04:36:27.315 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-02-04 04:36:27.315 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:36:27.319 | ++ functions-common:apt_get:1230 : result=0 2025-02-04 04:36:27.321 | ++ functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:36:27.323 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:36:27.325 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:27.326 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:27.328 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:36:27.330 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:27.332 | ++ functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:36:27.333 | ++ functions-common:time_stop:2442 : start_time=1738643786816 2025-02-04 04:36:27.335 | ++ functions-common:time_stop:2444 : [[ -z 1738643786816 ]] 2025-02-04 04:36:27.337 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:27.340 | ++ functions-common:time_stop:2447 : end_time=1738643787338 2025-02-04 04:36:27.342 | ++ functions-common:time_stop:2448 : elapsed_time=522 2025-02-04 04:36:27.344 | ++ functions-common:time_stop:2449 : total=564 2025-02-04 04:36:27.345 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:27.347 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1086 2025-02-04 04:36:27.349 | ++ functions-common:apt_get:1234 : return 0 2025-02-04 04:36:27.351 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-02-04 04:36:27.353 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-02-04 04:36:27.355 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-02-04 04:36:27.358 | ++ tools/install_prereqs.sh:source:89 : date 2025-02-04 04:36:27.361 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2025-02-04 04:36:27.363 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2025-02-04 04:36:27.365 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2025-02-04 04:36:27.674 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-02-04 04:36:27.676 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-02-04 04:36:27.677 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-02-04 04:36:27.678 | + tools/install_pip.sh:main:43 : GetDistro 2025-02-04 04:36:27.680 | + functions-common:GetDistro:449 : GetOSVersion 2025-02-04 04:36:27.681 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-02-04 04:36:27.682 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-02-04 04:36:27.684 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-02-04 04:36:27.685 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-02-04 04:36:27.686 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-02-04 04:36:27.687 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-02-04 04:36:27.689 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-02-04 04:36:27.690 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-02-04 04:36:27.691 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-02-04 04:36:27.692 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-02-04 04:36:27.694 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-02-04 04:36:27.695 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-02-04 04:36:27.696 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-02-04 04:36:27.697 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-02-04 04:36:27.698 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-02-04 04:36:27.700 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-02-04 04:36:27.701 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-02-04 04:36:27.703 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-02-04 04:36:27.704 | + functions-common:_ensure_lsb_release:394 : return 2025-02-04 04:36:27.706 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-02-04 04:36:27.740 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-02-04 04:36:27.741 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-02-04 04:36:27.775 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-02-04 04:36:27.777 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-02-04 04:36:27.810 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-02-04 04:36:27.812 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-02-04 04:36:27.813 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-02-04 04:36:27.814 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-02-04 04:36:27.816 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-02-04 04:36:27.817 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-02-04 04:36:27.819 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-02-04 04:36:27.820 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-02-04 04:36:27.821 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-02-04 04:36:27.823 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2025-02-04 04:36:27.824 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-02-04 04:36:27.824 | Distro: jammy 2025-02-04 04:36:27.826 | + tools/install_pip.sh:main:124 : get_versions 2025-02-04 04:36:27.827 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-02-04 04:36:27.830 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-02-04 04:36:27.831 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-02-04 04:36:27.833 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-02-04 04:36:27.833 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-02-04 04:36:27.894 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-02-04 04:36:27.895 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-02-04 04:36:27.895 | pip: 0.1.15 2025-02-04 04:36:27.897 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-02-04 04:36:27.898 | + tools/install_pip.sh:main:130 : is_fedora 2025-02-04 04:36:27.899 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:36:27.901 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:36:27.902 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:36:27.903 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:36:27.905 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:36:27.906 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:36:27.907 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:36:27.908 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:36:27.910 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:36:27.911 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:36:27.912 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:36:27.913 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:36:27.915 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-02-04 04:36:27.916 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:27.917 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:27.919 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-02-04 04:36:27.922 | + tools/install_pip.sh:main:153 : set -x 2025-02-04 04:36:27.923 | + tools/install_pip.sh:main:156 : get_versions 2025-02-04 04:36:27.925 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-02-04 04:36:27.927 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-02-04 04:36:27.929 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-02-04 04:36:27.931 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-02-04 04:36:27.931 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-02-04 04:36:27.938 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-02-04 04:36:27.940 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-02-04 04:36:27.940 | pip: 0.1.15 2025-02-04 04:36:27.942 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-02-04 04:36:27.945 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-02-04 04:36:27.947 | + stack.sh:main:805 : fixup_all 2025-02-04 04:36:27.948 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2025-02-04 04:36:27.950 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2025-02-04 04:36:27.952 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:27.953 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:27.955 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-02-04 04:36:27.964 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-02-04 04:36:27.973 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-02-04 04:36:27.981 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2025-02-04 04:36:27.983 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-02-04 04:36:27.985 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:36:27.986 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:36:27.988 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:36:27.989 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:36:27.991 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:36:27.992 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:36:27.994 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:36:27.996 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:36:27.997 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:36:27.999 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:36:28.001 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:36:28.002 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:36:28.004 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-02-04 04:36:28.006 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2025-02-04 04:36:28.008 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2025-02-04 04:36:28.009 | + functions-common:is_suse:544 : is_opensuse 2025-02-04 04:36:28.011 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:36:28.013 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:36:28.014 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:36:28.016 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:36:28.018 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:36:28.019 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2025-02-04 04:36:28.021 | + stack.sh:main:808 : pip_install -U os-testr 2025-02-04 04:36:28.036 | Using python 3.10 to install os-testr 2025-02-04 04:36:28.038 | + 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-02-04 04:36:29.175 | Collecting os-testr 2025-02-04 04:36:29.177 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-02-04 04:36:29.432 | Collecting pbr!=2.1.0,>=2.0.0 2025-02-04 04:36:29.437 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-02-04 04:36:29.439 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2025-02-04 04:36:29.458 | Collecting python-subunit>=1.0.0 2025-02-04 04:36:29.462 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-02-04 04:36:29.470 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2025-02-04 04:36:29.667 | Installing collected packages: python-subunit, pbr, os-testr 2025-02-04 04:36:29.667 | Attempting uninstall: python-subunit 2025-02-04 04:36:29.670 | Found existing installation: python-subunit 1.4.0 2025-02-04 04:36:29.674 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:36:29.675 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2025-02-04 04:36:29.758 | Attempting uninstall: pbr 2025-02-04 04:36:29.759 | Found existing installation: pbr 5.8.0 2025-02-04 04:36:29.760 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:36:29.761 | Can't uninstall 'pbr'. No files were found to uninstall. 2025-02-04 04:36:29.821 | Attempting uninstall: os-testr 2025-02-04 04:36:29.822 | Found existing installation: os-testr 2.0.1 2025-02-04 04:36:29.823 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:36:29.823 | Can't uninstall 'os-testr'. No files were found to uninstall. 2025-02-04 04:36:29.846 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2025-02-04 04:36:29.846 | 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-02-04 04:36:29.929 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:29.931 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:29.934 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:29.935 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:29.937 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:29.939 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:29.941 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:29.942 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:29.944 | + functions-common:time_stop:2442 : start_time=1738643788032 2025-02-04 04:36:29.946 | + functions-common:time_stop:2444 : [[ -z 1738643788032 ]] 2025-02-04 04:36:29.948 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:29.951 | + functions-common:time_stop:2447 : end_time=1738643789949 2025-02-04 04:36:29.953 | + functions-common:time_stop:2448 : elapsed_time=1917 2025-02-04 04:36:29.955 | + functions-common:time_stop:2449 : total=0 2025-02-04 04:36:29.956 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:29.958 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1917 2025-02-04 04:36:29.960 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:29.961 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-02-04 04:36:30.002 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2025-02-04 04:36:30.067 | + stack.sh:main:819 : install_infra 2025-02-04 04:36:30.068 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-02-04 04:36:30.070 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-02-04 04:36:30.072 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-02-04 04:36:33.241 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-02-04 04:36:33.243 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-02-04 04:36:33.260 | + 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-02-04 04:36:34.203 | Collecting pbr 2025-02-04 04:36:34.206 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-02-04 04:36:34.233 | Installing collected packages: pbr 2025-02-04 04:36:34.296 | Successfully installed pbr-5.11.1 2025-02-04 04:36:34.364 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:34.366 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:34.368 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:34.370 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:34.372 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:34.373 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:34.375 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:34.376 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:34.378 | + functions-common:time_stop:2442 : start_time=1738643793254 2025-02-04 04:36:34.380 | + functions-common:time_stop:2444 : [[ -z 1738643793254 ]] 2025-02-04 04:36:34.382 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:34.384 | + functions-common:time_stop:2447 : end_time=1738643794383 2025-02-04 04:36:34.386 | + functions-common:time_stop:2448 : elapsed_time=1129 2025-02-04 04:36:34.387 | + functions-common:time_stop:2449 : total=1917 2025-02-04 04:36:34.389 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:34.391 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3046 2025-02-04 04:36:34.392 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:34.394 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-02-04 04:36:34.396 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-02-04 04:36:34.413 | + 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-02-04 04:36:35.276 | Processing /opt/stack/requirements 2025-02-04 04:36:35.276 | Preparing metadata (setup.py): started 2025-02-04 04:36:35.892 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:36:35.986 | Collecting Parsley>=1.2 2025-02-04 04:36:35.991 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-02-04 04:36:36.081 | Collecting PyYAML>=3.12 2025-02-04 04:36:36.088 | 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-02-04 04:36:36.199 | Collecting beagle>=0.2.1 2025-02-04 04:36:36.201 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-02-04 04:36:36.225 | Collecting fixtures>=3.0.0 2025-02-04 04:36:36.225 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-02-04 04:36:36.266 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-02-04 04:36:36.268 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-02-04 04:36:36.322 | Collecting requests>=2.14.2 2025-02-04 04:36:36.324 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-02-04 04:36:36.350 | Collecting six>=1.10.0 2025-02-04 04:36:36.353 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-02-04 04:36:36.361 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6113) (5.11.1) 2025-02-04 04:36:36.404 | Collecting cliff>=2.11.0 2025-02-04 04:36:36.407 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-02-04 04:36:36.482 | Collecting urllib3<1.27,>=1.21.1 2025-02-04 04:36:36.486 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-02-04 04:36:36.675 | Collecting charset-normalizer<3,>=2 2025-02-04 04:36:36.678 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-02-04 04:36:36.716 | Collecting certifi>=2017.4.17 2025-02-04 04:36:36.719 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-02-04 04:36:36.745 | Collecting idna<4,>=2.5 2025-02-04 04:36:36.749 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-02-04 04:36:36.802 | Collecting stevedore>=2.0.1 2025-02-04 04:36:36.805 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-02-04 04:36:36.887 | Collecting cmd2>=1.0.0 2025-02-04 04:36:36.891 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-02-04 04:36:36.913 | Collecting autopage>=0.4.0 2025-02-04 04:36:36.915 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-02-04 04:36:37.003 | Collecting importlib-metadata>=4.4 2025-02-04 04:36:37.005 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-02-04 04:36:37.036 | Collecting PrettyTable>=0.7.2 2025-02-04 04:36:37.039 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-02-04 04:36:37.114 | Collecting attrs>=16.3.0 2025-02-04 04:36:37.116 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-02-04 04:36:37.137 | Collecting pyperclip>=1.6 2025-02-04 04:36:37.137 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-02-04 04:36:37.158 | Collecting wcwidth>=0.1.7 2025-02-04 04:36:37.160 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2025-02-04 04:36:37.224 | Collecting zipp>=0.5 2025-02-04 04:36:37.227 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-02-04 04:36:37.285 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-02-04 04:36:37.431 | 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-02-04 04:36:38.224 | Running setup.py install for openstack-requirements: started 2025-02-04 04:36:39.548 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-02-04 04:36:39.557 | 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.1.31 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-02-04 04:36:39.658 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:39.659 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:39.661 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:39.663 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:39.664 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:39.666 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:39.668 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:39.669 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:39.671 | + functions-common:time_stop:2442 : start_time=1738643794407 2025-02-04 04:36:39.673 | + functions-common:time_stop:2444 : [[ -z 1738643794407 ]] 2025-02-04 04:36:39.675 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:39.678 | + functions-common:time_stop:2447 : end_time=1738643799676 2025-02-04 04:36:39.679 | + functions-common:time_stop:2448 : elapsed_time=5269 2025-02-04 04:36:39.681 | + functions-common:time_stop:2449 : total=3046 2025-02-04 04:36:39.683 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:39.684 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8315 2025-02-04 04:36:39.686 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:39.688 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-02-04 04:36:39.690 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-02-04 04:36:39.692 | + inc/python:use_library_from_git:246 : local name=pbr 2025-02-04 04:36:39.694 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:39.696 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:39.698 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2025-02-04 04:36:39.699 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:39.701 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-02-04 04:36:39.717 | Using python 3.10 to install pbr 2025-02-04 04:36:39.719 | + 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-02-04 04:36:40.606 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2025-02-04 04:36:40.869 | 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-02-04 04:36:40.945 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:40.947 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:40.949 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:40.951 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:40.953 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:40.955 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:40.956 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:40.958 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:40.960 | + functions-common:time_stop:2442 : start_time=1738643799712 2025-02-04 04:36:40.962 | + functions-common:time_stop:2444 : [[ -z 1738643799712 ]] 2025-02-04 04:36:40.965 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:40.967 | + functions-common:time_stop:2447 : end_time=1738643800965 2025-02-04 04:36:40.969 | + functions-common:time_stop:2448 : elapsed_time=1253 2025-02-04 04:36:40.971 | + functions-common:time_stop:2449 : total=8315 2025-02-04 04:36:40.973 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:40.975 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9568 2025-02-04 04:36:40.977 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:40.979 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2025-02-04 04:36:44.153 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2025-02-04 04:36:44.651 | Collecting bindep 2025-02-04 04:36:44.653 | Using cached bindep-2.12.0-py3-none-any.whl (33 kB) 2025-02-04 04:36:44.682 | Collecting distro>=1.7.0 2025-02-04 04:36:44.684 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-02-04 04:36:44.699 | Collecting Parsley 2025-02-04 04:36:44.701 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-02-04 04:36:44.745 | Collecting pbr>=2.0.0 2025-02-04 04:36:44.747 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2025-02-04 04:36:44.786 | Collecting packaging 2025-02-04 04:36:44.789 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-02-04 04:36:44.826 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-02-04 04:36:45.067 | Successfully installed Parsley-1.3 bindep-2.12.0 distro-1.9.0 packaging-24.2 pbr-6.1.0 2025-02-04 04:36:45.135 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-02-04 04:36:45.138 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-02-04 04:36:45.140 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2025-02-04 04:36:45.154 | + stack.sh:main:828 : pkgs= 2025-02-04 04:36:45.155 | + stack.sh:main:829 : [[ -n '' ]] 2025-02-04 04:36:45.157 | + stack.sh:main:836 : run_phase stack pre-install 2025-02-04 04:36:45.159 | + functions-common:run_phase:1863 : local mode=stack 2025-02-04 04:36:45.161 | + functions-common:run_phase:1864 : local phase=pre-install 2025-02-04 04:36:45.162 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:36:45.164 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:36:45.166 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:36:45.167 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:36:45.169 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:36:45.171 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:36:45.174 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:36:45.176 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:36:45.177 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:36:45.179 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-02-04 04:36:45.180 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:36:45.191 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:45.193 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:36:45.195 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.196 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-02-04 04:36:45.198 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.200 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:36:45.201 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.202 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-02-04 04:36:45.204 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.205 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-02-04 04:36:45.207 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.208 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:36:45.210 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-04 04:36:45.211 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-04 04:36:45.213 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:36:45.215 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-04 04:36:45.216 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2025-02-04 04:36:45.218 | + functions-common:run_plugins:1849 : local mode=stack 2025-02-04 04:36:45.219 | + functions-common:run_plugins:1850 : local phase=pre-install 2025-02-04 04:36:45.221 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-02-04 04:36:45.222 | + functions-common:run_plugins:1853 : local plugin 2025-02-04 04:36:45.224 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-02-04 04:36:45.226 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:36:45.227 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-04 04:36:45.229 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-02-04 04:36:45.230 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:36:45.232 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.233 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-02-04 04:36:45.235 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.237 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:36:45.238 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:36:45.240 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-02-04 04:36:45.242 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2025-02-04 04:36:45.244 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-02-04 04:36:45.245 | + functions:set_systemd_override:832 : local value=2048 2025-02-04 04:36:45.247 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-02-04 04:36:45.249 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-02-04 04:36:45.310 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-02-04 04:36:45.311 | Set systemd system override for DefaultLimitNOFILE=2048 2025-02-04 04:36:45.312 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-02-04 04:36:45.553 | + stack.sh:main:841 : install_rpc_backend 2025-02-04 04:36:45.555 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-02-04 04:36:45.567 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:45.568 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-02-04 04:36:45.570 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:36:45.572 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:36:45.573 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:36:45.575 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:36:45.577 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:45.579 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:36:45.580 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:45.582 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:45.584 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:36:45.586 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:36:45.587 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:36:45.589 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:36:45.591 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2025-02-04 04:36:45.593 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:36:45.594 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:45.596 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:45.598 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2025-02-04 04:36:45.613 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-02-04 04:36:45.676 | Reading package lists... 2025-02-04 04:36:45.896 | Building dependency tree... 2025-02-04 04:36:45.899 | Reading state information... 2025-02-04 04:36:46.116 | rabbitmq-server is already the newest version (3.9.27-0ubuntu0.1). 2025-02-04 04:36:46.116 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:36:46.120 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:36:46.122 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:36:46.124 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:46.126 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:46.128 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:46.129 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:46.131 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:46.133 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:36:46.135 | + functions-common:time_stop:2442 : start_time=1738643805611 2025-02-04 04:36:46.137 | + functions-common:time_stop:2444 : [[ -z 1738643805611 ]] 2025-02-04 04:36:46.139 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:46.142 | + functions-common:time_stop:2447 : end_time=1738643806140 2025-02-04 04:36:46.143 | + functions-common:time_stop:2448 : elapsed_time=529 2025-02-04 04:36:46.145 | + functions-common:time_stop:2449 : total=1086 2025-02-04 04:36:46.147 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:46.148 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1615 2025-02-04 04:36:46.150 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:36:46.152 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2025-02-04 04:36:46.154 | + functions-common:is_suse:544 : is_opensuse 2025-02-04 04:36:46.156 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:36:46.158 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:36:46.160 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:36:46.161 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:36:46.163 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:36:46.165 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2025-02-04 04:36:46.167 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:36:46.169 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:36:46.171 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:36:46.173 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:36:46.175 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:36:46.177 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:36:46.179 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:36:46.181 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:36:46.182 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:36:46.184 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:36:46.186 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:36:46.188 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:36:46.190 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2025-02-04 04:36:46.192 | + functions-common:is_suse:544 : is_opensuse 2025-02-04 04:36:46.193 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:36:46.195 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:36:46.197 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:36:46.199 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:36:46.201 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:36:46.202 | + stack.sh:main:842 : restart_rpc_backend 2025-02-04 04:36:46.204 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2025-02-04 04:36:46.217 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:46.218 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2025-02-04 04:36:46.220 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:36:46.222 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2025-02-04 04:36:46.224 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2025-02-04 04:36:46.226 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2025-02-04 04:36:46.229 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2025-02-04 04:36:46.231 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2025-02-04 04:36:46.233 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2025-02-04 04:36:46.235 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2025-02-04 04:36:46.237 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2025-02-04 04:36:46.238 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2025-02-04 04:36:46.241 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2025-02-04 04:36:46.697 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2025-02-04 04:36:46.697 | user tags 2025-02-04 04:36:46.697 | guest [administrator]' 2025-02-04 04:36:46.699 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2025-02-04 04:36:46.700 | user tags 2025-02-04 04:36:46.700 | guest [administrator]' 2025-02-04 04:36:46.700 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2025-02-04 04:36:46.704 | + lib/rpc_backend:rabbit_setuser:176 : found= 2025-02-04 04:36:46.706 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2025-02-04 04:36:46.708 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-02-04 04:36:47.137 | Adding user "stackrabbit" ... 2025-02-04 04:36:47.147 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-02-04 04:36:47.160 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-02-04 04:36:47.596 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-02-04 04:36:47.612 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2025-02-04 04:36:47.614 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-02-04 04:36:48.048 | Changing password for user "stackrabbit" ... 2025-02-04 04:36:48.066 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2025-02-04 04:36:48.068 | + lib/rpc_backend:restart_rpc_backend:116 : break 2025-02-04 04:36:48.070 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2025-02-04 04:36:48.492 | Deleting user "guest" ... 2025-02-04 04:36:48.508 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2025-02-04 04:36:48.521 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:48.523 | + stack.sh:main:845 : install_database 2025-02-04 04:36:48.525 | + lib/database:install_database:118 : install_database_mysql 2025-02-04 04:36:48.527 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2025-02-04 04:36:48.529 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:48.531 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:48.533 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2025-02-04 04:36:48.729 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2025-02-04 04:36:48.731 | + lib/databases/mysql:install_database_mysql:207 : cat 2025-02-04 04:36:48.734 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2025-02-04 04:36:48.736 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:48.738 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:48.740 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2025-02-04 04:36:48.742 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2025-02-04 04:36:48.745 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2025-02-04 04:36:48.746 | + stack.sh:main:847 : '[' -n mysql ']' 2025-02-04 04:36:48.748 | + stack.sh:main:848 : install_database_python 2025-02-04 04:36:48.750 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-02-04 04:36:48.752 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2025-02-04 04:36:48.754 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2025-02-04 04:36:48.755 | + inc/python:pip_install_gr:77 : local clean_name 2025-02-04 04:36:48.758 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2025-02-04 04:36:48.760 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2025-02-04 04:36:48.762 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-02-04 04:36:48.764 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:36:48.765 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-02-04 04:36:48.768 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2025-02-04 04:36:48.770 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2025-02-04 04:36:48.772 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2025-02-04 04:36:48.774 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2025-02-04 04:36:48.776 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2025-02-04 04:36:48.792 | Using python 3.10 to install PyMySQL 2025-02-04 04:36:48.794 | + 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-02-04 04:36:49.775 | Collecting PyMySQL 2025-02-04 04:36:49.778 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2025-02-04 04:36:49.948 | Installing collected packages: PyMySQL 2025-02-04 04:36:49.984 | Successfully installed PyMySQL-1.0.2 2025-02-04 04:36:49.984 | 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-02-04 04:36:50.060 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:50.062 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:50.064 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:50.066 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:50.068 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:50.070 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:50.071 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:50.073 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:50.075 | + functions-common:time_stop:2442 : start_time=1738643808787 2025-02-04 04:36:50.077 | + functions-common:time_stop:2444 : [[ -z 1738643808787 ]] 2025-02-04 04:36:50.079 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:50.082 | + functions-common:time_stop:2447 : end_time=1738643810080 2025-02-04 04:36:50.083 | + functions-common:time_stop:2448 : elapsed_time=1293 2025-02-04 04:36:50.085 | + functions-common:time_stop:2449 : total=9568 2025-02-04 04:36:50.087 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:50.088 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10861 2025-02-04 04:36:50.090 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:50.092 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-02-04 04:36:50.093 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-02-04 04:36:50.095 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-02-04 04:36:50.097 | + stack.sh:main:851 : is_service_enabled neutron 2025-02-04 04:36:50.110 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:50.112 | + stack.sh:main:852 : install_neutron_agent_packages 2025-02-04 04:36:50.113 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2025-02-04 04:36:50.127 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:50.128 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2025-02-04 04:36:50.130 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:36:50.132 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:36:50.134 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:36:50.136 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:36:50.137 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:50.139 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:36:50.141 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:50.143 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:50.145 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:36:50.147 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:36:50.148 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:36:50.150 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:36:50.152 | + functions-common:install_package:1460 : real_install_package radvd 2025-02-04 04:36:50.154 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:36:50.156 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:50.157 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:50.159 | + functions-common:real_install_package:1446 : apt_get install radvd 2025-02-04 04:36:50.175 | + 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-02-04 04:36:50.233 | Reading package lists... 2025-02-04 04:36:50.444 | Building dependency tree... 2025-02-04 04:36:50.444 | Reading state information... 2025-02-04 04:36:50.651 | radvd is already the newest version (1:2.18-3build2). 2025-02-04 04:36:50.651 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:36:50.655 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:36:50.657 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:36:50.659 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:50.661 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:50.663 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:50.665 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:50.667 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:50.668 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:36:50.670 | + functions-common:time_stop:2442 : start_time=1738643810172 2025-02-04 04:36:50.672 | + functions-common:time_stop:2444 : [[ -z 1738643810172 ]] 2025-02-04 04:36:50.674 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:50.677 | + functions-common:time_stop:2447 : end_time=1738643810675 2025-02-04 04:36:50.679 | + functions-common:time_stop:2448 : elapsed_time=503 2025-02-04 04:36:50.680 | + functions-common:time_stop:2449 : total=1615 2025-02-04 04:36:50.682 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:50.684 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2118 2025-02-04 04:36:50.686 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:36:50.688 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-02-04 04:36:50.700 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:50.702 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2025-02-04 04:36:50.704 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-02-04 04:36:50.706 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-02-04 04:36:50.708 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-02-04 04:36:50.723 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-02-04 04:36:50.724 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:36:50.726 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:36:50.728 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:36:50.730 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:36:50.731 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:50.733 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:36:50.735 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:50.737 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:50.738 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:36:50.740 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:36:50.742 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:36:50.743 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:36:50.745 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2025-02-04 04:36:50.747 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:36:50.749 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:50.750 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:50.752 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2025-02-04 04:36:50.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 fakeroot make openvswitch-switch 2025-02-04 04:36:50.829 | Reading package lists... 2025-02-04 04:36:51.040 | Building dependency tree... 2025-02-04 04:36:51.043 | Reading state information... 2025-02-04 04:36:51.261 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-02-04 04:36:51.261 | fakeroot set to manually installed. 2025-02-04 04:36:51.261 | make is already the newest version (4.3-4.1build1). 2025-02-04 04:36:51.261 | make set to manually installed. 2025-02-04 04:36:51.261 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-02-04 04:36:51.261 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:36:51.266 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:36:51.268 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:36:51.270 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:51.271 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:51.273 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:51.275 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:51.277 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:51.279 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:36:51.280 | + functions-common:time_stop:2442 : start_time=1738643810765 2025-02-04 04:36:51.282 | + functions-common:time_stop:2444 : [[ -z 1738643810765 ]] 2025-02-04 04:36:51.284 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:51.287 | + functions-common:time_stop:2447 : end_time=1738643811285 2025-02-04 04:36:51.289 | + functions-common:time_stop:2448 : elapsed_time=520 2025-02-04 04:36:51.290 | + functions-common:time_stop:2449 : total=2118 2025-02-04 04:36:51.292 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:51.294 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2638 2025-02-04 04:36:51.296 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:36:51.298 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-02-04 04:36:51.300 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:51.301 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:51.303 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-02-04 04:36:51.305 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-02-04 04:36:51.307 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-02-04 04:36:51.310 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-02-04 04:36:51.312 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-02-04 04:36:51.315 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-02-04 04:36:51.315 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-02-04 04:36:51.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-02-04 04:36:51.321 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-02-04 04:36:51.323 | + functions:vercmp:639 : local v1=6.8 2025-02-04 04:36:51.325 | + functions:vercmp:640 : local 'op=<' 2025-02-04 04:36:51.326 | + functions:vercmp:641 : local v2=3.13 2025-02-04 04:36:51.328 | + functions:vercmp:642 : local result 2025-02-04 04:36:51.331 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-02-04 04:36:51.332 | ++ functions:vercmp:646 : sort -V 2025-02-04 04:36:51.332 | ++ functions:vercmp:646 : head -1 2025-02-04 04:36:51.335 | + functions:vercmp:646 : result=3.13 2025-02-04 04:36:51.337 | + functions:vercmp:648 : case $op in 2025-02-04 04:36:51.339 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-02-04 04:36:51.341 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-02-04 04:36:51.342 | + functions:vercmp:659 : return 2025-02-04 04:36:51.344 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-02-04 04:36:51.346 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:36:51.348 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2025-02-04 04:36:51.803 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-02-04 04:36:51.805 | + inc/python:use_library_from_git:246 : local name=os-ken 2025-02-04 04:36:51.807 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:51.809 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:51.811 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2025-02-04 04:36:51.813 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:51.815 | + stack.sh:main:855 : is_service_enabled etcd3 2025-02-04 04:36:51.827 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:51.829 | + stack.sh:main:856 : install_etcd3 2025-02-04 04:36:51.831 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-02-04 04:36:51.831 | Installing etcd 2025-02-04 04:36:51.833 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-02-04 04:36:51.842 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-02-04 04:36:51.850 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-02-04 04:36:51.852 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-02-04 04:36:51.861 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-02-04 04:36:51.864 | ++ 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-02-04 04:36:51.866 | ++ 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-02-04 04:36:51.868 | +++ 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-02-04 04:36:51.871 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2025-02-04 04:36:51.873 | ++ 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-02-04 04:36:51.875 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2025-02-04 04:36:51.877 | ++ 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-02-04 04:36:51.883 | --2025-02-04 04:36:51-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-02-04 04:36:51.888 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-02-04 04:36:51.889 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-02-04 04:36:51.917 | HTTP request sent, awaiting response... 200 OK 2025-02-04 04:36:51.917 | Length: 11350736 (11M) [application/gzip] 2025-02-04 04:36:51.917 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2025-02-04 04:36:51.924 | 2025-02-04 04:36:51.970 | 0K ........ .. 100% 209M=0.05s 2025-02-04 04:36:51.970 | 2025-02-04 04:36:51.970 | 2025-02-04 04:36:51 (209 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2025-02-04 04:36:51.970 | 2025-02-04 04:36:51.972 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-02-04 04:36:51.974 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-02-04 04:36:51.976 | ++ functions:get_extra_file:74 : return 2025-02-04 04:36:51.979 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-02-04 04:36:51.980 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2025-02-04 04:36:51.982 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2025-02-04 04:36:51.984 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-02-04 04:36:52.049 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2025-02-04 04:36:52.051 | + 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-02-04 04:36:52.058 | etcd-v3.3.12-linux-amd64/ 2025-02-04 04:36:52.058 | etcd-v3.3.12-linux-amd64/README.md 2025-02-04 04:36:52.058 | etcd-v3.3.12-linux-amd64/Documentation/ 2025-02-04 04:36:52.058 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2025-02-04 04:36:52.058 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-02-04 04:36:52.058 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-02-04 04:36:52.059 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-02-04 04:36:52.060 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2025-02-04 04:36:52.061 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-02-04 04:36:52.062 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2025-02-04 04:36:52.063 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2025-02-04 04:36:52.064 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2025-02-04 04:36:52.065 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-02-04 04:36:52.065 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-02-04 04:36:52.065 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2025-02-04 04:36:52.065 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2025-02-04 04:36:52.065 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2025-02-04 04:36:52.065 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2025-02-04 04:36:52.066 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2025-02-04 04:36:52.066 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2025-02-04 04:36:52.066 | etcd-v3.3.12-linux-amd64/etcdctl 2025-02-04 04:36:52.186 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2025-02-04 04:36:52.186 | etcd-v3.3.12-linux-amd64/etcd 2025-02-04 04:36:52.334 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2025-02-04 04:36:52.356 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-02-04 04:36:52.375 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-02-04 04:36:52.377 | + stack.sh:main:865 : is_service_enabled tls-proxy 2025-02-04 04:36:52.390 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:52.391 | + stack.sh:main:875 : install_dstat 2025-02-04 04:36:52.393 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-02-04 04:36:52.405 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:36:52.407 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2025-02-04 04:36:52.409 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:36:52.410 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2025-02-04 04:36:52.412 | + stack.sh:main:884 : install_libs 2025-02-04 04:36:52.414 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-02-04 04:36:52.415 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-02-04 04:36:52.417 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-02-04 04:36:52.419 | + inc/python:use_library_from_git:246 : local name=automaton 2025-02-04 04:36:52.421 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.424 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2025-02-04 04:36:52.426 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.427 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-02-04 04:36:52.429 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-02-04 04:36:52.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-02-04 04:36:52.433 | + inc/python:use_library_from_git:246 : local name=castellan 2025-02-04 04:36:52.434 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.436 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.438 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2025-02-04 04:36:52.440 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.441 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-02-04 04:36:52.443 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-02-04 04:36:52.445 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-02-04 04:36:52.447 | + inc/python:use_library_from_git:246 : local name=cliff 2025-02-04 04:36:52.449 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.450 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.452 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2025-02-04 04:36:52.454 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.456 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-02-04 04:36:52.458 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-02-04 04:36:52.459 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-02-04 04:36:52.461 | + inc/python:use_library_from_git:246 : local name=cursive 2025-02-04 04:36:52.463 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.465 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.467 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2025-02-04 04:36:52.469 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.470 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-02-04 04:36:52.472 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-02-04 04:36:52.474 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-02-04 04:36:52.476 | + inc/python:use_library_from_git:246 : local name=debtcollector 2025-02-04 04:36:52.478 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.480 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.481 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2025-02-04 04:36:52.483 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.485 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-02-04 04:36:52.487 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-02-04 04:36:52.489 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-02-04 04:36:52.490 | + inc/python:use_library_from_git:246 : local name=futurist 2025-02-04 04:36:52.492 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.494 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.496 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2025-02-04 04:36:52.498 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.500 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-02-04 04:36:52.502 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-02-04 04:36:52.503 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-02-04 04:36:52.505 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2025-02-04 04:36:52.507 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.509 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.511 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2025-02-04 04:36:52.513 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.515 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-02-04 04:36:52.517 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-02-04 04:36:52.518 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-02-04 04:36:52.520 | + inc/python:use_library_from_git:246 : local name=osc-lib 2025-02-04 04:36:52.522 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.524 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.526 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2025-02-04 04:36:52.528 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.530 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-02-04 04:36:52.532 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-02-04 04:36:52.533 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-02-04 04:36:52.535 | + inc/python:use_library_from_git:246 : local name=osc-placement 2025-02-04 04:36:52.537 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.539 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.541 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2025-02-04 04:36:52.543 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.545 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-02-04 04:36:52.547 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-02-04 04:36:52.549 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-02-04 04:36:52.551 | + inc/python:use_library_from_git:246 : local name=os-client-config 2025-02-04 04:36:52.552 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.554 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.556 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2025-02-04 04:36:52.558 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.560 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-02-04 04:36:52.561 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-02-04 04:36:52.563 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-02-04 04:36:52.565 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2025-02-04 04:36:52.567 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.569 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.570 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2025-02-04 04:36:52.572 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.574 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-02-04 04:36:52.576 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-02-04 04:36:52.578 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-02-04 04:36:52.580 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2025-02-04 04:36:52.581 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.583 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.585 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2025-02-04 04:36:52.587 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.588 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-02-04 04:36:52.590 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-02-04 04:36:52.592 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-02-04 04:36:52.594 | + inc/python:use_library_from_git:246 : local name=oslo.config 2025-02-04 04:36:52.596 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.597 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.599 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2025-02-04 04:36:52.601 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.603 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-02-04 04:36:52.604 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-02-04 04:36:52.606 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-02-04 04:36:52.608 | + inc/python:use_library_from_git:246 : local name=oslo.context 2025-02-04 04:36:52.610 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.611 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.613 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2025-02-04 04:36:52.615 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.617 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-02-04 04:36:52.618 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-02-04 04:36:52.620 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-02-04 04:36:52.622 | + inc/python:use_library_from_git:246 : local name=oslo.db 2025-02-04 04:36:52.624 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.626 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.627 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2025-02-04 04:36:52.629 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.631 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-02-04 04:36:52.633 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-02-04 04:36:52.634 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-02-04 04:36:52.636 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2025-02-04 04:36:52.638 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.640 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.642 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2025-02-04 04:36:52.643 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.645 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-02-04 04:36:52.647 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-02-04 04:36:52.649 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-02-04 04:36:52.651 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2025-02-04 04:36:52.652 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.654 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.656 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2025-02-04 04:36:52.658 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.660 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-02-04 04:36:52.661 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-02-04 04:36:52.663 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-02-04 04:36:52.665 | + inc/python:use_library_from_git:246 : local name=oslo.log 2025-02-04 04:36:52.667 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.669 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.670 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2025-02-04 04:36:52.672 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.674 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-02-04 04:36:52.676 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-02-04 04:36:52.677 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-02-04 04:36:52.679 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2025-02-04 04:36:52.681 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.683 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.685 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2025-02-04 04:36:52.687 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.688 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-02-04 04:36:52.690 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-02-04 04:36:52.692 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-02-04 04:36:52.694 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2025-02-04 04:36:52.696 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.697 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.699 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2025-02-04 04:36:52.701 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.703 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-02-04 04:36:52.705 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-02-04 04:36:52.706 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-02-04 04:36:52.708 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2025-02-04 04:36:52.710 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.712 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.714 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2025-02-04 04:36:52.715 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.717 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-02-04 04:36:52.719 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-02-04 04:36:52.721 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-02-04 04:36:52.723 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2025-02-04 04:36:52.724 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.726 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.728 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2025-02-04 04:36:52.730 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.732 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-02-04 04:36:52.733 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-02-04 04:36:52.735 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-02-04 04:36:52.737 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2025-02-04 04:36:52.739 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.741 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.742 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2025-02-04 04:36:52.744 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.746 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-02-04 04:36:52.748 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-02-04 04:36:52.750 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-02-04 04:36:52.751 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2025-02-04 04:36:52.753 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.755 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.757 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-02-04 04:36:52.759 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.761 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-02-04 04:36:52.762 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-02-04 04:36:52.764 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-02-04 04:36:52.766 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2025-02-04 04:36:52.768 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.770 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.772 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2025-02-04 04:36:52.773 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.775 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-02-04 04:36:52.777 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-02-04 04:36:52.779 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-02-04 04:36:52.781 | + inc/python:use_library_from_git:246 : local name=oslo.service 2025-02-04 04:36:52.782 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.784 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.786 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2025-02-04 04:36:52.788 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.790 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-02-04 04:36:52.792 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-02-04 04:36:52.794 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-02-04 04:36:52.795 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2025-02-04 04:36:52.797 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.799 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.801 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2025-02-04 04:36:52.803 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.804 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-02-04 04:36:52.806 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-02-04 04:36:52.808 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-02-04 04:36:52.810 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2025-02-04 04:36:52.812 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.813 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.815 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-02-04 04:36:52.817 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.819 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-02-04 04:36:52.821 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-02-04 04:36:52.822 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-02-04 04:36:52.824 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2025-02-04 04:36:52.826 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.828 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2025-02-04 04:36:52.831 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.833 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-02-04 04:36:52.835 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-02-04 04:36:52.837 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-02-04 04:36:52.839 | + inc/python:use_library_from_git:246 : local name=osprofiler 2025-02-04 04:36:52.840 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.842 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.844 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2025-02-04 04:36:52.846 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.848 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-02-04 04:36:52.849 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-02-04 04:36:52.851 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-02-04 04:36:52.853 | + inc/python:use_library_from_git:246 : local name=pycadf 2025-02-04 04:36:52.855 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.856 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.858 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2025-02-04 04:36:52.860 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.862 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-02-04 04:36:52.864 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-02-04 04:36:52.866 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-02-04 04:36:52.868 | + inc/python:use_library_from_git:246 : local name=stevedore 2025-02-04 04:36:52.869 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.871 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.873 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2025-02-04 04:36:52.875 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.876 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-02-04 04:36:52.878 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-02-04 04:36:52.880 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-02-04 04:36:52.882 | + inc/python:use_library_from_git:246 : local name=taskflow 2025-02-04 04:36:52.884 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.886 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.887 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2025-02-04 04:36:52.889 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.891 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-02-04 04:36:52.893 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-02-04 04:36:52.895 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-02-04 04:36:52.896 | + inc/python:use_library_from_git:246 : local name=tooz 2025-02-04 04:36:52.898 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.900 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.902 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2025-02-04 04:36:52.904 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.906 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-02-04 04:36:52.908 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-02-04 04:36:52.909 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-02-04 04:36:52.911 | + inc/python:use_library_from_git:246 : local name=os-brick 2025-02-04 04:36:52.913 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.915 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.916 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2025-02-04 04:36:52.918 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.920 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-02-04 04:36:52.922 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-02-04 04:36:52.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-02-04 04:36:52.925 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2025-02-04 04:36:52.927 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.929 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.931 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2025-02-04 04:36:52.932 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.934 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-02-04 04:36:52.936 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-02-04 04:36:52.938 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-02-04 04:36:52.939 | + inc/python:use_library_from_git:246 : local name=os-traits 2025-02-04 04:36:52.941 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.943 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.945 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2025-02-04 04:36:52.947 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.948 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-02-04 04:36:52.950 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-02-04 04:36:52.952 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-02-04 04:36:52.954 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2025-02-04 04:36:52.956 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:52.958 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:52.959 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2025-02-04 04:36:52.961 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:52.963 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-02-04 04:36:52.978 | Using python 3.10 to install etcd3 2025-02-04 04:36:52.980 | + 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-02-04 04:36:53.957 | Collecting etcd3 2025-02-04 04:36:53.957 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-02-04 04:36:53.999 | Collecting tenacity>=6.1.0 2025-02-04 04:36:54.001 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-02-04 04:36:54.004 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2025-02-04 04:36:54.421 | Collecting protobuf>=3.6.1 2025-02-04 04:36:54.428 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2025-02-04 04:36:55.780 | Collecting grpcio>=1.27.1 2025-02-04 04:36:55.813 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-02-04 04:36:56.004 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2025-02-04 04:36:56.411 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2025-02-04 04:36:56.412 | 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-02-04 04:36:56.539 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:56.541 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:56.543 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:56.545 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:56.547 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:56.549 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:56.550 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:56.552 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:56.554 | + functions-common:time_stop:2442 : start_time=1738643812974 2025-02-04 04:36:56.556 | + functions-common:time_stop:2444 : [[ -z 1738643812974 ]] 2025-02-04 04:36:56.558 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:56.561 | + functions-common:time_stop:2447 : end_time=1738643816559 2025-02-04 04:36:56.563 | + functions-common:time_stop:2448 : elapsed_time=3585 2025-02-04 04:36:56.565 | + functions-common:time_stop:2449 : total=10861 2025-02-04 04:36:56.567 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:56.569 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14446 2025-02-04 04:36:56.571 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:56.572 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-02-04 04:36:56.588 | Using python 3.10 to install etcd3gw 2025-02-04 04:36:56.590 | + 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-02-04 04:36:57.589 | Collecting etcd3gw 2025-02-04 04:36:57.591 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-02-04 04:36:57.596 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2025-02-04 04:36:57.715 | Collecting futurist>=0.16.0 2025-02-04 04:36:57.717 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-02-04 04:36:57.770 | Collecting requests>=2.20.0 2025-02-04 04:36:57.772 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-02-04 04:36:57.782 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2025-02-04 04:36:57.840 | Collecting urllib3<1.27,>=1.21.1 2025-02-04 04:36:57.844 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-02-04 04:36:58.033 | Collecting charset-normalizer<3,>=2 2025-02-04 04:36:58.036 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-02-04 04:36:58.061 | Collecting idna<4,>=2.5 2025-02-04 04:36:58.063 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-02-04 04:36:58.286 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2025-02-04 04:36:58.286 | Attempting uninstall: urllib3 2025-02-04 04:36:58.287 | Found existing installation: urllib3 1.26.5 2025-02-04 04:36:58.290 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:36:58.292 | Can't uninstall 'urllib3'. No files were found to uninstall. 2025-02-04 04:36:58.358 | Attempting uninstall: idna 2025-02-04 04:36:58.359 | Found existing installation: idna 3.3 2025-02-04 04:36:58.361 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:36:58.361 | Can't uninstall 'idna'. No files were found to uninstall. 2025-02-04 04:36:58.502 | Attempting uninstall: requests 2025-02-04 04:36:58.503 | Found existing installation: requests 2.25.1 2025-02-04 04:36:58.504 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:36:58.505 | Can't uninstall 'requests'. No files were found to uninstall. 2025-02-04 04:36:58.561 | 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-02-04 04:36:58.561 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-02-04 04:36:58.649 | + inc/python:pip_install:196 : result=0 2025-02-04 04:36:58.652 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:36:58.654 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:58.655 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:58.657 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:58.659 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:58.661 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:58.663 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:36:58.665 | + functions-common:time_stop:2442 : start_time=1738643816584 2025-02-04 04:36:58.666 | + functions-common:time_stop:2444 : [[ -z 1738643816584 ]] 2025-02-04 04:36:58.669 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:58.672 | + functions-common:time_stop:2447 : end_time=1738643818670 2025-02-04 04:36:58.674 | + functions-common:time_stop:2448 : elapsed_time=2086 2025-02-04 04:36:58.675 | + functions-common:time_stop:2449 : total=14446 2025-02-04 04:36:58.677 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:58.679 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16532 2025-02-04 04:36:58.681 | + inc/python:pip_install:199 : return 0 2025-02-04 04:36:58.683 | + stack.sh:main:887 : install_apache_uwsgi 2025-02-04 04:36:58.684 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2025-02-04 04:36:58.686 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2025-02-04 04:36:58.688 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:36:58.690 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:36:58.692 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:36:58.694 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:36:58.696 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:36:58.698 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:36:58.699 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:36:58.701 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:36:58.703 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:36:58.705 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:36:58.707 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:36:58.709 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:36:58.710 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2025-02-04 04:36:58.712 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:58.714 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:58.716 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-02-04 04:36:58.718 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-02-04 04:36:58.720 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:36:58.722 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:36:58.723 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:36:58.725 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:36:58.727 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:36:58.729 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:36:58.731 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:58.733 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:58.735 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:36:58.736 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:36:58.738 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:36:58.740 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:36:58.742 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-02-04 04:36:58.744 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:36:58.745 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:58.747 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:58.749 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-02-04 04:36:58.765 | + 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-02-04 04:36:58.827 | Reading package lists... 2025-02-04 04:36:59.057 | Building dependency tree... 2025-02-04 04:36:59.061 | Reading state information... 2025-02-04 04:36:59.283 | uwsgi is already the newest version (2.0.20-4). 2025-02-04 04:36:59.283 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-02-04 04:36:59.283 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-02-04 04:36:59.283 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:36:59.287 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:36:59.289 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:36:59.291 | + functions-common:time_stop:2435 : local name 2025-02-04 04:36:59.293 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:36:59.295 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:36:59.297 | + functions-common:time_stop:2438 : local total 2025-02-04 04:36:59.299 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:36:59.301 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:36:59.302 | + functions-common:time_stop:2442 : start_time=1738643818763 2025-02-04 04:36:59.304 | + functions-common:time_stop:2444 : [[ -z 1738643818763 ]] 2025-02-04 04:36:59.307 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:36:59.310 | + functions-common:time_stop:2447 : end_time=1738643819308 2025-02-04 04:36:59.311 | + functions-common:time_stop:2448 : elapsed_time=545 2025-02-04 04:36:59.313 | + functions-common:time_stop:2449 : total=2638 2025-02-04 04:36:59.315 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:36:59.317 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3183 2025-02-04 04:36:59.319 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:36:59.321 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2025-02-04 04:36:59.322 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:36:59.324 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:36:59.326 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2025-02-04 04:36:59.368 | Enabling module proxy. 2025-02-04 04:36:59.372 | To activate the new configuration, you need to run: 2025-02-04 04:36:59.372 | systemctl restart apache2 2025-02-04 04:36:59.376 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2025-02-04 04:36:59.408 | Considering dependency proxy for proxy_uwsgi: 2025-02-04 04:36:59.408 | Module proxy already enabled 2025-02-04 04:36:59.408 | Enabling module proxy_uwsgi. 2025-02-04 04:36:59.411 | To activate the new configuration, you need to run: 2025-02-04 04:36:59.411 | systemctl restart apache2 2025-02-04 04:36:59.415 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2025-02-04 04:36:59.417 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:36:59.419 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:36:59.421 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:36:59.522 | + stack.sh:main:890 : install_keystoneauth 2025-02-04 04:36:59.524 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-02-04 04:36:59.526 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2025-02-04 04:36:59.528 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.530 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.532 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2025-02-04 04:36:59.534 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.536 | + stack.sh:main:891 : install_keystoneclient 2025-02-04 04:36:59.538 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-02-04 04:36:59.540 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2025-02-04 04:36:59.542 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.544 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.546 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2025-02-04 04:36:59.548 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.550 | + stack.sh:main:892 : install_glanceclient 2025-02-04 04:36:59.552 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2025-02-04 04:36:59.554 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2025-02-04 04:36:59.556 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.558 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.560 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2025-02-04 04:36:59.561 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.563 | + stack.sh:main:893 : install_cinderclient 2025-02-04 04:36:59.565 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2025-02-04 04:36:59.567 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2025-02-04 04:36:59.569 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.571 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.573 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-02-04 04:36:59.575 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.576 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2025-02-04 04:36:59.578 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2025-02-04 04:36:59.580 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.584 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2025-02-04 04:36:59.586 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.588 | + stack.sh:main:894 : install_novaclient 2025-02-04 04:36:59.590 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2025-02-04 04:36:59.591 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2025-02-04 04:36:59.593 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.595 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.597 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2025-02-04 04:36:59.599 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.601 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2025-02-04 04:36:59.614 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:59.615 | + stack.sh:main:896 : install_swiftclient 2025-02-04 04:36:59.619 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2025-02-04 04:36:59.621 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2025-02-04 04:36:59.623 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.624 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.626 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2025-02-04 04:36:59.628 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.630 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2025-02-04 04:36:59.642 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:36:59.645 | + stack.sh:main:899 : install_neutronclient 2025-02-04 04:36:59.646 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2025-02-04 04:36:59.648 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2025-02-04 04:36:59.650 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.652 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.654 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2025-02-04 04:36:59.656 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.658 | + stack.sh:main:903 : install_keystonemiddleware 2025-02-04 04:36:59.660 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-02-04 04:36:59.661 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2025-02-04 04:36:59.663 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:36:59.665 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:36:59.667 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2025-02-04 04:36:59.669 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:36:59.671 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-02-04 04:36:59.673 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2025-02-04 04:36:59.674 | + inc/python:pip_install_gr:77 : local clean_name 2025-02-04 04:36:59.677 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2025-02-04 04:36:59.679 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2025-02-04 04:36:59.680 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-02-04 04:36:59.684 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-02-04 04:36:59.684 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:36:59.687 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2025-02-04 04:36:59.689 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2025-02-04 04:36:59.691 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2025-02-04 04:36:59.693 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2025-02-04 04:36:59.695 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2025-02-04 04:36:59.712 | Using python 3.10 to install keystonemiddleware 2025-02-04 04:36:59.714 | + 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-02-04 04:37:00.801 | Collecting keystonemiddleware 2025-02-04 04:37:00.805 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2025-02-04 04:37:00.892 | Collecting oslo.config>=5.2.0 2025-02-04 04:37:00.895 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2025-02-04 04:37:01.029 | Collecting oslo.cache>=1.26.0 2025-02-04 04:37:01.031 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2025-02-04 04:37:01.034 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2025-02-04 04:37:01.074 | Collecting python-keystoneclient>=3.20.0 2025-02-04 04:37:01.079 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2025-02-04 04:37:01.085 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2025-02-04 04:37:01.128 | Collecting keystoneauth1>=3.12.0 2025-02-04 04:37:01.135 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2025-02-04 04:37:01.178 | Collecting oslo.context>=2.19.2 2025-02-04 04:37:01.180 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2025-02-04 04:37:01.228 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2025-02-04 04:37:01.230 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2025-02-04 04:37:01.347 | Collecting pycadf!=2.0.0,>=1.1.0 2025-02-04 04:37:01.350 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-02-04 04:37:01.386 | Collecting oslo.i18n>=3.15.3 2025-02-04 04:37:01.388 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2025-02-04 04:37:01.423 | Collecting WebOb>=1.7.1 2025-02-04 04:37:01.426 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-02-04 04:37:01.502 | Collecting oslo.log>=3.36.0 2025-02-04 04:37:01.505 | Using cached oslo.log-5.2.1-py3-none-any.whl (76 kB) 2025-02-04 04:37:01.506 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2025-02-04 04:37:01.566 | Collecting oslo.utils>=3.33.0 2025-02-04 04:37:01.570 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2025-02-04 04:37:01.612 | Collecting os-service-types>=1.2.0 2025-02-04 04:37:01.614 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-02-04 04:37:01.657 | Collecting stevedore>=1.20.0 2025-02-04 04:37:01.659 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-02-04 04:37:01.682 | Collecting iso8601>=0.1.11 2025-02-04 04:37:01.684 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-02-04 04:37:01.741 | Collecting dogpile.cache>=1.1.5 2025-02-04 04:37:01.743 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-02-04 04:37:01.802 | Collecting netaddr>=0.7.18 2025-02-04 04:37:01.817 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-02-04 04:37:01.856 | Collecting debtcollector>=1.2.0 2025-02-04 04:37:01.859 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-02-04 04:37:01.950 | Collecting PyYAML>=5.1 2025-02-04 04:37:01.956 | 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-02-04 04:37:01.979 | Collecting rfc3986>=1.2.0 2025-02-04 04:37:01.981 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2025-02-04 04:37:02.035 | Collecting python-dateutil>=2.7.0 2025-02-04 04:37:02.039 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-02-04 04:37:02.057 | Collecting pyinotify>=0.9.6 2025-02-04 04:37:02.057 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-02-04 04:37:02.166 | Collecting pytz>=2013.6 2025-02-04 04:37:02.173 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2025-02-04 04:37:02.353 | Collecting msgpack>=0.5.2 2025-02-04 04:37:02.358 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-02-04 04:37:02.368 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2025-02-04 04:37:02.403 | Collecting packaging>=20.4 2025-02-04 04:37:02.405 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-02-04 04:37:02.455 | Collecting pyparsing>=2.1.0 2025-02-04 04:37:02.458 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-02-04 04:37:02.485 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-02-04 04:37:02.486 | 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-02-04 04:37:02.487 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2025-02-04 04:37:02.487 | 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-02-04 04:37:02.757 | Collecting wrapt>=1.7.0 2025-02-04 04:37:02.762 | 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-02-04 04:37:02.792 | Collecting decorator>=4.0.0 2025-02-04 04:37:02.794 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-02-04 04:37:03.206 | 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-02-04 04:37:03.233 | Attempting uninstall: pytz 2025-02-04 04:37:03.234 | Found existing installation: pytz 2022.1 2025-02-04 04:37:03.236 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:03.237 | Can't uninstall 'pytz'. No files were found to uninstall. 2025-02-04 04:37:03.554 | Attempting uninstall: stevedore 2025-02-04 04:37:03.555 | Found existing installation: stevedore 3.5.0 2025-02-04 04:37:03.557 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:03.557 | Can't uninstall 'stevedore'. No files were found to uninstall. 2025-02-04 04:37:03.688 | Attempting uninstall: pyparsing 2025-02-04 04:37:03.689 | Found existing installation: pyparsing 2.4.7 2025-02-04 04:37:03.690 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:03.690 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2025-02-04 04:37:03.745 | Attempting uninstall: packaging 2025-02-04 04:37:03.746 | Found existing installation: packaging 21.3 2025-02-04 04:37:03.748 | Not uninstalling packaging at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:03.748 | Can't uninstall 'packaging'. No files were found to uninstall. 2025-02-04 04:37:04.735 | 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-02-04 04:37:04.736 | 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-02-04 04:37:04.875 | + inc/python:pip_install:196 : result=0 2025-02-04 04:37:04.877 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:37:04.879 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:04.881 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:04.882 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:04.884 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:04.886 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:04.888 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:37:04.889 | + functions-common:time_stop:2442 : start_time=1738643819708 2025-02-04 04:37:04.891 | + functions-common:time_stop:2444 : [[ -z 1738643819708 ]] 2025-02-04 04:37:04.894 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:04.896 | + functions-common:time_stop:2447 : end_time=1738643824894 2025-02-04 04:37:04.898 | + functions-common:time_stop:2448 : elapsed_time=5186 2025-02-04 04:37:04.900 | + functions-common:time_stop:2449 : total=16532 2025-02-04 04:37:04.902 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:04.903 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21718 2025-02-04 04:37:04.905 | + inc/python:pip_install:199 : return 0 2025-02-04 04:37:04.907 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-02-04 04:37:04.909 | + inc/python:pip_install_gr:76 : local name=python-memcached 2025-02-04 04:37:04.911 | + inc/python:pip_install_gr:77 : local clean_name 2025-02-04 04:37:04.913 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2025-02-04 04:37:04.915 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2025-02-04 04:37:04.917 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-02-04 04:37:04.919 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:37:04.919 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-02-04 04:37:04.923 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2025-02-04 04:37:04.925 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2025-02-04 04:37:04.927 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2025-02-04 04:37:04.929 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2025-02-04 04:37:04.931 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2025-02-04 04:37:04.946 | Using python 3.10 to install python-memcached 2025-02-04 04:37:04.948 | + 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-02-04 04:37:05.921 | Collecting python-memcached 2025-02-04 04:37:05.924 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-02-04 04:37:05.928 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2025-02-04 04:37:06.228 | Installing collected packages: python-memcached 2025-02-04 04:37:06.252 | Successfully installed python-memcached-1.59 2025-02-04 04:37:06.253 | 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-02-04 04:37:06.331 | + inc/python:pip_install:196 : result=0 2025-02-04 04:37:06.333 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:37:06.335 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:06.337 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:06.339 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:06.340 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:06.342 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:06.344 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:37:06.346 | + functions-common:time_stop:2442 : start_time=1738643824942 2025-02-04 04:37:06.348 | + functions-common:time_stop:2444 : [[ -z 1738643824942 ]] 2025-02-04 04:37:06.350 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:06.353 | + functions-common:time_stop:2447 : end_time=1738643826351 2025-02-04 04:37:06.355 | + functions-common:time_stop:2448 : elapsed_time=1409 2025-02-04 04:37:06.357 | + functions-common:time_stop:2449 : total=21718 2025-02-04 04:37:06.359 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:06.361 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23127 2025-02-04 04:37:06.363 | + inc/python:pip_install:199 : return 0 2025-02-04 04:37:06.365 | + stack.sh:main:905 : is_service_enabled keystone 2025-02-04 04:37:06.378 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:06.379 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-02-04 04:37:06.381 | + stack.sh:main:907 : stack_install_service keystone 2025-02-04 04:37:06.383 | + lib/stack:stack_install_service:20 : local service=keystone 2025-02-04 04:37:06.385 | + lib/stack:stack_install_service:21 : type install_keystone 2025-02-04 04:37:06.387 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-04 04:37:06.389 | + lib/stack:stack_install_service:32 : install_keystone 2025-02-04 04:37:06.391 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-02-04 04:37:06.403 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:06.404 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone unmaintained/2023.1 2025-02-04 04:37:06.406 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2025-02-04 04:37:06.408 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2025-02-04 04:37:06.409 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-02-04 04:37:06.411 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:37:06.413 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:37:06.415 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:37:06.416 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:37:06.419 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:37:06.430 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:37:06.432 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:37:06.434 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:37:06.435 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:37:06.437 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-02-04 04:37:06.437 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:37:06.441 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2025-02-04 04:37:06.443 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:37:06.444 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-02-04 04:37:06.446 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:06.447 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:06.449 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:06.451 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:06.452 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:06.454 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:06.455 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:06.457 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:06.459 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:06.462 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643826460 2025-02-04 04:37:06.463 | + 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-02-04 04:37:06.466 | Cloning into '/opt/stack//keystone'... 2025-02-04 04:37:08.720 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:08.722 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:08.723 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:08.725 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:08.727 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:08.729 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:08.730 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:08.732 | + functions-common:time_stop:2442 : start_time=1738643826460 2025-02-04 04:37:08.734 | + functions-common:time_stop:2444 : [[ -z 1738643826460 ]] 2025-02-04 04:37:08.736 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:08.739 | + functions-common:time_stop:2447 : end_time=1738643828737 2025-02-04 04:37:08.740 | + functions-common:time_stop:2448 : elapsed_time=2277 2025-02-04 04:37:08.742 | + functions-common:time_stop:2449 : total=4805 2025-02-04 04:37:08.744 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:08.745 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7082 2025-02-04 04:37:08.747 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2025-02-04 04:37:08.749 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:37:08.750 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:08.752 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:08.754 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:08.755 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:08.757 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:08.759 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:08.761 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:08.762 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:08.765 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:08.767 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643828765 2025-02-04 04:37:08.769 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:37:12.051 | From https://opendev.org/openstack/keystone 2025-02-04 04:37:12.051 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-02-04 04:37:12.056 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:12.057 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:12.059 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:12.061 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:12.062 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:12.064 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:12.066 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:12.067 | + functions-common:time_stop:2442 : start_time=1738643828765 2025-02-04 04:37:12.069 | + functions-common:time_stop:2444 : [[ -z 1738643828765 ]] 2025-02-04 04:37:12.071 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:12.074 | + functions-common:time_stop:2447 : end_time=1738643832072 2025-02-04 04:37:12.076 | + functions-common:time_stop:2448 : elapsed_time=3307 2025-02-04 04:37:12.077 | + functions-common:time_stop:2449 : total=7082 2025-02-04 04:37:12.079 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:12.080 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10389 2025-02-04 04:37:12.082 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:37:12.084 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:12.085 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:12.087 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:12.089 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:12.090 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:12.092 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:12.094 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:12.095 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:12.098 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:12.100 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643832098 2025-02-04 04:37:12.102 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:37:12.201 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:37:12.202 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:37:12.202 | state without impacting any branches by switching back to a branch. 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:37:12.202 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | git switch -c 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | Or undo this operation with: 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | git switch - 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:37:12.202 | 2025-02-04 04:37:12.202 | HEAD is now at 9e3dfb4 Update .gitreview for unmaintained/2023.1 2025-02-04 04:37:12.205 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:12.207 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:12.208 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:12.210 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:12.212 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:12.214 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:12.215 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:12.217 | + functions-common:time_stop:2442 : start_time=1738643832098 2025-02-04 04:37:12.219 | + functions-common:time_stop:2444 : [[ -z 1738643832098 ]] 2025-02-04 04:37:12.221 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:12.224 | + functions-common:time_stop:2447 : end_time=1738643832222 2025-02-04 04:37:12.226 | + functions-common:time_stop:2448 : elapsed_time=124 2025-02-04 04:37:12.227 | + functions-common:time_stop:2449 : total=10389 2025-02-04 04:37:12.229 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:12.231 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10513 2025-02-04 04:37:12.233 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-02-04 04:37:12.243 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2025-02-04 04:37:12.245 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:37:12.245 | + functions-common:git_clone:696 : head -1 2025-02-04 04:37:12.247 | 9e3dfb4 Update .gitreview for unmaintained/2023.1 2025-02-04 04:37:12.249 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:37:12.251 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-02-04 04:37:12.253 | + inc/python:setup_develop:334 : local bindep 2025-02-04 04:37:12.254 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2025-02-04 04:37:12.256 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2025-02-04 04:37:12.258 | + inc/python:setup_develop:340 : local extras= 2025-02-04 04:37:12.260 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-02-04 04:37:12.262 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:37:12.263 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-02-04 04:37:12.265 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2025-02-04 04:37:12.267 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:37:12.269 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:37:12.271 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2025-02-04 04:37:12.273 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:37:12.275 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2025-02-04 04:37:12.277 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:37:12.279 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:37:12.281 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-02-04 04:37:12.285 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2025-02-04 04:37:12.287 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-02-04 04:37:12.611 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2025-02-04 04:37:12.613 | + inc/python:setup_package:414 : local bindep=0 2025-02-04 04:37:12.615 | + inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:37:12.617 | + inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:37:12.619 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2025-02-04 04:37:12.621 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2025-02-04 04:37:12.623 | + inc/python:setup_package:423 : local flags=-e 2025-02-04 04:37:12.624 | + inc/python:setup_package:424 : local extras= 2025-02-04 04:37:12.626 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:37:12.628 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:37:12.630 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:37:12.632 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:37:12.633 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:37:12.635 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2025-02-04 04:37:12.650 | Using python 3.10 to install /opt/stack/keystone 2025-02-04 04:37:12.652 | + 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-02-04 04:37:13.547 | Obtaining file:///opt/stack/keystone 2025-02-04 04:37:13.548 | Preparing metadata (setup.py): started 2025-02-04 04:37:14.058 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:37:14.222 | Collecting Flask!=0.11,>=1.0.2 2025-02-04 04:37:14.225 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2025-02-04 04:37:14.249 | Collecting Flask-RESTful>=0.3.5 2025-02-04 04:37:14.252 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-02-04 04:37:14.286 | Collecting PyJWT>=1.6.1 2025-02-04 04:37:14.289 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2025-02-04 04:37:15.077 | Collecting SQLAlchemy>=1.3.0 2025-02-04 04:37:15.091 | 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-02-04 04:37:15.102 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2025-02-04 04:37:15.200 | Collecting bcrypt>=3.1.3 2025-02-04 04:37:15.208 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2025-02-04 04:37:15.640 | Collecting cryptography>=2.7 2025-02-04 04:37:15.666 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2025-02-04 04:37:15.686 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2025-02-04 04:37:15.742 | Collecting jsonschema>=3.2.0 2025-02-04 04:37:15.745 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2025-02-04 04:37:15.747 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2025-02-04 04:37:15.748 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2025-02-04 04:37:15.774 | Collecting oauthlib>=0.6.2 2025-02-04 04:37:15.778 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2025-02-04 04:37:15.781 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2025-02-04 04:37:15.781 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2025-02-04 04:37:15.782 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2025-02-04 04:37:15.937 | Collecting oslo.db>=6.0.0 2025-02-04 04:37:15.941 | Using cached oslo.db-12.3.3-py3-none-any.whl (177 kB) 2025-02-04 04:37:15.944 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2025-02-04 04:37:15.945 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.1) 2025-02-04 04:37:16.117 | Collecting oslo.messaging>=5.29.0 2025-02-04 04:37:16.122 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2025-02-04 04:37:16.259 | Collecting oslo.middleware>=3.31.0 2025-02-04 04:37:16.262 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2025-02-04 04:37:16.410 | Collecting oslo.policy>=3.10.0 2025-02-04 04:37:16.412 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2025-02-04 04:37:16.415 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.2) 2025-02-04 04:37:16.526 | Collecting oslo.upgradecheck>=1.3.0 2025-02-04 04:37:16.528 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2025-02-04 04:37:16.530 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2025-02-04 04:37:16.650 | Collecting osprofiler>=1.4.0 2025-02-04 04:37:16.654 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2025-02-04 04:37:16.675 | Collecting passlib>=1.7.0 2025-02-04 04:37:16.680 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-02-04 04:37:16.685 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2025-02-04 04:37:16.686 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2025-02-04 04:37:16.802 | Collecting pysaml2>=5.0.0 2025-02-04 04:37:16.807 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2025-02-04 04:37:16.812 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2025-02-04 04:37:16.812 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2025-02-04 04:37:16.915 | Collecting scrypt>=0.8.0 2025-02-04 04:37:16.923 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-02-04 04:37:17.043 | Collecting sqlalchemy-migrate>=0.13.0 2025-02-04 04:37:17.046 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2025-02-04 04:37:17.060 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2025-02-04 04:37:17.356 | Collecting cffi>=1.12 2025-02-04 04:37:17.362 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-02-04 04:37:17.366 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2025-02-04 04:37:17.422 | Collecting Werkzeug>=2.2.2 2025-02-04 04:37:17.426 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2025-02-04 04:37:17.460 | Collecting click>=8.0 2025-02-04 04:37:17.462 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-02-04 04:37:17.485 | Collecting itsdangerous>=2.0 2025-02-04 04:37:17.486 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-02-04 04:37:17.517 | Collecting Jinja2>=3.0 2025-02-04 04:37:17.519 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-02-04 04:37:17.548 | Collecting aniso8601>=0.82 2025-02-04 04:37:17.554 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-02-04 04:37:17.565 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2025-02-04 04:37:17.585 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2025-02-04 04:37:17.623 | Collecting attrs>=17.4.0 2025-02-04 04:37:17.626 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-02-04 04:37:17.686 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2025-02-04 04:37:17.687 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.3) 2025-02-04 04:37:17.730 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2025-02-04 04:37:17.730 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2025-02-04 04:37:17.731 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2025-02-04 04:37:17.732 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2025-02-04 04:37:17.805 | Collecting alembic>=0.9.6 2025-02-04 04:37:17.808 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2025-02-04 04:37:17.914 | Collecting testscenarios>=0.4 2025-02-04 04:37:17.916 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-02-04 04:37:17.934 | Collecting testresources>=2.0.0 2025-02-04 04:37:17.936 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-02-04 04:37:17.978 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2025-02-04 04:37:17.979 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2025-02-04 04:37:18.114 | Collecting oslo.metrics>=0.2.1 2025-02-04 04:37:18.116 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2025-02-04 04:37:18.158 | Collecting amqp>=2.5.2 2025-02-04 04:37:18.160 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-02-04 04:37:18.161 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2025-02-04 04:37:18.317 | Collecting oslo.service!=1.28.1,>=1.24.0 2025-02-04 04:37:18.320 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2025-02-04 04:37:18.383 | Collecting kombu>=4.6.6 2025-02-04 04:37:18.386 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-02-04 04:37:18.419 | Collecting cachetools>=2.0.0 2025-02-04 04:37:18.421 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2025-02-04 04:37:18.453 | Collecting statsd>=3.2.1 2025-02-04 04:37:18.455 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2025-02-04 04:37:18.513 | Collecting PrettyTable>=0.7.1 2025-02-04 04:37:18.515 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-02-04 04:37:18.525 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2025-02-04 04:37:18.526 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2025-02-04 04:37:18.527 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2025-02-04 04:37:18.529 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2025-02-04 04:37:18.591 | Collecting oslo.concurrency>=3.26.0 2025-02-04 04:37:18.594 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2025-02-04 04:37:18.643 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2025-02-04 04:37:18.697 | Collecting xmlschema>=1.2.1 2025-02-04 04:37:18.702 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2025-02-04 04:37:18.733 | Collecting pyOpenSSL 2025-02-04 04:37:18.736 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2025-02-04 04:37:18.775 | Collecting defusedxml 2025-02-04 04:37:18.778 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-02-04 04:37:19.181 | Collecting greenlet!=0.4.17 2025-02-04 04:37:19.185 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2025-02-04 04:37:19.219 | Collecting sqlparse 2025-02-04 04:37:19.222 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2025-02-04 04:37:19.351 | Collecting Tempita>=0.4 2025-02-04 04:37:19.354 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2025-02-04 04:37:19.455 | Collecting Mako 2025-02-04 04:37:19.457 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2025-02-04 04:37:19.486 | Collecting vine>=5.0.0 2025-02-04 04:37:19.488 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-02-04 04:37:19.561 | Collecting pycparser 2025-02-04 04:37:19.564 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-02-04 04:37:19.581 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2025-02-04 04:37:19.766 | Collecting MarkupSafe>=2.0 2025-02-04 04:37:19.770 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-02-04 04:37:19.801 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2025-02-04 04:37:19.879 | Collecting fasteners>=0.7.0 2025-02-04 04:37:19.881 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-02-04 04:37:19.921 | Collecting prometheus-client>=0.6.0 2025-02-04 04:37:19.923 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2025-02-04 04:37:19.969 | Collecting Routes>=2.3.1 2025-02-04 04:37:19.971 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-02-04 04:37:20.006 | Collecting eventlet>=0.25.2 2025-02-04 04:37:20.009 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2025-02-04 04:37:20.142 | Collecting Paste>=2.0.2 2025-02-04 04:37:20.148 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-02-04 04:37:20.260 | Collecting PasteDeploy>=1.5.0 2025-02-04 04:37:20.262 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2025-02-04 04:37:20.285 | Collecting fixtures>=3.0.0 2025-02-04 04:37:20.285 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-02-04 04:37:20.443 | Collecting Yappi>=1.0 2025-02-04 04:37:20.446 | 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-02-04 04:37:20.468 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2025-02-04 04:37:20.519 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2025-02-04 04:37:20.520 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2025-02-04 04:37:20.520 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2025-02-04 04:37:20.521 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2025-02-04 04:37:20.573 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2025-02-04 04:37:20.651 | Collecting elementpath<4.0.0,>=3.0.0 2025-02-04 04:37:20.656 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2025-02-04 04:37:20.781 | Collecting dnspython>=1.15.0 2025-02-04 04:37:20.785 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2025-02-04 04:37:20.916 | Collecting repoze.lru>=0.3 2025-02-04 04:37:20.918 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-02-04 04:37:21.069 | 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-02-04 04:37:21.069 | Reason for being yanked: Regression in OpenSSL. 2025-02-04 04:37:21.591 | 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-02-04 04:37:22.076 | Attempting uninstall: PyJWT 2025-02-04 04:37:22.078 | Found existing installation: PyJWT 2.3.0 2025-02-04 04:37:22.079 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:22.079 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2025-02-04 04:37:22.258 | Attempting uninstall: PrettyTable 2025-02-04 04:37:22.259 | Found existing installation: prettytable 2.5.0 2025-02-04 04:37:22.261 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:22.262 | Can't uninstall 'prettytable'. No files were found to uninstall. 2025-02-04 04:37:22.452 | Attempting uninstall: oauthlib 2025-02-04 04:37:22.454 | Found existing installation: oauthlib 3.2.0 2025-02-04 04:37:22.455 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:22.455 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2025-02-04 04:37:22.523 | Attempting uninstall: MarkupSafe 2025-02-04 04:37:22.524 | Found existing installation: MarkupSafe 2.0.1 2025-02-04 04:37:22.525 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:22.525 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2025-02-04 04:37:22.582 | Attempting uninstall: fixtures 2025-02-04 04:37:22.585 | Found existing installation: fixtures 3.0.0 2025-02-04 04:37:22.586 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:22.587 | Can't uninstall 'fixtures'. No files were found to uninstall. 2025-02-04 04:37:23.008 | Attempting uninstall: click 2025-02-04 04:37:23.010 | Found existing installation: click 8.0.3 2025-02-04 04:37:23.011 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:23.011 | Can't uninstall 'click'. No files were found to uninstall. 2025-02-04 04:37:23.081 | Attempting uninstall: bcrypt 2025-02-04 04:37:23.083 | Found existing installation: bcrypt 3.2.0 2025-02-04 04:37:23.085 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:23.086 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2025-02-04 04:37:23.108 | Attempting uninstall: attrs 2025-02-04 04:37:23.109 | Found existing installation: attrs 21.2.0 2025-02-04 04:37:23.111 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:23.111 | Can't uninstall 'attrs'. No files were found to uninstall. 2025-02-04 04:37:24.165 | Attempting uninstall: jsonschema 2025-02-04 04:37:24.166 | Found existing installation: jsonschema 3.2.0 2025-02-04 04:37:24.167 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:24.168 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2025-02-04 04:37:24.228 | Attempting uninstall: Jinja2 2025-02-04 04:37:24.229 | Found existing installation: Jinja2 3.0.3 2025-02-04 04:37:24.231 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:24.231 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2025-02-04 04:37:24.844 | Attempting uninstall: cryptography 2025-02-04 04:37:24.847 | Found existing installation: cryptography 3.4.8 2025-02-04 04:37:24.847 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:24.847 | Can't uninstall 'cryptography'. No files were found to uninstall. 2025-02-04 04:37:25.165 | Attempting uninstall: pyOpenSSL 2025-02-04 04:37:25.166 | Found existing installation: pyOpenSSL 21.0.0 2025-02-04 04:37:25.168 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:25.168 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2025-02-04 04:37:25.954 | Running setup.py develop for keystone 2025-02-04 04:37:26.940 | 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-02-04 04:37:26.941 | 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-02-04 04:37:27.154 | + inc/python:pip_install:196 : result=0 2025-02-04 04:37:27.156 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:37:27.158 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:27.160 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:27.162 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:27.164 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:27.166 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:27.168 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:37:27.169 | + functions-common:time_stop:2442 : start_time=1738643832647 2025-02-04 04:37:27.171 | + functions-common:time_stop:2444 : [[ -z 1738643832647 ]] 2025-02-04 04:37:27.173 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:27.176 | + functions-common:time_stop:2447 : end_time=1738643847175 2025-02-04 04:37:27.178 | + functions-common:time_stop:2448 : elapsed_time=14528 2025-02-04 04:37:27.180 | + functions-common:time_stop:2449 : total=23127 2025-02-04 04:37:27.182 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:27.184 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=37655 2025-02-04 04:37:27.185 | + inc/python:pip_install:199 : return 0 2025-02-04 04:37:27.187 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:37:27.189 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2025-02-04 04:37:27.191 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2025-02-04 04:37:27.204 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2025-02-04 04:37:27.214 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2025-02-04 04:37:27.216 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2025-02-04 04:37:27.218 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:37:27.220 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:37:27.222 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-02-04 04:37:27.224 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:37:27.226 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-02-04 04:37:27.238 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:27.240 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-02-04 04:37:27.242 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-04 04:37:27.244 | + stack.sh:main:908 : configure_keystone 2025-02-04 04:37:27.246 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-02-04 04:37:27.255 | + 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-02-04 04:37:27.257 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-02-04 04:37:27.260 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-02-04 04:37:27.272 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:27.274 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-02-04 04:37:27.300 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-02-04 04:37:27.322 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-02-04 04:37:27.346 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-02-04 04:37:27.370 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-02-04 04:37:27.394 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-02-04 04:37:27.417 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-02-04 04:37:27.439 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-02-04 04:37:27.460 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-02-04 04:37:27.462 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2025-02-04 04:37:27.464 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2025-02-04 04:37:27.466 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2025-02-04 04:37:27.468 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-02-04 04:37:27.470 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-02-04 04:37:27.481 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:27.484 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-02-04 04:37:27.486 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-02-04 04:37:27.488 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-02-04 04:37:27.499 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:27.501 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:37:27.503 | + 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-02-04 04:37:27.528 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-02-04 04:37:27.530 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-02-04 04:37:27.532 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-02-04 04:37:27.534 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-02-04 04:37:27.547 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:27.549 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-02-04 04:37:27.575 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-02-04 04:37:27.576 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-02-04 04:37:27.601 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-02-04 04:37:27.603 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-02-04 04:37:27.605 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-02-04 04:37:27.606 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2025-02-04 04:37:27.608 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:37:27.610 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:37:27.611 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-02-04 04:37:27.614 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-02-04 04:37:27.638 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-02-04 04:37:27.640 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-02-04 04:37:27.641 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-02-04 04:37:27.643 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-02-04 04:37:27.646 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:37:27.658 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:37:27.660 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:37:27.661 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:37:27.663 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:37:27.665 | + 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-02-04 04:37:27.687 | + 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-02-04 04:37:27.710 | + 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-02-04 04:37:27.732 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:37:27.754 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-02-04 04:37:27.776 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-02-04 04:37:27.778 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2025-02-04 04:37:27.780 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-02-04 04:37:27.781 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2025-02-04 04:37:27.783 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2025-02-04 04:37:27.785 | + lib/apache:write_uwsgi_config:257 : local http= 2025-02-04 04:37:27.787 | + lib/apache:write_uwsgi_config:258 : local name= 2025-02-04 04:37:27.789 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2025-02-04 04:37:27.792 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2025-02-04 04:37:27.794 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-02-04 04:37:27.796 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-04 04:37:27.806 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-04 04:37:27.806 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:37:27.812 | d /var/run/uwsgi 0755 stack root 2025-02-04 04:37:27.815 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:37:27.823 | /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-02-04 04:37:27.826 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-02-04 04:37:27.828 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-02-04 04:37:27.830 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2025-02-04 04:37:27.854 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-02-04 04:37:27.875 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-02-04 04:37:27.897 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-02-04 04:37:27.920 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-02-04 04:37:27.941 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-02-04 04:37:27.963 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-02-04 04:37:27.985 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-02-04 04:37:28.007 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-02-04 04:37:28.029 | + 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-02-04 04:37:28.050 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-02-04 04:37:28.073 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-02-04 04:37:28.095 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-02-04 04:37:28.116 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-02-04 04:37:28.118 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-02-04 04:37:28.121 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2025-02-04 04:37:28.122 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2025-02-04 04:37:28.124 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-02-04 04:37:28.126 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:28.128 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:28.129 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-02-04 04:37:28.132 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-02-04 04:37:28.134 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-02-04 04:37:28.156 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-02-04 04:37:28.178 | + 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-02-04 04:37:28.178 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-02-04 04:37:28.184 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2025-02-04 04:37:28.187 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2025-02-04 04:37:28.189 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2025-02-04 04:37:28.191 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-02-04 04:37:28.192 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-02-04 04:37:28.194 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:37:28.196 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:28.198 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:28.199 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-04 04:37:28.201 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-02-04 04:37:28.203 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:28.205 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:28.206 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2025-02-04 04:37:28.239 | Enabling site keystone-wsgi-public. 2025-02-04 04:37:28.243 | To activate the new configuration, you need to run: 2025-02-04 04:37:28.243 | systemctl reload apache2 2025-02-04 04:37:28.246 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-02-04 04:37:28.248 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:37:28.250 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:37:28.251 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:37:28.363 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-02-04 04:37:28.387 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-02-04 04:37:28.411 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-02-04 04:37:28.435 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-02-04 04:37:28.437 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-02-04 04:37:28.461 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-02-04 04:37:28.482 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-02-04 04:37:28.505 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-02-04 04:37:28.528 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-02-04 04:37:28.530 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-02-04 04:37:28.532 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-02-04 04:37:28.555 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-02-04 04:37:28.577 | + stack.sh:main:912 : is_service_enabled swift 2025-02-04 04:37:28.590 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:28.592 | + stack.sh:main:926 : is_service_enabled g-api n-api 2025-02-04 04:37:28.605 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:28.607 | + stack.sh:main:928 : stack_install_service glance 2025-02-04 04:37:28.608 | + lib/stack:stack_install_service:20 : local service=glance 2025-02-04 04:37:28.610 | + lib/stack:stack_install_service:21 : type install_glance 2025-02-04 04:37:28.612 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-04 04:37:28.615 | + lib/stack:stack_install_service:32 : install_glance 2025-02-04 04:37:28.617 | + lib/glance:install_glance:511 : glance_store_extras=() 2025-02-04 04:37:28.618 | + lib/glance:install_glance:511 : local glance_store_extras 2025-02-04 04:37:28.620 | + lib/glance:install_glance:513 : is_service_enabled cinder 2025-02-04 04:37:28.633 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:28.634 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-02-04 04:37:28.636 | + lib/glance:install_glance:517 : is_service_enabled swift 2025-02-04 04:37:28.648 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:28.650 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2025-02-04 04:37:28.652 | + inc/python:use_library_from_git:246 : local name=glance_store 2025-02-04 04:37:28.654 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:37:28.656 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:37:28.658 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2025-02-04 04:37:28.660 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:37:28.662 | ++ lib/glance:install_glance:529 : join_extras cinder 2025-02-04 04:37:28.665 | ++ inc/python:join_extras:29 : local IFS=, 2025-02-04 04:37:28.666 | ++ inc/python:join_extras:30 : echo cinder 2025-02-04 04:37:28.669 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2025-02-04 04:37:28.670 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2025-02-04 04:37:28.672 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2025-02-04 04:37:28.674 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2025-02-04 04:37:28.677 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2025-02-04 04:37:28.679 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2025-02-04 04:37:28.681 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2025-02-04 04:37:28.684 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:37:28.684 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2025-02-04 04:37:28.688 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2025-02-04 04:37:28.690 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2025-02-04 04:37:28.692 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2025-02-04 04:37:28.694 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2025-02-04 04:37:28.696 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2025-02-04 04:37:28.712 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-02-04 04:37:28.714 | + 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-02-04 04:37:29.828 | Collecting glance-store[cinder]!=0.29.0 2025-02-04 04:37:29.833 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2025-02-04 04:37:29.873 | 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-02-04 04:37:29.874 | 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-02-04 04:37:29.874 | 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-02-04 04:37:29.875 | 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-02-04 04:37:29.876 | 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-02-04 04:37:29.877 | 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-02-04 04:37:29.877 | 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-02-04 04:37:29.878 | 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-02-04 04:37:29.879 | 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-02-04 04:37:29.879 | 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-02-04 04:37:29.880 | 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-02-04 04:37:29.920 | Collecting python-cinderclient>=4.1.0 2025-02-04 04:37:29.923 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2025-02-04 04:37:30.077 | Collecting os-brick>=6.2.2 2025-02-04 04:37:30.082 | Using cached os_brick-6.2.5-py3-none-any.whl (298 kB) 2025-02-04 04:37:30.222 | Collecting oslo.privsep>=1.23.0 2025-02-04 04:37:30.224 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2025-02-04 04:37:30.354 | Collecting oslo.rootwrap>=5.8.0 2025-02-04 04:37:30.356 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2025-02-04 04:37:30.362 | 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-02-04 04:37:30.363 | 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-02-04 04:37:30.363 | 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-02-04 04:37:30.403 | 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-02-04 04:37:30.404 | 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-02-04 04:37:30.428 | 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-02-04 04:37:30.429 | 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-02-04 04:37:30.430 | 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-02-04 04:37:30.446 | 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-02-04 04:37:30.572 | Collecting os-win>=5.7.0 2025-02-04 04:37:30.576 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-02-04 04:37:30.580 | 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-02-04 04:37:30.581 | 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-02-04 04:37:30.582 | 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-02-04 04:37:30.587 | 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-02-04 04:37:30.604 | 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-02-04 04:37:30.605 | 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-02-04 04:37:30.606 | 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-02-04 04:37:30.607 | 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-02-04 04:37:30.615 | 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-02-04 04:37:30.617 | 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-02-04 04:37:30.623 | 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-02-04 04:37:30.629 | 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-02-04 04:37:30.629 | 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-02-04 04:37:30.630 | 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-02-04 04:37:30.638 | 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-02-04 04:37:30.654 | 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-02-04 04:37:30.655 | 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-02-04 04:37:30.656 | 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-02-04 04:37:30.657 | 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-02-04 04:37:30.696 | 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-02-04 04:37:30.705 | 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-02-04 04:37:30.780 | 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-02-04 04:37:30.782 | 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-02-04 04:37:30.796 | 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-02-04 04:37:30.797 | 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-02-04 04:37:30.798 | 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-02-04 04:37:30.799 | 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-02-04 04:37:30.799 | 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-02-04 04:37:30.800 | 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-02-04 04:37:30.818 | 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-02-04 04:37:30.892 | 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-02-04 04:37:30.920 | 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-02-04 04:37:31.445 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-02-04 04:37:32.203 | 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-02-04 04:37:32.203 | 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-02-04 04:37:32.306 | + inc/python:pip_install:196 : result=0 2025-02-04 04:37:32.308 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:37:32.310 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:32.312 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:32.314 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:32.316 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:32.318 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:32.319 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:37:32.321 | + functions-common:time_stop:2442 : start_time=1738643848708 2025-02-04 04:37:32.323 | + functions-common:time_stop:2444 : [[ -z 1738643848708 ]] 2025-02-04 04:37:32.325 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:32.328 | + functions-common:time_stop:2447 : end_time=1738643852326 2025-02-04 04:37:32.330 | + functions-common:time_stop:2448 : elapsed_time=3618 2025-02-04 04:37:32.332 | + functions-common:time_stop:2449 : total=37655 2025-02-04 04:37:32.333 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:32.335 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41273 2025-02-04 04:37:32.337 | + inc/python:pip_install:199 : return 0 2025-02-04 04:37:32.339 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2025-02-04 04:37:32.341 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2025-02-04 04:37:32.343 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2025-02-04 04:37:32.352 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2025-02-04 04:37:32.356 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance unmaintained/2023.1 2025-02-04 04:37:32.358 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2025-02-04 04:37:32.359 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2025-02-04 04:37:32.361 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-02-04 04:37:32.363 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:37:32.365 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:37:32.367 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:37:32.369 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:37:32.371 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:37:32.383 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:37:32.385 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:37:32.387 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:37:32.389 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:37:32.391 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-02-04 04:37:32.392 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:37:32.395 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2025-02-04 04:37:32.397 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:37:32.399 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-02-04 04:37:32.401 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:32.402 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:32.404 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:32.406 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:32.407 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:32.409 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:32.411 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:32.412 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:32.415 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:32.417 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643852416 2025-02-04 04:37:32.419 | + 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-02-04 04:37:32.422 | Cloning into '/opt/stack//glance'... 2025-02-04 04:37:34.698 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:34.700 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:34.702 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:34.704 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:34.705 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:34.707 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:34.709 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:34.711 | + functions-common:time_stop:2442 : start_time=1738643852416 2025-02-04 04:37:34.712 | + functions-common:time_stop:2444 : [[ -z 1738643852416 ]] 2025-02-04 04:37:34.715 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:34.718 | + functions-common:time_stop:2447 : end_time=1738643854716 2025-02-04 04:37:34.719 | + functions-common:time_stop:2448 : elapsed_time=2300 2025-02-04 04:37:34.721 | + functions-common:time_stop:2449 : total=10513 2025-02-04 04:37:34.723 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:34.725 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12813 2025-02-04 04:37:34.726 | + functions-common:git_clone:654 : cd /opt/stack//glance 2025-02-04 04:37:34.728 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:37:34.730 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:34.732 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:34.733 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:34.735 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:34.737 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:34.739 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:34.741 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:34.742 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:34.745 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:34.747 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643854746 2025-02-04 04:37:34.749 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:37:36.777 | From https://opendev.org/openstack/glance 2025-02-04 04:37:36.778 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-02-04 04:37:36.782 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:36.784 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:36.786 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:36.787 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:36.789 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:36.791 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:36.793 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:36.794 | + functions-common:time_stop:2442 : start_time=1738643854746 2025-02-04 04:37:36.796 | + functions-common:time_stop:2444 : [[ -z 1738643854746 ]] 2025-02-04 04:37:36.798 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:36.802 | + functions-common:time_stop:2447 : end_time=1738643856799 2025-02-04 04:37:36.803 | + functions-common:time_stop:2448 : elapsed_time=2053 2025-02-04 04:37:36.805 | + functions-common:time_stop:2449 : total=12813 2025-02-04 04:37:36.807 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:36.809 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14866 2025-02-04 04:37:36.810 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:37:36.812 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:36.814 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:36.816 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:36.817 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:36.819 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:36.821 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:36.823 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:36.824 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:36.827 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:36.830 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643856827 2025-02-04 04:37:36.831 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:37:36.898 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:37:36.898 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:37:36.898 | state without impacting any branches by switching back to a branch. 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:37:36.898 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | git switch -c 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | Or undo this operation with: 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | git switch - 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:37:36.898 | 2025-02-04 04:37:36.898 | HEAD is now at c2ac316 Fixed typo in discovery.py 2025-02-04 04:37:36.900 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:36.902 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:36.904 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:36.906 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:36.908 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:36.909 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:36.911 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:36.913 | + functions-common:time_stop:2442 : start_time=1738643856827 2025-02-04 04:37:36.915 | + functions-common:time_stop:2444 : [[ -z 1738643856827 ]] 2025-02-04 04:37:36.917 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:36.921 | + functions-common:time_stop:2447 : end_time=1738643856918 2025-02-04 04:37:36.922 | + functions-common:time_stop:2448 : elapsed_time=91 2025-02-04 04:37:36.924 | + functions-common:time_stop:2449 : total=14866 2025-02-04 04:37:36.926 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:36.927 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14957 2025-02-04 04:37:36.929 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2025-02-04 04:37:36.939 | + functions-common:git_clone:695 : cd /opt/stack//glance 2025-02-04 04:37:36.941 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:37:36.941 | + functions-common:git_clone:696 : head -1 2025-02-04 04:37:36.944 | c2ac316 Fixed typo in discovery.py 2025-02-04 04:37:36.946 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:37:36.948 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2025-02-04 04:37:36.950 | + inc/python:setup_develop:334 : local bindep 2025-02-04 04:37:36.951 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2025-02-04 04:37:36.954 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2025-02-04 04:37:36.956 | + inc/python:setup_develop:340 : local extras= 2025-02-04 04:37:36.957 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-02-04 04:37:36.959 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:37:36.961 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2025-02-04 04:37:36.963 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2025-02-04 04:37:36.965 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:37:36.967 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:37:36.970 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2025-02-04 04:37:36.971 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:37:36.974 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2025-02-04 04:37:36.976 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:37:36.977 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:37:36.980 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-02-04 04:37:36.984 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2025-02-04 04:37:36.986 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-02-04 04:37:37.347 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2025-02-04 04:37:37.350 | + inc/python:setup_package:414 : local bindep=0 2025-02-04 04:37:37.352 | + inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:37:37.354 | + inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:37:37.356 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2025-02-04 04:37:37.357 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2025-02-04 04:37:37.359 | + inc/python:setup_package:423 : local flags=-e 2025-02-04 04:37:37.361 | + inc/python:setup_package:424 : local extras= 2025-02-04 04:37:37.363 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:37:37.365 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:37:37.367 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:37:37.369 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:37:37.370 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:37:37.372 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2025-02-04 04:37:37.388 | Using python 3.10 to install /opt/stack/glance 2025-02-04 04:37:37.389 | + 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-02-04 04:37:38.316 | Obtaining file:///opt/stack/glance 2025-02-04 04:37:38.316 | Preparing metadata (setup.py): started 2025-02-04 04:37:38.738 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:37:38.798 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.5.2) 2025-02-04 04:37:38.799 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2025-02-04 04:37:38.801 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.1) 2025-02-04 04:37:38.801 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.1) 2025-02-04 04:37:38.801 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.4.41) 2025-02-04 04:37:38.985 | Collecting WSME>=0.8.0 2025-02-04 04:37:38.987 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2025-02-04 04:37:38.990 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.7) 2025-02-04 04:37:38.991 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.1) 2025-02-04 04:37:39.029 | Collecting castellan>=0.17.0 2025-02-04 04:37:39.032 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2025-02-04 04:37:39.035 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (38.0.2) 2025-02-04 04:37:39.053 | Collecting cursive>=0.2.1 2025-02-04 04:37:39.056 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-02-04 04:37:39.058 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.0) 2025-02-04 04:37:39.059 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.7.1) 2025-02-04 04:37:39.060 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.33.1) 2025-02-04 04:37:39.061 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.4.1) 2025-02-04 04:37:39.061 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.3.3) 2025-02-04 04:37:39.087 | Collecting httplib2>=0.9.1 2025-02-04 04:37:39.090 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2025-02-04 04:37:39.092 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.1.0) 2025-02-04 04:37:39.092 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.16.0) 2025-02-04 04:37:39.093 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.3) 2025-02-04 04:37:39.094 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (10.2.0) 2025-02-04 04:37:39.095 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.9.0) 2025-02-04 04:37:39.096 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2025-02-04 04:37:39.096 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (9.1.1) 2025-02-04 04:37:39.097 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2025-02-04 04:37:39.098 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (12.3.3) 2025-02-04 04:37:39.099 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.0.0) 2025-02-04 04:37:39.219 | Collecting oslo.limit>=1.6.0 2025-02-04 04:37:39.221 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2025-02-04 04:37:39.224 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.2.1) 2025-02-04 04:37:39.225 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (14.2.5) 2025-02-04 04:37:39.225 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2025-02-04 04:37:39.226 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.1.1) 2025-02-04 04:37:39.348 | Collecting oslo.reports>=1.18.0 2025-02-04 04:37:39.350 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2025-02-04 04:37:39.352 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2025-02-04 04:37:39.354 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.1.0) 2025-02-04 04:37:39.354 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.3) 2025-02-04 04:37:39.355 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.11.1) 2025-02-04 04:37:39.356 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (22.1.0) 2025-02-04 04:37:39.356 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.0) 2025-02-04 04:37:39.374 | Collecting retrying!=1.3.0,>=1.2.3 2025-02-04 04:37:39.375 | Using cached retrying-1.3.3-py3-none-any.whl 2025-02-04 04:37:39.380 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.4.3) 2025-02-04 04:37:39.381 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.0.0) 2025-02-04 04:37:39.535 | Collecting taskflow>=4.0.0 2025-02-04 04:37:39.542 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2025-02-04 04:37:39.553 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev14) (1.2.3) 2025-02-04 04:37:39.588 | Collecting python-barbicanclient>=4.5.2 2025-02-04 04:37:39.591 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2025-02-04 04:37:39.594 | 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.dev14) (2.28.1) 2025-02-04 04:37:39.612 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev14) (1.15.1) 2025-02-04 04:37:39.618 | 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.dev14) (5.1.2) 2025-02-04 04:37:39.628 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev14) (1.14.1) 2025-02-04 04:37:39.635 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.1.3) 2025-02-04 04:37:39.636 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.16.0) 2025-02-04 04:37:39.637 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (2.2.1) 2025-02-04 04:37:39.674 | 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.dev14) (3.0.9) 2025-02-04 04:37:39.693 | 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.dev14) (0.18.1) 2025-02-04 04:37:39.694 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (22.1.0) 2025-02-04 04:37:39.718 | 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.dev14) (1.7.0) 2025-02-04 04:37:39.741 | 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.dev14) (3.3.1) 2025-02-04 04:37:39.742 | 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.dev14) (3.1.1) 2025-02-04 04:37:39.757 | 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.dev14) (0.18) 2025-02-04 04:37:39.776 | 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.dev14) (0.8.0) 2025-02-04 04:37:39.778 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (6.0) 2025-02-04 04:37:39.780 | 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.dev14) (1.5.0) 2025-02-04 04:37:39.803 | 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.dev14) (2.0.1) 2025-02-04 04:37:39.805 | 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.dev14) (0.13.0) 2025-02-04 04:37:39.806 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.0) 2025-02-04 04:37:39.877 | Collecting openstacksdk>=0.31.1 2025-02-04 04:37:39.892 | Using cached openstacksdk-1.0.2-py3-none-any.whl (1.6 MB) 2025-02-04 04:37:39.927 | 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.dev14) (2.8.2) 2025-02-04 04:37:39.929 | 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.dev14) (0.9.6) 2025-02-04 04:37:39.954 | 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.dev14) (5.2.4) 2025-02-04 04:37:39.955 | 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.dev14) (5.1.1) 2025-02-04 04:37:39.956 | 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.dev14) (3.1.2) 2025-02-04 04:37:39.957 | 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.dev14) (0.6.0) 2025-02-04 04:37:39.958 | 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.dev14) (5.2.0) 2025-02-04 04:37:39.968 | 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.dev14) (3.3.0) 2025-02-04 04:37:39.970 | 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.dev14) (4.0.0) 2025-02-04 04:37:39.972 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.1.2) 2025-02-04 04:37:40.170 | Collecting psutil>=3.2.2 2025-02-04 04:37:40.174 | 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-02-04 04:37:40.192 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (2022.4) 2025-02-04 04:37:40.194 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (23.1) 2025-02-04 04:37:40.195 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (0.11.0) 2025-02-04 04:37:40.223 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev14) (59.6.0) 2025-02-04 04:37:40.243 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev14) (0.2.5) 2025-02-04 04:37:40.310 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev14) (0.7) 2025-02-04 04:37:40.457 | Collecting networkx>=2.1.0 2025-02-04 04:37:40.473 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-02-04 04:37:40.606 | Collecting automaton>=1.9.0 2025-02-04 04:37:40.609 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2025-02-04 04:37:40.631 | Collecting pydot>=1.2.4 2025-02-04 04:37:40.633 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-02-04 04:37:40.636 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev14) (6.3.1) 2025-02-04 04:37:40.673 | Collecting simplegeneric 2025-02-04 04:37:40.673 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-02-04 04:37:40.683 | 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.dev14) (5.0.0) 2025-02-04 04:37:40.743 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev14) (2.21) 2025-02-04 04:37:40.785 | 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.dev14) (2.1.1) 2025-02-04 04:37:40.866 | 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.dev14) (1.1.8) 2025-02-04 04:37:40.888 | Collecting jmespath>=0.9.0 2025-02-04 04:37:40.891 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-02-04 04:37:40.892 | 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.dev14) (5.1.1) 2025-02-04 04:37:40.909 | Collecting requestsexceptions>=1.2.0 2025-02-04 04:37:40.912 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-02-04 04:37:40.914 | 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.dev14) (1.32) 2025-02-04 04:37:40.931 | Collecting appdirs>=1.3.0 2025-02-04 04:37:40.932 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-02-04 04:37:40.992 | 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.dev14) (0.14.1) 2025-02-04 04:37:41.007 | 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.dev14) (1.0.4) 2025-02-04 04:37:41.026 | 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.dev14) (4.0.1) 2025-02-04 04:37:41.031 | 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.dev14) (1.4.0) 2025-02-04 04:37:41.168 | Collecting cliff!=2.9.0,>=2.8.0 2025-02-04 04:37:41.171 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-02-04 04:37:41.234 | 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.dev14) (3.4) 2025-02-04 04:37:41.235 | 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.dev14) (2020.6.20) 2025-02-04 04:37:41.237 | 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.dev14) (1.26.12) 2025-02-04 04:37:41.237 | 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.dev14) (2.1.1) 2025-02-04 04:37:41.275 | 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.dev14) (0.5.2) 2025-02-04 04:37:41.329 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev14) (2.5.0) 2025-02-04 04:37:41.454 | Collecting autopage>=0.4.0 2025-02-04 04:37:41.457 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-02-04 04:37:41.536 | Collecting importlib-metadata>=4.4 2025-02-04 04:37:41.539 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-02-04 04:37:41.602 | Collecting cmd2>=1.0.0 2025-02-04 04:37:41.606 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-02-04 04:37:41.866 | 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.dev14) (1.8.2) 2025-02-04 04:37:41.940 | Collecting zipp>=0.5 2025-02-04 04:37:41.942 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-02-04 04:37:42.560 | 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-02-04 04:37:42.587 | Attempting uninstall: zipp 2025-02-04 04:37:42.589 | Found existing installation: zipp 1.0.0 2025-02-04 04:37:42.590 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:42.590 | Can't uninstall 'zipp'. No files were found to uninstall. 2025-02-04 04:37:43.769 | Attempting uninstall: httplib2 2025-02-04 04:37:43.771 | Found existing installation: httplib2 0.20.2 2025-02-04 04:37:43.772 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:43.772 | Can't uninstall 'httplib2'. No files were found to uninstall. 2025-02-04 04:37:43.797 | Attempting uninstall: cmd2 2025-02-04 04:37:43.798 | Found existing installation: cmd2 0.0.0 2025-02-04 04:37:43.800 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:43.801 | Can't uninstall 'cmd2'. No files were found to uninstall. 2025-02-04 04:37:43.873 | Attempting uninstall: autopage 2025-02-04 04:37:43.875 | Found existing installation: autopage 0.4.0 2025-02-04 04:37:43.876 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:43.878 | Can't uninstall 'autopage'. No files were found to uninstall. 2025-02-04 04:37:43.902 | Attempting uninstall: importlib-metadata 2025-02-04 04:37:43.903 | Found existing installation: importlib-metadata 4.6.4 2025-02-04 04:37:43.904 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:43.904 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2025-02-04 04:37:44.963 | Attempting uninstall: cliff 2025-02-04 04:37:44.964 | Found existing installation: cliff 3.10.0 2025-02-04 04:37:44.965 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:37:44.966 | Can't uninstall 'cliff'. No files were found to uninstall. 2025-02-04 04:37:45.516 | Running setup.py develop for glance 2025-02-04 04:37:46.475 | 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-02-04 04:37:46.476 | 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-02-04 04:37:46.620 | + inc/python:pip_install:196 : result=0 2025-02-04 04:37:46.622 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:37:46.624 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:46.626 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:46.627 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:46.629 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:46.630 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:46.632 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:37:46.633 | + functions-common:time_stop:2442 : start_time=1738643857384 2025-02-04 04:37:46.635 | + functions-common:time_stop:2444 : [[ -z 1738643857384 ]] 2025-02-04 04:37:46.637 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:46.640 | + functions-common:time_stop:2447 : end_time=1738643866638 2025-02-04 04:37:46.642 | + functions-common:time_stop:2448 : elapsed_time=9254 2025-02-04 04:37:46.644 | + functions-common:time_stop:2449 : total=41273 2025-02-04 04:37:46.645 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:46.647 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=50527 2025-02-04 04:37:46.648 | + inc/python:pip_install:199 : return 0 2025-02-04 04:37:46.650 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:37:46.652 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2025-02-04 04:37:46.654 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2025-02-04 04:37:46.668 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2025-02-04 04:37:46.679 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2025-02-04 04:37:46.681 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2025-02-04 04:37:46.683 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:37:46.685 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:37:46.687 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-02-04 04:37:46.689 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:37:46.690 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-04 04:37:46.692 | + stack.sh:main:929 : configure_glance 2025-02-04 04:37:46.694 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-02-04 04:37:46.704 | + lib/glance:configure_glance:326 : local dburl 2025-02-04 04:37:46.706 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2025-02-04 04:37:46.708 | ++ lib/database:database_connection_url:134 : local db=glance 2025-02-04 04:37:46.709 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-02-04 04:37:46.711 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2025-02-04 04:37:46.713 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:37:46.714 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:37:46.716 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-02-04 04:37:46.718 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-02-04 04:37:46.720 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-02-04 04:37:46.743 | + 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-02-04 04:37:46.766 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-02-04 04:37:46.787 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-02-04 04:37:46.811 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-02-04 04:37:46.834 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-02-04 04:37:46.857 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-02-04 04:37:46.859 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-02-04 04:37:46.861 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-02-04 04:37:46.862 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-04 04:37:46.864 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-02-04 04:37:46.888 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-02-04 04:37:46.910 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-04 04:37:46.932 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-02-04 04:37:46.953 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-02-04 04:37:46.975 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-02-04 04:37:46.997 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-02-04 04:37:47.018 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-02-04 04:37:47.040 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:37:47.061 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-02-04 04:37:47.082 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-02-04 04:37:47.106 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-02-04 04:37:47.108 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2025-02-04 04:37:47.109 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2025-02-04 04:37:47.111 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-02-04 04:37:47.112 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-02-04 04:37:47.114 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-02-04 04:37:47.125 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:47.128 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-02-04 04:37:47.129 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-02-04 04:37:47.131 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-02-04 04:37:47.142 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:47.144 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:37:47.146 | + 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-02-04 04:37:47.168 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-02-04 04:37:47.170 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-02-04 04:37:47.171 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2025-02-04 04:37:47.173 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-02-04 04:37:47.194 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-02-04 04:37:47.216 | + lib/glance:configure_glance:346 : configure_glance_store False False 2025-02-04 04:37:47.218 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2025-02-04 04:37:47.219 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2025-02-04 04:37:47.221 | + lib/glance:configure_glance_store:254 : local be 2025-02-04 04:37:47.222 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2025-02-04 04:37:47.224 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2025-02-04 04:37:47.226 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-02-04 04:37:47.250 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2025-02-04 04:37:47.251 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-02-04 04:37:47.275 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2025-02-04 04:37:47.276 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2025-02-04 04:37:47.288 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:47.289 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-02-04 04:37:47.311 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2025-02-04 04:37:47.323 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:47.324 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2025-02-04 04:37:47.326 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-02-04 04:37:47.328 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-02-04 04:37:47.330 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:37:47.342 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:37:47.344 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:37:47.345 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:37:47.347 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:37:47.349 | + 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-02-04 04:37:47.371 | + 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-02-04 04:37:47.395 | + 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-02-04 04:37:47.416 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:37:47.438 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-02-04 04:37:47.441 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-02-04 04:37:47.465 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-02-04 04:37:47.487 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-02-04 04:37:47.510 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-02-04 04:37:47.532 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-02-04 04:37:47.554 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-02-04 04:37:47.577 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-02-04 04:37:47.599 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-02-04 04:37:47.623 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-02-04 04:37:47.647 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-02-04 04:37:47.670 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-02-04 04:37:47.692 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-02-04 04:37:47.696 | + 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-02-04 04:37:47.700 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2025-02-04 04:37:47.712 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:37:47.713 | + lib/glance:configure_glance:421 : [[ False == False ]] 2025-02-04 04:37:47.715 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2025-02-04 04:37:47.717 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2025-02-04 04:37:47.719 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2025-02-04 04:37:47.721 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2025-02-04 04:37:47.723 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2025-02-04 04:37:47.726 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2025-02-04 04:37:47.727 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2025-02-04 04:37:47.730 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2025-02-04 04:37:47.754 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2025-02-04 04:37:47.756 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-02-04 04:37:47.757 | ++ functions:get_random_port:848 : true 2025-02-04 04:37:47.759 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-02-04 04:37:47.761 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-02-04 04:37:47.762 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-02-04 04:37:47.801 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-02-04 04:37:47.803 | ++ functions:get_random_port:852 : break 2 2025-02-04 04:37:47.805 | ++ functions:get_random_port:856 : echo 60999 2025-02-04 04:37:47.807 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2025-02-04 04:37:47.809 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-02-04 04:37:47.831 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-02-04 04:37:47.853 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-02-04 04:37:47.874 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-02-04 04:37:47.895 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-02-04 04:37:47.917 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-02-04 04:37:47.938 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-02-04 04:37:47.959 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-02-04 04:37:47.981 | + 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-02-04 04:37:48.002 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-04 04:37:48.024 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-02-04 04:37:48.046 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-04 04:37:48.067 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-02-04 04:37:48.089 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-02-04 04:37:48.110 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-02-04 04:37:48.132 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-02-04 04:37:48.153 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-02-04 04:37:48.175 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-02-04 04:37:48.197 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-02-04 04:37:48.218 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2025-02-04 04:37:48.220 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2025-02-04 04:37:48.222 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:37:48.224 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:48.226 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:48.228 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-02-04 04:37:48.229 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2025-02-04 04:37:48.259 | proxy (enabled by site administrator) 2025-02-04 04:37:48.261 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2025-02-04 04:37:48.263 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2025-02-04 04:37:48.265 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:37:48.267 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:48.268 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:48.270 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-02-04 04:37:48.272 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2025-02-04 04:37:48.299 | No module matches proxy_http 2025-02-04 04:37:48.301 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2025-02-04 04:37:48.334 | Considering dependency proxy for proxy_http: 2025-02-04 04:37:48.334 | Module proxy already enabled 2025-02-04 04:37:48.334 | Enabling module proxy_http. 2025-02-04 04:37:48.338 | To activate the new configuration, you need to run: 2025-02-04 04:37:48.338 | systemctl restart apache2 2025-02-04 04:37:48.341 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2025-02-04 04:37:48.343 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:37:48.344 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:37:48.346 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:37:48.438 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2025-02-04 04:37:48.440 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2025-02-04 04:37:48.442 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2025-02-04 04:37:48.443 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-02-04 04:37:48.445 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:48.447 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:48.449 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-04 04:37:48.452 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-04 04:37:48.454 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2025-02-04 04:37:48.454 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-04 04:37:48.460 | KeepAlive Off 2025-02-04 04:37:48.463 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-04 04:37:48.464 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2025-02-04 04:37:48.470 | SetEnv proxy-sendchunked 1 2025-02-04 04:37:48.473 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-02-04 04:37:48.473 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2025-02-04 04:37:48.479 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2025-02-04 04:37:48.482 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2025-02-04 04:37:48.484 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2025-02-04 04:37:48.485 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-02-04 04:37:48.487 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-02-04 04:37:48.488 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:37:48.490 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:48.491 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:48.493 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-04 04:37:48.495 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-02-04 04:37:48.497 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:37:48.498 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:37:48.500 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2025-02-04 04:37:48.532 | Enabling site glance-wsgi-api. 2025-02-04 04:37:48.535 | To activate the new configuration, you need to run: 2025-02-04 04:37:48.536 | systemctl reload apache2 2025-02-04 04:37:48.539 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2025-02-04 04:37:48.541 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:37:48.542 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:37:48.544 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:37:48.641 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-02-04 04:37:48.646 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-02-04 04:37:48.669 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-02-04 04:37:48.671 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-02-04 04:37:48.672 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2025-02-04 04:37:48.696 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2025-02-04 04:37:48.719 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2025-02-04 04:37:48.741 | + stack.sh:main:932 : is_service_enabled cinder 2025-02-04 04:37:48.754 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:37:48.756 | + stack.sh:main:934 : stack_install_service cinder 2025-02-04 04:37:48.758 | + lib/stack:stack_install_service:20 : local service=cinder 2025-02-04 04:37:48.760 | + lib/stack:stack_install_service:21 : type install_cinder 2025-02-04 04:37:48.762 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-04 04:37:48.764 | + lib/stack:stack_install_service:32 : install_cinder 2025-02-04 04:37:48.765 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder unmaintained/2023.1 2025-02-04 04:37:48.767 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2025-02-04 04:37:48.769 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2025-02-04 04:37:48.770 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-02-04 04:37:48.772 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:37:48.774 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:37:48.777 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:37:48.778 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:37:48.780 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:37:48.792 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:37:48.794 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:37:48.795 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:37:48.797 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:37:48.800 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-02-04 04:37:48.800 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:37:48.804 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2025-02-04 04:37:48.805 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:37:48.807 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-02-04 04:37:48.809 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:48.810 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:48.812 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:48.814 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:48.816 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:48.817 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:48.819 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:48.821 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:48.823 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:48.825 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643868824 2025-02-04 04:37:48.827 | + 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-02-04 04:37:48.829 | Cloning into '/opt/stack//cinder'... 2025-02-04 04:37:52.314 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:52.316 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:52.317 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:52.319 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:52.321 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:52.323 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:52.325 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:52.326 | + functions-common:time_stop:2442 : start_time=1738643868824 2025-02-04 04:37:52.328 | + functions-common:time_stop:2444 : [[ -z 1738643868824 ]] 2025-02-04 04:37:52.331 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:52.333 | + functions-common:time_stop:2447 : end_time=1738643872331 2025-02-04 04:37:52.335 | + functions-common:time_stop:2448 : elapsed_time=3507 2025-02-04 04:37:52.337 | + functions-common:time_stop:2449 : total=14957 2025-02-04 04:37:52.338 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:52.340 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18464 2025-02-04 04:37:52.342 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2025-02-04 04:37:52.344 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:37:52.345 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:52.347 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:52.349 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:52.351 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:52.353 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:52.355 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:52.356 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:52.358 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:52.361 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:52.364 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643872362 2025-02-04 04:37:52.366 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:37:55.259 | From https://opendev.org/openstack/cinder 2025-02-04 04:37:55.259 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-02-04 04:37:55.263 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:55.265 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:55.266 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:55.268 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:55.270 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:55.272 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:55.273 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:55.275 | + functions-common:time_stop:2442 : start_time=1738643872362 2025-02-04 04:37:55.277 | + functions-common:time_stop:2444 : [[ -z 1738643872362 ]] 2025-02-04 04:37:55.279 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:55.282 | + functions-common:time_stop:2447 : end_time=1738643875280 2025-02-04 04:37:55.284 | + functions-common:time_stop:2448 : elapsed_time=2918 2025-02-04 04:37:55.285 | + functions-common:time_stop:2449 : total=18464 2025-02-04 04:37:55.287 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:55.289 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21382 2025-02-04 04:37:55.291 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:37:55.292 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:37:55.294 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:37:55.296 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:37:55.298 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:37:55.300 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:37:55.301 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:37:55.303 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:37:55.305 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:37:55.307 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:37:55.310 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643875308 2025-02-04 04:37:55.312 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:37:55.552 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:37:55.552 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:37:55.552 | state without impacting any branches by switching back to a branch. 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:37:55.552 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | git switch -c 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | Or undo this operation with: 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | git switch - 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:37:55.552 | 2025-02-04 04:37:55.552 | HEAD is now at ae2d250 Fix "signature_verified" metadata propagation to images 2025-02-04 04:37:55.556 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:37:55.558 | + functions-common:time_stop:2435 : local name 2025-02-04 04:37:55.560 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:37:55.562 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:37:55.563 | + functions-common:time_stop:2438 : local total 2025-02-04 04:37:55.565 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:37:55.567 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:37:55.569 | + functions-common:time_stop:2442 : start_time=1738643875308 2025-02-04 04:37:55.570 | + functions-common:time_stop:2444 : [[ -z 1738643875308 ]] 2025-02-04 04:37:55.573 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:37:55.576 | + functions-common:time_stop:2447 : end_time=1738643875574 2025-02-04 04:37:55.578 | + functions-common:time_stop:2448 : elapsed_time=266 2025-02-04 04:37:55.579 | + functions-common:time_stop:2449 : total=21382 2025-02-04 04:37:55.581 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:37:55.583 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21648 2025-02-04 04:37:55.585 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-02-04 04:37:55.595 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2025-02-04 04:37:55.598 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:37:55.598 | + functions-common:git_clone:696 : head -1 2025-02-04 04:37:55.603 | ae2d250 Fix "signature_verified" metadata propagation to images 2025-02-04 04:37:55.605 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:37:55.606 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2025-02-04 04:37:55.608 | + inc/python:setup_develop:334 : local bindep 2025-02-04 04:37:55.610 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2025-02-04 04:37:55.612 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2025-02-04 04:37:55.614 | + inc/python:setup_develop:340 : local extras= 2025-02-04 04:37:55.615 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-02-04 04:37:55.617 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:37:55.619 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-02-04 04:37:55.621 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2025-02-04 04:37:55.623 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:37:55.625 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:37:55.627 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2025-02-04 04:37:55.629 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:37:55.631 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2025-02-04 04:37:55.633 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:37:55.635 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:37:55.637 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-02-04 04:37:55.642 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2025-02-04 04:37:55.643 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-02-04 04:37:55.961 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2025-02-04 04:37:55.963 | + inc/python:setup_package:414 : local bindep=0 2025-02-04 04:37:55.965 | + inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:37:55.967 | + inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:37:55.969 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2025-02-04 04:37:55.971 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2025-02-04 04:37:55.973 | + inc/python:setup_package:423 : local flags=-e 2025-02-04 04:37:55.975 | + inc/python:setup_package:424 : local extras= 2025-02-04 04:37:55.976 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:37:55.978 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:37:55.980 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:37:55.982 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:37:55.984 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:37:55.986 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2025-02-04 04:37:56.002 | Using python 3.10 to install /opt/stack/cinder 2025-02-04 04:37:56.003 | + 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-02-04 04:37:56.927 | Obtaining file:///opt/stack/cinder 2025-02-04 04:37:56.928 | Preparing metadata (setup.py): started 2025-02-04 04:37:57.544 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:37:57.632 | 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-02-04 04:37:57.633 | 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-02-04 04:37:57.634 | 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-02-04 04:37:57.634 | 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-02-04 04:37:57.635 | 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-02-04 04:37:58.409 | Collecting boto3>=1.18.49 2025-02-04 04:37:58.413 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2025-02-04 04:37:58.416 | 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-02-04 04:37:58.417 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (38.0.2) 2025-02-04 04:37:58.417 | 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-02-04 04:37:58.418 | 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-02-04 04:37:58.419 | 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-02-04 04:37:58.534 | Collecting google-api-python-client>=1.11.0 2025-02-04 04:37:58.594 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2025-02-04 04:37:58.641 | 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-02-04 04:37:58.642 | 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-02-04 04:37:58.643 | 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-02-04 04:37:58.644 | 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-02-04 04:37:58.644 | 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-02-04 04:37:58.645 | 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-02-04 04:37:58.646 | 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-02-04 04:37:59.082 | Collecting lxml>=4.5.2 2025-02-04 04:37:59.122 | 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-02-04 04:37:59.182 | Collecting oauth2client>=4.1.3 2025-02-04 04:37:59.185 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-02-04 04:37:59.187 | 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-02-04 04:37:59.188 | 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-02-04 04:37:59.188 | 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-02-04 04:37:59.189 | 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-02-04 04:37:59.190 | 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-02-04 04:37:59.191 | 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-02-04 04:37:59.191 | 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-02-04 04:37:59.192 | 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-02-04 04:37:59.193 | 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-02-04 04:37:59.194 | 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-02-04 04:37:59.194 | 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-02-04 04:37:59.195 | 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-02-04 04:37:59.196 | 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-02-04 04:37:59.197 | 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-02-04 04:37:59.197 | 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-02-04 04:37:59.198 | 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-02-04 04:37:59.199 | 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-02-04 04:37:59.199 | 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-02-04 04:37:59.330 | Collecting oslo.versionedobjects>=2.4.0 2025-02-04 04:37:59.332 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2025-02-04 04:37:59.381 | Collecting oslo.vmware>=3.10.0 2025-02-04 04:37:59.385 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2025-02-04 04:37:59.389 | 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-02-04 04:37:59.390 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (23.1) 2025-02-04 04:37:59.438 | Collecting paramiko>=2.7.2 2025-02-04 04:37:59.442 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2025-02-04 04:37:59.446 | 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-02-04 04:37:59.446 | 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-02-04 04:37:59.446 | 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-02-04 04:37:59.447 | 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-02-04 04:37:59.485 | Collecting python-glanceclient>=3.2.2 2025-02-04 04:37:59.488 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2025-02-04 04:37:59.491 | 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-02-04 04:37:59.536 | Collecting python-novaclient>=17.2.1 2025-02-04 04:37:59.542 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2025-02-04 04:37:59.600 | Collecting python-swiftclient>=3.10.1 2025-02-04 04:37:59.604 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2025-02-04 04:37:59.607 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2022.4) 2025-02-04 04:37:59.608 | 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-02-04 04:37:59.639 | Collecting rtslib-fb>=2.1.74 2025-02-04 04:37:59.639 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-02-04 04:37:59.646 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev42) (1.16.0) 2025-02-04 04:37:59.646 | 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-02-04 04:37:59.646 | 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-02-04 04:37:59.667 | Collecting tabulate>=0.8.7 2025-02-04 04:37:59.669 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-02-04 04:37:59.671 | 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-02-04 04:37:59.672 | 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-02-04 04:37:59.814 | Collecting tooz>=2.8.0 2025-02-04 04:37:59.817 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2025-02-04 04:37:59.939 | Collecting zstd>=1.4.5.1 2025-02-04 04:37:59.951 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2025-02-04 04:38:00.745 | Collecting botocore<1.28.0,>=1.27.89 2025-02-04 04:38:00.813 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2025-02-04 04:38:00.863 | 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-02-04 04:38:00.896 | Collecting s3transfer<0.7.0,>=0.6.0 2025-02-04 04:38:00.898 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-02-04 04:38:00.926 | 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-02-04 04:38:00.939 | 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-02-04 04:38:01.053 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2025-02-04 04:38:01.058 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2025-02-04 04:38:01.079 | Collecting uritemplate<5,>=3.0.1 2025-02-04 04:38:01.081 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-02-04 04:38:01.099 | Collecting google-auth-httplib2>=0.1.0 2025-02-04 04:38:01.101 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-02-04 04:38:01.210 | Collecting google-auth<3.0.0dev,>=1.19.0 2025-02-04 04:38:01.213 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2025-02-04 04:38:01.242 | 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-02-04 04:38:01.261 | 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-02-04 04:38:01.262 | 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-02-04 04:38:01.287 | 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-02-04 04:38:01.359 | 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-02-04 04:38:01.360 | 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-02-04 04:38:01.408 | Collecting pyasn1-modules>=0.0.5 2025-02-04 04:38:01.411 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2025-02-04 04:38:01.414 | 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-02-04 04:38:01.441 | Collecting rsa>=3.1.4 2025-02-04 04:38:01.443 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-02-04 04:38:01.469 | 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-02-04 04:38:01.488 | 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-02-04 04:38:01.489 | 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-02-04 04:38:01.490 | 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-02-04 04:38:01.491 | 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-02-04 04:38:01.515 | 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-02-04 04:38:01.516 | 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-02-04 04:38:01.518 | 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-02-04 04:38:01.541 | 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-02-04 04:38:01.544 | 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-02-04 04:38:01.569 | 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-02-04 04:38:01.569 | 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-02-04 04:38:01.571 | 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-02-04 04:38:01.572 | 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-02-04 04:38:01.573 | 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-02-04 04:38:01.582 | 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-02-04 04:38:01.583 | 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-02-04 04:38:01.585 | 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-02-04 04:38:01.602 | 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-02-04 04:38:01.634 | 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-02-04 04:38:01.637 | 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-02-04 04:38:01.646 | 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-02-04 04:38:01.656 | 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-02-04 04:38:01.706 | Collecting suds-community>=0.6 2025-02-04 04:38:01.709 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-02-04 04:38:01.716 | 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-02-04 04:38:01.808 | Collecting pynacl>=1.0.1 2025-02-04 04:38:01.817 | 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-02-04 04:38:01.832 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev42) (59.6.0) 2025-02-04 04:38:01.881 | 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-02-04 04:38:01.894 | 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-02-04 04:38:01.915 | Collecting warlock>=1.2.0 2025-02-04 04:38:01.917 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-02-04 04:38:01.918 | 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-02-04 04:38:01.984 | 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-02-04 04:38:01.984 | 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-02-04 04:38:01.985 | 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-02-04 04:38:01.998 | 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-02-04 04:38:02.029 | Collecting pyudev>=0.16.1 2025-02-04 04:38:02.032 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2025-02-04 04:38:02.122 | 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-02-04 04:38:02.122 | 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-02-04 04:38:02.175 | 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-02-04 04:38:02.176 | 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-02-04 04:38:02.178 | 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-02-04 04:38:02.256 | Collecting voluptuous>=0.8.9 2025-02-04 04:38:02.258 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-02-04 04:38:02.299 | 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-02-04 04:38:02.311 | 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-02-04 04:38:02.415 | 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-02-04 04:38:02.442 | 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-02-04 04:38:02.443 | 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-02-04 04:38:02.567 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2025-02-04 04:38:02.571 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2025-02-04 04:38:02.574 | 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-02-04 04:38:02.656 | 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-02-04 04:38:02.805 | 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-02-04 04:38:02.823 | 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-02-04 04:38:02.841 | 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-02-04 04:38:03.214 | 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-02-04 04:38:03.288 | 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-02-04 04:38:03.406 | 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-02-04 04:38:04.094 | 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-02-04 04:38:04.141 | Attempting uninstall: voluptuous 2025-02-04 04:38:04.143 | Found existing installation: voluptuous 0.12.2 2025-02-04 04:38:04.145 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:38:04.147 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2025-02-04 04:38:04.305 | Attempting uninstall: pyudev 2025-02-04 04:38:04.307 | Found existing installation: pyudev 0.22.0 2025-02-04 04:38:04.308 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:38:04.309 | Can't uninstall 'pyudev'. No files were found to uninstall. 2025-02-04 04:38:06.866 | Running setup.py develop for cinder 2025-02-04 04:38:07.774 | 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-02-04 04:38:07.775 | 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-02-04 04:38:08.003 | + inc/python:pip_install:196 : result=0 2025-02-04 04:38:08.005 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:38:08.007 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:08.009 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:08.011 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:08.012 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:08.014 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:08.016 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:38:08.018 | + functions-common:time_stop:2442 : start_time=1738643875998 2025-02-04 04:38:08.020 | + functions-common:time_stop:2444 : [[ -z 1738643875998 ]] 2025-02-04 04:38:08.022 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:08.025 | + functions-common:time_stop:2447 : end_time=1738643888023 2025-02-04 04:38:08.027 | + functions-common:time_stop:2448 : elapsed_time=12025 2025-02-04 04:38:08.029 | + functions-common:time_stop:2449 : total=50527 2025-02-04 04:38:08.031 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:08.032 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=62552 2025-02-04 04:38:08.034 | + inc/python:pip_install:199 : return 0 2025-02-04 04:38:08.036 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:38:08.038 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2025-02-04 04:38:08.041 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2025-02-04 04:38:08.055 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2025-02-04 04:38:08.064 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2025-02-04 04:38:08.066 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2025-02-04 04:38:08.068 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:38:08.069 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:38:08.071 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-02-04 04:38:08.073 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:38:08.075 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2025-02-04 04:38:08.077 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2025-02-04 04:38:08.078 | + lib/cinder:install_cinder:511 : is_ubuntu 2025-02-04 04:38:08.080 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:08.082 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:08.084 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2025-02-04 04:38:08.093 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2025-02-04 04:38:08.095 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:38:08.096 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:38:08.098 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:38:08.100 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:38:08.102 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:08.104 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:38:08.105 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:08.107 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:08.109 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:38:08.111 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:38:08.112 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:38:08.114 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:38:08.116 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2025-02-04 04:38:08.118 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:38:08.120 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:08.121 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:08.123 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2025-02-04 04:38:08.139 | + 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-02-04 04:38:08.198 | Reading package lists... 2025-02-04 04:38:08.403 | Building dependency tree... 2025-02-04 04:38:08.404 | Reading state information... 2025-02-04 04:38:08.618 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-02-04 04:38:08.618 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:38:08.622 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:38:08.624 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:38:08.626 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:08.628 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:08.630 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:08.632 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:08.634 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:08.636 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:38:08.638 | + functions-common:time_stop:2442 : start_time=1738643888137 2025-02-04 04:38:08.640 | + functions-common:time_stop:2444 : [[ -z 1738643888137 ]] 2025-02-04 04:38:08.642 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:08.645 | + functions-common:time_stop:2447 : end_time=1738643888643 2025-02-04 04:38:08.647 | + functions-common:time_stop:2448 : elapsed_time=506 2025-02-04 04:38:08.649 | + functions-common:time_stop:2449 : total=3183 2025-02-04 04:38:08.651 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:08.653 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3689 2025-02-04 04:38:08.655 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:38:08.657 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-04 04:38:08.659 | + stack.sh:main:935 : configure_cinder 2025-02-04 04:38:08.661 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2025-02-04 04:38:08.670 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2025-02-04 04:38:08.673 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2025-02-04 04:38:08.675 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-02-04 04:38:08.677 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-02-04 04:38:08.679 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-02-04 04:38:08.679 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-02-04 04:38:08.683 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-02-04 04:38:08.684 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-02-04 04:38:08.686 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-02-04 04:38:08.688 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-02-04 04:38:08.689 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-02-04 04:38:08.691 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-02-04 04:38:08.693 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2025-02-04 04:38:08.694 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-02-04 04:38:08.703 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-02-04 04:38:08.712 | + 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-02-04 04:38:08.721 | + 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-02-04 04:38:08.730 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-02-04 04:38:08.738 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-02-04 04:38:08.741 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-02-04 04:38:08.743 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.l6ZxY4gtOg 2025-02-04 04:38:08.745 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-02-04 04:38:08.747 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-02-04 04:38:08.749 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2025-02-04 04:38:08.751 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.l6ZxY4gtOg 2025-02-04 04:38:08.754 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.l6ZxY4gtOg 2025-02-04 04:38:08.762 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.l6ZxY4gtOg /etc/sudoers.d/cinder-rootwrap 2025-02-04 04:38:08.772 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2025-02-04 04:38:08.775 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-02-04 04:38:08.776 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-02-04 04:38:08.778 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-02-04 04:38:08.780 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-02-04 04:38:08.782 | + 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-02-04 04:38:08.783 | + 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-02-04 04:38:08.785 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-02-04 04:38:08.787 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-02-04 04:38:08.790 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-02-04 04:38:08.793 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-02-04 04:38:08.808 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-02-04 04:38:08.822 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-02-04 04:38:08.836 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-02-04 04:38:08.849 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-02-04 04:38:08.863 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-02-04 04:38:08.876 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-02-04 04:38:08.890 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-02-04 04:38:08.903 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-02-04 04:38:08.905 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-02-04 04:38:08.907 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-02-04 04:38:08.909 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-04 04:38:08.910 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-02-04 04:38:08.934 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-02-04 04:38:08.956 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-04 04:38:08.978 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-02-04 04:38:09.000 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-02-04 04:38:09.022 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-02-04 04:38:09.044 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-02-04 04:38:09.067 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-02-04 04:38:09.089 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:38:09.111 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-02-04 04:38:09.133 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-02-04 04:38:09.158 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-02-04 04:38:09.180 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2025-02-04 04:38:09.182 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-02-04 04:38:09.184 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-02-04 04:38:09.185 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2025-02-04 04:38:09.187 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:38:09.189 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:09.190 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-02-04 04:38:09.193 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-02-04 04:38:09.217 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-02-04 04:38:09.239 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-02-04 04:38:09.261 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-02-04 04:38:09.284 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-02-04 04:38:09.306 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-02-04 04:38:09.328 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-02-04 04:38:09.352 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-02-04 04:38:09.374 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-02-04 04:38:09.399 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2025-02-04 04:38:09.412 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 01f1ffe0f9a184cc9211f3e30e944844 2025-02-04 04:38:09.434 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2025-02-04 04:38:09.436 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-02-04 04:38:09.458 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-02-04 04:38:09.481 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-02-04 04:38:09.503 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-02-04 04:38:09.525 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2025-02-04 04:38:09.537 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:09.539 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2025-02-04 04:38:09.541 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2025-02-04 04:38:09.543 | + lib/cinder:configure_cinder:330 : local default_name= 2025-02-04 04:38:09.544 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2025-02-04 04:38:09.546 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-02-04 04:38:09.548 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2025-02-04 04:38:09.550 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2025-02-04 04:38:09.552 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2025-02-04 04:38:09.553 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2025-02-04 04:38:09.555 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-02-04 04:38:09.557 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-02-04 04:38:09.581 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-02-04 04:38:09.603 | + 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-02-04 04:38:09.625 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-02-04 04:38:09.647 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-02-04 04:38:09.670 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2025-02-04 04:38:09.671 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2025-02-04 04:38:09.673 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2025-02-04 04:38:09.675 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-02-04 04:38:09.698 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2025-02-04 04:38:09.699 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-02-04 04:38:09.721 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2025-02-04 04:38:09.723 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-02-04 04:38:09.725 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2025-02-04 04:38:09.727 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-02-04 04:38:09.749 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2025-02-04 04:38:09.751 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2025-02-04 04:38:09.753 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2025-02-04 04:38:09.767 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:09.769 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2025-02-04 04:38:09.783 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:09.785 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2025-02-04 04:38:09.803 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:09.805 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2025-02-04 04:38:09.807 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-02-04 04:38:09.808 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2025-02-04 04:38:09.810 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2025-02-04 04:38:09.812 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-02-04 04:38:09.814 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-02-04 04:38:09.816 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-02-04 04:38:09.828 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:09.830 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-02-04 04:38:09.832 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-02-04 04:38:09.834 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-02-04 04:38:09.847 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:09.848 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:38:09.851 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:38:09.873 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-02-04 04:38:09.875 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-02-04 04:38:09.877 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2025-02-04 04:38:09.879 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-02-04 04:38:09.881 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-02-04 04:38:09.883 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:38:09.896 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:38:09.897 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:38:09.899 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:09.901 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:38:09.903 | + 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-02-04 04:38:09.925 | + 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-02-04 04:38:09.948 | + 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-02-04 04:38:09.970 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:38:09.992 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2025-02-04 04:38:10.004 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:10.006 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2025-02-04 04:38:10.008 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-02-04 04:38:10.010 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2025-02-04 04:38:10.012 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2025-02-04 04:38:10.014 | + lib/apache:write_uwsgi_config:257 : local http= 2025-02-04 04:38:10.015 | + lib/apache:write_uwsgi_config:258 : local name= 2025-02-04 04:38:10.018 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2025-02-04 04:38:10.020 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2025-02-04 04:38:10.022 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-02-04 04:38:10.024 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-04 04:38:10.034 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-04 04:38:10.034 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:38:10.040 | d /var/run/uwsgi 0755 stack root 2025-02-04 04:38:10.042 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:38:10.051 | /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-02-04 04:38:10.054 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-02-04 04:38:10.055 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-02-04 04:38:10.059 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2025-02-04 04:38:10.083 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-02-04 04:38:10.104 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-02-04 04:38:10.126 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-02-04 04:38:10.147 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-02-04 04:38:10.169 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-04 04:38:10.190 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-02-04 04:38:10.212 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-02-04 04:38:10.234 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-02-04 04:38:10.256 | + 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-02-04 04:38:10.277 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-02-04 04:38:10.300 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-04 04:38:10.322 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-02-04 04:38:10.344 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-02-04 04:38:10.346 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-02-04 04:38:10.349 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2025-02-04 04:38:10.350 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2025-02-04 04:38:10.352 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-02-04 04:38:10.354 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:10.356 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:10.357 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-02-04 04:38:10.360 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-02-04 04:38:10.362 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-02-04 04:38:10.384 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-02-04 04:38:10.406 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2025-02-04 04:38:10.406 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-02-04 04:38:10.412 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2025-02-04 04:38:10.415 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2025-02-04 04:38:10.416 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2025-02-04 04:38:10.418 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-02-04 04:38:10.420 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-02-04 04:38:10.422 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:38:10.424 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:10.426 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:10.428 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-04 04:38:10.430 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-02-04 04:38:10.431 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:10.433 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:10.435 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2025-02-04 04:38:10.466 | Enabling site cinder-wsgi. 2025-02-04 04:38:10.470 | To activate the new configuration, you need to run: 2025-02-04 04:38:10.470 | systemctl reload apache2 2025-02-04 04:38:10.473 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-02-04 04:38:10.475 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:38:10.477 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:38:10.479 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:38:10.578 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-02-04 04:38:10.580 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2025-02-04 04:38:10.582 | + 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-02-04 04:38:10.608 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-02-04 04:38:10.633 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-02-04 04:38:10.657 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-02-04 04:38:10.681 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-02-04 04:38:10.706 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-02-04 04:38:10.730 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2025-02-04 04:38:10.743 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:10.744 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-02-04 04:38:10.746 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-02-04 04:38:10.748 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-02-04 04:38:10.750 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-02-04 04:38:10.752 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-02-04 04:38:10.778 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-02-04 04:38:10.813 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-02-04 04:38:10.840 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-02-04 04:38:10.863 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-02-04 04:38:10.886 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-02-04 04:38:10.908 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-02-04 04:38:10.931 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-02-04 04:38:10.954 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:38:10.976 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-02-04 04:38:10.998 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-02-04 04:38:11.020 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-02-04 04:38:11.042 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2025-02-04 04:38:11.044 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2025-02-04 04:38:11.057 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:11.059 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2025-02-04 04:38:11.083 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-02-04 04:38:11.085 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-02-04 04:38:11.087 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-02-04 04:38:11.112 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-02-04 04:38:11.135 | + stack.sh:main:938 : is_service_enabled neutron 2025-02-04 04:38:11.148 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:11.150 | + stack.sh:main:940 : stack_install_service neutron 2025-02-04 04:38:11.152 | + lib/stack:stack_install_service:20 : local service=neutron 2025-02-04 04:38:11.154 | + lib/stack:stack_install_service:21 : type install_neutron 2025-02-04 04:38:11.156 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-04 04:38:11.157 | + lib/stack:stack_install_service:32 : install_neutron 2025-02-04 04:38:11.159 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2025-02-04 04:38:11.161 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2025-02-04 04:38:11.164 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:38:11.165 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:38:11.167 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2025-02-04 04:38:11.169 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:38:11.171 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron unmaintained/2023.1 2025-02-04 04:38:11.173 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2025-02-04 04:38:11.175 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2025-02-04 04:38:11.177 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-02-04 04:38:11.179 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:38:11.181 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:38:11.183 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:38:11.185 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:38:11.187 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:38:11.199 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:38:11.201 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:38:11.203 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:38:11.205 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:11.207 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-02-04 04:38:11.207 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:38:11.211 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2025-02-04 04:38:11.213 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:11.214 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-02-04 04:38:11.216 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:11.218 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:11.220 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:11.221 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:11.223 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:11.225 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:11.226 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:11.228 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:11.230 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:11.233 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643891232 2025-02-04 04:38:11.235 | + 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-02-04 04:38:11.237 | Cloning into '/opt/stack//neutron'... 2025-02-04 04:38:14.936 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:14.938 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:14.940 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:14.942 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:14.943 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:14.945 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:14.947 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:14.949 | + functions-common:time_stop:2442 : start_time=1738643891232 2025-02-04 04:38:14.951 | + functions-common:time_stop:2444 : [[ -z 1738643891232 ]] 2025-02-04 04:38:14.953 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:14.956 | + functions-common:time_stop:2447 : end_time=1738643894954 2025-02-04 04:38:14.958 | + functions-common:time_stop:2448 : elapsed_time=3722 2025-02-04 04:38:14.959 | + functions-common:time_stop:2449 : total=21648 2025-02-04 04:38:14.961 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:14.963 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=25370 2025-02-04 04:38:14.965 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2025-02-04 04:38:14.967 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:38:14.968 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:14.970 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:14.972 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:14.974 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:14.976 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:14.978 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:14.979 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:14.981 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:14.984 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:14.987 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643894984 2025-02-04 04:38:14.988 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:38:18.078 | From https://opendev.org/openstack/neutron 2025-02-04 04:38:18.078 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-02-04 04:38:18.082 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:18.084 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:18.086 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:18.088 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:18.090 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:18.091 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:18.093 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:18.095 | + functions-common:time_stop:2442 : start_time=1738643894984 2025-02-04 04:38:18.097 | + functions-common:time_stop:2444 : [[ -z 1738643894984 ]] 2025-02-04 04:38:18.099 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:18.102 | + functions-common:time_stop:2447 : end_time=1738643898100 2025-02-04 04:38:18.104 | + functions-common:time_stop:2448 : elapsed_time=3116 2025-02-04 04:38:18.106 | + functions-common:time_stop:2449 : total=25370 2025-02-04 04:38:18.108 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:18.109 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28486 2025-02-04 04:38:18.111 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:38:18.113 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:18.115 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:18.117 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:18.119 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:18.121 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:18.122 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:18.124 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:18.126 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:18.129 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:18.132 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643898130 2025-02-04 04:38:18.134 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:38:18.389 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:38:18.389 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:38:18.389 | state without impacting any branches by switching back to a branch. 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:38:18.389 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | git switch -c 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | Or undo this operation with: 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | git switch - 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:38:18.389 | 2025-02-04 04:38:18.389 | HEAD is now at 6c2b89c Clean up state VRRP PID file 2025-02-04 04:38:18.393 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:18.395 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:18.397 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:18.399 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:18.400 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:18.402 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:18.404 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:18.406 | + functions-common:time_stop:2442 : start_time=1738643898130 2025-02-04 04:38:18.408 | + functions-common:time_stop:2444 : [[ -z 1738643898130 ]] 2025-02-04 04:38:18.410 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:18.413 | + functions-common:time_stop:2447 : end_time=1738643898411 2025-02-04 04:38:18.415 | + functions-common:time_stop:2448 : elapsed_time=281 2025-02-04 04:38:18.416 | + functions-common:time_stop:2449 : total=28486 2025-02-04 04:38:18.418 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:18.420 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28767 2025-02-04 04:38:18.422 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-02-04 04:38:18.432 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2025-02-04 04:38:18.434 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:38:18.434 | + functions-common:git_clone:696 : head -1 2025-02-04 04:38:18.437 | 6c2b89c Clean up state VRRP PID file 2025-02-04 04:38:18.439 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:38:18.441 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2025-02-04 04:38:18.443 | + inc/python:setup_develop:334 : local bindep 2025-02-04 04:38:18.445 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2025-02-04 04:38:18.447 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2025-02-04 04:38:18.449 | + inc/python:setup_develop:340 : local extras= 2025-02-04 04:38:18.450 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-02-04 04:38:18.452 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:38:18.454 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-02-04 04:38:18.456 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2025-02-04 04:38:18.458 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:38:18.460 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:38:18.462 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2025-02-04 04:38:18.464 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:38:18.466 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2025-02-04 04:38:18.468 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:38:18.470 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:38:18.473 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-02-04 04:38:18.477 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2025-02-04 04:38:18.479 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-02-04 04:38:18.817 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2025-02-04 04:38:18.819 | + inc/python:setup_package:414 : local bindep=0 2025-02-04 04:38:18.821 | + inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:38:18.823 | + inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:38:18.825 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2025-02-04 04:38:18.827 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2025-02-04 04:38:18.829 | + inc/python:setup_package:423 : local flags=-e 2025-02-04 04:38:18.831 | + inc/python:setup_package:424 : local extras= 2025-02-04 04:38:18.833 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:38:18.835 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:38:18.837 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:38:18.839 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:38:18.841 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:38:18.843 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2025-02-04 04:38:18.859 | Using python 3.10 to install /opt/stack/neutron 2025-02-04 04:38:18.860 | + 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-02-04 04:38:19.809 | Obtaining file:///opt/stack/neutron 2025-02-04 04:38:19.809 | Preparing metadata (setup.py): started 2025-02-04 04:38:20.405 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:38:20.478 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2025-02-04 04:38:20.479 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.5.2) 2025-02-04 04:38:20.481 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2025-02-04 04:38:20.481 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.1) 2025-02-04 04:38:20.483 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.4.41) 2025-02-04 04:38:20.483 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.7) 2025-02-04 04:38:20.483 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.1) 2025-02-04 04:38:20.484 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.0) 2025-02-04 04:38:20.484 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2025-02-04 04:38:20.485 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.33.1) 2025-02-04 04:38:20.486 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.4.1) 2025-02-04 04:38:20.487 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.20.4) 2025-02-04 04:38:20.487 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.3) 2025-02-04 04:38:20.488 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (10.2.0) 2025-02-04 04:38:20.489 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.8.0) 2025-02-04 04:38:20.490 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev18) (0.11.0) 2025-02-04 04:38:20.700 | Collecting neutron-lib>=3.4.2 2025-02-04 04:38:20.707 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2025-02-04 04:38:20.716 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.0.2) 2025-02-04 04:38:20.833 | Collecting os-ken>=2.2.0 2025-02-04 04:38:20.849 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2025-02-04 04:38:20.975 | Collecting os-resource-classes>=1.1.0 2025-02-04 04:38:20.977 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-02-04 04:38:21.121 | Collecting os-vif>=3.1.0 2025-02-04 04:38:21.124 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2025-02-04 04:38:21.127 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.3.1) 2025-02-04 04:38:21.129 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2025-02-04 04:38:21.129 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (9.1.1) 2025-02-04 04:38:21.129 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2025-02-04 04:38:21.130 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (12.3.3) 2025-02-04 04:38:21.130 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.0.0) 2025-02-04 04:38:21.131 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.2.1) 2025-02-04 04:38:21.132 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (14.2.5) 2025-02-04 04:38:21.133 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2025-02-04 04:38:21.133 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (4.1.1) 2025-02-04 04:38:21.134 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2025-02-04 04:38:21.136 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.0.0) 2025-02-04 04:38:21.136 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (7.0.1) 2025-02-04 04:38:21.136 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.2) 2025-02-04 04:38:21.140 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2025-02-04 04:38:21.140 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2025-02-04 04:38:21.140 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.1.0) 2025-02-04 04:38:21.140 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2025-02-04 04:38:21.140 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.4.3) 2025-02-04 04:38:21.163 | Collecting ovs>=2.10.0 2025-02-04 04:38:21.163 | Using cached ovs-2.17.7-py3-none-any.whl 2025-02-04 04:38:21.305 | Collecting ovsdbapp>=2.2.1 2025-02-04 04:38:21.308 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2025-02-04 04:38:21.311 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (23.1) 2025-02-04 04:38:21.312 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.11.1) 2025-02-04 04:38:21.337 | Collecting pecan>=1.4.0 2025-02-04 04:38:21.337 | Using cached pecan-1.4.2-py3-none-any.whl 2025-02-04 04:38:21.341 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.9.2) 2025-02-04 04:38:21.342 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (22.1.0) 2025-02-04 04:38:21.370 | Collecting pyroute2>=0.7.3 2025-02-04 04:38:21.375 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2025-02-04 04:38:21.408 | Collecting python-designateclient>=2.7.0 2025-02-04 04:38:21.412 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2025-02-04 04:38:21.454 | Collecting python-neutronclient>=7.8.0 2025-02-04 04:38:21.457 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2025-02-04 04:38:21.463 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (18.3.0) 2025-02-04 04:38:21.463 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.28.1) 2025-02-04 04:38:21.464 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.0.0) 2025-02-04 04:38:21.465 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.3.1) 2025-02-04 04:38:21.466 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.2.0) 2025-02-04 04:38:21.472 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev18) (1.2.3) 2025-02-04 04:38:21.475 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev18) (1.14.1) 2025-02-04 04:38:21.481 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (2.2.1) 2025-02-04 04:38:21.481 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.1.3) 2025-02-04 04:38:21.481 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.16.0) 2025-02-04 04:38:21.489 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev18) (3.0.9) 2025-02-04 04:38:21.492 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev18) (2.1.1) 2025-02-04 04:38:21.517 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev18) (1.7.0) 2025-02-04 04:38:21.518 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev18) (1.1.0) 2025-02-04 04:38:21.542 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev18) (3.1.1) 2025-02-04 04:38:21.543 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev18) (5.1.0) 2025-02-04 04:38:21.659 | Collecting setproctitle>=1.1.10 2025-02-04 04:38:21.661 | 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-02-04 04:38:21.779 | Collecting os-traits>=0.9.0 2025-02-04 04:38:21.782 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2025-02-04 04:38:21.797 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.32) 2025-02-04 04:38:21.797 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (6.0) 2025-02-04 04:38:21.798 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.1.8) 2025-02-04 04:38:21.799 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.0) 2025-02-04 04:38:21.800 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (38.0.2) 2025-02-04 04:38:21.801 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.4) 2025-02-04 04:38:21.802 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.0.1) 2025-02-04 04:38:21.809 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev18) (1.0.4) 2025-02-04 04:38:21.833 | Collecting ncclient>=0.6.13 2025-02-04 04:38:21.833 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-02-04 04:38:21.884 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev18) (0.18) 2025-02-04 04:38:21.902 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev18) (1.5.0) 2025-02-04 04:38:21.928 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.13.0) 2025-02-04 04:38:21.930 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (2.0.1) 2025-02-04 04:38:21.931 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.5.0) 2025-02-04 04:38:21.953 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev18) (2.8.2) 2025-02-04 04:38:21.956 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev18) (0.9.6) 2025-02-04 04:38:21.980 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.2.4) 2025-02-04 04:38:21.981 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (0.6.0) 2025-02-04 04:38:21.981 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.1.1) 2025-02-04 04:38:21.982 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.2.0) 2025-02-04 04:38:21.993 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev18) (4.0.0) 2025-02-04 04:38:21.993 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev18) (3.3.0) 2025-02-04 04:38:22.039 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev18) (1.15.1) 2025-02-04 04:38:22.059 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev18) (2022.4) 2025-02-04 04:38:22.071 | 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.dev18) (4.0.1) 2025-02-04 04:38:22.073 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev18) (1.4.0) 2025-02-04 04:38:22.082 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev18) (3.4.1) 2025-02-04 04:38:22.156 | Collecting sortedcontainers 2025-02-04 04:38:22.159 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-02-04 04:38:22.181 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev18) (59.6.0) 2025-02-04 04:38:22.223 | Collecting logutils>=0.3 2025-02-04 04:38:22.223 | Using cached logutils-0.3.5-py3-none-any.whl 2025-02-04 04:38:22.303 | Collecting osc-lib>=1.8.0 2025-02-04 04:38:22.307 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2025-02-04 04:38:22.311 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev18) (4.16.0) 2025-02-04 04:38:22.311 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev18) (4.2.0) 2025-02-04 04:38:22.513 | Collecting simplejson>=3.5.1 2025-02-04 04:38:22.516 | 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-02-04 04:38:22.557 | Collecting os-client-config>=1.28.0 2025-02-04 04:38:22.559 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-02-04 04:38:22.586 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (3.4) 2025-02-04 04:38:22.588 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2020.6.20) 2025-02-04 04:38:22.588 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2.1.1) 2025-02-04 04:38:22.588 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (1.26.12) 2025-02-04 04:38:22.600 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev18) (0.7) 2025-02-04 04:38:22.722 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev18) (0.13.1) 2025-02-04 04:38:22.747 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.0.0) 2025-02-04 04:38:22.794 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev18) (2.21) 2025-02-04 04:38:22.817 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (0.5.1) 2025-02-04 04:38:22.818 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (2.4.2) 2025-02-04 04:38:22.819 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (5.0.0) 2025-02-04 04:38:22.975 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (0.18.1) 2025-02-04 04:38:22.975 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (22.1.0) 2025-02-04 04:38:23.062 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev18) (4.9.1) 2025-02-04 04:38:23.066 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev18) (2.11.0) 2025-02-04 04:38:23.130 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (0.14.1) 2025-02-04 04:38:23.147 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev18) (0.2.5) 2025-02-04 04:38:23.333 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.4.3) 2025-02-04 04:38:23.334 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.5.2) 2025-02-04 04:38:23.378 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev18) (2.5.0) 2025-02-04 04:38:23.537 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (1.8.2) 2025-02-04 04:38:23.568 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (3.8.1) 2025-02-04 04:38:23.611 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev18) (1.5.0) 2025-02-04 04:38:24.286 | 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-02-04 04:38:24.287 | Attempting uninstall: sortedcontainers 2025-02-04 04:38:24.289 | Found existing installation: sortedcontainers 2.1.0 2025-02-04 04:38:24.290 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:38:24.291 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2025-02-04 04:38:24.685 | Attempting uninstall: ovs 2025-02-04 04:38:24.687 | Found existing installation: ovs 2.17.9 2025-02-04 04:38:24.688 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:38:24.688 | Can't uninstall 'ovs'. No files were found to uninstall. 2025-02-04 04:38:27.024 | Running setup.py develop for neutron 2025-02-04 04:38:28.124 | 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-02-04 04:38:28.125 | 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-02-04 04:38:28.250 | + inc/python:pip_install:196 : result=0 2025-02-04 04:38:28.252 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:38:28.254 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:28.256 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:28.257 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:28.259 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:28.261 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:28.263 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:38:28.265 | + functions-common:time_stop:2442 : start_time=1738643898854 2025-02-04 04:38:28.267 | + functions-common:time_stop:2444 : [[ -z 1738643898854 ]] 2025-02-04 04:38:28.269 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:28.272 | + functions-common:time_stop:2447 : end_time=1738643908271 2025-02-04 04:38:28.274 | + functions-common:time_stop:2448 : elapsed_time=9417 2025-02-04 04:38:28.276 | + functions-common:time_stop:2449 : total=62552 2025-02-04 04:38:28.278 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:28.280 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=71969 2025-02-04 04:38:28.282 | + inc/python:pip_install:199 : return 0 2025-02-04 04:38:28.284 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:38:28.286 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2025-02-04 04:38:28.288 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2025-02-04 04:38:28.303 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2025-02-04 04:38:28.312 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2025-02-04 04:38:28.314 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2025-02-04 04:38:28.316 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:38:28.318 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:38:28.319 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-02-04 04:38:28.321 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:38:28.323 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2025-02-04 04:38:28.325 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-04 04:38:28.327 | + stack.sh:main:943 : is_service_enabled nova 2025-02-04 04:38:28.340 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:28.342 | + stack.sh:main:945 : stack_install_service nova 2025-02-04 04:38:28.343 | + lib/stack:stack_install_service:20 : local service=nova 2025-02-04 04:38:28.345 | + lib/stack:stack_install_service:21 : type install_nova 2025-02-04 04:38:28.347 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-04 04:38:28.349 | + lib/stack:stack_install_service:32 : install_nova 2025-02-04 04:38:28.351 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2025-02-04 04:38:28.353 | + inc/python:use_library_from_git:246 : local name=os-vif 2025-02-04 04:38:28.355 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:38:28.357 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:38:28.359 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2025-02-04 04:38:28.360 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:38:28.362 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2025-02-04 04:38:28.375 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:28.377 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2025-02-04 04:38:28.389 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:28.391 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2025-02-04 04:38:28.403 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:28.404 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova f6697bd9cfe3ec10833c9c6b987716a9b86face0 2025-02-04 04:38:28.406 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2025-02-04 04:38:28.408 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2025-02-04 04:38:28.410 | + functions-common:git_clone:614 : local git_ref=f6697bd9cfe3ec10833c9c6b987716a9b86face0 2025-02-04 04:38:28.411 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:38:28.413 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:38:28.415 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:38:28.417 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:38:28.419 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:38:28.431 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:38:28.433 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:38:28.434 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:38:28.436 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:28.438 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:38:28.439 | + functions-common:git_clone:633 : echo f6697bd9cfe3ec10833c9c6b987716a9b86face0 2025-02-04 04:38:28.442 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//nova ]] 2025-02-04 04:38:28.444 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:28.445 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-02-04 04:38:28.447 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:28.449 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:28.451 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:28.453 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:28.454 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:28.456 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:28.458 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:28.460 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:28.462 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:28.465 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643908463 2025-02-04 04:38:28.466 | + 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-02-04 04:38:28.469 | Cloning into '/opt/stack//nova'... 2025-02-04 04:38:32.221 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:32.223 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:32.225 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:32.226 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:32.228 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:32.230 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:32.232 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:32.234 | + functions-common:time_stop:2442 : start_time=1738643908463 2025-02-04 04:38:32.235 | + functions-common:time_stop:2444 : [[ -z 1738643908463 ]] 2025-02-04 04:38:32.238 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:32.241 | + functions-common:time_stop:2447 : end_time=1738643912239 2025-02-04 04:38:32.242 | + functions-common:time_stop:2448 : elapsed_time=3776 2025-02-04 04:38:32.244 | + functions-common:time_stop:2449 : total=28767 2025-02-04 04:38:32.246 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:32.248 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=32543 2025-02-04 04:38:32.249 | + functions-common:git_clone:654 : cd /opt/stack//nova 2025-02-04 04:38:32.251 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin f6697bd9cfe3ec10833c9c6b987716a9b86face0 2025-02-04 04:38:32.253 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:32.255 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:32.256 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:32.258 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:32.260 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:32.262 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:32.264 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:32.265 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:32.268 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:32.271 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643912268 2025-02-04 04:38:32.272 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin f6697bd9cfe3ec10833c9c6b987716a9b86face0 2025-02-04 04:38:37.769 | From https://opendev.org/openstack/nova 2025-02-04 04:38:37.769 | * branch f6697bd9cfe3ec10833c9c6b987716a9b86face0 -> FETCH_HEAD 2025-02-04 04:38:37.807 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:37.809 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:37.811 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:37.813 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:37.815 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:37.817 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:37.819 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:37.821 | + functions-common:time_stop:2442 : start_time=1738643912268 2025-02-04 04:38:37.823 | + functions-common:time_stop:2444 : [[ -z 1738643912268 ]] 2025-02-04 04:38:37.826 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:37.829 | + functions-common:time_stop:2447 : end_time=1738643917827 2025-02-04 04:38:37.831 | + functions-common:time_stop:2448 : elapsed_time=5559 2025-02-04 04:38:37.833 | + functions-common:time_stop:2449 : total=32543 2025-02-04 04:38:37.835 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:37.837 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38102 2025-02-04 04:38:37.839 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:38:37.841 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:37.843 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:37.845 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:37.847 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:37.849 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:37.851 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:37.852 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:37.854 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:37.857 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:37.860 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643917858 2025-02-04 04:38:37.862 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:38:38.161 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.161 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:38:38.161 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:38:38.161 | state without impacting any branches by switching back to a branch. 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.161 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:38:38.161 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.161 | git switch -c 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.161 | Or undo this operation with: 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.161 | git switch - 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.161 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:38:38.161 | 2025-02-04 04:38:38.162 | HEAD is now at f6697bd Update Nova bdm with updated swap info 2025-02-04 04:38:38.166 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:38.168 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:38.170 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:38.172 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:38.174 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:38.176 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:38.177 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:38.179 | + functions-common:time_stop:2442 : start_time=1738643917858 2025-02-04 04:38:38.181 | + functions-common:time_stop:2444 : [[ -z 1738643917858 ]] 2025-02-04 04:38:38.184 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:38.187 | + functions-common:time_stop:2447 : end_time=1738643918185 2025-02-04 04:38:38.189 | + functions-common:time_stop:2448 : elapsed_time=327 2025-02-04 04:38:38.190 | + functions-common:time_stop:2449 : total=38102 2025-02-04 04:38:38.192 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:38.194 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38429 2025-02-04 04:38:38.196 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2025-02-04 04:38:38.207 | + functions-common:git_clone:695 : cd /opt/stack//nova 2025-02-04 04:38:38.209 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:38:38.209 | + functions-common:git_clone:696 : head -1 2025-02-04 04:38:38.221 | f6697bd Update Nova bdm with updated swap info 2025-02-04 04:38:38.230 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:38:38.232 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2025-02-04 04:38:38.234 | + inc/python:setup_develop:334 : local bindep 2025-02-04 04:38:38.236 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2025-02-04 04:38:38.238 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2025-02-04 04:38:38.240 | + inc/python:setup_develop:340 : local extras= 2025-02-04 04:38:38.241 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-02-04 04:38:38.243 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:38:38.245 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2025-02-04 04:38:38.247 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2025-02-04 04:38:38.249 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:38:38.251 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:38:38.253 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2025-02-04 04:38:38.255 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:38:38.257 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2025-02-04 04:38:38.259 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:38:38.261 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:38:38.263 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-02-04 04:38:38.267 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2025-02-04 04:38:38.269 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-02-04 04:38:38.594 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2025-02-04 04:38:38.596 | + inc/python:setup_package:414 : local bindep=0 2025-02-04 04:38:38.598 | + inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:38:38.599 | + inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:38:38.601 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2025-02-04 04:38:38.603 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2025-02-04 04:38:38.605 | + inc/python:setup_package:423 : local flags=-e 2025-02-04 04:38:38.607 | + inc/python:setup_package:424 : local extras= 2025-02-04 04:38:38.609 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:38:38.611 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:38:38.613 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:38:38.614 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:38:38.616 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:38:38.618 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2025-02-04 04:38:38.634 | Using python 3.10 to install /opt/stack/nova 2025-02-04 04:38:38.636 | + 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-02-04 04:38:39.577 | Obtaining file:///opt/stack/nova 2025-02-04 04:38:39.578 | Preparing metadata (setup.py): started 2025-02-04 04:38:40.232 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:38:40.326 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.2) 2025-02-04 04:38:40.327 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.5.2) 2025-02-04 04:38:40.327 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.1.1) 2025-02-04 04:38:40.328 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.4.1) 2025-02-04 04:38:40.329 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.0) 2025-02-04 04:38:40.329 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.5.1) 2025-02-04 04:38:40.330 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.4.41) 2025-02-04 04:38:40.334 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.8.7) 2025-02-04 04:38:40.334 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.8.1) 2025-02-04 04:38:40.334 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.1.0) 2025-02-04 04:38:40.334 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (38.0.2) 2025-02-04 04:38:40.334 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.2.3) 2025-02-04 04:38:40.335 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-02-04 04:38:40.335 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.33.1) 2025-02-04 04:38:40.336 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.4.1) 2025-02-04 04:38:40.337 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.1.3) 2025-02-04 04:38:40.338 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.1.0) 2025-02-04 04:38:40.338 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.16.0) 2025-02-04 04:38:40.339 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.3) 2025-02-04 04:38:40.340 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (10.2.0) 2025-02-04 04:38:40.341 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.9.1) 2025-02-04 04:38:40.520 | Collecting microversion-parse>=0.2.1 2025-02-04 04:38:40.523 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-02-04 04:38:40.526 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.8.0) 2025-02-04 04:38:40.526 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.0.1.dev25) (0.11.0) 2025-02-04 04:38:40.527 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.0.2) 2025-02-04 04:38:40.528 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.2.5) 2025-02-04 04:38:40.529 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.1.0) 2025-02-04 04:38:40.529 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.7.0) 2025-02-04 04:38:40.530 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.10.0) 2025-02-04 04:38:40.531 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.1) 2025-02-04 04:38:40.532 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.3.1) 2025-02-04 04:38:40.533 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-02-04 04:38:40.533 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (9.1.1) 2025-02-04 04:38:40.534 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-02-04 04:38:40.535 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (12.3.3) 2025-02-04 04:38:40.536 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.0.0) 2025-02-04 04:38:40.537 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.1.0) 2025-02-04 04:38:40.538 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.2.1) 2025-02-04 04:38:40.538 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (14.2.5) 2025-02-04 04:38:40.539 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.1) 2025-02-04 04:38:40.540 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.1.1) 2025-02-04 04:38:40.562 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.0) 2025-02-04 04:38:40.563 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.0.0) 2025-02-04 04:38:40.565 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (7.0.1) 2025-02-04 04:38:40.565 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.1.2) 2025-02-04 04:38:40.567 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.2) 2025-02-04 04:38:40.567 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.1.1) 2025-02-04 04:38:40.567 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (6.1.0) 2025-02-04 04:38:40.568 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.1.0) 2025-02-04 04:38:40.568 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (23.1) 2025-02-04 04:38:40.569 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.11.0) 2025-02-04 04:38:40.570 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.11.1) 2025-02-04 04:38:40.571 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.9.2) 2025-02-04 04:38:40.571 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (9.3.0) 2025-02-04 04:38:40.572 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.8.2) 2025-02-04 04:38:40.573 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (4.3.2) 2025-02-04 04:38:40.574 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (9.0.0) 2025-02-04 04:38:40.575 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (2.28.1) 2025-02-04 04:38:40.575 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.3.3) 2025-02-04 04:38:40.576 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (1.5.0) 2025-02-04 04:38:40.577 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (0.13.0) 2025-02-04 04:38:40.578 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (5.0.0) 2025-02-04 04:38:40.578 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev25) (3.2.0) 2025-02-04 04:38:40.598 | Collecting websockify>=0.9.0 2025-02-04 04:38:40.598 | Using cached websockify-0.10.0-py3-none-any.whl 2025-02-04 04:38:40.610 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.0.1.dev25) (1.2.3) 2025-02-04 04:38:40.619 | 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.dev25) (5.5.0) 2025-02-04 04:38:40.637 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.0.1.dev25) (1.15.1) 2025-02-04 04:38:40.650 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev25) (1.16.0) 2025-02-04 04:38:40.651 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev25) (2.2.1) 2025-02-04 04:38:40.659 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.0.1.dev25) (2.1.1) 2025-02-04 04:38:40.677 | 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.dev25) (0.18.1) 2025-02-04 04:38:40.678 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev25) (22.1.0) 2025-02-04 04:38:40.726 | 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.dev25) (5.1.0) 2025-02-04 04:38:40.728 | 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.dev25) (3.1.1) 2025-02-04 04:38:40.749 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.0.1) 2025-02-04 04:38:40.750 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.32) 2025-02-04 04:38:40.751 | 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.dev25) (1.1.8) 2025-02-04 04:38:40.752 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.4.4) 2025-02-04 04:38:40.753 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev25) (1.4.0) 2025-02-04 04:38:40.763 | 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.dev25) (5.9.0) 2025-02-04 04:38:40.766 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev25) (6.3.1) 2025-02-04 04:38:40.786 | 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.dev25) (0.7.3) 2025-02-04 04:38:40.787 | 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.dev25) (2.2.2) 2025-02-04 04:38:40.788 | 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.dev25) (2.5.0) 2025-02-04 04:38:40.813 | 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.dev25) (0.18) 2025-02-04 04:38:40.858 | 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.dev25) (2.0.1) 2025-02-04 04:38:40.859 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev25) (0.5.0) 2025-02-04 04:38:40.891 | 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.dev25) (0.9.6) 2025-02-04 04:38:40.917 | 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.dev25) (5.2.4) 2025-02-04 04:38:40.919 | 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.dev25) (5.2.0) 2025-02-04 04:38:40.920 | 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.dev25) (5.1.1) 2025-02-04 04:38:40.921 | 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.dev25) (0.6.0) 2025-02-04 04:38:40.932 | 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.dev25) (3.3.0) 2025-02-04 04:38:40.932 | 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.dev25) (4.0.0) 2025-02-04 04:38:40.953 | 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.dev25) (1.0.4) 2025-02-04 04:38:40.974 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev25) (2022.4) 2025-02-04 04:38:40.987 | 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.dev25) (4.0.1) 2025-02-04 04:38:40.988 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev25) (1.4.0) 2025-02-04 04:38:41.007 | 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.dev25) (3.0.9) 2025-02-04 04:38:41.049 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.0.1.dev25) (1.5.0) 2025-02-04 04:38:41.060 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.0.1.dev25) (59.6.0) 2025-02-04 04:38:41.120 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev25) (0.2.5) 2025-02-04 04:38:41.171 | 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.dev25) (22.1.0) 2025-02-04 04:38:41.174 | 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.dev25) (2.0.1) 2025-02-04 04:38:41.174 | 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.dev25) (1.14.1) 2025-02-04 04:38:41.190 | 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.dev25) (3.17.6) 2025-02-04 04:38:41.191 | 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.dev25) (4.2.0) 2025-02-04 04:38:41.193 | 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.dev25) (2.1.0) 2025-02-04 04:38:41.194 | 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.dev25) (2.7.0) 2025-02-04 04:38:41.217 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev25) (3.4) 2025-02-04 04:38:41.218 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.0.1.dev25) (2020.6.20) 2025-02-04 04:38:41.219 | 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.dev25) (1.26.12) 2025-02-04 04:38:41.220 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev25) (2.1.1) 2025-02-04 04:38:41.252 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.0.1.dev25) (0.7) 2025-02-04 04:38:41.335 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev25) (0.5.2) 2025-02-04 04:38:41.336 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev25) (0.4.3) 2025-02-04 04:38:41.382 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.0.1.dev25) (0.13.1) 2025-02-04 04:38:41.882 | Collecting numpy 2025-02-04 04:38:41.982 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2025-02-04 04:38:42.073 | 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.dev25) (5.0.0) 2025-02-04 04:38:42.161 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev25) (2.21) 2025-02-04 04:38:42.187 | 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.dev25) (0.5.1) 2025-02-04 04:38:42.187 | 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.dev25) (2.4.2) 2025-02-04 04:38:42.191 | 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.dev25) (5.0.0) 2025-02-04 04:38:42.407 | 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.dev25) (0.14.1) 2025-02-04 04:38:42.421 | 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.dev25) (2.17.7) 2025-02-04 04:38:42.698 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev25) (2.5.0) 2025-02-04 04:38:42.885 | 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.dev25) (1.8.2) 2025-02-04 04:38:42.916 | 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.dev25) (3.8.1) 2025-02-04 04:38:42.932 | 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.dev25) (2.4.0) 2025-02-04 04:38:43.528 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-02-04 04:38:45.314 | Running setup.py develop for nova 2025-02-04 04:38:46.446 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2025-02-04 04:38:46.447 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-02-04 04:38:46.576 | + inc/python:pip_install:196 : result=0 2025-02-04 04:38:46.578 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:38:46.580 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:46.582 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:46.583 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:46.585 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:46.587 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:46.588 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:38:46.590 | + functions-common:time_stop:2442 : start_time=1738643918630 2025-02-04 04:38:46.592 | + functions-common:time_stop:2444 : [[ -z 1738643918630 ]] 2025-02-04 04:38:46.594 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:46.597 | + functions-common:time_stop:2447 : end_time=1738643926595 2025-02-04 04:38:46.599 | + functions-common:time_stop:2448 : elapsed_time=7965 2025-02-04 04:38:46.601 | + functions-common:time_stop:2449 : total=71969 2025-02-04 04:38:46.603 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:46.605 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79934 2025-02-04 04:38:46.606 | + inc/python:pip_install:199 : return 0 2025-02-04 04:38:46.608 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:38:46.610 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2025-02-04 04:38:46.612 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2025-02-04 04:38:46.626 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2025-02-04 04:38:46.636 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2025-02-04 04:38:46.637 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2025-02-04 04:38:46.639 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:38:46.641 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:38:46.643 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-02-04 04:38:46.645 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:38:46.647 | + 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-02-04 04:38:46.657 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-04 04:38:46.659 | + stack.sh:main:946 : configure_nova 2025-02-04 04:38:46.661 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2025-02-04 04:38:46.670 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2025-02-04 04:38:46.671 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-02-04 04:38:46.673 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-02-04 04:38:46.676 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-02-04 04:38:46.676 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-02-04 04:38:46.679 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-02-04 04:38:46.681 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-02-04 04:38:46.683 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-02-04 04:38:46.685 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-02-04 04:38:46.686 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-02-04 04:38:46.688 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-02-04 04:38:46.690 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2025-02-04 04:38:46.692 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-02-04 04:38:46.701 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-02-04 04:38:46.709 | + 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-02-04 04:38:46.719 | + 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-02-04 04:38:46.728 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-02-04 04:38:46.738 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-02-04 04:38:46.740 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-02-04 04:38:46.743 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.xt6lM2j7aM 2025-02-04 04:38:46.745 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-02-04 04:38:46.747 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-02-04 04:38:46.749 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2025-02-04 04:38:46.751 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-02-04 04:38:46.753 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-02-04 04:38:46.754 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.xt6lM2j7aM 2025-02-04 04:38:46.757 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.xt6lM2j7aM 2025-02-04 04:38:46.766 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.xt6lM2j7aM /etc/sudoers.d/nova-rootwrap 2025-02-04 04:38:46.776 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2025-02-04 04:38:46.778 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-02-04 04:38:46.780 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-02-04 04:38:46.782 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-02-04 04:38:46.784 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-02-04 04:38:46.785 | + 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-02-04 04:38:46.787 | + 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-02-04 04:38:46.789 | + 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-02-04 04:38:46.791 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-02-04 04:38:46.794 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2025-02-04 04:38:46.807 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:46.809 | + lib/nova:configure_nova:356 : create_nova_conf 2025-02-04 04:38:46.811 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2025-02-04 04:38:46.814 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2025-02-04 04:38:46.816 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-02-04 04:38:46.840 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2025-02-04 04:38:46.842 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-02-04 04:38:46.864 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-02-04 04:38:46.888 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-02-04 04:38:46.910 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-02-04 04:38:46.933 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2025-02-04 04:38:46.957 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-02-04 04:38:46.981 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-02-04 04:38:47.003 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-02-04 04:38:47.026 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-02-04 04:38:47.048 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-02-04 04:38:47.070 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-02-04 04:38:47.092 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-02-04 04:38:47.116 | + lib/nova:create_nova_conf:451 : is_fedora 2025-02-04 04:38:47.118 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:38:47.120 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:38:47.122 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:38:47.124 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:38:47.127 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:38:47.128 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:38:47.130 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:38:47.132 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:38:47.134 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:38:47.136 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:38:47.138 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:38:47.139 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:38:47.141 | + lib/nova:create_nova_conf:451 : is_suse 2025-02-04 04:38:47.143 | + functions-common:is_suse:544 : is_opensuse 2025-02-04 04:38:47.145 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:38:47.147 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:38:47.148 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:38:47.150 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:38:47.152 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:38:47.154 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2025-02-04 04:38:47.166 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:47.168 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:38:47.169 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2025-02-04 04:38:47.172 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2025-02-04 04:38:47.173 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-02-04 04:38:47.175 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-02-04 04:38:47.177 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-02-04 04:38:47.179 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:38:47.181 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:47.182 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-02-04 04:38:47.184 | + 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-02-04 04:38:47.209 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2025-02-04 04:38:47.210 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-02-04 04:38:47.212 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-02-04 04:38:47.214 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2025-02-04 04:38:47.216 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:38:47.217 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:47.219 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-02-04 04:38:47.221 | + 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-02-04 04:38:47.245 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2025-02-04 04:38:47.268 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-02-04 04:38:47.291 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-02-04 04:38:47.313 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2025-02-04 04:38:47.325 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:47.327 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2025-02-04 04:38:47.339 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:47.341 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2025-02-04 04:38:47.341 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2025-02-04 04:38:47.345 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2025-02-04 04:38:47.347 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-02-04 04:38:47.369 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:47.370 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:47.372 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2025-02-04 04:38:47.396 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2025-02-04 04:38:47.418 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2025-02-04 04:38:47.430 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:47.431 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-02-04 04:38:47.433 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-02-04 04:38:47.435 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-02-04 04:38:47.437 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-04 04:38:47.438 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-02-04 04:38:47.461 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-02-04 04:38:47.483 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-04 04:38:47.506 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-02-04 04:38:47.527 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-02-04 04:38:47.549 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-02-04 04:38:47.571 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-02-04 04:38:47.593 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-02-04 04:38:47.614 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:38:47.636 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-02-04 04:38:47.657 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2025-02-04 04:38:47.669 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:47.671 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2025-02-04 04:38:47.673 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-02-04 04:38:47.697 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2025-02-04 04:38:47.719 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-02-04 04:38:47.740 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2025-02-04 04:38:47.761 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-02-04 04:38:47.783 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-02-04 04:38:47.805 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2025-02-04 04:38:47.827 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-02-04 04:38:47.848 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2025-02-04 04:38:47.860 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:47.862 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2025-02-04 04:38:47.864 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-02-04 04:38:47.885 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-02-04 04:38:47.909 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2025-02-04 04:38:47.911 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-02-04 04:38:47.933 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2025-02-04 04:38:47.934 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2025-02-04 04:38:47.936 | + lib/nova:create_nova_conf:526 : is_suse 2025-02-04 04:38:47.938 | + functions-common:is_suse:544 : is_opensuse 2025-02-04 04:38:47.940 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:38:47.941 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:38:47.943 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:38:47.945 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:38:47.947 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:38:47.949 | + lib/nova:create_nova_conf:526 : is_fedora 2025-02-04 04:38:47.951 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:38:47.952 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:38:47.954 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:38:47.956 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:38:47.958 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:38:47.959 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:38:47.961 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:38:47.963 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:38:47.965 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:38:47.966 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:38:47.968 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:38:47.970 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:38:47.972 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2025-02-04 04:38:47.973 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-02-04 04:38:47.975 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-02-04 04:38:47.978 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:38:47.990 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:38:47.991 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:38:47.993 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:47.995 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:38:47.997 | + 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-02-04 04:38:48.019 | + 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-02-04 04:38:48.040 | + 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-02-04 04:38:48.062 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:38:48.084 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-02-04 04:38:48.108 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2025-02-04 04:38:48.120 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:48.122 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2025-02-04 04:38:48.124 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2025-02-04 04:38:48.126 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2025-02-04 04:38:48.128 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2025-02-04 04:38:48.130 | + lib/apache:write_uwsgi_config:257 : local http= 2025-02-04 04:38:48.131 | + lib/apache:write_uwsgi_config:258 : local name= 2025-02-04 04:38:48.134 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2025-02-04 04:38:48.137 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2025-02-04 04:38:48.138 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-02-04 04:38:48.140 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-04 04:38:48.150 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-04 04:38:48.150 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:38:48.156 | d /var/run/uwsgi 0755 stack root 2025-02-04 04:38:48.159 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:38:48.169 | /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-02-04 04:38:48.173 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-02-04 04:38:48.173 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-02-04 04:38:48.181 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2025-02-04 04:38:48.205 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-02-04 04:38:48.227 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-02-04 04:38:48.248 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-02-04 04:38:48.271 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-02-04 04:38:48.292 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-04 04:38:48.314 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-02-04 04:38:48.336 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-02-04 04:38:48.358 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-02-04 04:38:48.380 | + 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-02-04 04:38:48.402 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-02-04 04:38:48.423 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-04 04:38:48.445 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-02-04 04:38:48.467 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-02-04 04:38:48.469 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-02-04 04:38:48.471 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2025-02-04 04:38:48.473 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2025-02-04 04:38:48.475 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-02-04 04:38:48.477 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:48.479 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:48.480 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-02-04 04:38:48.482 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-02-04 04:38:48.484 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-02-04 04:38:48.506 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-02-04 04:38:48.529 | + 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-02-04 04:38:48.529 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-02-04 04:38:48.536 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2025-02-04 04:38:48.538 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2025-02-04 04:38:48.540 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2025-02-04 04:38:48.542 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-02-04 04:38:48.544 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-02-04 04:38:48.546 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:38:48.548 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:48.549 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:48.551 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-04 04:38:48.553 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-02-04 04:38:48.555 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:48.557 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:48.559 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2025-02-04 04:38:48.590 | Enabling site nova-api-wsgi. 2025-02-04 04:38:48.594 | To activate the new configuration, you need to run: 2025-02-04 04:38:48.594 | systemctl reload apache2 2025-02-04 04:38:48.597 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-02-04 04:38:48.599 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:38:48.601 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:38:48.602 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:38:48.700 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2025-02-04 04:38:48.712 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:48.714 | + 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-02-04 04:38:48.716 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-02-04 04:38:48.718 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2025-02-04 04:38:48.720 | + lib/apache:write_uwsgi_config:256 : local url= 2025-02-04 04:38:48.722 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2025-02-04 04:38:48.723 | + lib/apache:write_uwsgi_config:258 : local name= 2025-02-04 04:38:48.726 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2025-02-04 04:38:48.729 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2025-02-04 04:38:48.731 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-02-04 04:38:48.732 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-04 04:38:48.743 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-04 04:38:48.743 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:38:48.749 | d /var/run/uwsgi 0755 stack root 2025-02-04 04:38:48.752 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:38:48.760 | /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-02-04 04:38:48.763 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-02-04 04:38:48.765 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-02-04 04:38:48.768 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2025-02-04 04:38:48.791 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-02-04 04:38:48.813 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-02-04 04:38:48.835 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-02-04 04:38:48.856 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-02-04 04:38:48.878 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-04 04:38:48.900 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-02-04 04:38:48.922 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-02-04 04:38:48.944 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-02-04 04:38:48.966 | + 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-02-04 04:38:48.988 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-02-04 04:38:49.009 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-04 04:38:49.031 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-02-04 04:38:49.053 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2025-02-04 04:38:49.054 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-02-04 04:38:49.076 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2025-02-04 04:38:49.088 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:49.090 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-02-04 04:38:49.116 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2025-02-04 04:38:49.118 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2025-02-04 04:38:49.120 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2025-02-04 04:38:49.132 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.134 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:38:49.137 | + 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-02-04 04:38:49.159 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-02-04 04:38:49.183 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-02-04 04:38:49.186 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-02-04 04:38:49.187 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2025-02-04 04:38:49.189 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-02-04 04:38:49.191 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-02-04 04:38:49.193 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-02-04 04:38:49.205 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.207 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-02-04 04:38:49.209 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-02-04 04:38:49.211 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-02-04 04:38:49.223 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.224 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:38:49.227 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:38:49.249 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-02-04 04:38:49.251 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-02-04 04:38:49.253 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-02-04 04:38:49.275 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-02-04 04:38:49.297 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2025-02-04 04:38:49.321 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2025-02-04 04:38:49.333 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:49.335 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-02-04 04:38:49.358 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2025-02-04 04:38:49.360 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2025-02-04 04:38:49.361 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-02-04 04:38:49.385 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2025-02-04 04:38:49.408 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-02-04 04:38:49.430 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2025-02-04 04:38:49.452 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-02-04 04:38:49.474 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-02-04 04:38:49.496 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2025-02-04 04:38:49.519 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-02-04 04:38:49.541 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-02-04 04:38:49.565 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2025-02-04 04:38:49.577 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.580 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2025-02-04 04:38:49.583 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-02-04 04:38:49.584 | + lib/nova:create_nova_conf:574 : local conf 2025-02-04 04:38:49.586 | + lib/nova:create_nova_conf:575 : local vhost 2025-02-04 04:38:49.589 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2025-02-04 04:38:49.591 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-02-04 04:38:49.592 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-02-04 04:38:49.595 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2025-02-04 04:38:49.596 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2025-02-04 04:38:49.598 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2025-02-04 04:38:49.602 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2025-02-04 04:38:49.604 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-02-04 04:38:49.606 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-02-04 04:38:49.607 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-02-04 04:38:49.609 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:38:49.611 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:49.613 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-02-04 04:38:49.615 | + 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-02-04 04:38:49.641 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-02-04 04:38:49.666 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-02-04 04:38:49.692 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:38:49.693 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-02-04 04:38:49.695 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-02-04 04:38:49.697 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2025-02-04 04:38:49.699 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-02-04 04:38:49.701 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-02-04 04:38:49.703 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-02-04 04:38:49.716 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.719 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-02-04 04:38:49.721 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-02-04 04:38:49.723 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-02-04 04:38:49.735 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.737 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:38:49.740 | + 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-02-04 04:38:49.763 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-02-04 04:38:49.765 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-02-04 04:38:49.767 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2025-02-04 04:38:49.769 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-02-04 04:38:49.770 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-02-04 04:38:49.773 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:38:49.786 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:38:49.788 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:38:49.790 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:38:49.792 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:38:49.793 | + 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-02-04 04:38:49.817 | + 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-02-04 04:38:49.840 | + 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-02-04 04:38:49.862 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:38:49.885 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:38:49.887 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2025-02-04 04:38:49.889 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2025-02-04 04:38:49.891 | + lib/nova:configure_console_proxies:720 : local offset=0 2025-02-04 04:38:49.893 | + lib/nova:configure_console_proxies:724 : offset=0 2025-02-04 04:38:49.894 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2025-02-04 04:38:49.907 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:49.909 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2025-02-04 04:38:49.910 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2025-02-04 04:38:49.922 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:49.924 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2025-02-04 04:38:49.937 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:49.939 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2025-02-04 04:38:49.953 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:38:49.955 | + stack.sh:main:949 : is_service_enabled placement 2025-02-04 04:38:49.968 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:38:49.970 | + stack.sh:main:951 : stack_install_service placement 2025-02-04 04:38:49.972 | + lib/stack:stack_install_service:20 : local service=placement 2025-02-04 04:38:49.974 | + lib/stack:stack_install_service:21 : type install_placement 2025-02-04 04:38:49.977 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-02-04 04:38:49.979 | + lib/stack:stack_install_service:32 : install_placement 2025-02-04 04:38:49.981 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-02-04 04:38:49.983 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2025-02-04 04:38:49.985 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:49.987 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:49.988 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2025-02-04 04:38:49.990 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:38:49.992 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:38:49.994 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:38:49.996 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:38:49.998 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:50.000 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:38:50.002 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:50.004 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:50.006 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:38:50.008 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:38:50.010 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:38:50.012 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:38:50.014 | + functions-common:install_package:1460 : real_install_package apache2 2025-02-04 04:38:50.016 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:38:50.018 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:50.020 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:50.022 | + functions-common:real_install_package:1446 : apt_get install apache2 2025-02-04 04:38:50.038 | + 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-02-04 04:38:50.098 | Reading package lists... 2025-02-04 04:38:50.339 | Building dependency tree... 2025-02-04 04:38:50.340 | Reading state information... 2025-02-04 04:38:50.552 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-02-04 04:38:50.552 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:38:50.557 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:38:50.558 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:38:50.560 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:50.562 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:50.564 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:50.566 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:50.568 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:50.570 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:38:50.572 | + functions-common:time_stop:2442 : start_time=1738643930036 2025-02-04 04:38:50.574 | + functions-common:time_stop:2444 : [[ -z 1738643930036 ]] 2025-02-04 04:38:50.576 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:50.579 | + functions-common:time_stop:2447 : end_time=1738643930577 2025-02-04 04:38:50.581 | + functions-common:time_stop:2448 : elapsed_time=541 2025-02-04 04:38:50.583 | + functions-common:time_stop:2449 : total=3689 2025-02-04 04:38:50.585 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:50.587 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4230 2025-02-04 04:38:50.588 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:38:50.591 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2025-02-04 04:38:50.593 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2025-02-04 04:38:50.595 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2025-02-04 04:38:50.597 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2025-02-04 04:38:50.599 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2025-02-04 04:38:50.613 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2025-02-04 04:38:50.615 | + functions-common:install_package:1459 : update_package_repo 2025-02-04 04:38:50.617 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-02-04 04:38:50.619 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-02-04 04:38:50.621 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-02-04 04:38:50.623 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:50.625 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-02-04 04:38:50.627 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:50.629 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:50.631 | + functions-common:update_package_repo:1440 : apt_get_update 2025-02-04 04:38:50.633 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-02-04 04:38:50.635 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-02-04 04:38:50.637 | + functions-common:apt_get_update:1186 : return 2025-02-04 04:38:50.639 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2025-02-04 04:38:50.641 | + functions-common:real_install_package:1445 : is_ubuntu 2025-02-04 04:38:50.643 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:50.644 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:50.647 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2025-02-04 04:38:50.663 | + 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-02-04 04:38:50.723 | Reading package lists... 2025-02-04 04:38:50.941 | Building dependency tree... 2025-02-04 04:38:50.942 | Reading state information... 2025-02-04 04:38:51.153 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-02-04 04:38:51.153 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2025-02-04 04:38:51.157 | + functions-common:apt_get:1230 : result=0 2025-02-04 04:38:51.159 | + functions-common:apt_get:1233 : time_stop apt-get 2025-02-04 04:38:51.161 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:51.163 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:51.166 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:51.167 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:51.169 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:51.171 | + functions-common:time_stop:2441 : name=apt-get 2025-02-04 04:38:51.173 | + functions-common:time_stop:2442 : start_time=1738643930661 2025-02-04 04:38:51.175 | + functions-common:time_stop:2444 : [[ -z 1738643930661 ]] 2025-02-04 04:38:51.177 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:51.181 | + functions-common:time_stop:2447 : end_time=1738643931179 2025-02-04 04:38:51.182 | + functions-common:time_stop:2448 : elapsed_time=518 2025-02-04 04:38:51.184 | + functions-common:time_stop:2449 : total=4230 2025-02-04 04:38:51.186 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:51.188 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4748 2025-02-04 04:38:51.190 | + functions-common:apt_get:1234 : return 0 2025-02-04 04:38:51.193 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2025-02-04 04:38:51.195 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2025-02-04 04:38:51.197 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:38:51.199 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:38:51.201 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:38:51.203 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-02-04 04:38:51.205 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2025-02-04 04:38:51.234 | wsgi (enabled by maintainer script) 2025-02-04 04:38:51.237 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-02-04 04:38:51.239 | + inc/python:pip_install_gr:76 : local name=osc-placement 2025-02-04 04:38:51.241 | + inc/python:pip_install_gr:77 : local clean_name 2025-02-04 04:38:51.243 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2025-02-04 04:38:51.246 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2025-02-04 04:38:51.248 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-02-04 04:38:51.251 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:38:51.251 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-02-04 04:38:51.256 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2025-02-04 04:38:51.258 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2025-02-04 04:38:51.260 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2025-02-04 04:38:51.262 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2025-02-04 04:38:51.264 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2025-02-04 04:38:51.281 | Using python 3.10 to install osc-placement 2025-02-04 04:38:51.283 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-02-04 04:38:52.419 | Collecting osc-placement 2025-02-04 04:38:52.422 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2025-02-04 04:38:52.430 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2025-02-04 04:38:52.430 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2025-02-04 04:38:52.430 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2025-02-04 04:38:52.431 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2025-02-04 04:38:52.431 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2025-02-04 04:38:52.457 | 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-02-04 04:38:52.458 | 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-02-04 04:38:52.458 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2025-02-04 04:38:52.459 | 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-02-04 04:38:52.460 | 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-02-04 04:38:52.466 | 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-02-04 04:38:52.467 | 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-02-04 04:38:52.467 | 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-02-04 04:38:52.474 | 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-02-04 04:38:52.475 | 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-02-04 04:38:52.475 | 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-02-04 04:38:52.476 | 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-02-04 04:38:52.477 | 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-02-04 04:38:52.478 | 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-02-04 04:38:52.485 | 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-02-04 04:38:52.486 | 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-02-04 04:38:52.486 | 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-02-04 04:38:52.487 | 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-02-04 04:38:52.488 | 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-02-04 04:38:52.491 | 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-02-04 04:38:52.506 | 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-02-04 04:38:52.507 | 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-02-04 04:38:52.508 | 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-02-04 04:38:52.510 | 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-02-04 04:38:52.510 | 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-02-04 04:38:52.513 | 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-02-04 04:38:52.513 | 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-02-04 04:38:52.529 | 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-02-04 04:38:52.530 | 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-02-04 04:38:52.531 | 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-02-04 04:38:52.532 | 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-02-04 04:38:52.587 | 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-02-04 04:38:52.588 | 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-02-04 04:38:52.589 | 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-02-04 04:38:52.608 | 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-02-04 04:38:52.648 | 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-02-04 04:38:52.719 | 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-02-04 04:38:53.569 | Installing collected packages: osc-placement 2025-02-04 04:38:53.653 | Successfully installed osc-placement-4.1.0 2025-02-04 04:38:53.653 | 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-02-04 04:38:53.755 | + inc/python:pip_install:196 : result=0 2025-02-04 04:38:53.757 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:38:53.759 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:53.761 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:53.763 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:53.766 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:53.768 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:53.770 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:38:53.772 | + functions-common:time_stop:2442 : start_time=1738643931277 2025-02-04 04:38:53.774 | + functions-common:time_stop:2444 : [[ -z 1738643931277 ]] 2025-02-04 04:38:53.777 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:53.780 | + functions-common:time_stop:2447 : end_time=1738643933778 2025-02-04 04:38:53.782 | + functions-common:time_stop:2448 : elapsed_time=2501 2025-02-04 04:38:53.784 | + functions-common:time_stop:2449 : total=79934 2025-02-04 04:38:53.786 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:53.788 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82435 2025-02-04 04:38:53.792 | + inc/python:pip_install:199 : return 0 2025-02-04 04:38:53.794 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement unmaintained/2023.1 2025-02-04 04:38:53.796 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2025-02-04 04:38:53.798 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2025-02-04 04:38:53.801 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-02-04 04:38:53.803 | + functions-common:git_clone:615 : local orig_dir 2025-02-04 04:38:53.805 | ++ functions-common:git_clone:616 : pwd 2025-02-04 04:38:53.807 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:38:53.809 | + functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:38:53.812 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:38:53.825 | + functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:38:53.827 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:38:53.829 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:38:53.831 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:53.833 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-02-04 04:38:53.833 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:38:53.837 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2025-02-04 04:38:53.839 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:38:53.841 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-02-04 04:38:53.842 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:53.844 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:53.846 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:53.848 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:53.850 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:53.851 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:53.853 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:53.855 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:53.857 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:53.860 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643933858 2025-02-04 04:38:53.862 | + 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-02-04 04:38:53.865 | Cloning into '/opt/stack//placement'... 2025-02-04 04:38:55.534 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:55.536 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:55.538 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:55.540 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:55.542 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:55.544 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:55.546 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:55.547 | + functions-common:time_stop:2442 : start_time=1738643933858 2025-02-04 04:38:55.549 | + functions-common:time_stop:2444 : [[ -z 1738643933858 ]] 2025-02-04 04:38:55.552 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:55.555 | + functions-common:time_stop:2447 : end_time=1738643935553 2025-02-04 04:38:55.557 | + functions-common:time_stop:2448 : elapsed_time=1695 2025-02-04 04:38:55.558 | + functions-common:time_stop:2449 : total=38429 2025-02-04 04:38:55.560 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:55.562 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40124 2025-02-04 04:38:55.564 | + functions-common:git_clone:654 : cd /opt/stack//placement 2025-02-04 04:38:55.566 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:38:55.568 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:55.570 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:55.572 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:55.574 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:55.576 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:55.577 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:55.579 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:55.581 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:55.584 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:55.587 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643935584 2025-02-04 04:38:55.589 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-02-04 04:38:56.815 | From https://opendev.org/openstack/placement 2025-02-04 04:38:56.815 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-02-04 04:38:56.820 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:56.822 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:56.823 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:56.825 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:56.827 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:56.829 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:56.830 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:56.832 | + functions-common:time_stop:2442 : start_time=1738643935584 2025-02-04 04:38:56.834 | + functions-common:time_stop:2444 : [[ -z 1738643935584 ]] 2025-02-04 04:38:56.837 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:56.839 | + functions-common:time_stop:2447 : end_time=1738643936837 2025-02-04 04:38:56.841 | + functions-common:time_stop:2448 : elapsed_time=1253 2025-02-04 04:38:56.843 | + functions-common:time_stop:2449 : total=40124 2025-02-04 04:38:56.844 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:56.846 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41377 2025-02-04 04:38:56.848 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:38:56.849 | + functions-common:git_timed:720 : local count=0 2025-02-04 04:38:56.851 | + functions-common:git_timed:721 : local timeout=0 2025-02-04 04:38:56.853 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:38:56.855 | + functions-common:git_timed:724 : timeout=0 2025-02-04 04:38:56.857 | + functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:38:56.859 | + functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:38:56.861 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:38:56.863 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:38:56.866 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:38:56.870 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643936866 2025-02-04 04:38:56.872 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:38:56.898 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:38:56.898 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:38:56.898 | state without impacting any branches by switching back to a branch. 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:38:56.898 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | git switch -c 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | Or undo this operation with: 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | git switch - 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:38:56.898 | 2025-02-04 04:38:56.898 | HEAD is now at 938fc62 Update .gitreview for unmaintained/2023.1 2025-02-04 04:38:56.901 | + functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:38:56.903 | + functions-common:time_stop:2435 : local name 2025-02-04 04:38:56.904 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:38:56.906 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:38:56.908 | + functions-common:time_stop:2438 : local total 2025-02-04 04:38:56.910 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:38:56.912 | + functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:38:56.913 | + functions-common:time_stop:2442 : start_time=1738643936866 2025-02-04 04:38:56.915 | + functions-common:time_stop:2444 : [[ -z 1738643936866 ]] 2025-02-04 04:38:56.918 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:38:56.921 | + functions-common:time_stop:2447 : end_time=1738643936919 2025-02-04 04:38:56.923 | + functions-common:time_stop:2448 : elapsed_time=53 2025-02-04 04:38:56.925 | + functions-common:time_stop:2449 : total=41377 2025-02-04 04:38:56.926 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:38:56.928 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41430 2025-02-04 04:38:56.930 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2025-02-04 04:38:56.940 | + functions-common:git_clone:695 : cd /opt/stack//placement 2025-02-04 04:38:56.943 | + functions-common:git_clone:696 : git show --oneline 2025-02-04 04:38:56.943 | + functions-common:git_clone:696 : head -1 2025-02-04 04:38:56.944 | 938fc62 Update .gitreview for unmaintained/2023.1 2025-02-04 04:38:56.947 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:38:56.949 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-02-04 04:38:56.951 | + inc/python:setup_develop:334 : local bindep 2025-02-04 04:38:56.953 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2025-02-04 04:38:56.954 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2025-02-04 04:38:56.957 | + inc/python:setup_develop:340 : local extras= 2025-02-04 04:38:56.959 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-02-04 04:38:56.960 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:38:56.962 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2025-02-04 04:38:56.964 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2025-02-04 04:38:56.966 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:38:56.968 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:38:56.971 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2025-02-04 04:38:56.973 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:38:56.975 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2025-02-04 04:38:56.977 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:38:56.979 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:38:56.982 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-02-04 04:38:56.986 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2025-02-04 04:38:56.988 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-02-04 04:38:57.310 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2025-02-04 04:38:57.312 | + inc/python:setup_package:414 : local bindep=0 2025-02-04 04:38:57.314 | + inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:38:57.316 | + inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:38:57.318 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2025-02-04 04:38:57.320 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2025-02-04 04:38:57.322 | + inc/python:setup_package:423 : local flags=-e 2025-02-04 04:38:57.324 | + inc/python:setup_package:424 : local extras= 2025-02-04 04:38:57.326 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:38:57.328 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:38:57.330 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:38:57.332 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:38:57.334 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:38:57.336 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2025-02-04 04:38:57.352 | Using python 3.10 to install /opt/stack/placement 2025-02-04 04:38:57.354 | + 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-02-04 04:38:58.307 | Obtaining file:///opt/stack/placement 2025-02-04 04:38:58.308 | Preparing metadata (setup.py): started 2025-02-04 04:38:58.696 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:38:58.752 | 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-02-04 04:38:58.753 | 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-02-04 04:38:58.754 | 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-02-04 04:38:58.755 | 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-02-04 04:38:58.755 | 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-02-04 04:38:58.756 | 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-02-04 04:38:58.757 | 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-02-04 04:38:58.759 | 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-02-04 04:38:58.759 | 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-02-04 04:38:58.759 | 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-02-04 04:38:58.759 | 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-02-04 04:38:58.760 | 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-02-04 04:38:58.761 | 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-02-04 04:38:58.762 | 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-02-04 04:38:58.763 | 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-02-04 04:38:58.763 | 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-02-04 04:38:58.764 | 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-02-04 04:38:58.765 | 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-02-04 04:38:58.766 | 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-02-04 04:38:58.767 | 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-02-04 04:38:58.767 | 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-02-04 04:38:58.786 | 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-02-04 04:38:58.787 | 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-02-04 04:38:58.811 | 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-02-04 04:38:58.812 | 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-02-04 04:38:58.813 | 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-02-04 04:38:58.814 | 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-02-04 04:38:58.815 | 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-02-04 04:38:58.816 | 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-02-04 04:38:58.825 | 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-02-04 04:38:58.843 | 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-02-04 04:38:58.844 | 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-02-04 04:38:58.844 | 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-02-04 04:38:58.845 | 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-02-04 04:38:58.846 | 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-02-04 04:38:58.889 | 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-02-04 04:38:58.891 | 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-02-04 04:38:58.892 | 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-02-04 04:38:58.893 | 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-02-04 04:38:58.911 | 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-02-04 04:38:58.913 | 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-02-04 04:38:58.921 | 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-02-04 04:38:58.921 | 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-02-04 04:38:58.923 | 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-02-04 04:38:58.934 | 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-02-04 04:38:58.935 | 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-02-04 04:38:58.940 | 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-02-04 04:38:58.946 | 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-02-04 04:38:58.948 | 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-02-04 04:38:58.949 | 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-02-04 04:38:58.952 | 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-02-04 04:38:58.960 | 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-02-04 04:38:58.961 | 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-02-04 04:38:58.962 | 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-02-04 04:38:58.963 | 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-02-04 04:38:58.970 | 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-02-04 04:38:59.033 | 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-02-04 04:38:59.047 | 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-02-04 04:38:59.092 | 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-02-04 04:38:59.112 | 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-02-04 04:38:59.138 | 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-02-04 04:38:59.170 | 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-02-04 04:38:59.186 | 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-02-04 04:38:59.256 | 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-02-04 04:38:59.256 | 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-02-04 04:38:59.257 | 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-02-04 04:38:59.283 | 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-02-04 04:39:00.068 | Installing collected packages: openstack-placement 2025-02-04 04:39:00.069 | Running setup.py develop for openstack-placement 2025-02-04 04:39:00.695 | Successfully installed openstack-placement 2025-02-04 04:39:00.696 | 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-02-04 04:39:00.797 | + inc/python:pip_install:196 : result=0 2025-02-04 04:39:00.800 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:39:00.802 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:00.804 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:00.806 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:00.807 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:00.809 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:00.811 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:39:00.813 | + functions-common:time_stop:2442 : start_time=1738643937348 2025-02-04 04:39:00.815 | + functions-common:time_stop:2444 : [[ -z 1738643937348 ]] 2025-02-04 04:39:00.817 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:00.821 | + functions-common:time_stop:2447 : end_time=1738643940819 2025-02-04 04:39:00.823 | + functions-common:time_stop:2448 : elapsed_time=3471 2025-02-04 04:39:00.825 | + functions-common:time_stop:2449 : total=82435 2025-02-04 04:39:00.826 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:00.828 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=85906 2025-02-04 04:39:00.830 | + inc/python:pip_install:199 : return 0 2025-02-04 04:39:00.832 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:39:00.834 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-02-04 04:39:00.836 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-02-04 04:39:00.851 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-02-04 04:39:00.860 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2025-02-04 04:39:00.862 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2025-02-04 04:39:00.864 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:39:00.866 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:39:00.868 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-02-04 04:39:00.870 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:39:00.872 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-02-04 04:39:00.874 | + stack.sh:main:952 : configure_placement 2025-02-04 04:39:00.876 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-02-04 04:39:00.885 | + lib/placement:configure_placement:113 : create_placement_conf 2025-02-04 04:39:00.887 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-02-04 04:39:00.891 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-02-04 04:39:00.893 | ++ lib/database:database_connection_url:134 : local db=placement 2025-02-04 04:39:00.895 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-02-04 04:39:00.897 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2025-02-04 04:39:00.899 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:39:00.901 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:00.902 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2025-02-04 04:39:00.905 | + 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-02-04 04:39:00.932 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-02-04 04:39:03.319 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-02-04 04:39:03.349 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-02-04 04:39:03.351 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-02-04 04:39:03.353 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-02-04 04:39:03.355 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-04 04:39:03.357 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-02-04 04:39:03.383 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-02-04 04:39:03.407 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-04 04:39:03.430 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-02-04 04:39:03.453 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-02-04 04:39:03.476 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-02-04 04:39:03.501 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-02-04 04:39:03.524 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-02-04 04:39:03.548 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:39:03.572 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-02-04 04:39:03.595 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-02-04 04:39:03.597 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-02-04 04:39:03.599 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-02-04 04:39:03.602 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:39:03.615 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:39:03.617 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:39:03.619 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:03.621 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:39:03.623 | + 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-02-04 04:39:03.646 | + 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-02-04 04:39:03.670 | + 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-02-04 04:39:03.696 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:39:03.720 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-02-04 04:39:03.722 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2025-02-04 04:39:03.724 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2025-02-04 04:39:03.726 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2025-02-04 04:39:03.728 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2025-02-04 04:39:03.730 | + lib/apache:write_uwsgi_config:257 : local http= 2025-02-04 04:39:03.732 | + lib/apache:write_uwsgi_config:258 : local name= 2025-02-04 04:39:03.734 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2025-02-04 04:39:03.737 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2025-02-04 04:39:03.739 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-02-04 04:39:03.741 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-02-04 04:39:03.750 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-02-04 04:39:03.751 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:39:03.757 | d /var/run/uwsgi 0755 stack root 2025-02-04 04:39:03.760 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-02-04 04:39:03.768 | /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-02-04 04:39:03.771 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2025-02-04 04:39:03.773 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2025-02-04 04:39:03.776 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2025-02-04 04:39:03.801 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-02-04 04:39:03.825 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-02-04 04:39:03.848 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-02-04 04:39:03.871 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-02-04 04:39:03.894 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-02-04 04:39:03.918 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-02-04 04:39:03.941 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-02-04 04:39:03.964 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-02-04 04:39:03.987 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-02-04 04:39:04.010 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-02-04 04:39:04.034 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-02-04 04:39:04.058 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-02-04 04:39:04.081 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-02-04 04:39:04.083 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-02-04 04:39:04.085 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2025-02-04 04:39:04.087 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2025-02-04 04:39:04.089 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-02-04 04:39:04.091 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:04.093 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:04.095 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2025-02-04 04:39:04.098 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-02-04 04:39:04.100 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-02-04 04:39:04.123 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-02-04 04:39:04.147 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2025-02-04 04:39:04.147 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-02-04 04:39:04.153 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2025-02-04 04:39:04.156 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2025-02-04 04:39:04.158 | + lib/apache:enable_apache_site:203 : local site=placement-api 2025-02-04 04:39:04.160 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-02-04 04:39:04.162 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-02-04 04:39:04.164 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-02-04 04:39:04.166 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:04.168 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:04.170 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-02-04 04:39:04.171 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-02-04 04:39:04.173 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:04.175 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:04.177 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2025-02-04 04:39:04.209 | Enabling site placement-api. 2025-02-04 04:39:04.212 | To activate the new configuration, you need to run: 2025-02-04 04:39:04.212 | systemctl reload apache2 2025-02-04 04:39:04.216 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-02-04 04:39:04.218 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-02-04 04:39:04.220 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:39:04.222 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-02-04 04:39:04.316 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:04.318 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:04.320 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-02-04 04:39:04.347 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-02-04 04:39:04.370 | + stack.sh:main:959 : is_service_enabled placement placement-client 2025-02-04 04:39:04.384 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:04.386 | + stack.sh:main:960 : is_service_enabled n-cpu 2025-02-04 04:39:04.399 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:04.401 | + stack.sh:main:960 : is_service_enabled n-sch 2025-02-04 04:39:04.413 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:04.415 | + stack.sh:main:961 : configure_placement_nova_compute 2025-02-04 04:39:04.417 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2025-02-04 04:39:04.419 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2025-02-04 04:39:04.445 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-02-04 04:39:04.468 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2025-02-04 04:39:04.492 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-02-04 04:39:04.515 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-02-04 04:39:04.538 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2025-02-04 04:39:04.562 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-02-04 04:39:04.586 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-02-04 04:39:04.609 | + stack.sh:main:965 : is_service_enabled horizon 2025-02-04 04:39:04.622 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:04.624 | + stack.sh:main:970 : is_service_enabled tls-proxy 2025-02-04 04:39:04.637 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:04.639 | + stack.sh:main:978 : run_phase stack install 2025-02-04 04:39:04.641 | + functions-common:run_phase:1863 : local mode=stack 2025-02-04 04:39:04.643 | + functions-common:run_phase:1864 : local phase=install 2025-02-04 04:39:04.645 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:39:04.647 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:39:04.649 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:39:04.651 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:39:04.653 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:39:04.655 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:39:04.659 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:39:04.660 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:39:04.662 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:39:04.664 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-02-04 04:39:04.667 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:39:04.678 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:04.680 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:39:04.682 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:39:04.684 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-02-04 04:39:04.686 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-02-04 04:39:04.687 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:39:04.689 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2025-02-04 04:39:04.691 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-02-04 04:39:04.693 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-02-04 04:39:04.737 | ++ inc/async:async_inner:63 : install_tempest 2025-02-04 04:39:04.765 | [3589 Async install_tempest:26887]: running: install_tempest 2025-02-04 04:39:04.767 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-04 04:39:04.769 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-04 04:39:04.771 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:39:04.773 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-04 04:39:04.775 | + functions-common:run_phase:1890 : run_plugins stack install 2025-02-04 04:39:04.777 | + functions-common:run_plugins:1849 : local mode=stack 2025-02-04 04:39:04.779 | + functions-common:run_plugins:1850 : local phase=install 2025-02-04 04:39:04.781 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-02-04 04:39:04.784 | + functions-common:run_plugins:1853 : local plugin 2025-02-04 04:39:04.786 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-02-04 04:39:04.788 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:39:04.790 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-04 04:39:04.792 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-02-04 04:39:04.794 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:39:04.796 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:39:04.799 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-02-04 04:39:04.801 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-02-04 04:39:04.803 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:39:04.805 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2025-02-04 04:39:04.807 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-02-04 04:39:04.809 | ++ inc/python:setup_develop:334 : local bindep 2025-02-04 04:39:04.811 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-02-04 04:39:04.813 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2025-02-04 04:39:04.815 | ++ inc/python:setup_develop:340 : local extras= 2025-02-04 04:39:04.817 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-02-04 04:39:04.820 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-02-04 04:39:04.822 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-02-04 04:39:04.824 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2025-02-04 04:39:04.826 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-02-04 04:39:04.828 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-02-04 04:39:04.830 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2025-02-04 04:39:04.832 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-02-04 04:39:04.835 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2025-02-04 04:39:04.836 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-02-04 04:39:04.838 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2025-02-04 04:39:04.841 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-02-04 04:39:04.845 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2025-02-04 04:39:04.847 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-02-04 04:39:05.170 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2025-02-04 04:39:05.172 | ++ inc/python:setup_package:414 : local bindep=0 2025-02-04 04:39:05.174 | ++ inc/python:setup_package:415 : local bindep_flag= 2025-02-04 04:39:05.176 | ++ inc/python:setup_package:416 : local bindep_profiles= 2025-02-04 04:39:05.177 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-02-04 04:39:05.180 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2025-02-04 04:39:05.182 | ++ inc/python:setup_package:423 : local flags=-e 2025-02-04 04:39:05.183 | ++ inc/python:setup_package:424 : local extras= 2025-02-04 04:39:05.185 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2025-02-04 04:39:05.187 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2025-02-04 04:39:05.189 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-02-04 04:39:05.191 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2025-02-04 04:39:05.193 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-02-04 04:39:05.195 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2025-02-04 04:39:05.210 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-02-04 04:39:05.212 | ++ 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-02-04 04:39:06.158 | Obtaining file:///opt/stack/networking-nsx-t 2025-02-04 04:39:06.159 | Preparing metadata (setup.py): started 2025-02-04 04:39:06.543 | Preparing metadata (setup.py): finished with status 'done' 2025-02-04 04:39:06.697 | Collecting Babel>=1.3 2025-02-04 04:39:06.747 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2025-02-04 04:39:06.797 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (22.1.0) 2025-02-04 04:39:06.821 | Collecting ipaddress 2025-02-04 04:39:06.823 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-02-04 04:39:06.825 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.8.0) 2025-02-04 04:39:06.826 | 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-02-04 04:39:06.828 | 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-02-04 04:39:06.828 | 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-02-04 04:39:06.829 | 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-02-04 04:39:06.829 | 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-02-04 04:39:06.830 | 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-02-04 04:39:06.831 | 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-02-04 04:39:06.832 | 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-02-04 04:39:06.832 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.14.1) 2025-02-04 04:39:06.833 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.0.0) 2025-02-04 04:39:06.855 | Collecting ratelimiter 2025-02-04 04:39:06.857 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-02-04 04:39:06.858 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.2.0) 2025-02-04 04:39:06.860 | 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-02-04 04:39:06.877 | 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-02-04 04:39:06.879 | 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-02-04 04:39:06.879 | 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-02-04 04:39:06.882 | 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-02-04 04:39:06.882 | 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-02-04 04:39:06.882 | 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-02-04 04:39:06.882 | 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-02-04 04:39:06.883 | 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-02-04 04:39:06.884 | 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-02-04 04:39:06.885 | 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-02-04 04:39:06.886 | 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-02-04 04:39:06.887 | 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-02-04 04:39:06.888 | 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-02-04 04:39:06.889 | 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-02-04 04:39:06.889 | 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-02-04 04:39:06.909 | 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-02-04 04:39:06.910 | 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-02-04 04:39:06.911 | 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-02-04 04:39:06.912 | 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-02-04 04:39:06.955 | 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-02-04 04:39:06.957 | 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-02-04 04:39:06.962 | 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-02-04 04:39:06.972 | 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-02-04 04:39:06.973 | 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-02-04 04:39:06.974 | 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-02-04 04:39:06.975 | 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-02-04 04:39:06.976 | 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-02-04 04:39:06.977 | 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-02-04 04:39:06.978 | 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-02-04 04:39:06.984 | 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-02-04 04:39:06.985 | 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-02-04 04:39:06.986 | 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-02-04 04:39:06.987 | 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-02-04 04:39:07.031 | 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-02-04 04:39:07.032 | 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-02-04 04:39:07.033 | 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-02-04 04:39:07.034 | 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-02-04 04:39:07.036 | 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-02-04 04:39:07.068 | 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-02-04 04:39:07.069 | 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-02-04 04:39:07.069 | 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-02-04 04:39:07.070 | 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-02-04 04:39:07.077 | 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-02-04 04:39:07.078 | 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-02-04 04:39:07.079 | 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-02-04 04:39:07.080 | 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-02-04 04:39:07.085 | 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-02-04 04:39:07.091 | 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-02-04 04:39:07.091 | 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-02-04 04:39:07.135 | 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-02-04 04:39:07.146 | 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-02-04 04:39:07.154 | 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-02-04 04:39:07.156 | 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-02-04 04:39:07.201 | 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-02-04 04:39:07.203 | 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-02-04 04:39:07.204 | 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-02-04 04:39:07.206 | 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-02-04 04:39:07.231 | 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-02-04 04:39:07.231 | 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-02-04 04:39:07.232 | 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-02-04 04:39:07.233 | 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-02-04 04:39:07.234 | 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-02-04 04:39:07.288 | 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-02-04 04:39:07.304 | 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-02-04 04:39:07.305 | 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-02-04 04:39:07.359 | 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-02-04 04:39:07.363 | 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-02-04 04:39:07.363 | 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-02-04 04:39:07.363 | 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-02-04 04:39:07.378 | 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-02-04 04:39:07.516 | 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-02-04 04:39:07.571 | 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-02-04 04:39:07.572 | 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-02-04 04:39:07.621 | 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-02-04 04:39:07.664 | 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-02-04 04:39:07.675 | 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-02-04 04:39:07.676 | 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-02-04 04:39:07.692 | 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-02-04 04:39:07.694 | 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-02-04 04:39:07.695 | 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-02-04 04:39:07.696 | 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-02-04 04:39:07.723 | 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-02-04 04:39:07.724 | 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-02-04 04:39:07.725 | 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-02-04 04:39:07.759 | 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-02-04 04:39:07.759 | 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-02-04 04:39:07.762 | 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-02-04 04:39:07.772 | 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-02-04 04:39:07.816 | 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-02-04 04:39:07.816 | 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-02-04 04:39:07.838 | 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-02-04 04:39:07.913 | 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-02-04 04:39:08.003 | 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-02-04 04:39:08.116 | 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-02-04 04:39:08.676 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2025-02-04 04:39:08.710 | Attempting uninstall: Babel 2025-02-04 04:39:08.712 | Found existing installation: Babel 2.8.0 2025-02-04 04:39:08.714 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2025-02-04 04:39:08.714 | Can't uninstall 'Babel'. No files were found to uninstall. 2025-02-04 04:39:09.087 | Running setup.py develop for networking-nsxv3 2025-02-04 04:39:09.922 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2025-02-04 04:39:09.923 | 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-02-04 04:39:10.046 | ++ inc/python:pip_install:196 : result=0 2025-02-04 04:39:10.048 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:39:10.050 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:39:10.052 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:10.054 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:10.056 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:39:10.058 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:10.059 | ++ functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:39:10.061 | ++ functions-common:time_stop:2442 : start_time=1738643945206 2025-02-04 04:39:10.063 | ++ functions-common:time_stop:2444 : [[ -z 1738643945206 ]] 2025-02-04 04:39:10.066 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:10.068 | ++ functions-common:time_stop:2447 : end_time=1738643950066 2025-02-04 04:39:10.070 | ++ functions-common:time_stop:2448 : elapsed_time=4860 2025-02-04 04:39:10.072 | ++ functions-common:time_stop:2449 : total=85906 2025-02-04 04:39:10.074 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:10.076 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90766 2025-02-04 04:39:10.078 | ++ inc/python:pip_install:199 : return 0 2025-02-04 04:39:10.080 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-02-04 04:39:10.082 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-02-04 04:39:10.084 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-02-04 04:39:10.098 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-02-04 04:39:10.108 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2025-02-04 04:39:10.109 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2025-02-04 04:39:10.111 | ++ inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:39:10.113 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:39:10.115 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-02-04 04:39:10.117 | ++ inc/python:use_library_from_git:249 : return 1 2025-02-04 04:39:10.119 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2025-02-04 04:39:10.121 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2025-02-04 04:39:10.123 | + inc/python:use_library_from_git:247 : local enabled=1 2025-02-04 04:39:10.125 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-02-04 04:39:10.127 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2025-02-04 04:39:10.129 | + inc/python:use_library_from_git:249 : return 1 2025-02-04 04:39:10.131 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2025-02-04 04:39:10.133 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2025-02-04 04:39:10.135 | + inc/python:pip_install_gr:77 : local clean_name 2025-02-04 04:39:10.138 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2025-02-04 04:39:10.140 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2025-02-04 04:39:10.142 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-02-04 04:39:10.145 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-02-04 04:39:10.145 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:39:10.149 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2025-02-04 04:39:10.152 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2025-02-04 04:39:10.154 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2025-02-04 04:39:10.156 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2025-02-04 04:39:10.158 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2025-02-04 04:39:10.175 | Using python 3.10 to install python-openstackclient 2025-02-04 04:39:10.176 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-02-04 04:39:11.251 | Collecting python-openstackclient 2025-02-04 04:39:11.262 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2025-02-04 04:39:11.280 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2025-02-04 04:39:11.281 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2025-02-04 04:39:11.283 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2025-02-04 04:39:11.283 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2025-02-04 04:39:11.285 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2025-02-04 04:39:11.285 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2025-02-04 04:39:11.285 | 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-02-04 04:39:11.286 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2025-02-04 04:39:11.287 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2025-02-04 04:39:11.288 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2025-02-04 04:39:11.288 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.2) 2025-02-04 04:39:11.293 | 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-02-04 04:39:11.294 | 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-02-04 04:39:11.295 | 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-02-04 04:39:11.296 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-02-04 04:39:11.296 | 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-02-04 04:39:11.307 | 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-02-04 04:39:11.308 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2025-02-04 04:39:11.309 | 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-02-04 04:39:11.310 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2025-02-04 04:39:11.310 | 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-02-04 04:39:11.311 | 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-02-04 04:39:11.313 | 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-02-04 04:39:11.314 | 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-02-04 04:39:11.314 | 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-02-04 04:39:11.315 | 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-02-04 04:39:11.320 | 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-02-04 04:39:11.328 | 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-02-04 04:39:11.329 | 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-02-04 04:39:11.330 | 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-02-04 04:39:11.331 | 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-02-04 04:39:11.331 | 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-02-04 04:39:11.340 | 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-02-04 04:39:11.349 | 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-02-04 04:39:11.350 | 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-02-04 04:39:11.351 | 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-02-04 04:39:11.411 | 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-02-04 04:39:11.414 | 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-02-04 04:39:11.414 | 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-02-04 04:39:11.431 | 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-02-04 04:39:11.436 | 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-02-04 04:39:11.461 | 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-02-04 04:39:11.519 | 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-02-04 04:39:11.526 | 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-02-04 04:39:11.556 | 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-02-04 04:39:11.556 | 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-02-04 04:39:11.558 | 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-02-04 04:39:11.558 | 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-02-04 04:39:11.603 | 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-02-04 04:39:12.481 | Installing collected packages: python-openstackclient 2025-02-04 04:39:13.342 | Successfully installed python-openstackclient-6.2.1 2025-02-04 04:39:13.343 | 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-02-04 04:39:13.495 | + inc/python:pip_install:196 : result=0 2025-02-04 04:39:13.498 | + inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:39:13.500 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:13.502 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:13.503 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:13.505 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:13.507 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:13.509 | + functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:39:13.511 | + functions-common:time_stop:2442 : start_time=1738643950170 2025-02-04 04:39:13.513 | + functions-common:time_stop:2444 : [[ -z 1738643950170 ]] 2025-02-04 04:39:13.516 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:13.521 | + functions-common:time_stop:2447 : end_time=1738643953517 2025-02-04 04:39:13.523 | + functions-common:time_stop:2448 : elapsed_time=3347 2025-02-04 04:39:13.525 | + functions-common:time_stop:2449 : total=90766 2025-02-04 04:39:13.526 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:13.528 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94113 2025-02-04 04:39:13.530 | + inc/python:pip_install:199 : return 0 2025-02-04 04:39:13.532 | + stack.sh:main:990 : install_oscwrap 2025-02-04 04:39:13.535 | ++ functions-common:install_oscwrap:2480 : mktemp 2025-02-04 04:39:13.540 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.7fG2JHHVbc 2025-02-04 04:39:13.542 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2025-02-04 04:39:13.544 | + functions-common:install_oscwrap:2486 : unalias -a 2025-02-04 04:39:13.546 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2025-02-04 04:39:13.548 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2025-02-04 04:39:13.550 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-02-04 04:39:13.552 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2025-02-04 04:39:13.565 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:13.567 | + stack.sh:main:1044 : configure_database 2025-02-04 04:39:13.569 | + lib/database:configure_database:128 : configure_database_mysql 2025-02-04 04:39:13.571 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2025-02-04 04:39:13.573 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2025-02-04 04:39:13.574 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:39:13.576 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2025-02-04 04:39:13.578 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2025-02-04 04:39:13.580 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:13.581 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:13.583 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2025-02-04 04:39:13.586 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2025-02-04 04:39:13.588 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-02-04 04:39:13.588 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-02-04 04:39:13.591 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-02-04 04:39:13.639 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2025-02-04 04:39:13.641 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-02-04 04:39:13.643 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-02-04 04:39:13.645 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-02-04 04:39:13.646 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-02-04 04:39:13.648 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-02-04 04:39:13.650 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-02-04 04:39:13.652 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-02-04 04:39:13.653 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-02-04 04:39:13.655 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-02-04 04:39:13.657 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-02-04 04:39:13.659 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-02-04 04:39:13.661 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-02-04 04:39:13.662 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2025-02-04 04:39:13.664 | + functions-common:is_suse:544 : is_opensuse 2025-02-04 04:39:13.666 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-02-04 04:39:13.668 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-02-04 04:39:13.670 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-02-04 04:39:13.671 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-02-04 04:39:13.673 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-02-04 04:39:13.675 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2025-02-04 04:39:13.677 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:13.678 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:13.680 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2025-02-04 04:39:13.682 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:39:13.684 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-02-04 04:39:14.227 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2025-02-04 04:39:14.229 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:14.231 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:14.233 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2025-02-04 04:39:14.235 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2025-02-04 04:39:14.237 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2025-02-04 04:39:14.239 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:14.241 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:14.243 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2025-02-04 04:39:14.245 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2025-02-04 04:39:14.247 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2025-02-04 04:39:14.248 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:14.251 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:14.253 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2025-02-04 04:39:14.255 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2025-02-04 04:39:14.257 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2025-02-04 04:39:14.259 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-02-04 04:39:14.275 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2025-02-04 04:39:14.277 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:39:14.279 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:39:14.281 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2025-02-04 04:39:14.282 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2025-02-04 04:39:14.285 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-02-04 04:39:14.331 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-02-04 04:39:14.382 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-02-04 04:39:14.430 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:14.431 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:14.433 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:14.435 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2025-02-04 04:39:14.437 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:39:14.439 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-02-04 04:39:15.087 | + stack.sh:main:1048 : save_stackenv 1048 2025-02-04 04:39:15.089 | + functions-common:save_stackenv:60 : local tag=1048 2025-02-04 04:39:15.094 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-02-04 04:39:15.098 | + functions-common:save_stackenv:62 : time_stamp=2025-02-04-043915 2025-02-04 04:39:15.100 | + functions-common:save_stackenv:63 : echo '# 2025-02-04-043915 1048' 2025-02-04 04:39:15.102 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.104 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-04 04:39:15.106 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.108 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-02-04 04:39:15.110 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.111 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-02-04 04:39:15.113 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.115 | + 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-02-04 04:39:15.117 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.119 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-02-04 04:39:15.120 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.122 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-02-04 04:39:15.124 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.126 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-02-04-043608 2025-02-04 04:39:15.127 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.129 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-02-04 04:39:15.131 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.133 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-02-04 04:39:15.135 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.137 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-02-04 04:39:15.139 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.140 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-02-04 04:39:15.142 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.144 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-02-04 04:39:15.146 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.148 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-02-04 04:39:15.150 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.152 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-02-04 04:39:15.153 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:39:15.155 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-02-04 04:39:15.157 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2025-02-04 04:39:15.159 | + stack.sh:main:1074 : start_dstat 2025-02-04 04:39:15.161 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-02-04 04:39:15.163 | + functions-common:run_process:1689 : local service=dstat 2025-02-04 04:39:15.165 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-02-04 04:39:15.167 | + functions-common:run_process:1691 : local group= 2025-02-04 04:39:15.169 | + functions-common:run_process:1692 : local user= 2025-02-04 04:39:15.171 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:39:15.173 | + functions-common:run_process:1695 : local name=dstat 2025-02-04 04:39:15.174 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:39:15.176 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:39:15.178 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:39:15.180 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:39:15.183 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:39:15.186 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643955184 2025-02-04 04:39:15.188 | + functions-common:run_process:1698 : is_service_enabled dstat 2025-02-04 04:39:15.202 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:15.204 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:39:15.206 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:15.208 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:15.209 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:15.211 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:15.213 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:15.215 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:39:15.217 | + functions-common:time_stop:2442 : start_time=1738643955184 2025-02-04 04:39:15.219 | + functions-common:time_stop:2444 : [[ -z 1738643955184 ]] 2025-02-04 04:39:15.222 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:15.225 | + functions-common:time_stop:2447 : end_time=1738643955223 2025-02-04 04:39:15.227 | + functions-common:time_stop:2448 : elapsed_time=39 2025-02-04 04:39:15.230 | + functions-common:time_stop:2449 : total=0 2025-02-04 04:39:15.232 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:15.233 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2025-02-04 04:39:15.235 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-02-04 04:39:15.237 | + functions-common:run_process:1689 : local service=memory_tracker 2025-02-04 04:39:15.239 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-02-04 04:39:15.241 | + functions-common:run_process:1691 : local group= 2025-02-04 04:39:15.243 | + functions-common:run_process:1692 : local user=root 2025-02-04 04:39:15.245 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:39:15.247 | + functions-common:run_process:1695 : local name=memory_tracker 2025-02-04 04:39:15.249 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:39:15.251 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:39:15.253 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:39:15.254 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:39:15.257 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:39:15.260 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643955258 2025-02-04 04:39:15.262 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2025-02-04 04:39:15.276 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:15.278 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:39:15.280 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:15.281 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:15.283 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:15.285 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:15.287 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:15.289 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:39:15.291 | + functions-common:time_stop:2442 : start_time=1738643955258 2025-02-04 04:39:15.293 | + functions-common:time_stop:2444 : [[ -z 1738643955258 ]] 2025-02-04 04:39:15.296 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:15.299 | + functions-common:time_stop:2447 : end_time=1738643955296 2025-02-04 04:39:15.301 | + functions-common:time_stop:2448 : elapsed_time=38 2025-02-04 04:39:15.302 | + functions-common:time_stop:2449 : total=39 2025-02-04 04:39:15.304 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:15.306 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=77 2025-02-04 04:39:15.308 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-02-04 04:39:15.322 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:15.324 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-02-04 04:39:15.326 | + functions-common:run_process:1689 : local service=file_tracker 2025-02-04 04:39:15.328 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-02-04 04:39:15.330 | + functions-common:run_process:1691 : local group= 2025-02-04 04:39:15.332 | + functions-common:run_process:1692 : local user= 2025-02-04 04:39:15.334 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:39:15.336 | + functions-common:run_process:1695 : local name=file_tracker 2025-02-04 04:39:15.338 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:39:15.340 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:39:15.342 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:39:15.344 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:39:15.346 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:39:15.350 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643955347 2025-02-04 04:39:15.351 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2025-02-04 04:39:15.365 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:15.367 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:39:15.369 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:15.371 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:15.373 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:15.375 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:15.377 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:15.379 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:39:15.381 | + functions-common:time_stop:2442 : start_time=1738643955347 2025-02-04 04:39:15.383 | + functions-common:time_stop:2444 : [[ -z 1738643955347 ]] 2025-02-04 04:39:15.386 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:15.390 | + functions-common:time_stop:2447 : end_time=1738643955387 2025-02-04 04:39:15.391 | + functions-common:time_stop:2448 : elapsed_time=40 2025-02-04 04:39:15.393 | + functions-common:time_stop:2449 : total=77 2025-02-04 04:39:15.395 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:15.397 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=117 2025-02-04 04:39:15.399 | + stack.sh:main:1078 : is_service_enabled tcpdump 2025-02-04 04:39:15.413 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:15.415 | + stack.sh:main:1086 : is_service_enabled etcd3 2025-02-04 04:39:15.428 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:15.430 | + stack.sh:main:1087 : start_etcd3 2025-02-04 04:39:15.432 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-02-04 04:39:15.434 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-02-04 04:39:15.436 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-02-04 04:39:15.438 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-02-04 04:39:15.440 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-02-04 04:39:15.442 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-02-04 04:39:15.444 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-02-04 04:39:15.446 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-02-04 04:39:15.448 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-02-04 04:39:15.450 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-02-04 04:39:15.452 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-02-04 04:39:15.454 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-02-04 04:39:15.455 | + 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-02-04 04:39:15.457 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2025-02-04 04:39:15.459 | + 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-02-04 04:39:15.461 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:39:15.463 | + functions-common:write_user_unit_file:1561 : local user=root 2025-02-04 04:39:15.464 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:39:15.466 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:39:15.468 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:39:15.470 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-02-04 04:39:15.472 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:39:15.475 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-02-04 04:39:15.523 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-02-04 04:39:15.572 | + 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-02-04 04:39:15.618 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-02-04 04:39:15.663 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-02-04 04:39:15.709 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:39:15.751 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:39:15.753 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:39:15.754 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-02-04 04:39:15.805 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:39:16.054 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-02-04 04:39:16.109 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-02-04 04:39:16.151 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-02-04 04:39:16.196 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-02-04 04:39:16.245 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-02-04 04:39:16.248 | ++ functions-common:is_arch:507 : uname -m 2025-02-04 04:39:16.251 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-02-04 04:39:16.254 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-02-04 04:39:16.486 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-02-04 04:39:16.497 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-02-04 04:39:16.721 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-02-04 04:39:17.579 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2025-02-04 04:39:17.593 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:17.595 | + stack.sh:main:1098 : write_clouds_yaml 2025-02-04 04:39:17.597 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-02-04 04:39:17.599 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-02-04 04:39:17.603 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-02-04 04:39:17.612 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-02-04 04:39:17.621 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-02-04 04:39:17.623 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-02-04 04:39:17.625 | + 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-02-04 04:39:17.671 | The user clouds.yaml file didn't exist. 2025-02-04 04:39:17.680 | + 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-02-04 04:39:17.736 | + 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-02-04 04:39:17.790 | + 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-02-04 04:39:17.848 | + 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-02-04 04:39:17.907 | + 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-02-04 04:39:17.967 | + 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-02-04 04:39:18.028 | + 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-02-04 04:39:18.090 | + 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-02-04 04:39:18.157 | + 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-02-04 04:39:18.223 | + functions-common:write_clouds_yaml:198 : cat 2025-02-04 04:39:18.227 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-02-04 04:39:18.229 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-02-04 04:39:18.232 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-02-04 04:39:18.235 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2025-02-04 04:39:18.237 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2025-02-04 04:39:18.239 | + stack.sh:main:1101 : is_service_enabled keystone 2025-02-04 04:39:18.251 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:18.253 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2025-02-04 04:39:18.255 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:39:18.257 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2025-02-04 04:39:18.259 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-02-04 04:39:18.261 | + stack.sh:main:1105 : init_keystone 2025-02-04 04:39:18.263 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-02-04 04:39:18.276 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:18.278 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-02-04 04:39:18.280 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-02-04 04:39:18.281 | + lib/database:recreate_database:112 : local db=keystone 2025-02-04 04:39:18.283 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-02-04 04:39:18.285 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2025-02-04 04:39:18.287 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-02-04 04:39:18.296 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-02-04 04:39:18.305 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-02-04 04:39:18.307 | + functions-common:time_start:2421 : local name=dbsync 2025-02-04 04:39:18.309 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:39:18.311 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:39:18.314 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:39:18.317 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643958315 2025-02-04 04:39:18.319 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-02-04 04:39:20.210 | 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=29177) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:39:20.215 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:39:20.215 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:39:20.216 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.217 | 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=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.217 | 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=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.217 | 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=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:39:20.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:39:20.218 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-02-04 04:39:20.218 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29177) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-02-04 04:39:20.229 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:39:20.229 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:39:20.262 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-02-04 04:39:21.055 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29177) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-02-04 04:39:21.056 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-02-04 04:39:21.056 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29177) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:39:21.057 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-02-04 04:39:21.057 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29177) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-02-04 04:39:21.330 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-02-04 04:39:21.333 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:21.335 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:21.337 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:21.339 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:21.341 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:21.342 | + functions-common:time_stop:2441 : name=dbsync 2025-02-04 04:39:21.344 | + functions-common:time_stop:2442 : start_time=1738643958315 2025-02-04 04:39:21.346 | + functions-common:time_stop:2444 : [[ -z 1738643958315 ]] 2025-02-04 04:39:21.349 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:21.352 | + functions-common:time_stop:2447 : end_time=1738643961350 2025-02-04 04:39:21.354 | + functions-common:time_stop:2448 : elapsed_time=3035 2025-02-04 04:39:21.356 | + functions-common:time_stop:2449 : total=0 2025-02-04 04:39:21.358 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:21.360 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3035 2025-02-04 04:39:21.362 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-02-04 04:39:21.364 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-02-04 04:39:21.367 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-02-04 04:39:23.060 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-02-04 04:39:23.060 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-02-04 04:39:23.060 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-02-04 04:39:23.060 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-02-04 04:39:23.060 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-02-04 04:39:23.060 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-02-04 04:39:23.060 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-02-04 04:39:23.061 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-02-04 04:39:23.061 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-02-04 04:39:23.324 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-02-04 04:39:23.327 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-02-04 04:39:24.960 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-02-04 04:39:24.961 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-02-04 04:39:24.961 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-02-04 04:39:24.962 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-02-04 04:39:24.962 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-02-04 04:39:24.962 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-02-04 04:39:24.962 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-02-04 04:39:24.962 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-02-04 04:39:24.962 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-02-04 04:39:25.219 | + stack.sh:main:1106 : start_keystone 2025-02-04 04:39:25.221 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-02-04 04:39:25.223 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-02-04 04:39:25.225 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-02-04 04:39:25.238 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:25.240 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-02-04 04:39:25.243 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-02-04 04:39:25.246 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-02-04 04:39:25.248 | + functions-common:run_process:1689 : local service=keystone 2025-02-04 04:39:25.250 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-04 04:39:25.252 | + functions-common:run_process:1691 : local group= 2025-02-04 04:39:25.254 | + functions-common:run_process:1692 : local user= 2025-02-04 04:39:25.255 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:39:25.257 | + functions-common:run_process:1695 : local name=keystone 2025-02-04 04:39:25.259 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:39:25.261 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:39:25.263 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:39:25.265 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:39:25.267 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:39:25.270 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643965268 2025-02-04 04:39:25.272 | + functions-common:run_process:1698 : is_service_enabled keystone 2025-02-04 04:39:25.285 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:39:25.286 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-02-04 04:39:25.288 | + functions-common:_run_under_systemd:1649 : local service=keystone 2025-02-04 04:39:25.290 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-04 04:39:25.292 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-04 04:39:25.294 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-04 04:39:25.296 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-04 04:39:25.298 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-02-04 04:39:25.299 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-02-04 04:39:25.301 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2025-02-04 04:39:25.303 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:39:25.305 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:39:25.307 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:39:25.309 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:39:25.311 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-02-04 04:39:25.313 | + 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-02-04 04:39:25.314 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2025-02-04 04:39:25.316 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-02-04 04:39:25.318 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-02-04 04:39:25.320 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-02-04 04:39:25.322 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-02-04 04:39:25.323 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-02-04 04:39:25.325 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-02-04 04:39:25.328 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-02-04 04:39:25.376 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-02-04 04:39:25.422 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-02-04 04:39:25.461 | + 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-02-04 04:39:25.499 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:39:25.541 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-02-04 04:39:25.581 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-02-04 04:39:25.620 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-02-04 04:39:25.659 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-02-04 04:39:25.698 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-02-04 04:39:25.737 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-02-04 04:39:25.739 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-02-04 04:39:25.741 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-02-04 04:39:25.788 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-02-04 04:39:26.026 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2025-02-04 04:39:26.036 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-02-04 04:39:26.250 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2025-02-04 04:39:26.317 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:39:26.320 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:26.324 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:26.326 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:26.328 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:26.332 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:26.334 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:39:26.336 | + functions-common:time_stop:2442 : start_time=1738643965268 2025-02-04 04:39:26.339 | + functions-common:time_stop:2444 : [[ -z 1738643965268 ]] 2025-02-04 04:39:26.341 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:26.346 | + functions-common:time_stop:2447 : end_time=1738643966343 2025-02-04 04:39:26.348 | + functions-common:time_stop:2448 : elapsed_time=1075 2025-02-04 04:39:26.350 | + functions-common:time_stop:2449 : total=117 2025-02-04 04:39:26.353 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:26.355 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1192 2025-02-04 04:39:26.357 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-02-04 04:39:26.357 | Waiting for keystone to start... 2025-02-04 04:39:26.359 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-02-04 04:39:26.360 | ++ inc/async:async_inner:64 : rc=0 2025-02-04 04:39:26.362 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-02-04 04:39:26.364 | + functions:wait_for_service:468 : local timeout=60 2025-02-04 04:39:26.366 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-02-04 04:39:26.369 | + functions:wait_for_service:470 : local rval=0 2025-02-04 04:39:26.371 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-04 04:39:26.373 | + functions-common:time_start:2421 : local name=wait_for_service 2025-02-04 04:39:26.375 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:39:26.377 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:39:26.379 | [26887 Async install_tempest:26887]: finished successfully 2025-02-04 04:39:26.380 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:39:26.383 | + functions-common:time_start:2426 : _TIME_START[$name]=1738643966381 2025-02-04 04:39:26.385 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-04 04:39:26.389 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-02-04 04:39:28.727 | + :: : [[ 200 == 503 ]] 2025-02-04 04:39:28.729 | + :: : [[ 0 -eq 7 ]] 2025-02-04 04:39:28.731 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-04 04:39:28.733 | + functions-common:time_stop:2435 : local name 2025-02-04 04:39:28.735 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:39:28.737 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:39:28.739 | + functions-common:time_stop:2438 : local total 2025-02-04 04:39:28.741 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:39:28.743 | + functions-common:time_stop:2441 : name=wait_for_service 2025-02-04 04:39:28.745 | + functions-common:time_stop:2442 : start_time=1738643966381 2025-02-04 04:39:28.747 | + functions-common:time_stop:2444 : [[ -z 1738643966381 ]] 2025-02-04 04:39:28.749 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:39:28.752 | + functions-common:time_stop:2447 : end_time=1738643968750 2025-02-04 04:39:28.754 | + functions-common:time_stop:2448 : elapsed_time=2369 2025-02-04 04:39:28.756 | + functions-common:time_stop:2449 : total=0 2025-02-04 04:39:28.758 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:39:28.760 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2369 2025-02-04 04:39:28.762 | + functions:wait_for_service:478 : return 0 2025-02-04 04:39:28.763 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-02-04 04:39:28.776 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:39:28.778 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-02-04 04:39:28.780 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-02-04 04:39:28.782 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2025-02-04 04:39:30.311 | + stack.sh:main:1107 : bootstrap_keystone 2025-02-04 04:39:30.313 | + 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-02-04 04:39:31.981 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:31.981 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:31.981 | 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=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:31.987 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:31.993 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:31.993 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.008 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.024 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.024 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.132 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.132 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.132 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.132 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.132 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.133 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.139 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.139 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.139 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.139 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.139 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.140 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.140 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.143 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.144 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.145 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.145 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.145 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.145 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.145 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.145 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=29958) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-02-04 04:39:32.162 | 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=29958) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:39:32.264 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created domain default 2025-02-04 04:39:32.285 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created project admin 2025-02-04 04:39:32.299 | WARNING keystone.common.password_hashing [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-02-04 04:39:32.300 | DEBUG passlib.handlers.bcrypt [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=29958) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2025-02-04 04:39:32.300 | DEBUG passlib.handlers.bcrypt [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=29958) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2025-02-04 04:39:32.333 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created user admin 2025-02-04 04:39:32.339 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created role reader 2025-02-04 04:39:32.347 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created role member 2025-02-04 04:39:32.359 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created implied role where 8aa87b05bf264b2e999a9b9a72a90795 implies dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:32.364 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created role admin 2025-02-04 04:39:32.371 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created implied role where fda30072bb6b48f49d568360ee85569d implies 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:32.376 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Granted role admin on project admin to user admin. 2025-02-04 04:39:32.379 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Granted role admin on the system to user admin. 2025-02-04 04:39:32.386 | WARNING py.warnings [None req-694b12d8-c1da-405b-81da-2982ea507a4c 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-02-04 04:39:32.386 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-02-04 04:39:32.386 |  2025-02-04 04:39:32.388 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created region RegionOne 2025-02-04 04:39:32.406 | INFO keystone.cmd.bootstrap [None req-694b12d8-c1da-405b-81da-2982ea507a4c None None] Created public endpoint http://10.180.1.21/identity 2025-02-04 04:39:32.715 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-02-04 04:39:32.718 | + stack.sh:main:1110 : create_keystone_accounts 2025-02-04 04:39:32.720 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-02-04 04:39:32.722 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-02-04 04:39:34.316 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:34.319 | + lib/keystone:create_keystone_accounts:315 : admin_project=07053f9d79ae41c3ae8ab170afb47449 2025-02-04 04:39:34.321 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-02-04 04:39:34.323 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-02-04 04:39:35.555 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:35.558 | + lib/keystone:create_keystone_accounts:317 : admin_user=642515a86fc047af8f60100da4b32278 2025-02-04 04:39:35.559 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-02-04 04:39:35.561 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-02-04 04:39:35.564 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-02-04 04:39:35.565 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 642515a86fc047af8f60100da4b32278 default 2025-02-04 04:39:35.609 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 642515a86fc047af8f60100da4b32278 default 2025-02-04 04:39:35.636 | [3589 Async ks-domain-role:30077]: running: get_or_add_user_domain_role admin 642515a86fc047af8f60100da4b32278 default 2025-02-04 04:39:35.638 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-02-04 04:39:35.640 | + functions-common:get_or_create_domain:895 : local domain_id 2025-02-04 04:39:35.642 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-02-04 04:39:37.174 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:37.176 | + functions-common:get_or_create_domain:900 : domain_id=default 2025-02-04 04:39:37.178 | + functions-common:get_or_create_domain:901 : echo default 2025-02-04 04:39:37.178 | default 2025-02-04 04:39:37.180 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-02-04 04:39:37.228 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-02-04 04:39:37.256 | [3589 Async ks-project:30189]: running: get_or_create_project service Default 2025-02-04 04:39:37.258 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-02-04 04:39:37.304 | + inc/async:async_inner:63 : get_or_create_role service 2025-02-04 04:39:37.333 | [3589 Async ks-service:30301]: running: get_or_create_role service 2025-02-04 04:39:37.334 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-02-04 04:39:37.382 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-02-04 04:39:37.409 | [3589 Async ks-reseller:30397]: running: get_or_create_role ResellerAdmin 2025-02-04 04:39:37.411 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-02-04 04:39:37.416 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-02-04 04:39:37.458 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-02-04 04:39:37.486 | [3589 Async ks-anotherrole:30494]: running: get_or_create_role anotherrole 2025-02-04 04:39:37.488 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-02-04 04:39:37.490 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-02-04 04:39:37.492 | ++ functions-common:get_or_create_project:945 : local project_id 2025-02-04 04:39:37.495 | +++ 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-02-04 04:39:38.788 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:38.806 | [30397 Async ks-reseller:30397]: finished successfully 2025-02-04 04:39:38.891 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:38.911 | [30189 Async ks-project:30189]: finished successfully 2025-02-04 04:39:38.943 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:38.962 | [30301 Async ks-service:30301]: finished successfully 2025-02-04 04:39:39.022 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:39.041 | [30494 Async ks-anotherrole:30494]: finished successfully 2025-02-04 04:39:39.188 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:39.190 | ++ functions-common:get_or_create_project:951 : project_id=f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:39.192 | ++ functions-common:get_or_create_project:952 : echo f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:39.194 | + lib/keystone:create_keystone_accounts:345 : invis_project=f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:39.196 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-02-04 04:39:39.199 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-02-04 04:39:39.201 | ++ functions-common:get_or_create_project:945 : local project_id 2025-02-04 04:39:39.203 | +++ 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-02-04 04:39:39.252 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:39.269 | [30077 Async ks-domain-role:30077]: finished successfully 2025-02-04 04:39:40.569 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:40.572 | ++ functions-common:get_or_create_project:951 : project_id=e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:40.573 | ++ functions-common:get_or_create_project:952 : echo e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:40.576 | + lib/keystone:create_keystone_accounts:349 : demo_project=e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:40.578 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-02-04 04:39:40.580 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-02-04 04:39:40.582 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:40.584 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2025-02-04 04:39:40.586 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2025-02-04 04:39:40.589 | +++ 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-02-04 04:39:42.054 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:42.056 | ++ functions-common:get_or_create_user:938 : user_id=9aa5f8bb17b2474eb49fbc3dcf648264 2025-02-04 04:39:42.059 | ++ functions-common:get_or_create_user:939 : echo 9aa5f8bb17b2474eb49fbc3dcf648264 2025-02-04 04:39:42.062 | + lib/keystone:create_keystone_accounts:352 : demo_user=9aa5f8bb17b2474eb49fbc3dcf648264 2025-02-04 04:39:42.064 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-02-04 04:39:42.102 | [3589 Async ks-domain-role:30077]: Waiting for completion of get_or_add_user_domain_role admin 642515a86fc047af8f60100da4b32278 default running on PID 30077 (6 other jobs running) 2025-02-04 04:39:42.119 | [3589 Async ks-domain-role:30077]: Signaling child to exit 2025-02-04 04:39:42.119 | WAKEUP 2025-02-04 04:39:42.136 | [3589 Async ks-domain-role:30077]: Signaled 2025-02-04 04:39:42.138 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2025-02-04 04:39:42.138 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 642515a86fc047af8f60100da4b32278 --domain default 2025-02-04 04:39:42.138 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 642515a86fc047af8f60100da4b32278 --domain default -c Role -f value 2025-02-04 04:39:42.138 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:42.138 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:42.138 | + functions-common:get_or_add_user_domain_role:1022 : echo fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:42.138 | fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:42.173 | [3589 Async ks-domain-role:30077]: finished get_or_add_user_domain_role admin 642515a86fc047af8f60100da4b32278 default with result 0 in 3 seconds 2025-02-04 04:39:42.179 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-02-04 04:39:42.206 | [3589 Async ks-project:30189]: Waiting for completion of get_or_create_project service Default running on PID 30189 (5 other jobs running) 2025-02-04 04:39:42.225 | [3589 Async ks-project:30189]: Signaling child to exit 2025-02-04 04:39:42.225 | WAKEUP 2025-02-04 04:39:42.243 | [3589 Async ks-project:30189]: Signaled 2025-02-04 04:39:42.244 | + functions-common:get_or_create_project:945 : local project_id 2025-02-04 04:39:42.244 | ++ 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-02-04 04:39:42.244 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:42.244 | + functions-common:get_or_create_project:951 : project_id=ee507959088347519cb8728454c5e519 2025-02-04 04:39:42.244 | + functions-common:get_or_create_project:952 : echo ee507959088347519cb8728454c5e519 2025-02-04 04:39:42.244 | ee507959088347519cb8728454c5e519 2025-02-04 04:39:42.276 | [3589 Async ks-project:30189]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-02-04 04:39:42.303 | [3589 Async ks-service:30301]: Waiting for completion of get_or_create_role service running on PID 30301 (4 other jobs running) 2025-02-04 04:39:42.322 | [3589 Async ks-service:30301]: Signaling child to exit 2025-02-04 04:39:42.322 | WAKEUP 2025-02-04 04:39:42.339 | [3589 Async ks-service:30301]: Signaled 2025-02-04 04:39:42.340 | + functions-common:get_or_create_role:958 : local role_id 2025-02-04 04:39:42.340 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-02-04 04:39:42.340 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:42.340 | + functions-common:get_or_create_role:963 : role_id=ef918b981e754c2293a037dfc1f33157 2025-02-04 04:39:42.340 | + functions-common:get_or_create_role:964 : echo ef918b981e754c2293a037dfc1f33157 2025-02-04 04:39:42.340 | ef918b981e754c2293a037dfc1f33157 2025-02-04 04:39:42.372 | [3589 Async ks-service:30301]: finished get_or_create_role service with result 0 in 1 seconds 2025-02-04 04:39:42.399 | [3589 Async ks-reseller:30397]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30397 (3 other jobs running) 2025-02-04 04:39:42.417 | [3589 Async ks-reseller:30397]: Signaling child to exit 2025-02-04 04:39:42.417 | WAKEUP 2025-02-04 04:39:42.432 | [3589 Async ks-reseller:30397]: Signaled 2025-02-04 04:39:42.433 | + functions-common:get_or_create_role:958 : local role_id 2025-02-04 04:39:42.433 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-02-04 04:39:42.433 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:42.433 | + functions-common:get_or_create_role:963 : role_id=aac911388c4e43dca7df34194877fcc7 2025-02-04 04:39:42.433 | + functions-common:get_or_create_role:964 : echo aac911388c4e43dca7df34194877fcc7 2025-02-04 04:39:42.433 | aac911388c4e43dca7df34194877fcc7 2025-02-04 04:39:42.464 | [3589 Async ks-reseller:30397]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-02-04 04:39:42.491 | [3589 Async ks-anotherrole:30494]: Waiting for completion of get_or_create_role anotherrole running on PID 30494 (2 other jobs running) 2025-02-04 04:39:42.508 | [3589 Async ks-anotherrole:30494]: Signaling child to exit 2025-02-04 04:39:42.508 | WAKEUP 2025-02-04 04:39:42.524 | [3589 Async ks-anotherrole:30494]: Signaled 2025-02-04 04:39:42.525 | + functions-common:get_or_create_role:958 : local role_id 2025-02-04 04:39:42.525 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-02-04 04:39:42.525 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:42.525 | + functions-common:get_or_create_role:963 : role_id=78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:42.525 | + functions-common:get_or_create_role:964 : echo 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:42.525 | 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:42.555 | [3589 Async ks-anotherrole:30494]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-02-04 04:39:42.559 | + inc/async:async_wait:197 : return 0 2025-02-04 04:39:42.561 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.610 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.638 | [3589 Async ks-demo-member:31378]: running: get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.640 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 642515a86fc047af8f60100da4b32278 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.686 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 642515a86fc047af8f60100da4b32278 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.716 | [3589 Async ks-demo-admin:31474]: running: get_or_add_user_project_role admin 642515a86fc047af8f60100da4b32278 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.718 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.764 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.793 | [3589 Async ks-demo-another:31571]: running: get_or_add_user_project_role anotherrole 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:42.795 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:42.842 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:42.871 | [3589 Async ks-demo-invis:31668]: running: get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:42.873 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-02-04 04:39:42.876 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-02-04 04:39:42.878 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:42.880 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2025-02-04 04:39:42.882 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2025-02-04 04:39:42.884 | +++ 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-02-04 04:39:44.591 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:44.593 | ++ functions-common:get_or_create_user:938 : user_id=e5821afa4a044354871e3706829b6840 2025-02-04 04:39:44.595 | ++ functions-common:get_or_create_user:939 : echo e5821afa4a044354871e3706829b6840 2025-02-04 04:39:44.597 | + lib/keystone:create_keystone_accounts:365 : demo_reader=e5821afa4a044354871e3706829b6840 2025-02-04 04:39:44.600 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader e5821afa4a044354871e3706829b6840 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:44.649 | + inc/async:async_inner:63 : get_or_add_user_project_role reader e5821afa4a044354871e3706829b6840 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:44.684 | [3589 Async ks-demo-reader:31824]: running: get_or_add_user_project_role reader e5821afa4a044354871e3706829b6840 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:44.686 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-02-04 04:39:44.689 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-02-04 04:39:44.691 | ++ functions-common:get_or_create_project:945 : local project_id 2025-02-04 04:39:44.694 | +++ 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-02-04 04:39:46.368 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:46.371 | ++ functions-common:get_or_create_project:951 : project_id=7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:46.373 | ++ functions-common:get_or_create_project:952 : echo 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:46.375 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:46.377 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-02-04 04:39:46.380 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-02-04 04:39:46.382 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:46.384 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2025-02-04 04:39:46.386 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2025-02-04 04:39:46.389 | +++ 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-02-04 04:39:46.852 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:46.869 | [31378 Async ks-demo-member:31378]: finished successfully 2025-02-04 04:39:47.241 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:47.260 | [31474 Async ks-demo-admin:31474]: finished successfully 2025-02-04 04:39:47.294 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:47.296 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:47.314 | [31668 Async ks-demo-invis:31668]: finished successfully 2025-02-04 04:39:47.315 | [31571 Async ks-demo-another:31571]: finished successfully 2025-02-04 04:39:47.844 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:47.847 | ++ functions-common:get_or_create_user:938 : user_id=3061472a93c446ee8dc3ba297d9b02af 2025-02-04 04:39:47.849 | ++ functions-common:get_or_create_user:939 : echo 3061472a93c446ee8dc3ba297d9b02af 2025-02-04 04:39:47.851 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=3061472a93c446ee8dc3ba297d9b02af 2025-02-04 04:39:47.853 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:47.900 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:47.929 | [3589 Async ks-alt-admin:32232]: running: get_or_add_user_project_role admin 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:47.931 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:47.978 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:48.006 | [3589 Async ks-alt-another:32328]: running: get_or_add_user_project_role anotherrole 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:48.008 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-02-04 04:39:48.011 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-02-04 04:39:48.013 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:48.015 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2025-02-04 04:39:48.016 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2025-02-04 04:39:48.019 | +++ 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-02-04 04:39:48.722 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:48.740 | [31824 Async ks-demo-reader:31824]: finished successfully 2025-02-04 04:39:49.447 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:49.449 | ++ functions-common:get_or_create_user:938 : user_id=f5a323ebf26f4f76a0e4e392ad8295e5 2025-02-04 04:39:49.452 | ++ functions-common:get_or_create_user:939 : echo f5a323ebf26f4f76a0e4e392ad8295e5 2025-02-04 04:39:49.454 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=f5a323ebf26f4f76a0e4e392ad8295e5 2025-02-04 04:39:49.456 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member f5a323ebf26f4f76a0e4e392ad8295e5 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:49.505 | + inc/async:async_inner:63 : get_or_add_user_project_role member f5a323ebf26f4f76a0e4e392ad8295e5 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:49.535 | [3589 Async ks-alt-member-user:32505]: running: get_or_add_user_project_role member f5a323ebf26f4f76a0e4e392ad8295e5 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:49.537 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-02-04 04:39:49.540 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-02-04 04:39:49.542 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:49.544 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2025-02-04 04:39:49.546 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2025-02-04 04:39:49.548 | +++ 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-02-04 04:39:50.942 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:50.944 | ++ functions-common:get_or_create_user:938 : user_id=ac7d2c0cb27d4a699b65fad5cd966e54 2025-02-04 04:39:50.947 | ++ functions-common:get_or_create_user:939 : echo ac7d2c0cb27d4a699b65fad5cd966e54 2025-02-04 04:39:50.949 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=ac7d2c0cb27d4a699b65fad5cd966e54 2025-02-04 04:39:50.951 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader ac7d2c0cb27d4a699b65fad5cd966e54 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:50.999 | + inc/async:async_inner:63 : get_or_add_user_project_role reader ac7d2c0cb27d4a699b65fad5cd966e54 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:51.030 | [3589 Async ks-alt-reader-user:32679]: running: get_or_add_user_project_role reader ac7d2c0cb27d4a699b65fad5cd966e54 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:51.033 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-02-04 04:39:51.035 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:51.037 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2025-02-04 04:39:51.039 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2025-02-04 04:39:51.042 | +++ 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-02-04 04:39:51.529 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:51.547 | [32232 Async ks-alt-admin:32232]: finished successfully 2025-02-04 04:39:51.634 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:51.652 | [32328 Async ks-alt-another:32328]: finished successfully 2025-02-04 04:39:52.500 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:52.503 | ++ functions-common:get_or_create_user:938 : user_id=a80737f143df427b9ec03e67564cf4f3 2025-02-04 04:39:52.505 | ++ functions-common:get_or_create_user:939 : echo a80737f143df427b9ec03e67564cf4f3 2025-02-04 04:39:52.507 | + lib/keystone:create_keystone_accounts:397 : system_member_user=a80737f143df427b9ec03e67564cf4f3 2025-02-04 04:39:52.509 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member a80737f143df427b9ec03e67564cf4f3 all 2025-02-04 04:39:52.556 | + inc/async:async_inner:63 : get_or_add_user_system_role member a80737f143df427b9ec03e67564cf4f3 all 2025-02-04 04:39:52.588 | [3589 Async ks-system-member:32912]: running: get_or_add_user_system_role member a80737f143df427b9ec03e67564cf4f3 all 2025-02-04 04:39:52.591 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-02-04 04:39:52.592 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:39:52.594 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2025-02-04 04:39:52.596 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2025-02-04 04:39:52.599 | +++ 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-02-04 04:39:53.225 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:53.244 | [32505 Async ks-alt-member-user:32505]: finished successfully 2025-02-04 04:39:54.026 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:54.028 | ++ functions-common:get_or_create_user:938 : user_id=80b92ec0adb84a22b6bb31db47af1cd9 2025-02-04 04:39:54.031 | ++ functions-common:get_or_create_user:939 : echo 80b92ec0adb84a22b6bb31db47af1cd9 2025-02-04 04:39:54.033 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=80b92ec0adb84a22b6bb31db47af1cd9 2025-02-04 04:39:54.035 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 80b92ec0adb84a22b6bb31db47af1cd9 all 2025-02-04 04:39:54.084 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 80b92ec0adb84a22b6bb31db47af1cd9 all 2025-02-04 04:39:54.117 | [3589 Async ks-system-reader:33120]: running: get_or_add_user_system_role reader 80b92ec0adb84a22b6bb31db47af1cd9 all 2025-02-04 04:39:54.120 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-02-04 04:39:54.122 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-02-04 04:39:54.124 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2025-02-04 04:39:54.126 | ++ functions-common:get_or_create_group:908 : local group_id 2025-02-04 04:39:54.128 | +++ 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-02-04 04:39:54.559 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:54.576 | [32679 Async ks-alt-reader-user:32679]: finished successfully 2025-02-04 04:39:55.584 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:55.587 | ++ functions-common:get_or_create_group:915 : group_id=15efcd978a114d0694a506278496ca91 2025-02-04 04:39:55.589 | ++ functions-common:get_or_create_group:916 : echo 15efcd978a114d0694a506278496ca91 2025-02-04 04:39:55.592 | + lib/keystone:create_keystone_accounts:407 : admin_group=15efcd978a114d0694a506278496ca91 2025-02-04 04:39:55.594 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-02-04 04:39:55.596 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-02-04 04:39:55.598 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2025-02-04 04:39:55.601 | ++ functions-common:get_or_create_group:908 : local group_id 2025-02-04 04:39:55.604 | +++ 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-02-04 04:39:57.012 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.014 | ++ functions-common:get_or_create_group:915 : group_id=cd9d45cb6b4a45ce830ca497fcd610c0 2025-02-04 04:39:57.016 | ++ functions-common:get_or_create_group:916 : echo cd9d45cb6b4a45ce830ca497fcd610c0 2025-02-04 04:39:57.019 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=cd9d45cb6b4a45ce830ca497fcd610c0 2025-02-04 04:39:57.021 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.070 | + inc/async:async_inner:63 : get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.097 | [3589 Async ks-group-memberdemo:33387]: running: get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.099 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.146 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.174 | [3589 Async ks-group-anotherdemo:33466]: running: get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.177 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.225 | + inc/async:async_inner:63 : get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.254 | [3589 Async ks-group-memberalt:33546]: running: get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.256 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.307 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.336 | [3589 Async ks-group-anotheralt:33636]: running: get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.340 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 15efcd978a114d0694a506278496ca91 07053f9d79ae41c3ae8ab170afb47449 2025-02-04 04:39:57.362 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:57.383 | [32912 Async ks-system-member:32912]: finished successfully 2025-02-04 04:39:57.394 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 15efcd978a114d0694a506278496ca91 07053f9d79ae41c3ae8ab170afb47449 2025-02-04 04:39:57.427 | [3589 Async ks-group-admin:33757]: running: get_or_add_group_project_role admin 15efcd978a114d0694a506278496ca91 07053f9d79ae41c3ae8ab170afb47449 2025-02-04 04:39:57.430 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-02-04 04:39:57.466 | [3589 Async ks-demo-member:31378]: Waiting for completion of get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f running on PID 31378 (17 other jobs running) 2025-02-04 04:39:57.484 | [3589 Async ks-demo-member:31378]: Signaling child to exit 2025-02-04 04:39:57.484 | WAKEUP 2025-02-04 04:39:57.499 | [3589 Async ks-demo-member:31378]: Signaled 2025-02-04 04:39:57.500 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:57.500 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:57.500 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:57.500 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:57.500 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:57.500 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:57.500 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:57.500 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:57.500 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:57.500 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9aa5f8bb17b2474eb49fbc3dcf648264 --project e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.500 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9aa5f8bb17b2474eb49fbc3dcf648264 --project e476c8c2de2e4c48815d5933fbaecb2f -c Role -f value 2025-02-04 04:39:57.500 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.500 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:57.500 | + functions-common:get_or_add_user_project_role:1003 : echo 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:57.500 | 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:57.531 | [3589 Async ks-demo-member:31378]: finished get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f with result 0 in 4 seconds 2025-02-04 04:39:57.556 | [3589 Async ks-demo-admin:31474]: Waiting for completion of get_or_add_user_project_role admin 642515a86fc047af8f60100da4b32278 e476c8c2de2e4c48815d5933fbaecb2f running on PID 31474 (16 other jobs running) 2025-02-04 04:39:57.574 | [3589 Async ks-demo-admin:31474]: Signaling child to exit 2025-02-04 04:39:57.574 | WAKEUP 2025-02-04 04:39:57.589 | [3589 Async ks-demo-admin:31474]: Signaled 2025-02-04 04:39:57.590 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:57.590 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:57.590 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:57.590 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:57.590 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:57.590 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:57.590 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:57.590 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:57.590 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:57.590 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 642515a86fc047af8f60100da4b32278 --project e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.590 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 642515a86fc047af8f60100da4b32278 --project e476c8c2de2e4c48815d5933fbaecb2f -c Role -f value 2025-02-04 04:39:57.590 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.590 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:57.590 | + functions-common:get_or_add_user_project_role:1003 : echo fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:57.590 | fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:57.620 | [3589 Async ks-demo-admin:31474]: finished get_or_add_user_project_role admin 642515a86fc047af8f60100da4b32278 e476c8c2de2e4c48815d5933fbaecb2f with result 0 in 4 seconds 2025-02-04 04:39:57.646 | [3589 Async ks-demo-another:31571]: Waiting for completion of get_or_add_user_project_role anotherrole 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f running on PID 31571 (15 other jobs running) 2025-02-04 04:39:57.663 | [3589 Async ks-demo-another:31571]: Signaling child to exit 2025-02-04 04:39:57.664 | WAKEUP 2025-02-04 04:39:57.679 | [3589 Async ks-demo-another:31571]: Signaled 2025-02-04 04:39:57.680 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:57.680 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:57.680 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:57.680 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:57.680 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:57.680 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:57.680 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:57.680 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:57.680 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:57.680 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9aa5f8bb17b2474eb49fbc3dcf648264 --project e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.680 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9aa5f8bb17b2474eb49fbc3dcf648264 --project e476c8c2de2e4c48815d5933fbaecb2f -c Role -f value 2025-02-04 04:39:57.680 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.680 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:57.680 | + functions-common:get_or_add_user_project_role:1003 : echo 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:57.680 | 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:57.711 | [3589 Async ks-demo-another:31571]: finished get_or_add_user_project_role anotherrole 9aa5f8bb17b2474eb49fbc3dcf648264 e476c8c2de2e4c48815d5933fbaecb2f with result 0 in 4 seconds 2025-02-04 04:39:57.736 | [3589 Async ks-demo-invis:31668]: Waiting for completion of get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 f83cc663520149e1bbaeae0ad1f109e7 running on PID 31668 (14 other jobs running) 2025-02-04 04:39:57.755 | [3589 Async ks-demo-invis:31668]: Signaling child to exit 2025-02-04 04:39:57.755 | WAKEUP 2025-02-04 04:39:57.771 | [3589 Async ks-demo-invis:31668]: Signaled 2025-02-04 04:39:57.771 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:57.771 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:57.771 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:57.771 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:57.771 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:57.771 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:57.771 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:57.771 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:57.771 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:57.771 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9aa5f8bb17b2474eb49fbc3dcf648264 --project f83cc663520149e1bbaeae0ad1f109e7 2025-02-04 04:39:57.771 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9aa5f8bb17b2474eb49fbc3dcf648264 --project f83cc663520149e1bbaeae0ad1f109e7 -c Role -f value 2025-02-04 04:39:57.771 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.771 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:57.771 | + functions-common:get_or_add_user_project_role:1003 : echo 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:57.771 | 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:57.810 | [3589 Async ks-demo-invis:31668]: finished get_or_add_user_project_role member 9aa5f8bb17b2474eb49fbc3dcf648264 f83cc663520149e1bbaeae0ad1f109e7 with result 0 in 4 seconds 2025-02-04 04:39:57.836 | [3589 Async ks-demo-reader:31824]: Waiting for completion of get_or_add_user_project_role reader e5821afa4a044354871e3706829b6840 e476c8c2de2e4c48815d5933fbaecb2f running on PID 31824 (13 other jobs running) 2025-02-04 04:39:57.853 | [3589 Async ks-demo-reader:31824]: Signaling child to exit 2025-02-04 04:39:57.853 | WAKEUP 2025-02-04 04:39:57.869 | [3589 Async ks-demo-reader:31824]: Signaled 2025-02-04 04:39:57.870 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:57.870 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:57.870 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:57.870 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:57.870 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:57.870 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:57.870 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:57.870 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:57.870 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:57.870 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user e5821afa4a044354871e3706829b6840 --project e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:39:57.870 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user e5821afa4a044354871e3706829b6840 --project e476c8c2de2e4c48815d5933fbaecb2f -c Role -f value 2025-02-04 04:39:57.870 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.870 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:57.870 | + functions-common:get_or_add_user_project_role:1003 : echo dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:57.870 | dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:57.900 | [3589 Async ks-demo-reader:31824]: finished get_or_add_user_project_role reader e5821afa4a044354871e3706829b6840 e476c8c2de2e4c48815d5933fbaecb2f with result 0 in 4 seconds 2025-02-04 04:39:57.903 | + inc/async:async_wait:197 : return 0 2025-02-04 04:39:57.905 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-02-04 04:39:57.940 | [3589 Async ks-alt-admin:32232]: Waiting for completion of get_or_add_user_project_role admin 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 running on PID 32232 (12 other jobs running) 2025-02-04 04:39:57.957 | [3589 Async ks-alt-admin:32232]: Signaling child to exit 2025-02-04 04:39:57.957 | WAKEUP 2025-02-04 04:39:57.973 | [3589 Async ks-alt-admin:32232]: Signaled 2025-02-04 04:39:57.975 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:57.975 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:57.975 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:57.975 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:57.975 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:57.975 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:57.975 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:57.975 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:57.975 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:57.975 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 3061472a93c446ee8dc3ba297d9b02af --project 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:57.975 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3061472a93c446ee8dc3ba297d9b02af --project 7259f23f86074c43a790ae6b3dd08262 -c Role -f value 2025-02-04 04:39:57.975 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:57.975 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:57.975 | + functions-common:get_or_add_user_project_role:1003 : echo fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:57.975 | fda30072bb6b48f49d568360ee85569d 2025-02-04 04:39:58.005 | [3589 Async ks-alt-admin:32232]: finished get_or_add_user_project_role admin 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 with result 0 in 3 seconds 2025-02-04 04:39:58.031 | [3589 Async ks-alt-another:32328]: Waiting for completion of get_or_add_user_project_role anotherrole 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 running on PID 32328 (11 other jobs running) 2025-02-04 04:39:58.056 | [3589 Async ks-alt-another:32328]: Signaling child to exit 2025-02-04 04:39:58.058 | WAKEUP 2025-02-04 04:39:58.072 | [3589 Async ks-alt-another:32328]: Signaled 2025-02-04 04:39:58.073 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:58.073 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:58.073 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:58.073 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:58.073 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:58.073 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:58.073 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:58.073 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:58.073 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:58.073 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 3061472a93c446ee8dc3ba297d9b02af --project 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:58.073 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 3061472a93c446ee8dc3ba297d9b02af --project 7259f23f86074c43a790ae6b3dd08262 -c Role -f value 2025-02-04 04:39:58.073 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:58.073 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:58.073 | + functions-common:get_or_add_user_project_role:1003 : echo 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:58.073 | 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:39:58.104 | [3589 Async ks-alt-another:32328]: finished get_or_add_user_project_role anotherrole 3061472a93c446ee8dc3ba297d9b02af 7259f23f86074c43a790ae6b3dd08262 with result 0 in 3 seconds 2025-02-04 04:39:58.130 | [3589 Async ks-alt-member-user:32505]: Waiting for completion of get_or_add_user_project_role member f5a323ebf26f4f76a0e4e392ad8295e5 7259f23f86074c43a790ae6b3dd08262 running on PID 32505 (10 other jobs running) 2025-02-04 04:39:58.147 | [3589 Async ks-alt-member-user:32505]: Signaling child to exit 2025-02-04 04:39:58.148 | WAKEUP 2025-02-04 04:39:58.164 | [3589 Async ks-alt-member-user:32505]: Signaled 2025-02-04 04:39:58.165 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:58.165 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:58.165 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:58.165 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:58.165 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:58.165 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:58.165 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:58.165 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:58.165 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:58.165 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user f5a323ebf26f4f76a0e4e392ad8295e5 --project 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:58.165 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f5a323ebf26f4f76a0e4e392ad8295e5 --project 7259f23f86074c43a790ae6b3dd08262 -c Role -f value 2025-02-04 04:39:58.165 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:58.165 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:58.165 | + functions-common:get_or_add_user_project_role:1003 : echo 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:58.165 | 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:58.196 | [3589 Async ks-alt-member-user:32505]: finished get_or_add_user_project_role member f5a323ebf26f4f76a0e4e392ad8295e5 7259f23f86074c43a790ae6b3dd08262 with result 0 in 3 seconds 2025-02-04 04:39:58.227 | [3589 Async ks-alt-reader-user:32679]: Waiting for completion of get_or_add_user_project_role reader ac7d2c0cb27d4a699b65fad5cd966e54 7259f23f86074c43a790ae6b3dd08262 running on PID 32679 (9 other jobs running) 2025-02-04 04:39:58.247 | [3589 Async ks-alt-reader-user:32679]: Signaling child to exit 2025-02-04 04:39:58.248 | WAKEUP 2025-02-04 04:39:58.267 | [3589 Async ks-alt-reader-user:32679]: Signaled 2025-02-04 04:39:58.268 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:39:58.268 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:39:58.268 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-02-04 04:39:58.268 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:58.268 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:58.268 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:58.268 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:58.268 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:58.268 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-02-04 04:39:58.268 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user ac7d2c0cb27d4a699b65fad5cd966e54 --project 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:39:58.268 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ac7d2c0cb27d4a699b65fad5cd966e54 --project 7259f23f86074c43a790ae6b3dd08262 -c Role -f value 2025-02-04 04:39:58.268 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:58.268 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:58.268 | + functions-common:get_or_add_user_project_role:1003 : echo dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:58.268 | dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:58.313 | [3589 Async ks-alt-reader-user:32679]: finished get_or_add_user_project_role reader ac7d2c0cb27d4a699b65fad5cd966e54 7259f23f86074c43a790ae6b3dd08262 with result 0 in 3 seconds 2025-02-04 04:39:58.316 | + inc/async:async_wait:197 : return 0 2025-02-04 04:39:58.318 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-02-04 04:39:58.361 | [3589 Async ks-system-member:32912]: Waiting for completion of get_or_add_user_system_role member a80737f143df427b9ec03e67564cf4f3 all running on PID 32912 (8 other jobs running) 2025-02-04 04:39:58.383 | [3589 Async ks-system-member:32912]: Signaling child to exit 2025-02-04 04:39:58.383 | WAKEUP 2025-02-04 04:39:58.399 | [3589 Async ks-system-member:32912]: Signaled 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-02-04 04:39:58.400 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-02-04 04:39:58.400 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:58.400 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:58.400 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:58.400 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:58.400 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-02-04 04:39:58.400 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a80737f143df427b9ec03e67564cf4f3 --system all -f value -c Role 2025-02-04 04:39:58.400 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user a80737f143df427b9ec03e67564cf4f3 --system all 2025-02-04 04:39:58.400 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a80737f143df427b9ec03e67564cf4f3 --system all -f value -c Role 2025-02-04 04:39:58.400 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:58.400 | + functions-common:get_or_add_user_system_role:1053 : echo 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:58.400 | 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:39:58.435 | [3589 Async ks-system-member:32912]: finished get_or_add_user_system_role member a80737f143df427b9ec03e67564cf4f3 all with result 0 in 4 seconds 2025-02-04 04:39:58.465 | [3589 Async ks-system-reader:33120]: Waiting for completion of get_or_add_user_system_role reader 80b92ec0adb84a22b6bb31db47af1cd9 all running on PID 33120 (7 other jobs running) 2025-02-04 04:39:58.489 | [3589 Async ks-system-reader:33120]: Signaling child to exit 2025-02-04 04:39:58.955 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:39:58.974 | [33120 Async ks-system-reader:33120]: finished successfully 2025-02-04 04:39:58.990 | WAKEUP 2025-02-04 04:39:59.007 | [3589 Async ks-system-reader:33120]: Signaled 2025-02-04 04:39:59.007 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-02-04 04:39:59.007 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-02-04 04:39:59.007 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-02-04 04:39:59.007 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:39:59.007 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:39:59.008 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-02-04 04:39:59.008 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-02-04 04:39:59.008 | ++ functions-common:_get_domain_args:980 : echo 2025-02-04 04:39:59.008 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-02-04 04:39:59.008 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 80b92ec0adb84a22b6bb31db47af1cd9 --system all -f value -c Role 2025-02-04 04:39:59.008 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:59.008 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-02-04 04:39:59.008 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-02-04 04:39:59.008 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 80b92ec0adb84a22b6bb31db47af1cd9 --system all 2025-02-04 04:39:59.008 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 80b92ec0adb84a22b6bb31db47af1cd9 --system all -f value -c Role 2025-02-04 04:39:59.008 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:39:59.008 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:59.008 | + functions-common:get_or_add_user_system_role:1053 : echo dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:59.008 | dce24a5ba26041a3a8c4003eade949e0 2025-02-04 04:39:59.038 | [3589 Async ks-system-reader:33120]: finished get_or_add_user_system_role reader 80b92ec0adb84a22b6bb31db47af1cd9 all with result 0 in 4 seconds 2025-02-04 04:39:59.041 | + inc/async:async_wait:197 : return 0 2025-02-04 04:39:59.043 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-02-04 04:39:59.078 | [3589 Async ks-group-memberdemo:33387]: Waiting for completion of get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f running on PID 33387 (6 other jobs running) 2025-02-04 04:39:59.095 | [3589 Async ks-group-memberdemo:33387]: Signaling child to exit 2025-02-04 04:40:00.717 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:00.735 | [33387 Async ks-group-memberdemo:33387]: finished successfully 2025-02-04 04:40:00.751 | WAKEUP 2025-02-04 04:40:00.768 | [3589 Async ks-group-memberdemo:33387]: Signaled 2025-02-04 04:40:00.769 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-02-04 04:40:00.769 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group cd9d45cb6b4a45ce830ca497fcd610c0 --project e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:40:00.769 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group cd9d45cb6b4a45ce830ca497fcd610c0 --project e476c8c2de2e4c48815d5933fbaecb2f -f value -c Role 2025-02-04 04:40:00.769 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:00.769 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:40:00.769 | + functions-common:get_or_add_group_project_role:1072 : echo 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:40:00.769 | 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:40:00.802 | [3589 Async ks-group-memberdemo:33387]: finished get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f with result 0 in 3 seconds 2025-02-04 04:40:00.830 | [3589 Async ks-group-anotherdemo:33466]: Waiting for completion of get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f running on PID 33466 (5 other jobs running) 2025-02-04 04:40:00.849 | [3589 Async ks-group-anotherdemo:33466]: Signaling child to exit 2025-02-04 04:40:00.925 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:00.944 | [33546 Async ks-group-memberalt:33546]: finished successfully 2025-02-04 04:40:01.000 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:01.018 | [33466 Async ks-group-anotherdemo:33466]: finished successfully 2025-02-04 04:40:01.035 | WAKEUP 2025-02-04 04:40:01.052 | [3589 Async ks-group-anotherdemo:33466]: Signaled 2025-02-04 04:40:01.053 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-02-04 04:40:01.053 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group cd9d45cb6b4a45ce830ca497fcd610c0 --project e476c8c2de2e4c48815d5933fbaecb2f 2025-02-04 04:40:01.053 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group cd9d45cb6b4a45ce830ca497fcd610c0 --project e476c8c2de2e4c48815d5933fbaecb2f -f value -c Role 2025-02-04 04:40:01.053 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:01.053 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:40:01.053 | + functions-common:get_or_add_group_project_role:1072 : echo 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:40:01.053 | 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:40:01.085 | [3589 Async ks-group-anotherdemo:33466]: finished get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 e476c8c2de2e4c48815d5933fbaecb2f with result 0 in 3 seconds 2025-02-04 04:40:01.095 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:01.114 | [3589 Async ks-group-memberalt:33546]: Waiting for completion of get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 running on PID 33546 (4 other jobs running) 2025-02-04 04:40:01.114 | [33636 Async ks-group-anotheralt:33636]: finished successfully 2025-02-04 04:40:01.132 | [3589 Async ks-group-memberalt:33546]: Signaling child to exit 2025-02-04 04:40:01.132 | WAKEUP 2025-02-04 04:40:01.148 | [3589 Async ks-group-memberalt:33546]: Signaled 2025-02-04 04:40:01.149 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-02-04 04:40:01.149 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group cd9d45cb6b4a45ce830ca497fcd610c0 --project 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:40:01.149 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group cd9d45cb6b4a45ce830ca497fcd610c0 --project 7259f23f86074c43a790ae6b3dd08262 -f value -c Role 2025-02-04 04:40:01.149 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:01.149 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:40:01.149 | + functions-common:get_or_add_group_project_role:1072 : echo 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:40:01.149 | 8aa87b05bf264b2e999a9b9a72a90795 2025-02-04 04:40:01.179 | [3589 Async ks-group-memberalt:33546]: finished get_or_add_group_project_role member cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 with result 0 in 3 seconds 2025-02-04 04:40:01.206 | [3589 Async ks-group-anotheralt:33636]: Waiting for completion of get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 running on PID 33636 (3 other jobs running) 2025-02-04 04:40:01.211 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:01.224 | [3589 Async ks-group-anotheralt:33636]: Signaling child to exit 2025-02-04 04:40:01.225 | WAKEUP 2025-02-04 04:40:01.229 | [33757 Async ks-group-admin:33757]: finished successfully 2025-02-04 04:40:01.241 | [3589 Async ks-group-anotheralt:33636]: Signaled 2025-02-04 04:40:01.242 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-02-04 04:40:01.242 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group cd9d45cb6b4a45ce830ca497fcd610c0 --project 7259f23f86074c43a790ae6b3dd08262 2025-02-04 04:40:01.242 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group cd9d45cb6b4a45ce830ca497fcd610c0 --project 7259f23f86074c43a790ae6b3dd08262 -f value -c Role 2025-02-04 04:40:01.242 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:01.242 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:40:01.242 | + functions-common:get_or_add_group_project_role:1072 : echo 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:40:01.242 | 78701930f7e24dffaeabd8589580a7b1 2025-02-04 04:40:01.272 | [3589 Async ks-group-anotheralt:33636]: finished get_or_add_group_project_role anotherrole cd9d45cb6b4a45ce830ca497fcd610c0 7259f23f86074c43a790ae6b3dd08262 with result 0 in 3 seconds 2025-02-04 04:40:01.297 | [3589 Async ks-group-admin:33757]: Waiting for completion of get_or_add_group_project_role admin 15efcd978a114d0694a506278496ca91 07053f9d79ae41c3ae8ab170afb47449 running on PID 33757 (2 other jobs running) 2025-02-04 04:40:01.313 | [3589 Async ks-group-admin:33757]: Signaling child to exit 2025-02-04 04:40:01.313 | WAKEUP 2025-02-04 04:40:01.329 | [3589 Async ks-group-admin:33757]: Signaled 2025-02-04 04:40:01.330 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-02-04 04:40:01.330 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 15efcd978a114d0694a506278496ca91 --project 07053f9d79ae41c3ae8ab170afb47449 2025-02-04 04:40:01.330 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 15efcd978a114d0694a506278496ca91 --project 07053f9d79ae41c3ae8ab170afb47449 -f value -c Role 2025-02-04 04:40:01.330 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:01.330 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=fda30072bb6b48f49d568360ee85569d 2025-02-04 04:40:01.330 | + functions-common:get_or_add_group_project_role:1072 : echo fda30072bb6b48f49d568360ee85569d 2025-02-04 04:40:01.330 | fda30072bb6b48f49d568360ee85569d 2025-02-04 04:40:01.360 | [3589 Async ks-group-admin:33757]: finished get_or_add_group_project_role admin 15efcd978a114d0694a506278496ca91 07053f9d79ae41c3ae8ab170afb47449 with result 0 in 3 seconds 2025-02-04 04:40:01.363 | + inc/async:async_wait:197 : return 0 2025-02-04 04:40:01.365 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-02-04 04:40:01.378 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:01.380 | + stack.sh:main:1111 : is_service_enabled nova 2025-02-04 04:40:01.394 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:01.396 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2025-02-04 04:40:01.398 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-02-04 04:40:01.446 | + inc/async:async_inner:63 : create_nova_accounts 2025-02-04 04:40:01.475 | [3589 Async create_nova_accounts:35614]: running: create_nova_accounts 2025-02-04 04:40:01.477 | + stack.sh:main:1114 : is_service_enabled glance 2025-02-04 04:40:01.491 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:01.493 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2025-02-04 04:40:01.495 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-02-04 04:40:01.542 | + inc/async:async_inner:63 : create_glance_accounts 2025-02-04 04:40:01.574 | [3589 Async create_glance_accounts:35737]: running: create_glance_accounts 2025-02-04 04:40:01.576 | + stack.sh:main:1117 : is_service_enabled cinder 2025-02-04 04:40:01.590 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:01.592 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2025-02-04 04:40:01.594 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-02-04 04:40:01.640 | + inc/async:async_inner:63 : create_cinder_accounts 2025-02-04 04:40:01.671 | [3589 Async create_cinder_accounts:35876]: running: create_cinder_accounts 2025-02-04 04:40:01.673 | + stack.sh:main:1120 : is_service_enabled neutron 2025-02-04 04:40:01.687 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:01.689 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2025-02-04 04:40:01.691 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-02-04 04:40:01.738 | + inc/async:async_inner:63 : create_neutron_accounts 2025-02-04 04:40:01.768 | [3589 Async create_neutron_accounts:36019]: running: create_neutron_accounts 2025-02-04 04:40:01.770 | + stack.sh:main:1123 : is_service_enabled swift 2025-02-04 04:40:01.785 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:01.787 | + stack.sh:main:1132 : is_service_enabled horizon 2025-02-04 04:40:01.801 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:01.803 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-02-04 04:40:01.839 | [3589 Async create_nova_accounts:35614]: Waiting for completion of create_nova_accounts running on PID 35614 (5 other jobs running) 2025-02-04 04:40:01.857 | [3589 Async create_nova_accounts:35614]: Signaling child to exit 2025-02-04 04:40:15.523 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:15.541 | [36019 Async create_neutron_accounts:36019]: finished successfully 2025-02-04 04:40:24.364 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:24.382 | [35876 Async create_cinder_accounts:35876]: finished successfully 2025-02-04 04:40:25.505 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:25.523 | [35614 Async create_nova_accounts:35614]: finished successfully 2025-02-04 04:40:25.539 | WAKEUP 2025-02-04 04:40:25.555 | [3589 Async create_nova_accounts:35614]: Signaled 2025-02-04 04:40:25.556 | + 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-02-04 04:40:25.556 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2025-02-04 04:40:25.556 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-02-04 04:40:25.556 | + functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:40:25.556 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-02-04 04:40:25.556 | + functions-common:get_or_create_user:926 : local email= 2025-02-04 04:40:25.556 | ++ 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-02-04 04:40:25.556 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.556 | + functions-common:get_or_create_user:938 : user_id=e74f1787bb5b4c19ac1272c5f810db3e 2025-02-04 04:40:25.556 | + functions-common:get_or_create_user:939 : echo e74f1787bb5b4c19ac1272c5f810db3e 2025-02-04 04:40:25.556 | e74f1787bb5b4c19ac1272c5f810db3e 2025-02-04 04:40:25.556 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-02-04 04:40:25.556 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:40:25.556 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:40:25.556 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:40:25.556 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:40:25.556 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:40:25.556 | + 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-02-04 04:40:25.556 | ++ 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-02-04 04:40:25.556 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:1003 : echo ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:25.557 | ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:25.557 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-02-04 04:40:25.557 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:40:25.557 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:40:25.557 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:40:25.557 | + 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-02-04 04:40:25.557 | ++ 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-02-04 04:40:25.557 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fda30072bb6b48f49d568360ee85569d 2025-02-04 04:40:25.557 | + functions-common:get_or_add_user_project_role:1003 : echo fda30072bb6b48f49d568360ee85569d 2025-02-04 04:40:25.557 | fda30072bb6b48f49d568360ee85569d 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-02-04 04:40:25.557 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:40:25.557 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-02-04 04:40:25.557 | ++ 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-02-04 04:40:25.557 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:40:25.557 | a68099d8872b489f8d9fc4da16d44bba' 2025-02-04 04:40:25.557 | + functions-common:get_or_create_service:1090 : echo a68099d8872b489f8d9fc4da16d44bba 2025-02-04 04:40:25.557 | a68099d8872b489f8d9fc4da16d44bba 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:40:25.557 | ++ 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-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:40:25.557 | +++ 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-02-04 04:40:25.557 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:40:25.557 | +++ 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-02-04 04:40:25.557 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3694075b0e6348c08cabb8ea0e90ec56 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3694075b0e6348c08cabb8ea0e90ec56 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1123 : public_id=3694075b0e6348c08cabb8ea0e90ec56 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1132 : echo 3694075b0e6348c08cabb8ea0e90ec56 2025-02-04 04:40:25.557 | 3694075b0e6348c08cabb8ea0e90ec56 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2025-02-04 04:40:25.557 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:40:25.557 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-02-04 04:40:25.557 | ++ 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-02-04 04:40:25.557 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:40:25.557 | 3ade6070b87e452287e74bbd54e90f85' 2025-02-04 04:40:25.557 | + functions-common:get_or_create_service:1090 : echo 3ade6070b87e452287e74bbd54e90f85 2025-02-04 04:40:25.557 | 3ade6070b87e452287e74bbd54e90f85 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:40:25.557 | ++ 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-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:40:25.557 | +++ 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-02-04 04:40:25.557 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:40:25.557 | +++ 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-02-04 04:40:25.557 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=ddd8e397e2c14b6bb80e9097a7a22323 2025-02-04 04:40:25.557 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo ddd8e397e2c14b6bb80e9097a7a22323 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1123 : public_id=ddd8e397e2c14b6bb80e9097a7a22323 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:40:25.557 | + functions-common:get_or_create_endpoint:1132 : echo ddd8e397e2c14b6bb80e9097a7a22323 2025-02-04 04:40:25.557 | ddd8e397e2c14b6bb80e9097a7a22323 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2025-02-04 04:40:25.557 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2025-02-04 04:40:25.557 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2025-02-04 04:40:25.557 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2025-02-04 04:40:25.557 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:25.557 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2025-02-04 04:40:25.586 | [3589 Async create_nova_accounts:35614]: finished create_nova_accounts with result 0 in 24 seconds 2025-02-04 04:40:25.612 | [3589 Async create_glance_accounts:35737]: Waiting for completion of create_glance_accounts running on PID 35737 (4 other jobs running) 2025-02-04 04:40:25.629 | [3589 Async create_glance_accounts:35737]: Signaling child to exit 2025-02-04 04:40:26.461 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:26.480 | [35737 Async create_glance_accounts:35737]: finished successfully 2025-02-04 04:40:26.497 | WAKEUP 2025-02-04 04:40:26.513 | [3589 Async create_glance_accounts:35737]: Signaled 2025-02-04 04:40:26.514 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2025-02-04 04:40:26.514 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:26.514 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2025-02-04 04:40:26.514 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-02-04 04:40:26.514 | + functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:40:26.514 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-02-04 04:40:26.514 | + functions-common:get_or_create_user:926 : local email= 2025-02-04 04:40:26.514 | ++ 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-02-04 04:40:26.514 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.514 | + functions-common:get_or_create_user:938 : user_id=dfe95dfbd6514034840a814b2db0f34d 2025-02-04 04:40:26.514 | + functions-common:get_or_create_user:939 : echo dfe95dfbd6514034840a814b2db0f34d 2025-02-04 04:40:26.514 | dfe95dfbd6514034840a814b2db0f34d 2025-02-04 04:40:26.514 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-02-04 04:40:26.514 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:40:26.514 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:40:26.514 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:40:26.514 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:40:26.514 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:40:26.514 | + 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-02-04 04:40:26.514 | ++ 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-02-04 04:40:26.514 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.514 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.514 | + functions-common:get_or_add_user_project_role:1003 : echo ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.514 | ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.514 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-02-04 04:40:26.514 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2025-02-04 04:40:26.514 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:26.514 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2025-02-04 04:40:26.514 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:40:26.514 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-02-04 04:40:26.514 | ++ 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-02-04 04:40:26.514 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.514 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:40:26.514 | 8c0a3f29f92c486c82beb6f4d85e1a1e' 2025-02-04 04:40:26.514 | + functions-common:get_or_create_service:1090 : echo 8c0a3f29f92c486c82beb6f4d85e1a1e 2025-02-04 04:40:26.514 | 8c0a3f29f92c486c82beb6f4d85e1a1e 2025-02-04 04:40:26.514 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-02-04 04:40:26.514 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:40:26.514 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-02-04 04:40:26.514 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:40:26.514 | +++ 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-02-04 04:40:26.514 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.514 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:40:26.514 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:40:26.514 | +++ 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-02-04 04:40:26.515 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.515 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3aa0294121534954beb5941111694a8b 2025-02-04 04:40:26.515 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3aa0294121534954beb5941111694a8b 2025-02-04 04:40:26.515 | + functions-common:get_or_create_endpoint:1123 : public_id=3aa0294121534954beb5941111694a8b 2025-02-04 04:40:26.515 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:40:26.515 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:40:26.515 | + functions-common:get_or_create_endpoint:1132 : echo 3aa0294121534954beb5941111694a8b 2025-02-04 04:40:26.515 | 3aa0294121534954beb5941111694a8b 2025-02-04 04:40:26.515 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2025-02-04 04:40:26.515 | ++ functions-common:get_or_create_domain:895 : local domain_id 2025-02-04 04:40:26.515 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-02-04 04:40:26.515 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.515 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2025-02-04 04:40:26.515 | ++ functions-common:get_or_create_domain:901 : echo default 2025-02-04 04:40:26.515 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2025-02-04 04:40:26.515 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-02-04 04:40:26.515 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-02-04 04:40:26.515 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2025-02-04 04:40:26.515 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2025-02-04 04:40:26.515 | + 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-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | Field | Value | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | default_limit | 1000 | 2025-02-04 04:40:26.515 | | description | None | 2025-02-04 04:40:26.515 | | id | d4737baf63054ad1b88887f1c05a75aa | 2025-02-04 04:40:26.515 | | region_id | RegionOne | 2025-02-04 04:40:26.515 | | resource_name | image_size_total | 2025-02-04 04:40:26.515 | | service_id | 8c0a3f29f92c486c82beb6f4d85e1a1e | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | + 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-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | Field | Value | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | default_limit | 1000 | 2025-02-04 04:40:26.515 | | description | None | 2025-02-04 04:40:26.515 | | id | 2f131083694d4dfa9381e588fb485417 | 2025-02-04 04:40:26.515 | | region_id | RegionOne | 2025-02-04 04:40:26.515 | | resource_name | image_stage_total | 2025-02-04 04:40:26.515 | | service_id | 8c0a3f29f92c486c82beb6f4d85e1a1e | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | + 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-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | Field | Value | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | default_limit | 100 | 2025-02-04 04:40:26.515 | | description | None | 2025-02-04 04:40:26.515 | | id | 95bb5052ca894e59b4cf424d90463743 | 2025-02-04 04:40:26.515 | | region_id | RegionOne | 2025-02-04 04:40:26.515 | | resource_name | image_count_total | 2025-02-04 04:40:26.515 | | service_id | 8c0a3f29f92c486c82beb6f4d85e1a1e | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | + 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-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | Field | Value | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | | default_limit | 100 | 2025-02-04 04:40:26.515 | | description | None | 2025-02-04 04:40:26.515 | | id | ec340670e8494fdbab05bd85b3276ce4 | 2025-02-04 04:40:26.515 | | region_id | RegionOne | 2025-02-04 04:40:26.515 | | resource_name | image_count_uploading | 2025-02-04 04:40:26.515 | | service_id | 8c0a3f29f92c486c82beb6f4d85e1a1e | 2025-02-04 04:40:26.515 | +---------------+----------------------------------+ 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-02-04 04:40:26.515 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-02-04 04:40:26.515 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 3aa0294121534954beb5941111694a8b 2025-02-04 04:40:26.515 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-02-04 04:40:26.544 | [3589 Async create_glance_accounts:35737]: finished create_glance_accounts with result 0 in 24 seconds 2025-02-04 04:40:26.570 | [3589 Async create_cinder_accounts:35876]: Waiting for completion of create_cinder_accounts running on PID 35876 (3 other jobs running) 2025-02-04 04:40:26.588 | [3589 Async create_cinder_accounts:35876]: Signaling child to exit 2025-02-04 04:40:26.588 | WAKEUP 2025-02-04 04:40:26.603 | [3589 Async create_cinder_accounts:35876]: Signaled 2025-02-04 04:40:26.604 | + 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-02-04 04:40:26.604 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2025-02-04 04:40:26.604 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2025-02-04 04:40:26.604 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:26.604 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2025-02-04 04:40:26.604 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-02-04 04:40:26.604 | + functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:40:26.605 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-02-04 04:40:26.605 | + functions-common:get_or_create_user:926 : local email= 2025-02-04 04:40:26.605 | ++ 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-02-04 04:40:26.605 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.605 | + functions-common:get_or_create_user:938 : user_id=8d99b87e0e4740e78f033e2fd57029a9 2025-02-04 04:40:26.605 | + functions-common:get_or_create_user:939 : echo 8d99b87e0e4740e78f033e2fd57029a9 2025-02-04 04:40:26.605 | 8d99b87e0e4740e78f033e2fd57029a9 2025-02-04 04:40:26.605 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-02-04 04:40:26.605 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:40:26.605 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:40:26.605 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:40:26.605 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:40:26.605 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:40:26.605 | + 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-02-04 04:40:26.605 | ++ 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-02-04 04:40:26.605 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.605 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.605 | + functions-common:get_or_add_user_project_role:1003 : echo ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.605 | ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.605 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-02-04 04:40:26.605 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-02-04 04:40:26.605 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:40:26.605 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-02-04 04:40:26.605 | ++ 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-02-04 04:40:26.605 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.605 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:40:26.605 | 1bf5bbc55c4d44df8d432d0e867fa41f' 2025-02-04 04:40:26.605 | + functions-common:get_or_create_service:1090 : echo 1bf5bbc55c4d44df8d432d0e867fa41f 2025-02-04 04:40:26.606 | 1bf5bbc55c4d44df8d432d0e867fa41f 2025-02-04 04:40:26.606 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2025-02-04 04:40:26.606 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:40:26.606 | ++ 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-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:40:26.606 | +++ 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-02-04 04:40:26.606 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:40:26.606 | +++ 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-02-04 04:40:26.606 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=8cf57ecd40ed4dd3be9df3b804922d5f 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 8cf57ecd40ed4dd3be9df3b804922d5f 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1123 : public_id=8cf57ecd40ed4dd3be9df3b804922d5f 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1132 : echo 8cf57ecd40ed4dd3be9df3b804922d5f 2025-02-04 04:40:26.606 | 8cf57ecd40ed4dd3be9df3b804922d5f 2025-02-04 04:40:26.606 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-02-04 04:40:26.606 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-02-04 04:40:26.606 | ++ 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-02-04 04:40:26.606 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:40:26.606 | 88678e8edece48949a07fe0a7d6ce3b2' 2025-02-04 04:40:26.606 | + functions-common:get_or_create_service:1090 : echo 88678e8edece48949a07fe0a7d6ce3b2 2025-02-04 04:40:26.606 | 88678e8edece48949a07fe0a7d6ce3b2 2025-02-04 04:40:26.606 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:40:26.606 | ++ 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-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:40:26.606 | +++ 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-02-04 04:40:26.606 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:40:26.606 | +++ 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-02-04 04:40:26.606 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3d5ca903392d48bbabf75c87978f07ae 2025-02-04 04:40:26.606 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3d5ca903392d48bbabf75c87978f07ae 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1123 : public_id=3d5ca903392d48bbabf75c87978f07ae 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:40:26.606 | + functions-common:get_or_create_endpoint:1132 : echo 3d5ca903392d48bbabf75c87978f07ae 2025-02-04 04:40:26.606 | 3d5ca903392d48bbabf75c87978f07ae 2025-02-04 04:40:26.606 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2025-02-04 04:40:26.606 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_project:945 : local project_id 2025-02-04 04:40:26.606 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-02-04 04:40:26.606 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_project:951 : project_id=ee507959088347519cb8728454c5e519 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_project:952 : echo ee507959088347519cb8728454c5e519 2025-02-04 04:40:26.606 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id ee507959088347519cb8728454c5e519 2025-02-04 04:40:26.606 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_user:926 : local email= 2025-02-04 04:40:26.606 | +++ 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-02-04 04:40:26.606 | No password was supplied, authentication will fail when a user does not have a password. 2025-02-04 04:40:26.606 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_user:938 : user_id=8d99b87e0e4740e78f033e2fd57029a9 2025-02-04 04:40:26.606 | ++ functions-common:get_or_create_user:939 : echo 8d99b87e0e4740e78f033e2fd57029a9 2025-02-04 04:40:26.606 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 8d99b87e0e4740e78f033e2fd57029a9 2025-02-04 04:40:26.635 | [3589 Async create_cinder_accounts:35876]: finished create_cinder_accounts with result 0 in 22 seconds 2025-02-04 04:40:26.638 | + inc/async:async_wait:197 : return 0 2025-02-04 04:40:26.640 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-02-04 04:40:26.676 | [3589 Async create_neutron_accounts:36019]: Waiting for completion of create_neutron_accounts running on PID 36019 (2 other jobs running) 2025-02-04 04:40:26.693 | [3589 Async create_neutron_accounts:36019]: Signaling child to exit 2025-02-04 04:40:26.693 | WAKEUP 2025-02-04 04:40:26.709 | [3589 Async create_neutron_accounts:36019]: Signaled 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2025-02-04 04:40:26.710 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2025-02-04 04:40:26.710 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-02-04 04:40:26.710 | + functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:40:26.710 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-02-04 04:40:26.710 | + functions-common:get_or_create_user:926 : local email= 2025-02-04 04:40:26.710 | ++ 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-02-04 04:40:26.710 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.710 | + functions-common:get_or_create_user:938 : user_id=b8320e7b9b1042559088f08c5690fe62 2025-02-04 04:40:26.710 | + functions-common:get_or_create_user:939 : echo b8320e7b9b1042559088f08c5690fe62 2025-02-04 04:40:26.710 | b8320e7b9b1042559088f08c5690fe62 2025-02-04 04:40:26.710 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-02-04 04:40:26.710 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:40:26.710 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:40:26.710 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:40:26.710 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:40:26.710 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:40:26.710 | + 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-02-04 04:40:26.710 | ++ 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-02-04 04:40:26.710 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.710 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.710 | + functions-common:get_or_add_user_project_role:1003 : echo ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.710 | ef918b981e754c2293a037dfc1f33157 2025-02-04 04:40:26.710 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2025-02-04 04:40:26.710 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:40:26.710 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-02-04 04:40:26.710 | ++ 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-02-04 04:40:26.710 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.710 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:40:26.710 | 8d8e5ceb6ea547a2b337065df36abb82' 2025-02-04 04:40:26.710 | + functions-common:get_or_create_service:1090 : echo 8d8e5ceb6ea547a2b337065df36abb82 2025-02-04 04:40:26.710 | 8d8e5ceb6ea547a2b337065df36abb82 2025-02-04 04:40:26.710 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-02-04 04:40:26.710 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:40:26.710 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-02-04 04:40:26.710 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:40:26.710 | +++ 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-02-04 04:40:26.710 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.711 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:40:26.711 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:40:26.711 | +++ 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-02-04 04:40:26.711 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:40:26.711 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=102a51e9cae0420a8fd1bea95ec45e7e 2025-02-04 04:40:26.711 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 102a51e9cae0420a8fd1bea95ec45e7e 2025-02-04 04:40:26.711 | + functions-common:get_or_create_endpoint:1123 : public_id=102a51e9cae0420a8fd1bea95ec45e7e 2025-02-04 04:40:26.711 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:40:26.711 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:40:26.711 | + functions-common:get_or_create_endpoint:1132 : echo 102a51e9cae0420a8fd1bea95ec45e7e 2025-02-04 04:40:26.711 | 102a51e9cae0420a8fd1bea95ec45e7e 2025-02-04 04:40:26.740 | [3589 Async create_neutron_accounts:36019]: finished create_neutron_accounts with result 0 in 13 seconds 2025-02-04 04:40:26.744 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-02-04 04:40:26.748 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-02-04 04:40:26.750 | + inc/async:async_wait:197 : return 0 2025-02-04 04:40:26.752 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2025-02-04 04:40:26.766 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:26.768 | + stack.sh:main:1144 : is_service_enabled glance 2025-02-04 04:40:26.781 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:26.783 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2025-02-04 04:40:26.785 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:40:26.787 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2025-02-04 04:40:26.790 | + stack.sh:main:1146 : async_runfunc init_glance 2025-02-04 04:40:26.792 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-02-04 04:40:26.844 | + inc/async:async_inner:63 : init_glance 2025-02-04 04:40:26.873 | [3589 Async init_glance:38300]: running: init_glance 2025-02-04 04:40:26.874 | + stack.sh:main:1153 : is_service_enabled neutron 2025-02-04 04:40:26.889 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:26.891 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2025-02-04 04:40:26.893 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:40:26.895 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2025-02-04 04:40:26.897 | + stack.sh:main:1156 : configure_neutron 2025-02-04 04:40:26.899 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2025-02-04 04:40:26.901 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2025-02-04 04:40:26.903 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2025-02-04 04:40:26.912 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2025-02-04 04:40:26.914 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2025-02-04 04:40:36.193 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:36.211 | [38300 Async init_glance:38300]: finished successfully 2025-02-04 04:40:47.093 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-02-04 04:40:47.097 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-02-04 04:40:47.099 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-02-04 04:40:47.101 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-02-04 04:40:47.103 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2025-02-04 04:40:47.104 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-02-04 04:40:47.106 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-02-04 04:40:47.108 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-02-04 04:40:47.110 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-02-04 04:40:47.112 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2025-02-04 04:40:47.113 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2025-02-04 04:40:47.115 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2025-02-04 04:40:47.117 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-02-04 04:40:47.119 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2025-02-04 04:40:47.120 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2025-02-04 04:40:47.122 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2025-02-04 04:40:47.125 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:47.127 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:47.129 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-02-04 04:40:47.131 | + 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-02-04 04:40:47.135 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2025-02-04 04:40:47.136 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-02-04 04:40:47.138 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-02-04 04:40:47.140 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2025-02-04 04:40:47.142 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:40:47.143 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:40:47.146 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-02-04 04:40:47.148 | + 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-02-04 04:40:47.173 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-02-04 04:40:47.196 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-02-04 04:40:47.219 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-02-04 04:40:47.243 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-02-04 04:40:47.266 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-02-04 04:40:47.290 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2025-02-04 04:40:47.291 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2025-02-04 04:40:47.293 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-02-04 04:40:47.295 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-02-04 04:40:47.298 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-02-04 04:40:47.310 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-02-04 04:40:47.312 | + functions:setup_systemd_logging:706 : local pidstr= 2025-02-04 04:40:47.314 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-02-04 04:40:47.316 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-02-04 04:40:47.317 | + 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-02-04 04:40:47.343 | + 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-02-04 04:40:47.367 | + 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-02-04 04:40:47.390 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-02-04 04:40:47.414 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2025-02-04 04:40:47.426 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:47.428 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2025-02-04 04:40:47.430 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:40:47.432 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-02-04 04:40:47.434 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2025-02-04 04:40:47.436 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-02-04 04:40:47.438 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:40:47.439 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2025-02-04 04:40:47.441 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-02-04 04:40:47.451 | + 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-02-04 04:40:47.460 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-02-04 04:40:47.462 | + 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-02-04 04:40:47.471 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-02-04 04:40:47.481 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2025-02-04 04:40:47.491 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-02-04 04:40:47.493 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-02-04 04:40:47.496 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2025-02-04 04:40:47.499 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.mTg2ApHkl0 2025-02-04 04:40:47.501 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-02-04 04:40:47.503 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-02-04 04:40:47.505 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.mTg2ApHkl0 2025-02-04 04:40:47.508 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.mTg2ApHkl0 2025-02-04 04:40:47.517 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.mTg2ApHkl0 /etc/sudoers.d/neutron-rootwrap 2025-02-04 04:40:47.526 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2025-02-04 04:40:47.528 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2025-02-04 04:40:47.530 | + 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-02-04 04:40:47.553 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:47.554 | + 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-02-04 04:40:47.579 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-02-04 04:40:47.580 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2025-02-04 04:40:47.582 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2025-02-04 04:40:47.584 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-02-04 04:40:47.586 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-02-04 04:40:47.588 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-02-04 04:40:47.601 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:47.604 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-02-04 04:40:47.606 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-02-04 04:40:47.608 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-02-04 04:40:47.621 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:47.623 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:40:47.626 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-02-04 04:40:47.653 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-02-04 04:40:47.655 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-02-04 04:40:47.657 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2025-02-04 04:40:47.670 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:47.672 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2025-02-04 04:40:47.685 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:47.687 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2025-02-04 04:40:47.689 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:47.690 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:47.693 | + 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-02-04 04:40:47.719 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:47.721 | + 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-02-04 04:40:47.745 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-02-04 04:40:47.770 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2025-02-04 04:40:47.772 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-02-04 04:40:47.774 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-02-04 04:40:47.776 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-02-04 04:40:49.098 | INFO neutron.common.config [-] Logging enabled! 2025-02-04 04:40:49.098 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2025-02-04 04:40:49.098 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39233) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-02-04 04:40:49.098 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-02-04 04:40:49.099 | 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/tmpv470i9gg/privsep.sock'] 2025-02-04 04:40:49.818 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-02-04 04:40:49.818 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpv470i9gg/privsep.sock {{(pid=39233) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2025-02-04 04:40:49.818 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-02-04 04:40:49.819 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-02-04 04:40:49.819 | 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-02-04 04:40:49.819 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39243 2025-02-04 04:40:49.819 | DEBUG oslo.privsep.daemon [-] privsep: reply[b4b1b86d-9fba-43a5-8af9-12f5b3cba47a]: (2,) {{(pid=39243) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:40:49.908 | 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=39243) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2025-02-04 04:40:49.917 | 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=39243) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2025-02-04 04:40:49.917 | DEBUG oslo.privsep.daemon [-] privsep: reply[2cdf667e-59b8-4db6-a044-2d1565a920bc]: (4, ('4498215e-33e1-4f15-8e31-17d46c9dc30f\n', '')) {{(pid=39243) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:40:50.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39233) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-04 04:40:50.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39233) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-04 04:40:50.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39233) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:50.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39233) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:50.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39233) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:50.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39233) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:50.046 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-02-04 04:40:50.047 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39233) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-02-04 04:40:50.047 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39233) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-02-04 04:40:50.047 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-02-04 04:40:50.311 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-02-04 04:40:50.313 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-02-04 04:40:50.315 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-02-04 04:40:50.317 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-02-04 04:40:50.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-02-04 04:40:50.332 | + 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-02-04 04:40:50.345 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-02-04 04:40:50.347 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:50.349 | + 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-02-04 04:40:50.373 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2025-02-04 04:40:50.376 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-02-04 04:40:50.382 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-02-04 04:40:50.384 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2025-02-04 04:40:50.386 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-02-04 04:40:50.424 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-02-04 04:40:50.438 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-02-04 04:40:50.440 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-02-04 04:40:50.450 | net.bridge.bridge-nf-call-iptables = 1 2025-02-04 04:40:50.453 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-02-04 04:40:50.455 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-02-04 04:40:50.461 | net.bridge.bridge-nf-call-ip6tables = 1 2025-02-04 04:40:50.464 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-02-04 04:40:50.466 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-02-04 04:40:50.467 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-02-04 04:40:50.469 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-02-04 04:40:50.471 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-02-04 04:40:50.473 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-02-04 04:40:50.475 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-02-04 04:40:50.477 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-02-04 04:40:50.479 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-02-04 04:40:50.481 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-02-04 04:40:50.493 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-02-04 04:40:50.495 | + 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-02-04 04:40:50.522 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2025-02-04 04:40:50.524 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-02-04 04:40:50.548 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-02-04 04:40:50.572 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2025-02-04 04:40:50.585 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:50.587 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2025-02-04 04:40:50.589 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.592 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-02-04 04:40:50.616 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-02-04 04:40:50.640 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.642 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.644 | + 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-02-04 04:40:50.669 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:50.671 | + 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-02-04 04:40:50.695 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2025-02-04 04:40:50.708 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:50.710 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.712 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-02-04 04:40:50.737 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.739 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.741 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-02-04 04:40:50.764 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.766 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-02-04 04:40:50.768 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-02-04 04:40:50.770 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2025-02-04 04:40:50.783 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:50.785 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2025-02-04 04:40:50.787 | + 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-02-04 04:40:50.791 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-02-04 04:40:50.815 | + 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-02-04 04:40:50.841 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:50.844 | + 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-02-04 04:40:50.868 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-02-04 04:40:50.870 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-02-04 04:40:50.894 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-02-04 04:40:50.896 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-02-04 04:40:50.898 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-02-04 04:40:50.922 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-02-04 04:40:50.924 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-02-04 04:40:50.926 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-02-04 04:40:50.928 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-02-04 04:40:52.233 | INFO neutron.common.config [-] Logging enabled! 2025-02-04 04:40:52.233 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2025-02-04 04:40:52.233 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39787) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-02-04 04:40:52.258 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39787) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-04 04:40:52.258 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39787) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-02-04 04:40:52.258 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39787) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:52.258 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39787) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:52.258 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39787) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:52.258 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39787) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-02-04 04:40:52.292 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-02-04 04:40:52.293 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39787) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-02-04 04:40:52.293 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39787) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-02-04 04:40:52.294 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-02-04 04:40:52.571 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2025-02-04 04:40:52.573 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2025-02-04 04:40:52.575 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2025-02-04 04:40:52.577 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-02-04 04:40:52.579 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-02-04 04:40:52.581 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-02-04 04:40:52.584 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-02-04 04:40:52.596 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2025-02-04 04:40:52.598 | + functions:set_mtu:796 : local dev=br-ex 2025-02-04 04:40:52.600 | + functions:set_mtu:797 : local mtu=8950 2025-02-04 04:40:52.602 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-02-04 04:40:52.612 | + 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-02-04 04:40:52.624 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2025-02-04 04:40:52.626 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2025-02-04 04:40:52.628 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-02-04 04:40:52.630 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2025-02-04 04:40:52.632 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2025-02-04 04:40:52.634 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2025-02-04 04:40:52.636 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2025-02-04 04:40:52.638 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2025-02-04 04:40:52.640 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2025-02-04 04:40:52.642 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2025-02-04 04:40:52.644 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2025-02-04 04:40:52.646 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2025-02-04 04:40:52.648 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2025-02-04 04:40:52.650 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2025-02-04 04:40:52.653 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2025-02-04 04:40:52.654 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2025-02-04 04:40:52.658 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2025-02-04 04:40:52.660 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2025-02-04 04:40:52.662 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2025-02-04 04:40:52.664 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2025-02-04 04:40:52.667 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2025-02-04 04:40:52.668 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2025-02-04 04:40:52.668 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2025-02-04 04:40:52.673 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2025-02-04 04:40:52.674 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2025-02-04 04:40:52.676 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:52.678 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-02-04 04:40:52.680 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2025-02-04 04:40:52.682 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2025-02-04 04:40:52.684 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-02-04 04:40:52.698 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2025-02-04 04:40:52.698 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2025-02-04 04:40:52.703 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2025-02-04 04:40:52.705 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2025-02-04 04:40:52.718 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:52.720 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2025-02-04 04:40:52.722 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-02-04 04:40:52.726 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-02-04 04:40:52.750 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-02-04 04:40:52.774 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-02-04 04:40:52.798 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-02-04 04:40:52.800 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2025-02-04 04:40:52.803 | + 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-02-04 04:40:52.827 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-02-04 04:40:52.829 | + 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-02-04 04:40:52.854 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2025-02-04 04:40:52.856 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2025-02-04 04:40:52.869 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:52.871 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2025-02-04 04:40:52.873 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2025-02-04 04:40:52.886 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:52.889 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2025-02-04 04:40:52.903 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:52.905 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2025-02-04 04:40:52.918 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:52.921 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-02-04 04:40:52.934 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:52.936 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2025-02-04 04:40:52.938 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-02-04 04:40:52.940 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-02-04 04:40:52.943 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2025-02-04 04:40:52.945 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2025-02-04 04:40:52.947 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2025-02-04 04:40:52.950 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2025-02-04 04:40:52.952 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2025-02-04 04:40:52.954 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-02-04 04:40:52.958 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-02-04 04:40:52.962 | + 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-02-04 04:40:52.966 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-02-04 04:40:52.990 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-02-04 04:40:53.017 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-02-04 04:40:53.042 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-02-04 04:40:53.067 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-02-04 04:40:53.069 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-02-04 04:40:53.071 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-02-04 04:40:53.073 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-02-04 04:40:53.075 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-02-04 04:40:53.099 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-02-04 04:40:53.124 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-02-04 04:40:53.149 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-02-04 04:40:53.174 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-02-04 04:40:53.200 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-02-04 04:40:53.224 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-02-04 04:40:53.250 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-02-04 04:40:53.274 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:40:53.299 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-02-04 04:40:53.323 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-02-04 04:40:53.348 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-02-04 04:40:53.373 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-02-04 04:40:53.375 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-02-04 04:40:53.377 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-02-04 04:40:53.379 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-02-04 04:40:53.381 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-02-04 04:40:53.406 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-02-04 04:40:53.432 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-02-04 04:40:53.457 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-02-04 04:40:53.481 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-02-04 04:40:53.506 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-02-04 04:40:53.531 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-02-04 04:40:53.555 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-02-04 04:40:53.580 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:40:53.604 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-02-04 04:40:53.628 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-02-04 04:40:53.630 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-02-04 04:40:53.632 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-02-04 04:40:53.634 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-02-04 04:40:53.636 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-02-04 04:40:53.661 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-02-04 04:40:53.685 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-02-04 04:40:53.713 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-02-04 04:40:53.737 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-02-04 04:40:53.762 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-02-04 04:40:53.786 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-02-04 04:40:53.811 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-02-04 04:40:53.836 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-02-04 04:40:53.861 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-02-04 04:40:53.886 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2025-02-04 04:40:53.889 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-02-04 04:40:53.891 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-02-04 04:40:53.893 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-02-04 04:40:53.894 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-02-04 04:40:53.897 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-02-04 04:40:53.899 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-02-04 04:40:53.901 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-02-04 04:40:53.903 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-02-04 04:40:53.905 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-02-04 04:40:53.907 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-02-04 04:40:53.909 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-02-04 04:40:53.911 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-02-04 04:40:53.913 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-02-04 04:40:53.915 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-02-04 04:40:53.917 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-02-04 04:40:53.919 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-02-04 04:40:53.920 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-02-04 04:40:53.922 | + 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-02-04 04:40:53.924 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:53.926 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-02-04 04:40:53.928 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-02-04 04:40:53.930 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-02-04 04:40:53.932 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:53.934 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-02-04 04:40:53.957 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-02-04 04:40:53.959 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:53.961 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-04 04:40:53.963 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-02-04 04:40:53.965 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-02-04 04:40:53.967 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:53.969 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-02-04 04:40:53.992 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-02-04 04:40:53.994 | + 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-02-04 04:40:53.996 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:53.998 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-04 04:40:54.000 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-02-04 04:40:54.002 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-02-04 04:40:54.004 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.006 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-02-04 04:40:54.030 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-02-04 04:40:54.032 | + 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-02-04 04:40:54.034 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.036 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-04 04:40:54.037 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-02-04 04:40:54.039 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-02-04 04:40:54.041 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.043 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-02-04 04:40:54.067 | + 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-02-04 04:40:54.069 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.071 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-02-04 04:40:54.073 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-02-04 04:40:54.075 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-02-04 04:40:54.077 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.079 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-02-04 04:40:54.103 | + 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-02-04 04:40:54.105 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.107 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-02-04 04:40:54.109 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-02-04 04:40:54.111 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-02-04 04:40:54.113 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.115 | + 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-02-04 04:40:54.138 | + 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-02-04 04:40:54.140 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.142 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-02-04 04:40:54.144 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-02-04 04:40:54.146 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-02-04 04:40:54.148 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.150 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-02-04 04:40:54.174 | + 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-02-04 04:40:54.176 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.178 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-02-04 04:40:54.180 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-02-04 04:40:54.182 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-02-04 04:40:54.184 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.186 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-02-04 04:40:54.209 | + 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-02-04 04:40:54.211 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.213 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-02-04 04:40:54.215 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-02-04 04:40:54.217 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-02-04 04:40:54.219 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.221 | + 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-02-04 04:40:54.245 | + 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-02-04 04:40:54.247 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:40:54.248 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-02-04 04:40:54.250 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-02-04 04:40:54.252 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-02-04 04:40:54.254 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-02-04 04:40:54.256 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-02-04 04:40:54.280 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-02-04 04:40:54.282 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-02-04 04:40:54.307 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-02-04 04:40:54.333 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2025-02-04 04:40:54.335 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2025-02-04 04:40:54.349 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:54.351 | + stack.sh:main:1159 : is_service_enabled neutron 2025-02-04 04:40:54.365 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:54.367 | + stack.sh:main:1160 : async_runfunc init_neutron 2025-02-04 04:40:54.369 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-02-04 04:40:54.418 | + inc/async:async_inner:63 : init_neutron 2025-02-04 04:40:54.447 | [3589 Async init_neutron:41586]: running: init_neutron 2025-02-04 04:40:54.450 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2025-02-04 04:40:54.463 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:54.466 | ++ stack.sh:main:1172 : pidof NetworkManager 2025-02-04 04:40:54.482 | ++ stack.sh:main:1172 : true 2025-02-04 04:40:54.484 | + stack.sh:main:1172 : netman_pid= 2025-02-04 04:40:54.486 | + stack.sh:main:1173 : '[' -z '' ']' 2025-02-04 04:40:54.488 | + stack.sh:main:1174 : sudo killall dnsmasq 2025-02-04 04:40:54.500 | dnsmasq: no process found 2025-02-04 04:40:54.503 | + stack.sh:main:1174 : true 2025-02-04 04:40:54.505 | + stack.sh:main:1179 : clean_iptables 2025-02-04 04:40:54.508 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-04 04:40:54.509 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2025-02-04 04:40:54.509 | + lib/nova:clean_iptables:184 : grep '\-A' 2025-02-04 04:40:54.510 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2025-02-04 04:40:54.510 | + lib/nova:clean_iptables:184 : grep nova 2025-02-04 04:40:54.510 | + lib/nova:clean_iptables:184 : bash 2025-02-04 04:40:54.511 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2025-02-04 04:40:54.549 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-04 04:40:54.550 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2025-02-04 04:40:54.550 | + lib/nova:clean_iptables:186 : grep nova 2025-02-04 04:40:54.550 | + lib/nova:clean_iptables:186 : grep '\-A' 2025-02-04 04:40:54.551 | + lib/nova:clean_iptables:186 : bash 2025-02-04 04:40:54.552 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2025-02-04 04:40:54.552 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2025-02-04 04:40:54.562 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2025-02-04 04:40:54.562 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-04 04:40:54.564 | + lib/nova:clean_iptables:188 : grep nova 2025-02-04 04:40:54.564 | + lib/nova:clean_iptables:188 : grep '\-N' 2025-02-04 04:40:54.564 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2025-02-04 04:40:54.564 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2025-02-04 04:40:54.565 | + lib/nova:clean_iptables:188 : bash 2025-02-04 04:40:54.574 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2025-02-04 04:40:54.574 | + lib/nova:clean_iptables:190 : grep '\-N' 2025-02-04 04:40:54.574 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2025-02-04 04:40:54.574 | + lib/nova:clean_iptables:190 : grep nova 2025-02-04 04:40:54.574 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2025-02-04 04:40:54.575 | + lib/nova:clean_iptables:190 : bash 2025-02-04 04:40:54.576 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2025-02-04 04:40:54.583 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2025-02-04 04:40:54.591 | net.ipv4.ip_forward = 1 2025-02-04 04:40:54.593 | + stack.sh:main:1187 : is_service_enabled nova neutron 2025-02-04 04:40:54.607 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:54.609 | + stack.sh:main:1188 : configure_os_vif 2025-02-04 04:40:54.611 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-02-04 04:40:54.613 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-02-04 04:40:54.639 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-02-04 04:40:54.642 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-02-04 04:40:54.669 | + stack.sh:main:1194 : is_service_enabled swift 2025-02-04 04:40:54.683 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:40:54.685 | + stack.sh:main:1203 : is_service_enabled cinder 2025-02-04 04:40:54.698 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:54.700 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2025-02-04 04:40:54.703 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:40:54.705 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2025-02-04 04:40:54.707 | + stack.sh:main:1205 : async_runfunc init_cinder 2025-02-04 04:40:54.709 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-02-04 04:40:54.756 | + inc/async:async_inner:63 : init_cinder 2025-02-04 04:40:54.787 | [3589 Async init_cinder:41936]: running: init_cinder 2025-02-04 04:40:54.789 | + stack.sh:main:1211 : is_service_enabled placement 2025-02-04 04:40:54.803 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:40:54.805 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2025-02-04 04:40:54.807 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:40:54.810 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2025-02-04 04:40:54.812 | + stack.sh:main:1213 : async_runfunc init_placement 2025-02-04 04:40:54.814 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-02-04 04:40:54.861 | + inc/async:async_inner:63 : init_placement 2025-02-04 04:40:54.891 | [3589 Async init_placement:42083]: running: init_placement 2025-02-04 04:40:54.895 | + stack.sh:main:1217 : async_wait init_neutron 2025-02-04 04:40:54.929 | [3589 Async init_neutron:41586]: Waiting for completion of init_neutron running on PID 41586 (5 other jobs running) 2025-02-04 04:40:54.949 | [3589 Async init_neutron:41586]: Signaling child to exit 2025-02-04 04:40:58.489 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:40:58.508 | [41936 Async init_cinder:41936]: finished successfully 2025-02-04 04:41:04.383 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:41:04.402 | [41586 Async init_neutron:41586]: finished successfully 2025-02-04 04:41:04.418 | WAKEUP 2025-02-04 04:41:04.434 | [3589 Async init_neutron:41586]: Signaled 2025-02-04 04:41:04.435 | + lib/neutron:init_neutron:501 : recreate_database neutron 2025-02-04 04:41:04.435 | + lib/database:recreate_database:112 : local db=neutron 2025-02-04 04:41:04.435 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-02-04 04:41:04.435 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2025-02-04 04:41:04.435 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-02-04 04:41:04.435 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-02-04 04:41:04.435 | + lib/neutron:init_neutron:502 : time_start dbsync 2025-02-04 04:41:04.435 | + functions-common:time_start:2421 : local name=dbsync 2025-02-04 04:41:04.435 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:04.435 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:04.435 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:04.435 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644054458 2025-02-04 04:41:04.435 | + 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-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-02-04 04:41:04.435 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-02-04 04:41:04.436 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-02-04 04:41:04.436 | Running upgrade for neutron ... 2025-02-04 04:41:04.436 | OK 2025-02-04 04:41:04.436 | + lib/neutron:init_neutron:505 : time_stop dbsync 2025-02-04 04:41:04.436 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:04.436 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:04.436 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:04.436 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:04.436 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:04.436 | + functions-common:time_stop:2441 : name=dbsync 2025-02-04 04:41:04.436 | + functions-common:time_stop:2442 : start_time=1738644054458 2025-02-04 04:41:04.436 | + functions-common:time_stop:2444 : [[ -z 1738644054458 ]] 2025-02-04 04:41:04.436 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:04.436 | + functions-common:time_stop:2447 : end_time=1738644064371 2025-02-04 04:41:04.436 | + functions-common:time_stop:2448 : elapsed_time=9913 2025-02-04 04:41:04.436 | + functions-common:time_stop:2449 : total=3035 2025-02-04 04:41:04.436 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:04.436 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12948 2025-02-04 04:41:04.468 | [3589 Async init_neutron:41586]: finished init_neutron with result 0 in 10 seconds 2025-02-04 04:41:04.471 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:04.473 | + stack.sh:main:1218 : async_wait init_placement 2025-02-04 04:41:04.510 | [3589 Async init_placement:42083]: Waiting for completion of init_placement running on PID 42083 (4 other jobs running) 2025-02-04 04:41:04.528 | [3589 Async init_placement:42083]: Signaling child to exit 2025-02-04 04:41:12.588 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:41:12.607 | [42083 Async init_placement:42083]: finished successfully 2025-02-04 04:41:12.623 | WAKEUP 2025-02-04 04:41:12.641 | [3589 Async init_placement:42083]: Signaled 2025-02-04 04:41:12.641 | + lib/placement:init_placement:143 : recreate_database placement 2025-02-04 04:41:12.641 | + lib/database:recreate_database:112 : local db=placement 2025-02-04 04:41:12.641 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-02-04 04:41:12.641 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2025-02-04 04:41:12.641 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-02-04 04:41:12.641 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-02-04 04:41:12.641 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2025-02-04 04:41:12.641 | + lib/placement:init_placement:145 : create_placement_accounts 2025-02-04 04:41:12.641 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-02-04 04:41:12.641 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-02-04 04:41:12.641 | + functions-common:get_or_create_user:922 : local user_id 2025-02-04 04:41:12.642 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-02-04 04:41:12.642 | + functions-common:get_or_create_user:926 : local email= 2025-02-04 04:41:12.642 | ++ 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-02-04 04:41:12.642 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:12.642 | + functions-common:get_or_create_user:938 : user_id=b257bd4409174afb8f4106b7359d7e14 2025-02-04 04:41:12.642 | + functions-common:get_or_create_user:939 : echo b257bd4409174afb8f4106b7359d7e14 2025-02-04 04:41:12.642 | b257bd4409174afb8f4106b7359d7e14 2025-02-04 04:41:12.642 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:41:12.642 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:41:12.642 | + 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-02-04 04:41:12.642 | ++ 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-02-04 04:41:12.642 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ef918b981e754c2293a037dfc1f33157 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:1003 : echo ef918b981e754c2293a037dfc1f33157 2025-02-04 04:41:12.642 | ef918b981e754c2293a037dfc1f33157 2025-02-04 04:41:12.642 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-02-04 04:41:12.642 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-02-04 04:41:12.642 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:970 : local domain 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:971 : domain= 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-02-04 04:41:12.642 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-02-04 04:41:12.642 | + 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-02-04 04:41:12.642 | ++ 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-02-04 04:41:12.642 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fda30072bb6b48f49d568360ee85569d 2025-02-04 04:41:12.642 | + functions-common:get_or_add_user_project_role:1003 : echo fda30072bb6b48f49d568360ee85569d 2025-02-04 04:41:12.642 | fda30072bb6b48f49d568360ee85569d 2025-02-04 04:41:12.642 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-02-04 04:41:12.642 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-02-04 04:41:12.642 | + functions-common:get_or_create_service:1078 : local service_id 2025-02-04 04:41:12.642 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-02-04 04:41:12.642 | ++ 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-02-04 04:41:12.642 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:12.642 | + functions-common:get_or_create_service:1089 : service_id=' 2025-02-04 04:41:12.642 | 46be3c9b92464d72b17471d0f4320bde' 2025-02-04 04:41:12.642 | + functions-common:get_or_create_service:1090 : echo 46be3c9b92464d72b17471d0f4320bde 2025-02-04 04:41:12.642 | 46be3c9b92464d72b17471d0f4320bde 2025-02-04 04:41:12.642 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-02-04 04:41:12.642 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-02-04 04:41:12.642 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-02-04 04:41:12.642 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-02-04 04:41:12.642 | +++ 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-02-04 04:41:12.642 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:12.642 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-02-04 04:41:12.642 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-02-04 04:41:12.642 | +++ 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-02-04 04:41:12.642 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:12.642 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=68e7e42c88f34e599c1197ebe2944b94 2025-02-04 04:41:12.642 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 68e7e42c88f34e599c1197ebe2944b94 2025-02-04 04:41:12.642 | + functions-common:get_or_create_endpoint:1123 : public_id=68e7e42c88f34e599c1197ebe2944b94 2025-02-04 04:41:12.642 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-02-04 04:41:12.642 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-02-04 04:41:12.642 | + functions-common:get_or_create_endpoint:1132 : echo 68e7e42c88f34e599c1197ebe2944b94 2025-02-04 04:41:12.642 | 68e7e42c88f34e599c1197ebe2944b94 2025-02-04 04:41:12.675 | [3589 Async init_placement:42083]: finished init_placement with result 0 in 17 seconds 2025-02-04 04:41:12.678 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:12.681 | + stack.sh:main:1219 : async_wait init_glance 2025-02-04 04:41:12.719 | [3589 Async init_glance:38300]: Waiting for completion of init_glance running on PID 38300 (3 other jobs running) 2025-02-04 04:41:12.738 | [3589 Async init_glance:38300]: Signaling child to exit 2025-02-04 04:41:12.738 | WAKEUP 2025-02-04 04:41:12.755 | [3589 Async init_glance:38300]: Signaled 2025-02-04 04:41:12.756 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2025-02-04 04:41:12.756 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2025-02-04 04:41:12.756 | + lib/glance:init_glance:489 : recreate_database glance 2025-02-04 04:41:12.756 | + lib/database:recreate_database:112 : local db=glance 2025-02-04 04:41:12.756 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-02-04 04:41:12.756 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2025-02-04 04:41:12.756 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-02-04 04:41:12.756 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-02-04 04:41:12.756 | + lib/glance:init_glance:491 : time_start dbsync 2025-02-04 04:41:12.756 | + functions-common:time_start:2421 : local name=dbsync 2025-02-04 04:41:12.756 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:12.756 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:12.756 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:12.756 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644026887 2025-02-04 04:41:12.756 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-02-04 04:41:12.756 | 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=38386) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:41:12.756 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-02-04 04:41:12.756 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-02-04 04:41:12.756 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-02-04 04:41:12.756 | Database migration is up to date. No migration needed. 2025-02-04 04:41:12.756 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-02-04 04:41:12.756 | Database is synced successfully. 2025-02-04 04:41:12.756 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-02-04 04:41:12.756 | 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=38425) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-02-04 04:41:12.756 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-02-04 04:41:12.757 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-02-04 04:41:12.757 | + lib/glance:init_glance:497 : time_stop dbsync 2025-02-04 04:41:12.757 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:12.757 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:12.757 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:12.757 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:12.757 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:12.757 | + functions-common:time_stop:2441 : name=dbsync 2025-02-04 04:41:12.757 | + functions-common:time_stop:2442 : start_time=1738644026887 2025-02-04 04:41:12.757 | + functions-common:time_stop:2444 : [[ -z 1738644026887 ]] 2025-02-04 04:41:12.757 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:12.757 | + functions-common:time_stop:2447 : end_time=1738644036180 2025-02-04 04:41:12.757 | + functions-common:time_stop:2448 : elapsed_time=9293 2025-02-04 04:41:12.757 | + functions-common:time_stop:2449 : total=3035 2025-02-04 04:41:12.757 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:12.757 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12328 2025-02-04 04:41:12.790 | [3589 Async init_glance:38300]: finished init_glance with result 0 in 9 seconds 2025-02-04 04:41:12.793 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:12.795 | + stack.sh:main:1220 : async_wait init_swift 2025-02-04 04:41:12.813 | Not waiting for async task init_swift that we never started or has already been waited for 2025-02-04 04:41:12.815 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:12.817 | + stack.sh:main:1221 : async_wait init_cinder 2025-02-04 04:41:12.855 | [3589 Async init_cinder:41936]: Waiting for completion of init_cinder running on PID 41936 (2 other jobs running) 2025-02-04 04:41:12.873 | [3589 Async init_cinder:41936]: Signaling child to exit 2025-02-04 04:41:12.874 | WAKEUP 2025-02-04 04:41:12.890 | [3589 Async init_cinder:41936]: Signaled 2025-02-04 04:41:12.891 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2025-02-04 04:41:12.891 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:12.891 | + lib/cinder:init_cinder:476 : recreate_database cinder 2025-02-04 04:41:12.891 | + lib/database:recreate_database:112 : local db=cinder 2025-02-04 04:41:12.891 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-02-04 04:41:12.891 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2025-02-04 04:41:12.891 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-02-04 04:41:12.891 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-02-04 04:41:12.891 | + lib/cinder:init_cinder:478 : time_start dbsync 2025-02-04 04:41:12.891 | + functions-common:time_start:2421 : local name=dbsync 2025-02-04 04:41:12.891 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:12.891 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:12.891 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:12.891 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644054812 2025-02-04 04:41:12.891 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-02-04 04:41:12.891 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=42043) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | 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=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-02-04 04:41:12.891 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42043) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-02-04 04:41:12.891 | INFO cinder.db.migration [-] Applying migration(s) 2025-02-04 04:41:12.891 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:41:12.891 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:41:12.891 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-02-04 04:41:12.891 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42043) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-02-04 04:41:12.892 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-02-04 04:41:12.892 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42043) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:12.892 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-02-04 04:41:12.892 | 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=42043) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:41:12.892 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42043) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:12.892 | INFO cinder.db.migration [-] Migration(s) applied 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:481 : time_stop dbsync 2025-02-04 04:41:12.892 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:12.892 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:12.892 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:12.892 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:12.892 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:12.892 | + functions-common:time_stop:2441 : name=dbsync 2025-02-04 04:41:12.892 | + functions-common:time_stop:2442 : start_time=1738644054812 2025-02-04 04:41:12.892 | + functions-common:time_stop:2444 : [[ -z 1738644054812 ]] 2025-02-04 04:41:12.892 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:12.892 | + functions-common:time_stop:2447 : end_time=1738644058428 2025-02-04 04:41:12.892 | + functions-common:time_stop:2448 : elapsed_time=3616 2025-02-04 04:41:12.892 | + functions-common:time_stop:2449 : total=3035 2025-02-04 04:41:12.892 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:12.892 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6651 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2025-02-04 04:41:12.892 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:485 : local be be_name be_type 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:487 : be_type=vmdk 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:488 : be_name=vsphere 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2025-02-04 04:41:12.892 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:12.892 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2025-02-04 04:41:12.922 | [3589 Async init_cinder:41936]: finished init_cinder with result 0 in 3 seconds 2025-02-04 04:41:12.925 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:12.927 | + stack.sh:main:1226 : is_service_enabled nova 2025-02-04 04:41:12.941 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:12.943 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2025-02-04 04:41:12.945 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:41:12.947 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2025-02-04 04:41:12.949 | + stack.sh:main:1228 : init_nova 2025-02-04 04:41:12.952 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2025-02-04 04:41:12.964 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:12.966 | + lib/nova:init_nova:850 : is_service_enabled n-api 2025-02-04 04:41:12.980 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:12.982 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:41:12.984 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2025-02-04 04:41:12.986 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-02-04 04:41:12.988 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-02-04 04:41:12.990 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2025-02-04 04:41:12.992 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-02-04 04:41:13.000 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-02-04 04:41:13.010 | ++ lib/nova:init_nova:863 : seq 1 1 2025-02-04 04:41:13.013 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-02-04 04:41:13.016 | ++ lib/nova:init_nova:864 : conductor_conf 1 2025-02-04 04:41:13.018 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-02-04 04:41:13.020 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-02-04 04:41:13.022 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-02-04 04:41:13.069 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-02-04 04:41:13.097 | [3589 Async nova-cell-1:43174]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-02-04 04:41:13.100 | + lib/nova:init_nova:867 : recreate_database nova_api 2025-02-04 04:41:13.102 | + lib/database:recreate_database:112 : local db=nova_api 2025-02-04 04:41:13.104 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-02-04 04:41:13.106 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2025-02-04 04:41:13.108 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-02-04 04:41:13.116 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-02-04 04:41:13.125 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-02-04 04:41:13.506 | 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-02-04 04:41:15.292 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-02-04 04:41:15.296 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43241) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-02-04 04:41:15.309 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:41:15.309 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:41:15.328 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-02-04 04:41:16.177 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43241) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-02-04 04:41:16.179 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-02-04 04:41:16.353 | DEBUG alembic.runtime.migration [-[00;32m] update d67eeaabee36 to b30f573d3377 {{(pid=43241) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:16.758 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2025-02-04 04:41:16.760 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-02-04 04:41:16.763 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-02-04 04:41:16.765 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2025-02-04 04:41:16.767 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-02-04 04:41:16.769 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-02-04 04:41:16.771 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-02-04 04:41:16.774 | + 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-02-04 04:41:17.165 | 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-02-04 04:41:18.132 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:41:18.150 | [43174 Async nova-cell-1:43174]: finished successfully 2025-02-04 04:41:18.879 | ++ lib/nova:init_nova:875 : seq 0 1 2025-02-04 04:41:18.883 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-02-04 04:41:18.885 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2025-02-04 04:41:18.901 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-02-04 04:41:18.903 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:18.905 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-02-04 04:41:18.907 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2025-02-04 04:41:18.944 | [3589 Async nova-cell-1:43174]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43174 (2 other jobs running) 2025-02-04 04:41:18.961 | [3589 Async nova-cell-1:43174]: Signaling child to exit 2025-02-04 04:41:18.961 | WAKEUP 2025-02-04 04:41:18.976 | [3589 Async nova-cell-1:43174]: Signaled 2025-02-04 04:41:18.978 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2025-02-04 04:41:18.978 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2025-02-04 04:41:18.978 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2025-02-04 04:41:18.978 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-02-04 04:41:18.978 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-02-04 04:41:18.978 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2025-02-04 04:41:18.978 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-02-04 04:41:18.978 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-02-04 04:41:18.978 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-02-04 04:41:18.978 | 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-02-04 04:41:18.978 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-02-04 04:41:18.978 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43227) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-02-04 04:41:18.978 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-02-04 04:41:18.978 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-02-04 04:41:18.978 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-02-04 04:41:18.978 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-02-04 04:41:18.978 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-02-04 04:41:18.978 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:18.978 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-02-04 04:41:18.978 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:18.978 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-02-04 04:41:18.978 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43227) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:19.008 | [3589 Async nova-cell-1:43174]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-02-04 04:41:19.011 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:19.013 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:41:19.015 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-02-04 04:41:19.389 | 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-02-04 04:41:20.701 | DEBUG migrate.versioning.repository [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.702 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.703 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.703 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.703 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.703 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.703 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.704 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.704 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.704 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.704 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.705 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.705 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.705 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.705 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.706 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.707 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.707 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.707 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.707 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.707 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.708 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.708 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.708 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.708 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.708 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.709 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.709 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:20.709 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:20.709 | DEBUG migrate.versioning.repository [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-02-04 04:41:20.710 | DEBUG migrate.versioning.repository [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-02-04 04:41:20.721 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Context impl MySQLImpl. 2025-02-04 04:41:20.722 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Will assume non-transactional DDL. 2025-02-04 04:41:20.732 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-02-04 04:41:22.775 | DEBUG alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] new branch insert 8f2f1571d55b {{(pid=43432) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-02-04 04:41:22.776 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-02-04 04:41:22.804 | DEBUG alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43432) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:22.805 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-02-04 04:41:22.860 | DEBUG alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43432) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:22.861 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-02-04 04:41:22.875 | DEBUG alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43432) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-02-04 04:41:22.882 | DEBUG migrate.versioning.repository [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-02-04 04:41:22.883 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.883 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.883 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.883 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.883 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.883 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.884 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.885 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.885 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.885 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.885 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.886 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.886 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.886 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.886 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.886 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.887 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.888 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.script.base [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.repository [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-02-04 04:41:22.890 | DEBUG migrate.versioning.repository [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43432) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-02-04 04:41:22.893 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Context impl MySQLImpl. 2025-02-04 04:41:22.894 | INFO alembic.runtime.migration [None req-2fdcc92c-9f8d-45fd-be9f-c39b9b36b80b None None] Will assume non-transactional DDL. 2025-02-04 04:41:23.256 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-02-04 04:41:23.632 | 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-02-04 04:41:25.060 | Running batches of 50 until complete 2025-02-04 04:41:25.060 | +-------------------------------------+--------------+-----------+ 2025-02-04 04:41:25.060 | | Migration | Total Needed | Completed | 2025-02-04 04:41:25.060 | +-------------------------------------+--------------+-----------+ 2025-02-04 04:41:25.060 | | fill_virtual_interface_list | 0 | 0 | 2025-02-04 04:41:25.060 | | migrate_empty_ratio | 0 | 0 | 2025-02-04 04:41:25.060 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-02-04 04:41:25.060 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-02-04 04:41:25.060 | | migration_migrate_to_uuid | 0 | 0 | 2025-02-04 04:41:25.060 | | populate_dev_uuids | 0 | 0 | 2025-02-04 04:41:25.060 | | populate_missing_availability_zones | 0 | 0 | 2025-02-04 04:41:25.060 | | populate_queued_for_delete | 0 | 0 | 2025-02-04 04:41:25.060 | | populate_user_id | 0 | 0 | 2025-02-04 04:41:25.060 | | populate_uuids | 0 | 0 | 2025-02-04 04:41:25.060 | +-------------------------------------+--------------+-----------+ 2025-02-04 04:41:25.438 | ++ lib/nova:init_nova:889 : seq 1 1 2025-02-04 04:41:25.441 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-02-04 04:41:25.444 | ++ lib/nova:init_nova:890 : conductor_conf 1 2025-02-04 04:41:25.446 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-02-04 04:41:25.448 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-02-04 04:41:25.451 | + 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-02-04 04:41:25.827 | 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-02-04 04:41:27.147 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-02-04 04:41:27.147 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-02-04 04:41:27.488 | + lib/nova:init_nova:894 : create_nova_keys_dir 2025-02-04 04:41:27.491 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-02-04 04:41:27.502 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2025-02-04 04:41:27.504 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2025-02-04 04:41:27.506 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-02-04 04:41:27.555 | + inc/async:async_inner:63 : configure_neutron_nova 2025-02-04 04:41:27.586 | [3589 Async configure_neutron_nova:43511]: running: configure_neutron_nova 2025-02-04 04:41:27.588 | + stack.sh:main:1238 : run_phase stack post-config 2025-02-04 04:41:27.590 | + functions-common:run_phase:1863 : local mode=stack 2025-02-04 04:41:27.592 | + functions-common:run_phase:1864 : local phase=post-config 2025-02-04 04:41:27.594 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:41:27.597 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:41:27.599 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:41:27.601 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:41:27.603 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:41:27.606 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:41:27.610 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:41:27.611 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:41:27.614 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:41:27.616 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-02-04 04:41:27.618 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:41:27.632 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:27.634 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:41:27.636 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:41:27.639 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-02-04 04:41:27.641 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:41:27.643 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:41:27.645 | ++ extras.d/80-tempest.sh:source:12 : : 2025-02-04 04:41:27.647 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-04 04:41:27.649 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-04 04:41:27.652 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:41:27.654 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-04 04:41:27.656 | + functions-common:run_phase:1890 : run_plugins stack post-config 2025-02-04 04:41:27.658 | + functions-common:run_plugins:1849 : local mode=stack 2025-02-04 04:41:27.660 | + functions-common:run_plugins:1850 : local phase=post-config 2025-02-04 04:41:27.663 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-02-04 04:41:27.665 | + functions-common:run_plugins:1853 : local plugin 2025-02-04 04:41:27.667 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-02-04 04:41:27.670 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:41:27.672 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-04 04:41:27.674 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-02-04 04:41:27.677 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:41:27.679 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:41:27.681 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-02-04 04:41:27.683 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:41:27.684 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:41:27.687 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-02-04 04:41:27.689 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:41:27.691 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2025-02-04 04:41:27.693 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-02-04 04:41:27.696 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.698 | + inc/meta-config:merge_config_group:171 : shift 2025-02-04 04:41:27.700 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-02-04 04:41:27.702 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:27.704 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-04 04:41:27.706 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-04 04:41:27.709 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-02-04 04:41:27.711 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.714 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-02-04 04:41:27.716 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:27.718 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-02-04 04:41:27.718 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:41:27.718 | gsub("[][]", "", $1); 2025-02-04 04:41:27.718 | split($1, a, "|"); 2025-02-04 04:41:27.718 | if (a[1] == matchgroup) 2025-02-04 04:41:27.718 | print a[2] 2025-02-04 04:41:27.718 | } 2025-02-04 04:41:27.718 | ' /opt/stack/devstack/local.conf 2025-02-04 04:41:27.723 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-04 04:41:27.725 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-04 04:41:27.727 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-04 04:41:27.729 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-02-04 04:41:27.731 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-02-04 04:41:27.734 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-02-04 04:41:27.737 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-02-04 04:41:27.740 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-02-04 04:41:27.743 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-02-04 04:41:27.745 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-02-04 04:41:27.747 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-02-04 04:41:27.750 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.752 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-04 04:41:27.754 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-02-04 04:41:27.756 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-04 04:41:27.759 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-02-04 04:41:27.761 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-02-04 04:41:27.763 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-02-04 04:41:27.766 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-02-04 04:41:27.768 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-02-04 04:41:27.769 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-02-04 04:41:27.769 | BEGIN { 2025-02-04 04:41:27.769 | section = "" 2025-02-04 04:41:27.769 | last_section = "" 2025-02-04 04:41:27.769 | section_count = 0 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | /^\[.+\]/ { 2025-02-04 04:41:27.769 | gsub("[][]", "", $1); 2025-02-04 04:41:27.769 | section=$1 2025-02-04 04:41:27.769 | next 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | /^ *\#/ { 2025-02-04 04:41:27.769 | next 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | /^[^ \t]+/ { 2025-02-04 04:41:27.769 | # get offset of first = in $0 2025-02-04 04:41:27.769 | eq_idx = index($0, "=") 2025-02-04 04:41:27.769 | # extract attr & value from $0 2025-02-04 04:41:27.769 | attr = substr($0, 1, eq_idx - 1) 2025-02-04 04:41:27.769 | value = substr($0, eq_idx + 1) 2025-02-04 04:41:27.769 | # only need to strip trailing whitespace from attr 2025-02-04 04:41:27.769 | sub(/[ \t]*$/, "", attr) 2025-02-04 04:41:27.769 | # need to strip leading & trailing whitespace from value 2025-02-04 04:41:27.769 | sub(/^[ \t]*/, "", value) 2025-02-04 04:41:27.769 | sub(/[ \t]*$/, "", value) 2025-02-04 04:41:27.769 | 2025-02-04 04:41:27.769 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-04 04:41:27.769 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-04 04:41:27.769 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-04 04:41:27.769 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-04 04:41:27.769 | if (! (section, attr) in cfg_attr_count) { 2025-02-04 04:41:27.769 | if (section != last_section) { 2025-02-04 04:41:27.769 | cfg_section[section_count++] = section 2025-02-04 04:41:27.769 | last_section = section 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-04 04:41:27.769 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-04 04:41:27.769 | 2025-02-04 04:41:27.769 | cfg_attr[section, attr, 0] = value 2025-02-04 04:41:27.769 | cfg_attr_count[section, attr] = 1 2025-02-04 04:41:27.769 | } else { 2025-02-04 04:41:27.769 | lno = cfg_attr_count[section, attr]++ 2025-02-04 04:41:27.769 | cfg_attr[section, attr, lno] = value 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | END { 2025-02-04 04:41:27.769 | # Process each section in order 2025-02-04 04:41:27.769 | for (sno = 0; sno < section_count; sno++) { 2025-02-04 04:41:27.769 | section = cfg_section[sno] 2025-02-04 04:41:27.769 | # The ini routines simply append a config item immediately 2025-02-04 04:41:27.769 | # after the section header. To keep the same order as defined 2025-02-04 04:41:27.769 | # in local.conf, invoke the ini routines in the reverse order 2025-02-04 04:41:27.769 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-04 04:41:27.769 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-04 04:41:27.769 | if (cfg_attr_count[section, attr] == 1) 2025-02-04 04:41:27.769 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-04 04:41:27.769 | else { 2025-02-04 04:41:27.769 | # For multiline, invoke the ini routines in the reverse order 2025-02-04 04:41:27.769 | count = cfg_attr_count[section, attr] 2025-02-04 04:41:27.769 | print "inidelete " configfile " " section " " attr 2025-02-04 04:41:27.769 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-04 04:41:27.769 | for (l = count -2; l >= 0; l--) 2025-02-04 04:41:27.769 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | } 2025-02-04 04:41:27.769 | ' 2025-02-04 04:41:27.769 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:27.771 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.771 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-04 04:41:27.772 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-04 04:41:27.775 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-02-04 04:41:27.777 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:27.779 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-02-04 04:41:27.781 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-02-04 04:41:27.781 | BEGIN { group = "" } 2025-02-04 04:41:27.782 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:41:27.782 | gsub("[][]", "", $1); 2025-02-04 04:41:27.782 | split($1, a, "|"); 2025-02-04 04:41:27.782 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-04 04:41:27.782 | group=a[1] 2025-02-04 04:41:27.782 | } else { 2025-02-04 04:41:27.782 | group="" 2025-02-04 04:41:27.782 | } 2025-02-04 04:41:27.782 | next 2025-02-04 04:41:27.782 | } 2025-02-04 04:41:27.782 | { 2025-02-04 04:41:27.782 | if (group != "") 2025-02-04 04:41:27.782 | print $0 2025-02-04 04:41:27.782 | } 2025-02-04 04:41:27.782 | ' /opt/stack/devstack/local.conf 2025-02-04 04:41:27.786 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-02-04 04:41:27.788 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-02-04 04:41:27.814 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:27.816 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-04 04:41:27.819 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-04 04:41:27.821 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-04 04:41:27.823 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-02-04 04:41:27.825 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-02-04 04:41:27.828 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-02-04 04:41:27.830 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-02-04 04:41:27.833 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-02-04 04:41:27.836 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-02-04 04:41:27.838 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-02-04 04:41:27.841 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-02-04 04:41:27.844 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.846 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-04 04:41:27.848 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-02-04 04:41:27.850 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-04 04:41:27.852 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-02-04 04:41:27.854 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-02-04 04:41:27.858 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-02-04 04:41:27.861 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-02-04 04:41:27.863 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-02-04 04:41:27.864 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-02-04 04:41:27.864 | BEGIN { 2025-02-04 04:41:27.864 | section = "" 2025-02-04 04:41:27.864 | last_section = "" 2025-02-04 04:41:27.864 | section_count = 0 2025-02-04 04:41:27.864 | } 2025-02-04 04:41:27.864 | /^\[.+\]/ { 2025-02-04 04:41:27.864 | gsub("[][]", "", $1); 2025-02-04 04:41:27.864 | section=$1 2025-02-04 04:41:27.864 | next 2025-02-04 04:41:27.864 | } 2025-02-04 04:41:27.864 | /^ *\#/ { 2025-02-04 04:41:27.864 | next 2025-02-04 04:41:27.864 | } 2025-02-04 04:41:27.864 | /^[^ \t]+/ { 2025-02-04 04:41:27.864 | # get offset of first = in $0 2025-02-04 04:41:27.864 | eq_idx = index($0, "=") 2025-02-04 04:41:27.864 | # extract attr & value from $0 2025-02-04 04:41:27.864 | attr = substr($0, 1, eq_idx - 1) 2025-02-04 04:41:27.864 | value = substr($0, eq_idx + 1) 2025-02-04 04:41:27.864 | # only need to strip trailing whitespace from attr 2025-02-04 04:41:27.864 | sub(/[ \t]*$/, "", attr) 2025-02-04 04:41:27.864 | # need to strip leading & trailing whitespace from value 2025-02-04 04:41:27.864 | sub(/^[ \t]*/, "", value) 2025-02-04 04:41:27.864 | sub(/[ \t]*$/, "", value) 2025-02-04 04:41:27.864 | 2025-02-04 04:41:27.864 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-04 04:41:27.864 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-04 04:41:27.864 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-04 04:41:27.864 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-04 04:41:27.864 | if (! (section, attr) in cfg_attr_count) { 2025-02-04 04:41:27.864 | if (section != last_section) { 2025-02-04 04:41:27.864 | cfg_section[section_count++] = section 2025-02-04 04:41:27.864 | last_section = section 2025-02-04 04:41:27.864 | } 2025-02-04 04:41:27.864 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-04 04:41:27.864 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-04 04:41:27.864 | 2025-02-04 04:41:27.864 | cfg_attr[section, attr, 0] = value 2025-02-04 04:41:27.864 | cfg_attr_count[section, attr] = 1 2025-02-04 04:41:27.864 | } else { 2025-02-04 04:41:27.864 | lno = cfg_attr_count[section, attr]++ 2025-02-04 04:41:27.864 | cfg_attr[section, attr, lno] = value 2025-02-04 04:41:27.864 | } 2025-02-04 04:41:27.864 | } 2025-02-04 04:41:27.864 | END { 2025-02-04 04:41:27.864 | # Process each section in order 2025-02-04 04:41:27.864 | for (sno = 0; sno < section_count; sno++) { 2025-02-04 04:41:27.864 | section = cfg_section[sno] 2025-02-04 04:41:27.864 | # The ini routines simply append a config item immediately 2025-02-04 04:41:27.864 | # after the section header. To keep the same order as defined 2025-02-04 04:41:27.864 | # in local.conf, invoke the ini routines in the reverse order 2025-02-04 04:41:27.864 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-04 04:41:27.864 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-04 04:41:27.864 | if (cfg_attr_count[section, attr] == 1) 2025-02-04 04:41:27.864 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-04 04:41:27.864 | else { 2025-02-04 04:41:27.864 | # For multiline, invoke the ini routines in the reverse order 2025-02-04 04:41:27.864 | count = cfg_attr_count[section, attr] 2025-02-04 04:41:27.864 | print "inidelete " configfile " " section " " attr 2025-02-04 04:41:27.864 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-04 04:41:27.864 | for (l = count -2; l >= 0; l--) 2025-02-04 04:41:27.865 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-04 04:41:27.865 | } 2025-02-04 04:41:27.865 | } 2025-02-04 04:41:27.865 | } 2025-02-04 04:41:27.865 | } 2025-02-04 04:41:27.865 | ' 2025-02-04 04:41:27.865 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:27.865 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.866 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-04 04:41:27.867 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-04 04:41:27.870 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-02-04 04:41:27.871 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:27.874 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-02-04 04:41:27.876 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-02-04 04:41:27.876 | BEGIN { group = "" } 2025-02-04 04:41:27.876 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:41:27.876 | gsub("[][]", "", $1); 2025-02-04 04:41:27.876 | split($1, a, "|"); 2025-02-04 04:41:27.876 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-04 04:41:27.876 | group=a[1] 2025-02-04 04:41:27.876 | } else { 2025-02-04 04:41:27.876 | group="" 2025-02-04 04:41:27.876 | } 2025-02-04 04:41:27.876 | next 2025-02-04 04:41:27.876 | } 2025-02-04 04:41:27.876 | { 2025-02-04 04:41:27.876 | if (group != "") 2025-02-04 04:41:27.876 | print $0 2025-02-04 04:41:27.876 | } 2025-02-04 04:41:27.876 | ' /opt/stack/devstack/local.conf 2025-02-04 04:41:27.880 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-02-04 04:41:27.882 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-02-04 04:41:27.884 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:41:27.904 | [43511 Async configure_neutron_nova:43511]: finished successfully 2025-02-04 04:41:27.907 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:27.910 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-04 04:41:27.912 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-04 04:41:27.914 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-04 04:41:27.917 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-02-04 04:41:27.919 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-02-04 04:41:27.922 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-02-04 04:41:27.924 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-02-04 04:41:27.927 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-02-04 04:41:27.930 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-02-04 04:41:27.932 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-02-04 04:41:27.935 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-02-04 04:41:27.937 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.939 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-04 04:41:27.941 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-02-04 04:41:27.943 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-04 04:41:27.946 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-02-04 04:41:27.948 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-02-04 04:41:27.950 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-02-04 04:41:27.952 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-02-04 04:41:27.955 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-02-04 04:41:27.956 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:27.956 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-02-04 04:41:27.956 | BEGIN { 2025-02-04 04:41:27.956 | section = "" 2025-02-04 04:41:27.956 | last_section = "" 2025-02-04 04:41:27.956 | section_count = 0 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | /^\[.+\]/ { 2025-02-04 04:41:27.956 | gsub("[][]", "", $1); 2025-02-04 04:41:27.956 | section=$1 2025-02-04 04:41:27.956 | next 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | /^ *\#/ { 2025-02-04 04:41:27.956 | next 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | /^[^ \t]+/ { 2025-02-04 04:41:27.956 | # get offset of first = in $0 2025-02-04 04:41:27.956 | eq_idx = index($0, "=") 2025-02-04 04:41:27.956 | # extract attr & value from $0 2025-02-04 04:41:27.956 | attr = substr($0, 1, eq_idx - 1) 2025-02-04 04:41:27.956 | value = substr($0, eq_idx + 1) 2025-02-04 04:41:27.956 | # only need to strip trailing whitespace from attr 2025-02-04 04:41:27.956 | sub(/[ \t]*$/, "", attr) 2025-02-04 04:41:27.956 | # need to strip leading & trailing whitespace from value 2025-02-04 04:41:27.956 | sub(/^[ \t]*/, "", value) 2025-02-04 04:41:27.956 | sub(/[ \t]*$/, "", value) 2025-02-04 04:41:27.956 | 2025-02-04 04:41:27.956 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-04 04:41:27.956 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-04 04:41:27.956 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-04 04:41:27.956 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-04 04:41:27.956 | if (! (section, attr) in cfg_attr_count) { 2025-02-04 04:41:27.956 | if (section != last_section) { 2025-02-04 04:41:27.956 | cfg_section[section_count++] = section 2025-02-04 04:41:27.956 | last_section = section 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-04 04:41:27.956 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-04 04:41:27.956 | 2025-02-04 04:41:27.956 | cfg_attr[section, attr, 0] = value 2025-02-04 04:41:27.956 | cfg_attr_count[section, attr] = 1 2025-02-04 04:41:27.956 | } else { 2025-02-04 04:41:27.956 | lno = cfg_attr_count[section, attr]++ 2025-02-04 04:41:27.956 | cfg_attr[section, attr, lno] = value 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | END { 2025-02-04 04:41:27.956 | # Process each section in order 2025-02-04 04:41:27.956 | for (sno = 0; sno < section_count; sno++) { 2025-02-04 04:41:27.956 | section = cfg_section[sno] 2025-02-04 04:41:27.956 | # The ini routines simply append a config item immediately 2025-02-04 04:41:27.956 | # after the section header. To keep the same order as defined 2025-02-04 04:41:27.956 | # in local.conf, invoke the ini routines in the reverse order 2025-02-04 04:41:27.956 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-04 04:41:27.956 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-04 04:41:27.956 | if (cfg_attr_count[section, attr] == 1) 2025-02-04 04:41:27.956 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-04 04:41:27.956 | else { 2025-02-04 04:41:27.956 | # For multiline, invoke the ini routines in the reverse order 2025-02-04 04:41:27.956 | count = cfg_attr_count[section, attr] 2025-02-04 04:41:27.956 | print "inidelete " configfile " " section " " attr 2025-02-04 04:41:27.956 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-04 04:41:27.956 | for (l = count -2; l >= 0; l--) 2025-02-04 04:41:27.956 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | } 2025-02-04 04:41:27.956 | ' 2025-02-04 04:41:27.957 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:27.958 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-04 04:41:27.959 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-04 04:41:27.961 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-02-04 04:41:27.963 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:27.965 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-02-04 04:41:27.967 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-02-04 04:41:27.967 | BEGIN { group = "" } 2025-02-04 04:41:27.967 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:41:27.967 | gsub("[][]", "", $1); 2025-02-04 04:41:27.967 | split($1, a, "|"); 2025-02-04 04:41:27.967 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-04 04:41:27.967 | group=a[1] 2025-02-04 04:41:27.967 | } else { 2025-02-04 04:41:27.967 | group="" 2025-02-04 04:41:27.968 | } 2025-02-04 04:41:27.968 | next 2025-02-04 04:41:27.968 | } 2025-02-04 04:41:27.968 | { 2025-02-04 04:41:27.968 | if (group != "") 2025-02-04 04:41:27.968 | print $0 2025-02-04 04:41:27.968 | } 2025-02-04 04:41:27.968 | ' /opt/stack/devstack/local.conf 2025-02-04 04:41:27.973 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-02-04 04:41:27.975 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-02-04 04:41:27.998 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.000 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-02-04 04:41:28.002 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-02-04 04:41:28.026 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.028 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-04 04:41:28.030 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-04 04:41:28.032 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-04 04:41:28.035 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-02-04 04:41:28.037 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:41:28.039 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:41:28.041 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-02-04 04:41:28.044 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:41:28.047 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-02-04 04:41:28.050 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-02-04 04:41:28.052 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-02-04 04:41:28.054 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:28.056 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-04 04:41:28.058 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-02-04 04:41:28.060 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-04 04:41:28.063 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-02-04 04:41:28.065 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:41:28.067 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-02-04 04:41:28.070 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-02-04 04:41:28.072 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-02-04 04:41:28.073 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-02-04 04:41:28.073 | BEGIN { 2025-02-04 04:41:28.073 | section = "" 2025-02-04 04:41:28.073 | last_section = "" 2025-02-04 04:41:28.073 | section_count = 0 2025-02-04 04:41:28.073 | } 2025-02-04 04:41:28.073 | /^\[.+\]/ { 2025-02-04 04:41:28.073 | gsub("[][]", "", $1); 2025-02-04 04:41:28.073 | section=$1 2025-02-04 04:41:28.073 | next 2025-02-04 04:41:28.073 | } 2025-02-04 04:41:28.073 | /^ *\#/ { 2025-02-04 04:41:28.073 | next 2025-02-04 04:41:28.073 | } 2025-02-04 04:41:28.073 | /^[^ \t]+/ { 2025-02-04 04:41:28.073 | # get offset of first = in $0 2025-02-04 04:41:28.073 | eq_idx = index($0, "=") 2025-02-04 04:41:28.073 | # extract attr & value from $0 2025-02-04 04:41:28.073 | attr = substr($0, 1, eq_idx - 1) 2025-02-04 04:41:28.073 | value = substr($0, eq_idx + 1) 2025-02-04 04:41:28.073 | # only need to strip trailing whitespace from attr 2025-02-04 04:41:28.073 | sub(/[ \t]*$/, "", attr) 2025-02-04 04:41:28.073 | # need to strip leading & trailing whitespace from value 2025-02-04 04:41:28.073 | sub(/^[ \t]*/, "", value) 2025-02-04 04:41:28.073 | sub(/[ \t]*$/, "", value) 2025-02-04 04:41:28.073 | 2025-02-04 04:41:28.073 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-04 04:41:28.073 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-04 04:41:28.073 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-04 04:41:28.073 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-04 04:41:28.073 | if (! (section, attr) in cfg_attr_count) { 2025-02-04 04:41:28.073 | if (section != last_section) { 2025-02-04 04:41:28.073 | cfg_section[section_count++] = section 2025-02-04 04:41:28.073 | last_section = section 2025-02-04 04:41:28.073 | } 2025-02-04 04:41:28.073 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-04 04:41:28.073 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-04 04:41:28.073 | 2025-02-04 04:41:28.073 | cfg_attr[section, attr, 0] = value 2025-02-04 04:41:28.073 | cfg_attr_count[section, attr] = 1 2025-02-04 04:41:28.073 | } else { 2025-02-04 04:41:28.073 | lno = cfg_attr_count[section, attr]++ 2025-02-04 04:41:28.073 | cfg_attr[section, attr, lno] = value 2025-02-04 04:41:28.073 | } 2025-02-04 04:41:28.073 | } 2025-02-04 04:41:28.073 | END { 2025-02-04 04:41:28.073 | # Process each section in order 2025-02-04 04:41:28.073 | for (sno = 0; sno < section_count; sno++) { 2025-02-04 04:41:28.073 | section = cfg_section[sno] 2025-02-04 04:41:28.073 | # The ini routines simply append a config item immediately 2025-02-04 04:41:28.073 | # after the section header. To keep the same order as defined 2025-02-04 04:41:28.073 | # in local.conf, invoke the ini routines in the reverse order 2025-02-04 04:41:28.073 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-04 04:41:28.073 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-04 04:41:28.073 | if (cfg_attr_count[section, attr] == 1) 2025-02-04 04:41:28.073 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-04 04:41:28.074 | else { 2025-02-04 04:41:28.074 | # For multiline, invoke the ini routines in the reverse order 2025-02-04 04:41:28.074 | count = cfg_attr_count[section, attr] 2025-02-04 04:41:28.074 | print "inidelete " configfile " " section " " attr 2025-02-04 04:41:28.074 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-04 04:41:28.074 | for (l = count -2; l >= 0; l--) 2025-02-04 04:41:28.074 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-04 04:41:28.074 | } 2025-02-04 04:41:28.074 | } 2025-02-04 04:41:28.074 | } 2025-02-04 04:41:28.074 | } 2025-02-04 04:41:28.074 | ' 2025-02-04 04:41:28.074 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.075 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:28.075 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-04 04:41:28.077 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-04 04:41:28.079 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-02-04 04:41:28.081 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:28.083 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-02-04 04:41:28.085 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-02-04 04:41:28.085 | BEGIN { group = "" } 2025-02-04 04:41:28.085 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:41:28.085 | gsub("[][]", "", $1); 2025-02-04 04:41:28.085 | split($1, a, "|"); 2025-02-04 04:41:28.085 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-04 04:41:28.085 | group=a[1] 2025-02-04 04:41:28.085 | } else { 2025-02-04 04:41:28.085 | group="" 2025-02-04 04:41:28.085 | } 2025-02-04 04:41:28.085 | next 2025-02-04 04:41:28.085 | } 2025-02-04 04:41:28.085 | { 2025-02-04 04:41:28.085 | if (group != "") 2025-02-04 04:41:28.085 | print $0 2025-02-04 04:41:28.085 | } 2025-02-04 04:41:28.085 | ' /opt/stack/devstack/local.conf 2025-02-04 04:41:28.090 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-02-04 04:41:28.092 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-02-04 04:41:28.116 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.118 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-02-04 04:41:28.120 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-02-04 04:41:28.144 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.146 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-02-04 04:41:28.148 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-02-04 04:41:28.172 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.174 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-02-04 04:41:28.176 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-02-04 04:41:28.200 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.202 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-02-04 04:41:28.205 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-02-04 04:41:28.228 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.230 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-02-04 04:41:28.232 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-02-04 04:41:28.255 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.257 | + 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-02-04 04:41:28.259 | ++ 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-02-04 04:41:28.284 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.286 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-02-04 04:41:28.288 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-02-04 04:41:28.313 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.315 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-02-04 04:41:28.317 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-02-04 04:41:28.341 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.344 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-02-04 04:41:28.346 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-02-04 04:41:28.349 | + inc/meta-config:merge_config_group:180 : local dir 2025-02-04 04:41:28.352 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-02-04 04:41:28.353 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.356 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.358 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-02-04 04:41:28.361 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.364 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-02-04 04:41:28.366 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-02-04 04:41:28.368 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.370 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:28.372 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-04 04:41:28.374 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.376 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-04 04:41:28.379 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.381 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.383 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.385 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-02-04 04:41:28.388 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.389 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-02-04 04:41:28.389 | BEGIN { 2025-02-04 04:41:28.389 | section = "" 2025-02-04 04:41:28.389 | last_section = "" 2025-02-04 04:41:28.389 | section_count = 0 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | /^\[.+\]/ { 2025-02-04 04:41:28.389 | gsub("[][]", "", $1); 2025-02-04 04:41:28.389 | section=$1 2025-02-04 04:41:28.389 | next 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | /^ *\#/ { 2025-02-04 04:41:28.389 | next 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | /^[^ \t]+/ { 2025-02-04 04:41:28.389 | # get offset of first = in $0 2025-02-04 04:41:28.389 | eq_idx = index($0, "=") 2025-02-04 04:41:28.389 | # extract attr & value from $0 2025-02-04 04:41:28.389 | attr = substr($0, 1, eq_idx - 1) 2025-02-04 04:41:28.389 | value = substr($0, eq_idx + 1) 2025-02-04 04:41:28.389 | # only need to strip trailing whitespace from attr 2025-02-04 04:41:28.389 | sub(/[ \t]*$/, "", attr) 2025-02-04 04:41:28.389 | # need to strip leading & trailing whitespace from value 2025-02-04 04:41:28.389 | sub(/^[ \t]*/, "", value) 2025-02-04 04:41:28.389 | sub(/[ \t]*$/, "", value) 2025-02-04 04:41:28.389 | 2025-02-04 04:41:28.389 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-04 04:41:28.389 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-04 04:41:28.389 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-04 04:41:28.389 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-04 04:41:28.389 | if (! (section, attr) in cfg_attr_count) { 2025-02-04 04:41:28.389 | if (section != last_section) { 2025-02-04 04:41:28.389 | cfg_section[section_count++] = section 2025-02-04 04:41:28.389 | last_section = section 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-04 04:41:28.389 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-04 04:41:28.389 | 2025-02-04 04:41:28.389 | cfg_attr[section, attr, 0] = value 2025-02-04 04:41:28.389 | cfg_attr_count[section, attr] = 1 2025-02-04 04:41:28.389 | } else { 2025-02-04 04:41:28.389 | lno = cfg_attr_count[section, attr]++ 2025-02-04 04:41:28.389 | cfg_attr[section, attr, lno] = value 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | END { 2025-02-04 04:41:28.389 | # Process each section in order 2025-02-04 04:41:28.389 | for (sno = 0; sno < section_count; sno++) { 2025-02-04 04:41:28.389 | section = cfg_section[sno] 2025-02-04 04:41:28.389 | # The ini routines simply append a config item immediately 2025-02-04 04:41:28.389 | # after the section header. To keep the same order as defined 2025-02-04 04:41:28.389 | # in local.conf, invoke the ini routines in the reverse order 2025-02-04 04:41:28.389 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-04 04:41:28.389 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-04 04:41:28.389 | if (cfg_attr_count[section, attr] == 1) 2025-02-04 04:41:28.389 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-04 04:41:28.389 | else { 2025-02-04 04:41:28.389 | # For multiline, invoke the ini routines in the reverse order 2025-02-04 04:41:28.389 | count = cfg_attr_count[section, attr] 2025-02-04 04:41:28.389 | print "inidelete " configfile " " section " " attr 2025-02-04 04:41:28.389 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-04 04:41:28.389 | for (l = count -2; l >= 0; l--) 2025-02-04 04:41:28.389 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | } 2025-02-04 04:41:28.389 | ' 2025-02-04 04:41:28.389 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.390 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:41:28.391 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-04 04:41:28.392 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-04 04:41:28.394 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-02-04 04:41:28.396 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:41:28.398 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-02-04 04:41:28.400 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-02-04 04:41:28.400 | BEGIN { group = "" } 2025-02-04 04:41:28.400 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:41:28.400 | gsub("[][]", "", $1); 2025-02-04 04:41:28.400 | split($1, a, "|"); 2025-02-04 04:41:28.400 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-04 04:41:28.400 | group=a[1] 2025-02-04 04:41:28.400 | } else { 2025-02-04 04:41:28.400 | group="" 2025-02-04 04:41:28.400 | } 2025-02-04 04:41:28.400 | next 2025-02-04 04:41:28.400 | } 2025-02-04 04:41:28.400 | { 2025-02-04 04:41:28.400 | if (group != "") 2025-02-04 04:41:28.400 | print $0 2025-02-04 04:41:28.400 | } 2025-02-04 04:41:28.400 | ' /opt/stack/devstack/local.conf 2025-02-04 04:41:28.405 | + 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-02-04 04:41:28.407 | ++ 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-02-04 04:41:28.431 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.433 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-02-04 04:41:28.434 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-02-04 04:41:28.458 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.460 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-02-04 04:41:28.462 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-02-04 04:41:28.485 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:41:28.488 | + stack.sh:main:1255 : is_service_enabled swift 2025-02-04 04:41:28.501 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:28.504 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-04 04:41:28.506 | + stack.sh:main:1264 : is_service_enabled cinder 2025-02-04 04:41:28.519 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:28.521 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-04 04:41:28.546 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2025-02-04 04:41:28.582 | [3589 Async configure_neutron_nova:43511]: Waiting for completion of configure_neutron_nova running on PID 43511 (2 other jobs running) 2025-02-04 04:41:28.599 | [3589 Async configure_neutron_nova:43511]: Signaling child to exit 2025-02-04 04:41:28.599 | WAKEUP 2025-02-04 04:41:28.613 | [3589 Async configure_neutron_nova:43511]: Signaled 2025-02-04 04:41:28.614 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2025-02-04 04:41:28.614 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2025-02-04 04:41:28.614 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2025-02-04 04:41:28.614 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-02-04 04:41:28.614 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-02-04 04:41:28.615 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-02-04 04:41:28.615 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2025-02-04 04:41:28.615 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-02-04 04:41:28.615 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-02-04 04:41:28.615 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:41:28.645 | [3589 Async configure_neutron_nova:43511]: finished configure_neutron_nova with result 0 in 0 seconds 2025-02-04 04:41:28.649 | + inc/async:async_wait:197 : return 0 2025-02-04 04:41:28.651 | + stack.sh:main:1274 : is_service_enabled nova 2025-02-04 04:41:28.665 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:28.667 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-04 04:41:28.693 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-02-04 04:41:28.721 | + stack.sh:main:1280 : is_service_enabled n-api 2025-02-04 04:41:28.734 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:28.736 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2025-02-04 04:41:28.738 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:41:28.740 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2025-02-04 04:41:28.742 | + stack.sh:main:1282 : start_nova_api 2025-02-04 04:41:28.744 | + lib/nova:start_nova_api:970 : local service_port=8774 2025-02-04 04:41:28.746 | + lib/nova:start_nova_api:971 : local service_protocol=http 2025-02-04 04:41:28.748 | + lib/nova:start_nova_api:972 : local nova_url 2025-02-04 04:41:28.751 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2025-02-04 04:41:28.763 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:28.765 | + 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-02-04 04:41:28.767 | + 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-02-04 04:41:28.770 | + 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-02-04 04:41:28.772 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2025-02-04 04:41:28.775 | ++ lib/nova:start_nova_api:990 : which uwsgi 2025-02-04 04:41:28.778 | + 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-02-04 04:41:28.780 | + functions-common:run_process:1689 : local service=n-api 2025-02-04 04:41:28.782 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-04 04:41:28.784 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:28.786 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:28.788 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:28.790 | + functions-common:run_process:1695 : local name=n-api 2025-02-04 04:41:28.793 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:28.795 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:28.797 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:28.799 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:28.802 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:28.805 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644088803 2025-02-04 04:41:28.807 | + functions-common:run_process:1698 : is_service_enabled n-api 2025-02-04 04:41:28.821 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:28.823 | + 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-02-04 04:41:28.825 | + functions-common:_run_under_systemd:1649 : local service=n-api 2025-02-04 04:41:28.827 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-04 04:41:28.829 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-04 04:41:28.831 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-04 04:41:28.833 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-02-04 04:41:28.835 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-02-04 04:41:28.837 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-02-04 04:41:28.839 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2025-02-04 04:41:28.841 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:28.843 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:28.845 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:28.847 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:28.849 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-02-04 04:41:28.852 | + 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-02-04 04:41:28.853 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2025-02-04 04:41:28.855 | + 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-02-04 04:41:28.857 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-02-04 04:41:28.859 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-02-04 04:41:28.861 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-02-04 04:41:28.863 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-02-04 04:41:28.864 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-02-04 04:41:28.868 | + 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-02-04 04:41:28.916 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-02-04 04:41:28.965 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-02-04 04:41:29.005 | + 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-02-04 04:41:29.045 | + 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-02-04 04:41:29.085 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-02-04 04:41:29.125 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-02-04 04:41:29.166 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-02-04 04:41:29.206 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-02-04 04:41:29.247 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-02-04 04:41:29.287 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-02-04 04:41:29.289 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-02-04 04:41:29.291 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-02-04 04:41:29.338 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-02-04 04:41:29.581 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2025-02-04 04:41:29.590 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-02-04 04:41:29.824 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2025-02-04 04:41:29.872 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:29.875 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:29.877 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:29.879 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:29.881 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:29.883 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:29.885 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:29.887 | + functions-common:time_stop:2442 : start_time=1738644088803 2025-02-04 04:41:29.889 | + functions-common:time_stop:2444 : [[ -z 1738644088803 ]] 2025-02-04 04:41:29.892 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:29.895 | + functions-common:time_stop:2447 : end_time=1738644089893 2025-02-04 04:41:29.897 | + functions-common:time_stop:2448 : elapsed_time=1090 2025-02-04 04:41:29.899 | + functions-common:time_stop:2449 : total=1192 2025-02-04 04:41:29.901 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:29.903 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2282 2025-02-04 04:41:29.905 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-02-04 04:41:29.907 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2025-02-04 04:41:29.907 | Waiting for nova-api to start... 2025-02-04 04:41:29.909 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-02-04 04:41:29.911 | + functions:wait_for_service:468 : local timeout=60 2025-02-04 04:41:29.913 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-02-04 04:41:29.915 | + functions:wait_for_service:470 : local rval=0 2025-02-04 04:41:29.917 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-04 04:41:29.919 | + functions-common:time_start:2421 : local name=wait_for_service 2025-02-04 04:41:29.921 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:29.923 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:29.926 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:29.929 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644089927 2025-02-04 04:41:29.931 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-04 04:41:29.935 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-02-04 04:41:32.625 | + :: : [[ 200 == 503 ]] 2025-02-04 04:41:32.626 | + :: : [[ 0 -eq 7 ]] 2025-02-04 04:41:32.629 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-04 04:41:32.631 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:32.634 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:32.636 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:32.638 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:32.640 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:32.641 | + functions-common:time_stop:2441 : name=wait_for_service 2025-02-04 04:41:32.644 | + functions-common:time_stop:2442 : start_time=1738644089927 2025-02-04 04:41:32.645 | + functions-common:time_stop:2444 : [[ -z 1738644089927 ]] 2025-02-04 04:41:32.648 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:32.651 | + functions-common:time_stop:2447 : end_time=1738644092649 2025-02-04 04:41:32.653 | + functions-common:time_stop:2448 : elapsed_time=2722 2025-02-04 04:41:32.655 | + functions-common:time_stop:2449 : total=2369 2025-02-04 04:41:32.657 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:32.660 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5091 2025-02-04 04:41:32.662 | + functions:wait_for_service:478 : return 0 2025-02-04 04:41:32.664 | + 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-02-04 04:41:32.666 | + 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-02-04 04:41:32.668 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2025-02-04 04:41:32.682 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:32.684 | + stack.sh:main:1290 : is_service_enabled neutron-api 2025-02-04 04:41:32.697 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:32.699 | + stack.sh:main:1293 : is_service_enabled q-svc 2025-02-04 04:41:32.713 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:32.715 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2025-02-04 04:41:32.717 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:41:32.719 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2025-02-04 04:41:32.721 | + stack.sh:main:1295 : configure_neutron_after_post_config 2025-02-04 04:41:32.723 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2025-02-04 04:41:32.726 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-02-04 04:41:32.751 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2025-02-04 04:41:32.753 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2025-02-04 04:41:32.755 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2025-02-04 04:41:32.758 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-02-04 04:41:32.782 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-02-04 04:41:32.808 | + stack.sh:main:1296 : start_neutron_service_and_check 2025-02-04 04:41:32.811 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2025-02-04 04:41:32.813 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2025-02-04 04:41:32.815 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2025-02-04 04:41:32.818 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2025-02-04 04:41:32.820 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2025-02-04 04:41:32.823 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-02-04 04:41:32.825 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-02-04 04:41:32.827 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2025-02-04 04:41:32.829 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2025-02-04 04:41:32.832 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2025-02-04 04:41:32.833 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2025-02-04 04:41:32.835 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-04 04:41:32.837 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-04 04:41:32.840 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-04 04:41:32.842 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-02-04 04:41:32.844 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-02-04 04:41:32.847 | + 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-02-04 04:41:32.849 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2025-02-04 04:41:32.862 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:32.864 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2025-02-04 04:41:32.866 | + 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-02-04 04:41:32.868 | + functions-common:run_process:1689 : local service=q-svc 2025-02-04 04:41:32.870 | + 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-02-04 04:41:32.873 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:32.875 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:32.877 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:32.879 | + functions-common:run_process:1695 : local name=q-svc 2025-02-04 04:41:32.881 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:32.883 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:32.885 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:32.887 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:32.890 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:32.893 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644092890 2025-02-04 04:41:32.895 | + functions-common:run_process:1698 : is_service_enabled q-svc 2025-02-04 04:41:32.907 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:32.909 | + 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-02-04 04:41:32.911 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2025-02-04 04:41:32.914 | + 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-02-04 04:41:32.916 | + 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-02-04 04:41:32.918 | + 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-02-04 04:41:32.920 | + 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-02-04 04:41:32.922 | + 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-02-04 04:41:32.924 | + 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-02-04 04:41:32.926 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2025-02-04 04:41:32.928 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:32.930 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:32.932 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:32.934 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:32.936 | + 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-02-04 04:41:32.938 | + 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-02-04 04:41:32.940 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2025-02-04 04:41:32.941 | + 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-02-04 04:41:32.943 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:41:32.945 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:41:32.947 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:41:32.949 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:41:32.951 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:41:32.953 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-02-04 04:41:32.954 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:41:32.958 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-02-04 04:41:33.006 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-02-04 04:41:33.053 | + 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-02-04 04:41:33.096 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-02-04 04:41:33.139 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-02-04 04:41:33.180 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:41:33.220 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:41:33.222 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:41:33.224 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-02-04 04:41:33.273 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:41:33.506 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2025-02-04 04:41:33.515 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-02-04 04:41:33.738 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2025-02-04 04:41:33.765 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:33.768 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:33.770 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:33.772 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:33.774 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:33.776 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:33.778 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:33.780 | + functions-common:time_stop:2442 : start_time=1738644092890 2025-02-04 04:41:33.782 | + functions-common:time_stop:2444 : [[ -z 1738644092890 ]] 2025-02-04 04:41:33.785 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:33.788 | + functions-common:time_stop:2447 : end_time=1738644093786 2025-02-04 04:41:33.790 | + functions-common:time_stop:2448 : elapsed_time=896 2025-02-04 04:41:33.792 | + functions-common:time_stop:2449 : total=2282 2025-02-04 04:41:33.794 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:33.796 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3178 2025-02-04 04:41:33.798 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2025-02-04 04:41:33.801 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2025-02-04 04:41:33.815 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:33.817 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2025-02-04 04:41:33.819 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2025-02-04 04:41:33.821 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2025-02-04 04:41:33.821 | Waiting for Neutron to start... 2025-02-04 04:41:33.823 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-02-04 04:41:33.825 | + 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-02-04 04:41:33.827 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-02-04 04:41:33.829 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2025-02-04 04:41:33.831 | + functions-common:test_with_retry:2375 : local until=60 2025-02-04 04:41:33.833 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-02-04 04:41:33.835 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-02-04 04:41:33.837 | + functions-common:time_start:2421 : local name=test_with_retry 2025-02-04 04:41:33.839 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:33.841 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:33.844 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:33.847 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644093845 2025-02-04 04:41:33.849 | + 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-02-04 04:41:36.886 | {"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-02-04 04:41:36.888 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:36.890 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:36.892 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:36.894 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:36.896 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:36.898 | + functions-common:time_stop:2441 : name=test_with_retry 2025-02-04 04:41:36.900 | + functions-common:time_stop:2442 : start_time=1738644093845 2025-02-04 04:41:36.902 | + functions-common:time_stop:2444 : [[ -z 1738644093845 ]] 2025-02-04 04:41:36.905 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:36.908 | + functions-common:time_stop:2447 : end_time=1738644096906 2025-02-04 04:41:36.910 | + functions-common:time_stop:2448 : elapsed_time=3061 2025-02-04 04:41:36.912 | + functions-common:time_stop:2449 : total=0 2025-02-04 04:41:36.914 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:36.916 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3061 2025-02-04 04:41:36.918 | + stack.sh:main:1301 : is_service_enabled placement 2025-02-04 04:41:36.932 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:36.934 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2025-02-04 04:41:36.937 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:41:36.938 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2025-02-04 04:41:36.941 | + stack.sh:main:1303 : start_placement 2025-02-04 04:41:36.943 | + lib/placement:start_placement:173 : start_placement_api 2025-02-04 04:41:36.945 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-02-04 04:41:36.948 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-02-04 04:41:36.952 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:36.954 | + functions-common:run_process:1689 : local service=placement-api 2025-02-04 04:41:36.956 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:36.958 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:36.961 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:36.963 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:36.966 | + functions-common:run_process:1695 : local name=placement-api 2025-02-04 04:41:36.967 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:36.969 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:36.971 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:36.973 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:36.976 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:36.979 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644096977 2025-02-04 04:41:36.981 | + functions-common:run_process:1698 : is_service_enabled placement-api 2025-02-04 04:41:36.995 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:36.997 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-02-04 04:41:36.999 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2025-02-04 04:41:37.001 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:37.003 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:37.005 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:37.007 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:37.009 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-02-04 04:41:37.011 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-02-04 04:41:37.013 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2025-02-04 04:41:37.015 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:37.017 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:37.019 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:37.021 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:37.023 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-02-04 04:41:37.026 | + 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-02-04 04:41:37.028 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2025-02-04 04:41:37.030 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-02-04 04:41:37.031 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-02-04 04:41:37.033 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-02-04 04:41:37.035 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-02-04 04:41:37.037 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-02-04 04:41:37.039 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-02-04 04:41:37.042 | + 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-02-04 04:41:37.090 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-02-04 04:41:37.137 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-02-04 04:41:37.177 | + 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-02-04 04:41:37.217 | + 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-02-04 04:41:37.257 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-02-04 04:41:37.298 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-02-04 04:41:37.338 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-02-04 04:41:37.379 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-02-04 04:41:37.420 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-02-04 04:41:37.460 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-02-04 04:41:37.462 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-02-04 04:41:37.464 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-02-04 04:41:37.512 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-02-04 04:41:37.742 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2025-02-04 04:41:37.751 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-02-04 04:41:37.971 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2025-02-04 04:41:38.021 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:38.023 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:38.025 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:38.027 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:38.030 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:38.032 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:38.034 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:38.036 | + functions-common:time_stop:2442 : start_time=1738644096977 2025-02-04 04:41:38.038 | + functions-common:time_stop:2444 : [[ -z 1738644096977 ]] 2025-02-04 04:41:38.041 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:38.045 | + functions-common:time_stop:2447 : end_time=1738644098043 2025-02-04 04:41:38.047 | + functions-common:time_stop:2448 : elapsed_time=1066 2025-02-04 04:41:38.049 | + functions-common:time_stop:2449 : total=3178 2025-02-04 04:41:38.051 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:38.053 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4244 2025-02-04 04:41:38.055 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-02-04 04:41:38.055 | Waiting for placement-api to start... 2025-02-04 04:41:38.057 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-02-04 04:41:38.059 | + functions:wait_for_service:468 : local timeout=60 2025-02-04 04:41:38.062 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-02-04 04:41:38.064 | + functions:wait_for_service:470 : local rval=0 2025-02-04 04:41:38.066 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-04 04:41:38.068 | + functions-common:time_start:2421 : local name=wait_for_service 2025-02-04 04:41:38.070 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:38.072 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:38.074 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:38.078 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644098076 2025-02-04 04:41:38.080 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-04 04:41:38.084 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-02-04 04:41:39.289 | + :: : [[ 200 == 503 ]] 2025-02-04 04:41:39.290 | + :: : [[ 0 -eq 7 ]] 2025-02-04 04:41:39.292 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-04 04:41:39.295 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:39.297 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:39.299 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:39.301 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:39.303 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:39.305 | + functions-common:time_stop:2441 : name=wait_for_service 2025-02-04 04:41:39.307 | + functions-common:time_stop:2442 : start_time=1738644098076 2025-02-04 04:41:39.309 | + functions-common:time_stop:2444 : [[ -z 1738644098076 ]] 2025-02-04 04:41:39.311 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:39.315 | + functions-common:time_stop:2447 : end_time=1738644099313 2025-02-04 04:41:39.317 | + functions-common:time_stop:2448 : elapsed_time=1237 2025-02-04 04:41:39.319 | + functions-common:time_stop:2449 : total=5091 2025-02-04 04:41:39.321 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:39.323 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6328 2025-02-04 04:41:39.325 | + functions:wait_for_service:478 : return 0 2025-02-04 04:41:39.327 | + stack.sh:main:1306 : is_service_enabled neutron 2025-02-04 04:41:39.340 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:39.342 | + stack.sh:main:1307 : start_neutron 2025-02-04 04:41:39.344 | + lib/neutron:start_neutron:619 : start_l2_agent 2025-02-04 04:41:39.346 | + 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-02-04 04:41:39.348 | + functions-common:run_process:1689 : local service=q-agt 2025-02-04 04:41:39.351 | + 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-02-04 04:41:39.353 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:39.355 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:39.357 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:39.359 | + functions-common:run_process:1695 : local name=q-agt 2025-02-04 04:41:39.361 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:39.363 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:39.365 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:39.367 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:39.369 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:39.373 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644099371 2025-02-04 04:41:39.375 | + functions-common:run_process:1698 : is_service_enabled q-agt 2025-02-04 04:41:39.388 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:39.390 | + 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-02-04 04:41:39.392 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2025-02-04 04:41:39.395 | + 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-02-04 04:41:39.397 | + 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-02-04 04:41:39.399 | + 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-02-04 04:41:39.401 | + 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-02-04 04:41:39.403 | + 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-02-04 04:41:39.405 | + 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-02-04 04:41:39.408 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2025-02-04 04:41:39.409 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:39.411 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:39.413 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:39.415 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:39.417 | + 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-02-04 04:41:39.419 | + 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-02-04 04:41:39.421 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2025-02-04 04:41:39.423 | + 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-02-04 04:41:39.425 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:41:39.427 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:41:39.429 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:41:39.431 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:41:39.433 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:41:39.434 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-02-04 04:41:39.436 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:41:39.439 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-02-04 04:41:39.487 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-02-04 04:41:39.535 | + 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-02-04 04:41:39.577 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-02-04 04:41:39.618 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-02-04 04:41:39.659 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:41:39.700 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:41:39.702 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:41:39.704 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-02-04 04:41:39.756 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:41:39.993 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2025-02-04 04:41:40.007 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-02-04 04:41:40.237 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2025-02-04 04:41:40.266 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:40.268 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:40.270 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:40.272 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:40.274 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:40.276 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:40.278 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:40.280 | + functions-common:time_stop:2442 : start_time=1738644099371 2025-02-04 04:41:40.282 | + functions-common:time_stop:2444 : [[ -z 1738644099371 ]] 2025-02-04 04:41:40.285 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:40.288 | + functions-common:time_stop:2447 : end_time=1738644100286 2025-02-04 04:41:40.290 | + functions-common:time_stop:2448 : elapsed_time=915 2025-02-04 04:41:40.293 | + functions-common:time_stop:2449 : total=4244 2025-02-04 04:41:40.294 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:40.297 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5159 2025-02-04 04:41:40.299 | + lib/neutron:start_l2_agent:628 : is_provider_network 2025-02-04 04:41:40.301 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-02-04 04:41:40.303 | + functions-common:is_provider_network:2287 : return 1 2025-02-04 04:41:40.305 | + lib/neutron:start_neutron:620 : start_other_agents 2025-02-04 04:41:40.306 | + 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-02-04 04:41:40.309 | + functions-common:run_process:1689 : local service=q-dhcp 2025-02-04 04:41:40.311 | + 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-02-04 04:41:40.313 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:40.315 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:40.317 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:40.319 | + functions-common:run_process:1695 : local name=q-dhcp 2025-02-04 04:41:40.321 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:40.323 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:40.325 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:40.328 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:40.331 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:40.334 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644100332 2025-02-04 04:41:40.336 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2025-02-04 04:41:40.350 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:40.352 | + 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-02-04 04:41:40.354 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2025-02-04 04:41:40.356 | + 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-02-04 04:41:40.358 | + 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-02-04 04:41:40.360 | + 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-02-04 04:41:40.362 | + 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-02-04 04:41:40.364 | + 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-02-04 04:41:40.366 | + 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-02-04 04:41:40.368 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2025-02-04 04:41:40.370 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:40.372 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:40.374 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:40.376 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:40.378 | + 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-02-04 04:41:40.380 | + 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-02-04 04:41:40.382 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2025-02-04 04:41:40.384 | + 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-02-04 04:41:40.386 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:41:40.388 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:41:40.390 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:41:40.392 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:41:40.393 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:41:40.395 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-02-04 04:41:40.397 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:41:40.401 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-02-04 04:41:40.451 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-02-04 04:41:40.502 | + 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-02-04 04:41:40.543 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-02-04 04:41:40.586 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-02-04 04:41:40.629 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:41:40.674 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:41:40.676 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:41:40.678 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-02-04 04:41:40.782 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:41:41.025 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2025-02-04 04:41:41.034 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-02-04 04:41:41.275 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2025-02-04 04:41:41.301 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:41.304 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:41.306 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:41.308 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:41.310 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:41.312 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:41.314 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:41.316 | + functions-common:time_stop:2442 : start_time=1738644100332 2025-02-04 04:41:41.318 | + functions-common:time_stop:2444 : [[ -z 1738644100332 ]] 2025-02-04 04:41:41.321 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:41.325 | + functions-common:time_stop:2447 : end_time=1738644101323 2025-02-04 04:41:41.328 | + functions-common:time_stop:2448 : elapsed_time=991 2025-02-04 04:41:41.330 | + functions-common:time_stop:2449 : total=5159 2025-02-04 04:41:41.332 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:41.334 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6150 2025-02-04 04:41:41.337 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2025-02-04 04:41:41.339 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-02-04 04:41:41.341 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-02-04 04:41:41.345 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2025-02-04 04:41:41.347 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-04 04:41:41.350 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-04 04:41:41.352 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-04 04:41:41.354 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-02-04 04:41:41.357 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-02-04 04:41:41.359 | + 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-02-04 04:41:41.361 | + functions-common:run_process:1689 : local service=q-l3 2025-02-04 04:41:41.364 | + 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-02-04 04:41:41.366 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:41.368 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:41.371 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:41.373 | + functions-common:run_process:1695 : local name=q-l3 2025-02-04 04:41:41.375 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:41.377 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:41.379 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:41.382 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:41.384 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:41.388 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644101386 2025-02-04 04:41:41.391 | + functions-common:run_process:1698 : is_service_enabled q-l3 2025-02-04 04:41:41.406 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:41.409 | + 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-02-04 04:41:41.411 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2025-02-04 04:41:41.413 | + 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-02-04 04:41:41.415 | + 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-02-04 04:41:41.418 | + 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-02-04 04:41:41.420 | + 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-02-04 04:41:41.423 | + 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-02-04 04:41:41.425 | + 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-02-04 04:41:41.427 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2025-02-04 04:41:41.430 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:41.432 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:41.435 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:41.437 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:41.440 | + 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-02-04 04:41:41.442 | + 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-02-04 04:41:41.444 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2025-02-04 04:41:41.447 | + 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-02-04 04:41:41.449 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:41:41.451 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:41:41.453 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:41:41.456 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:41:41.458 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:41:41.460 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-02-04 04:41:41.462 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:41:41.466 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-02-04 04:41:41.523 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-02-04 04:41:41.576 | + 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-02-04 04:41:41.622 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-02-04 04:41:41.672 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-02-04 04:41:41.720 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:41:41.772 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:41:41.775 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:41:41.777 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-02-04 04:41:41.836 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:41:42.094 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2025-02-04 04:41:42.104 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-02-04 04:41:42.346 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2025-02-04 04:41:42.374 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:42.378 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:42.378 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:42.382 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:42.388 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:42.390 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:42.396 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:42.398 | + functions-common:time_stop:2442 : start_time=1738644101386 2025-02-04 04:41:42.401 | + functions-common:time_stop:2444 : [[ -z 1738644101386 ]] 2025-02-04 04:41:42.405 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:42.407 | + functions-common:time_stop:2447 : end_time=1738644102405 2025-02-04 04:41:42.409 | + functions-common:time_stop:2448 : elapsed_time=1019 2025-02-04 04:41:42.411 | + functions-common:time_stop:2449 : total=6150 2025-02-04 04:41:42.414 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:42.416 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7169 2025-02-04 04:41:42.418 | + 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-02-04 04:41:42.420 | + functions-common:run_process:1689 : local service=q-meta 2025-02-04 04:41:42.422 | + 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-02-04 04:41:42.424 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:42.426 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:42.429 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:42.430 | + functions-common:run_process:1695 : local name=q-meta 2025-02-04 04:41:42.432 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:42.434 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:42.437 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:42.438 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:42.441 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:42.444 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644102442 2025-02-04 04:41:42.447 | + functions-common:run_process:1698 : is_service_enabled q-meta 2025-02-04 04:41:42.461 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:42.463 | + 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-02-04 04:41:42.465 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2025-02-04 04:41:42.467 | + 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-02-04 04:41:42.470 | + 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-02-04 04:41:42.472 | + 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-02-04 04:41:42.474 | + 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-02-04 04:41:42.477 | + 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-02-04 04:41:42.479 | + 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-02-04 04:41:42.482 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2025-02-04 04:41:42.484 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:41:42.486 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:41:42.489 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:41:42.491 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:41:42.494 | + 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-02-04 04:41:42.497 | + 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-02-04 04:41:42.498 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2025-02-04 04:41:42.500 | + 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-02-04 04:41:42.502 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:41:42.504 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:41:42.506 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:41:42.509 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:41:42.511 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:41:42.513 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-02-04 04:41:42.515 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:41:42.519 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-02-04 04:41:42.571 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-02-04 04:41:42.623 | + 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-02-04 04:41:42.665 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-02-04 04:41:42.707 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-02-04 04:41:42.748 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:41:42.791 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:41:42.794 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:41:42.796 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-02-04 04:41:42.850 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:41:43.084 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2025-02-04 04:41:43.095 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-02-04 04:41:43.329 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2025-02-04 04:41:43.363 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:43.369 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:43.381 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:43.383 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:43.385 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:43.388 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:43.390 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:43.392 | + functions-common:time_stop:2442 : start_time=1738644102442 2025-02-04 04:41:43.396 | + functions-common:time_stop:2444 : [[ -z 1738644102442 ]] 2025-02-04 04:41:43.400 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:43.403 | + functions-common:time_stop:2447 : end_time=1738644103400 2025-02-04 04:41:43.405 | + functions-common:time_stop:2448 : elapsed_time=958 2025-02-04 04:41:43.407 | + functions-common:time_stop:2449 : total=7169 2025-02-04 04:41:43.408 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:43.411 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8127 2025-02-04 04:41:43.413 | + 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-02-04 04:41:43.414 | + functions-common:run_process:1689 : local service=q-metering 2025-02-04 04:41:43.416 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-02-04 04:41:43.418 | + functions-common:run_process:1691 : local group= 2025-02-04 04:41:43.420 | + functions-common:run_process:1692 : local user= 2025-02-04 04:41:43.422 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:41:43.424 | + functions-common:run_process:1695 : local name=q-metering 2025-02-04 04:41:43.426 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:41:43.428 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:41:43.430 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:41:43.432 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:41:43.435 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:41:43.439 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644103436 2025-02-04 04:41:43.441 | + functions-common:run_process:1698 : is_service_enabled q-metering 2025-02-04 04:41:43.455 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:41:43.457 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:41:43.460 | + functions-common:time_stop:2435 : local name 2025-02-04 04:41:43.461 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:41:43.465 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:41:43.467 | + functions-common:time_stop:2438 : local total 2025-02-04 04:41:43.469 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:41:43.471 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:41:43.473 | + functions-common:time_stop:2442 : start_time=1738644103436 2025-02-04 04:41:43.475 | + functions-common:time_stop:2444 : [[ -z 1738644103436 ]] 2025-02-04 04:41:43.478 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:41:43.481 | + functions-common:time_stop:2447 : end_time=1738644103478 2025-02-04 04:41:43.483 | + functions-common:time_stop:2448 : elapsed_time=42 2025-02-04 04:41:43.485 | + functions-common:time_stop:2449 : total=8127 2025-02-04 04:41:43.487 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:41:43.489 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8169 2025-02-04 04:41:43.491 | + stack.sh:main:1310 : is_service_enabled q-svc 2025-02-04 04:41:43.505 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:41:43.507 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2025-02-04 04:41:43.509 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2025-02-04 04:41:43.511 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:41:43.513 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2025-02-04 04:41:43.515 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2025-02-04 04:41:43.517 | + stack.sh:main:1317 : create_neutron_initial_network 2025-02-04 04:41:43.519 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2025-02-04 04:41:43.522 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2025-02-04 04:41:43.524 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-02-04 04:41:43.526 | ++ 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-02-04 04:41:45.036 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:45.039 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-02-04 04:41:45.039 | address-scope 2025-02-04 04:41:45.039 | router-admin-state-down-before-update 2025-02-04 04:41:45.039 | agent 2025-02-04 04:41:45.039 | agent-resources-synced 2025-02-04 04:41:45.039 | allowed-address-pairs 2025-02-04 04:41:45.039 | auto-allocated-topology 2025-02-04 04:41:45.039 | availability_zone 2025-02-04 04:41:45.039 | availability_zone_filter 2025-02-04 04:41:45.039 | default-subnetpools 2025-02-04 04:41:45.039 | dhcp_agent_scheduler 2025-02-04 04:41:45.039 | dvr 2025-02-04 04:41:45.039 | empty-string-filtering 2025-02-04 04:41:45.039 | external-net 2025-02-04 04:41:45.039 | extra_dhcp_opt 2025-02-04 04:41:45.039 | extraroute 2025-02-04 04:41:45.039 | extraroute-atomic 2025-02-04 04:41:45.039 | filter-validation 2025-02-04 04:41:45.039 | floating-ip-port-forwarding-detail 2025-02-04 04:41:45.039 | fip-port-details 2025-02-04 04:41:45.039 | flavors 2025-02-04 04:41:45.039 | floatingip-pools 2025-02-04 04:41:45.039 | ip-substring-filtering 2025-02-04 04:41:45.039 | router 2025-02-04 04:41:45.039 | ext-gw-mode 2025-02-04 04:41:45.039 | l3-ha 2025-02-04 04:41:45.039 | l3-flavors 2025-02-04 04:41:45.039 | l3-port-ip-change-not-allowed 2025-02-04 04:41:45.039 | l3_agent_scheduler 2025-02-04 04:41:45.039 | multi-provider 2025-02-04 04:41:45.039 | net-mtu 2025-02-04 04:41:45.039 | net-mtu-writable 2025-02-04 04:41:45.039 | network_availability_zone 2025-02-04 04:41:45.039 | network-ip-availability 2025-02-04 04:41:45.039 | pagination 2025-02-04 04:41:45.039 | port-device-profile 2025-02-04 04:41:45.039 | port-mac-override 2025-02-04 04:41:45.039 | port-mac-address-regenerate 2025-02-04 04:41:45.039 | port-numa-affinity-policy 2025-02-04 04:41:45.039 | binding 2025-02-04 04:41:45.039 | binding-extended 2025-02-04 04:41:45.039 | port-security 2025-02-04 04:41:45.039 | project-id 2025-02-04 04:41:45.039 | provider 2025-02-04 04:41:45.039 | quota-check-limit 2025-02-04 04:41:45.039 | quotas 2025-02-04 04:41:45.039 | quota_details 2025-02-04 04:41:45.039 | rbac-policies 2025-02-04 04:41:45.039 | rbac-address-group 2025-02-04 04:41:45.040 | rbac-address-scope 2025-02-04 04:41:45.040 | rbac-security-groups 2025-02-04 04:41:45.040 | rbac-subnetpool 2025-02-04 04:41:45.040 | revision-if-match 2025-02-04 04:41:45.040 | standard-attr-revisions 2025-02-04 04:41:45.040 | router_availability_zone 2025-02-04 04:41:45.040 | security-groups-normalized-cidr 2025-02-04 04:41:45.040 | port-security-groups-filtering 2025-02-04 04:41:45.040 | security-groups-remote-address-group 2025-02-04 04:41:45.040 | security-groups-shared-filtering 2025-02-04 04:41:45.040 | security-group 2025-02-04 04:41:45.040 | service-type 2025-02-04 04:41:45.040 | sorting 2025-02-04 04:41:45.040 | standard-attr-description 2025-02-04 04:41:45.040 | stateful-security-group 2025-02-04 04:41:45.040 | subnet_onboard 2025-02-04 04:41:45.040 | subnet-service-types 2025-02-04 04:41:45.040 | subnet_allocation 2025-02-04 04:41:45.040 | subnetpool-prefix-ops 2025-02-04 04:41:45.040 | standard-attr-tag 2025-02-04 04:41:45.040 | standard-attr-timestamp 2025-02-04 04:41:45.040 | nsxt-ops' 2025-02-04 04:41:45.042 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-02-04 04:41:45.042 | address-scope 2025-02-04 04:41:45.042 | router-admin-state-down-before-update 2025-02-04 04:41:45.042 | agent 2025-02-04 04:41:45.042 | agent-resources-synced 2025-02-04 04:41:45.042 | allowed-address-pairs 2025-02-04 04:41:45.042 | auto-allocated-topology 2025-02-04 04:41:45.042 | availability_zone 2025-02-04 04:41:45.042 | availability_zone_filter 2025-02-04 04:41:45.042 | default-subnetpools 2025-02-04 04:41:45.042 | dhcp_agent_scheduler 2025-02-04 04:41:45.042 | dvr 2025-02-04 04:41:45.042 | empty-string-filtering 2025-02-04 04:41:45.042 | external-net 2025-02-04 04:41:45.042 | extra_dhcp_opt 2025-02-04 04:41:45.042 | extraroute 2025-02-04 04:41:45.042 | extraroute-atomic 2025-02-04 04:41:45.042 | filter-validation 2025-02-04 04:41:45.042 | floating-ip-port-forwarding-detail 2025-02-04 04:41:45.042 | fip-port-details 2025-02-04 04:41:45.042 | flavors 2025-02-04 04:41:45.042 | floatingip-pools 2025-02-04 04:41:45.042 | ip-substring-filtering 2025-02-04 04:41:45.042 | router 2025-02-04 04:41:45.042 | ext-gw-mode 2025-02-04 04:41:45.042 | l3-ha 2025-02-04 04:41:45.042 | l3-flavors 2025-02-04 04:41:45.042 | l3-port-ip-change-not-allowed 2025-02-04 04:41:45.042 | l3_agent_scheduler 2025-02-04 04:41:45.042 | multi-provider 2025-02-04 04:41:45.042 | net-mtu 2025-02-04 04:41:45.042 | net-mtu-writable 2025-02-04 04:41:45.042 | network_availability_zone 2025-02-04 04:41:45.042 | network-ip-availability 2025-02-04 04:41:45.042 | pagination 2025-02-04 04:41:45.042 | port-device-profile 2025-02-04 04:41:45.042 | port-mac-override 2025-02-04 04:41:45.042 | port-mac-address-regenerate 2025-02-04 04:41:45.042 | port-numa-affinity-policy 2025-02-04 04:41:45.042 | binding 2025-02-04 04:41:45.042 | binding-extended 2025-02-04 04:41:45.042 | port-security 2025-02-04 04:41:45.042 | project-id 2025-02-04 04:41:45.042 | provider 2025-02-04 04:41:45.042 | quota-check-limit 2025-02-04 04:41:45.042 | quotas 2025-02-04 04:41:45.042 | quota_details 2025-02-04 04:41:45.042 | rbac-policies 2025-02-04 04:41:45.042 | rbac-address-group 2025-02-04 04:41:45.042 | rbac-address-scope 2025-02-04 04:41:45.042 | rbac-security-groups 2025-02-04 04:41:45.042 | rbac-subnetpool 2025-02-04 04:41:45.042 | revision-if-match 2025-02-04 04:41:45.042 | standard-attr-revisions 2025-02-04 04:41:45.042 | router_availability_zone 2025-02-04 04:41:45.042 | security-groups-normalized-cidr 2025-02-04 04:41:45.042 | port-security-groups-filtering 2025-02-04 04:41:45.042 | security-groups-remote-address-group 2025-02-04 04:41:45.042 | security-groups-shared-filtering 2025-02-04 04:41:45.042 | security-group 2025-02-04 04:41:45.042 | service-type 2025-02-04 04:41:45.042 | sorting 2025-02-04 04:41:45.042 | standard-attr-description 2025-02-04 04:41:45.042 | stateful-security-group 2025-02-04 04:41:45.042 | subnet_onboard 2025-02-04 04:41:45.042 | subnet-service-types 2025-02-04 04:41:45.042 | subnet_allocation 2025-02-04 04:41:45.042 | subnetpool-prefix-ops 2025-02-04 04:41:45.042 | standard-attr-tag 2025-02-04 04:41:45.042 | standard-attr-timestamp 2025-02-04 04:41:45.042 | nsxt-ops =~ auto-allocated-topology ]] 2025-02-04 04:41:45.044 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-02-04 04:41:45.046 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2025-02-04 04:41:45.048 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2025-02-04 04:41:45.051 | ++ 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-02-04 04:41:46.451 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:46.455 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=bc4319c0-20c8-4d4f-b3ad-b4bc94a6b2b7 2025-02-04 04:41:46.457 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2025-02-04 04:41:46.459 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2025-02-04 04:41:46.461 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-02-04 04:41:46.464 | + functions-common:is_provider_network:2287 : return 1 2025-02-04 04:41:46.467 | ++ 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-02-04 04:41:48.194 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:48.196 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=380d317e-d19b-4467-a3fd-f124c9d83a49 2025-02-04 04:41:48.199 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2025-02-04 04:41:48.201 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-04 04:41:48.215 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2025-02-04 04:41:48.218 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2025-02-04 04:41:48.220 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z bc4319c0-20c8-4d4f-b3ad-b4bc94a6b2b7 ']' 2025-02-04 04:41:48.222 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2025-02-04 04:41:48.224 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2025-02-04 04:41:48.226 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool bc4319c0-20c8-4d4f-b3ad-b4bc94a6b2b7 ' 2025-02-04 04:41:48.228 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2025-02-04 04:41:48.230 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 380d317e-d19b-4467-a3fd-f124c9d83a49 private-subnet' 2025-02-04 04:41:48.232 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2025-02-04 04:41:48.234 | +++ 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 bc4319c0-20c8-4d4f-b3ad-b4bc94a6b2b7 --network 380d317e-d19b-4467-a3fd-f124c9d83a49 private-subnet -f value -c id 2025-02-04 04:41:49.767 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:49.770 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=c786c31c-a95d-4d88-b3c7-627aa4b7556e 2025-02-04 04:41:49.772 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2025-02-04 04:41:49.774 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-02-04 04:41:49.787 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo c786c31c-a95d-4d88-b3c7-627aa4b7556e 2025-02-04 04:41:49.790 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=c786c31c-a95d-4d88-b3c7-627aa4b7556e 2025-02-04 04:41:49.792 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2025-02-04 04:41:49.794 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2025-02-04 04:41:49.796 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2025-02-04 04:41:49.799 | ++ 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-02-04 04:41:51.056 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:51.059 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-02-04 04:41:51.059 | address-scope 2025-02-04 04:41:51.059 | router-admin-state-down-before-update 2025-02-04 04:41:51.059 | agent 2025-02-04 04:41:51.059 | agent-resources-synced 2025-02-04 04:41:51.059 | allowed-address-pairs 2025-02-04 04:41:51.059 | auto-allocated-topology 2025-02-04 04:41:51.059 | availability_zone 2025-02-04 04:41:51.059 | availability_zone_filter 2025-02-04 04:41:51.059 | default-subnetpools 2025-02-04 04:41:51.059 | dhcp_agent_scheduler 2025-02-04 04:41:51.059 | dvr 2025-02-04 04:41:51.059 | empty-string-filtering 2025-02-04 04:41:51.059 | external-net 2025-02-04 04:41:51.059 | extra_dhcp_opt 2025-02-04 04:41:51.059 | extraroute 2025-02-04 04:41:51.059 | extraroute-atomic 2025-02-04 04:41:51.059 | filter-validation 2025-02-04 04:41:51.059 | floating-ip-port-forwarding-detail 2025-02-04 04:41:51.059 | fip-port-details 2025-02-04 04:41:51.059 | flavors 2025-02-04 04:41:51.059 | floatingip-pools 2025-02-04 04:41:51.059 | ip-substring-filtering 2025-02-04 04:41:51.059 | router 2025-02-04 04:41:51.059 | ext-gw-mode 2025-02-04 04:41:51.059 | l3-ha 2025-02-04 04:41:51.059 | l3-flavors 2025-02-04 04:41:51.059 | l3-port-ip-change-not-allowed 2025-02-04 04:41:51.059 | l3_agent_scheduler 2025-02-04 04:41:51.059 | multi-provider 2025-02-04 04:41:51.059 | net-mtu 2025-02-04 04:41:51.059 | net-mtu-writable 2025-02-04 04:41:51.059 | network_availability_zone 2025-02-04 04:41:51.059 | network-ip-availability 2025-02-04 04:41:51.059 | pagination 2025-02-04 04:41:51.059 | port-device-profile 2025-02-04 04:41:51.059 | port-mac-override 2025-02-04 04:41:51.059 | port-mac-address-regenerate 2025-02-04 04:41:51.059 | port-numa-affinity-policy 2025-02-04 04:41:51.059 | binding 2025-02-04 04:41:51.059 | binding-extended 2025-02-04 04:41:51.059 | port-security 2025-02-04 04:41:51.059 | project-id 2025-02-04 04:41:51.059 | provider 2025-02-04 04:41:51.059 | quota-check-limit 2025-02-04 04:41:51.059 | quotas 2025-02-04 04:41:51.059 | quota_details 2025-02-04 04:41:51.059 | rbac-policies 2025-02-04 04:41:51.059 | rbac-address-group 2025-02-04 04:41:51.059 | rbac-address-scope 2025-02-04 04:41:51.059 | rbac-security-groups 2025-02-04 04:41:51.059 | rbac-subnetpool 2025-02-04 04:41:51.060 | revision-if-match 2025-02-04 04:41:51.060 | standard-attr-revisions 2025-02-04 04:41:51.060 | router_availability_zone 2025-02-04 04:41:51.060 | security-groups-normalized-cidr 2025-02-04 04:41:51.060 | port-security-groups-filtering 2025-02-04 04:41:51.060 | security-groups-remote-address-group 2025-02-04 04:41:51.060 | security-groups-shared-filtering 2025-02-04 04:41:51.060 | security-group 2025-02-04 04:41:51.060 | service-type 2025-02-04 04:41:51.060 | sorting 2025-02-04 04:41:51.060 | standard-attr-description 2025-02-04 04:41:51.060 | stateful-security-group 2025-02-04 04:41:51.060 | subnet_onboard 2025-02-04 04:41:51.060 | subnet-service-types 2025-02-04 04:41:51.060 | subnet_allocation 2025-02-04 04:41:51.060 | subnetpool-prefix-ops 2025-02-04 04:41:51.060 | standard-attr-tag 2025-02-04 04:41:51.060 | standard-attr-timestamp 2025-02-04 04:41:51.060 | nsxt-ops' 2025-02-04 04:41:51.061 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-02-04 04:41:51.062 | address-scope 2025-02-04 04:41:51.062 | router-admin-state-down-before-update 2025-02-04 04:41:51.062 | agent 2025-02-04 04:41:51.062 | agent-resources-synced 2025-02-04 04:41:51.062 | allowed-address-pairs 2025-02-04 04:41:51.062 | auto-allocated-topology 2025-02-04 04:41:51.062 | availability_zone 2025-02-04 04:41:51.062 | availability_zone_filter 2025-02-04 04:41:51.062 | default-subnetpools 2025-02-04 04:41:51.062 | dhcp_agent_scheduler 2025-02-04 04:41:51.062 | dvr 2025-02-04 04:41:51.062 | empty-string-filtering 2025-02-04 04:41:51.062 | external-net 2025-02-04 04:41:51.062 | extra_dhcp_opt 2025-02-04 04:41:51.062 | extraroute 2025-02-04 04:41:51.062 | extraroute-atomic 2025-02-04 04:41:51.062 | filter-validation 2025-02-04 04:41:51.062 | floating-ip-port-forwarding-detail 2025-02-04 04:41:51.062 | fip-port-details 2025-02-04 04:41:51.062 | flavors 2025-02-04 04:41:51.062 | floatingip-pools 2025-02-04 04:41:51.062 | ip-substring-filtering 2025-02-04 04:41:51.062 | router 2025-02-04 04:41:51.062 | ext-gw-mode 2025-02-04 04:41:51.062 | l3-ha 2025-02-04 04:41:51.062 | l3-flavors 2025-02-04 04:41:51.062 | l3-port-ip-change-not-allowed 2025-02-04 04:41:51.062 | l3_agent_scheduler 2025-02-04 04:41:51.062 | multi-provider 2025-02-04 04:41:51.062 | net-mtu 2025-02-04 04:41:51.062 | net-mtu-writable 2025-02-04 04:41:51.062 | network_availability_zone 2025-02-04 04:41:51.062 | network-ip-availability 2025-02-04 04:41:51.062 | pagination 2025-02-04 04:41:51.062 | port-device-profile 2025-02-04 04:41:51.062 | port-mac-override 2025-02-04 04:41:51.062 | port-mac-address-regenerate 2025-02-04 04:41:51.062 | port-numa-affinity-policy 2025-02-04 04:41:51.062 | binding 2025-02-04 04:41:51.062 | binding-extended 2025-02-04 04:41:51.062 | port-security 2025-02-04 04:41:51.062 | project-id 2025-02-04 04:41:51.062 | provider 2025-02-04 04:41:51.062 | quota-check-limit 2025-02-04 04:41:51.062 | quotas 2025-02-04 04:41:51.062 | quota_details 2025-02-04 04:41:51.062 | rbac-policies 2025-02-04 04:41:51.062 | rbac-address-group 2025-02-04 04:41:51.062 | rbac-address-scope 2025-02-04 04:41:51.062 | rbac-security-groups 2025-02-04 04:41:51.062 | rbac-subnetpool 2025-02-04 04:41:51.062 | revision-if-match 2025-02-04 04:41:51.062 | standard-attr-revisions 2025-02-04 04:41:51.062 | router_availability_zone 2025-02-04 04:41:51.062 | security-groups-normalized-cidr 2025-02-04 04:41:51.062 | port-security-groups-filtering 2025-02-04 04:41:51.062 | security-groups-remote-address-group 2025-02-04 04:41:51.062 | security-groups-shared-filtering 2025-02-04 04:41:51.062 | security-group 2025-02-04 04:41:51.062 | service-type 2025-02-04 04:41:51.062 | sorting 2025-02-04 04:41:51.062 | standard-attr-description 2025-02-04 04:41:51.062 | stateful-security-group 2025-02-04 04:41:51.062 | subnet_onboard 2025-02-04 04:41:51.062 | subnet-service-types 2025-02-04 04:41:51.062 | subnet_allocation 2025-02-04 04:41:51.062 | subnetpool-prefix-ops 2025-02-04 04:41:51.062 | standard-attr-tag 2025-02-04 04:41:51.062 | standard-attr-timestamp 2025-02-04 04:41:51.062 | nsxt-ops =~ router ]] 2025-02-04 04:41:51.064 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-02-04 04:41:51.066 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2025-02-04 04:41:51.068 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-02-04 04:41:51.071 | ++ 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-02-04 04:41:52.323 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:52.325 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-02-04 04:41:52.325 | address-scope 2025-02-04 04:41:52.325 | router-admin-state-down-before-update 2025-02-04 04:41:52.325 | agent 2025-02-04 04:41:52.325 | agent-resources-synced 2025-02-04 04:41:52.325 | allowed-address-pairs 2025-02-04 04:41:52.325 | auto-allocated-topology 2025-02-04 04:41:52.325 | availability_zone 2025-02-04 04:41:52.325 | availability_zone_filter 2025-02-04 04:41:52.325 | default-subnetpools 2025-02-04 04:41:52.325 | dhcp_agent_scheduler 2025-02-04 04:41:52.325 | dvr 2025-02-04 04:41:52.325 | empty-string-filtering 2025-02-04 04:41:52.325 | external-net 2025-02-04 04:41:52.325 | extra_dhcp_opt 2025-02-04 04:41:52.325 | extraroute 2025-02-04 04:41:52.325 | extraroute-atomic 2025-02-04 04:41:52.325 | filter-validation 2025-02-04 04:41:52.325 | floating-ip-port-forwarding-detail 2025-02-04 04:41:52.325 | fip-port-details 2025-02-04 04:41:52.325 | flavors 2025-02-04 04:41:52.325 | floatingip-pools 2025-02-04 04:41:52.325 | ip-substring-filtering 2025-02-04 04:41:52.325 | router 2025-02-04 04:41:52.325 | ext-gw-mode 2025-02-04 04:41:52.326 | l3-ha 2025-02-04 04:41:52.326 | l3-flavors 2025-02-04 04:41:52.326 | l3-port-ip-change-not-allowed 2025-02-04 04:41:52.326 | l3_agent_scheduler 2025-02-04 04:41:52.326 | multi-provider 2025-02-04 04:41:52.326 | net-mtu 2025-02-04 04:41:52.326 | net-mtu-writable 2025-02-04 04:41:52.326 | network_availability_zone 2025-02-04 04:41:52.326 | network-ip-availability 2025-02-04 04:41:52.326 | pagination 2025-02-04 04:41:52.326 | port-device-profile 2025-02-04 04:41:52.326 | port-mac-override 2025-02-04 04:41:52.326 | port-mac-address-regenerate 2025-02-04 04:41:52.326 | port-numa-affinity-policy 2025-02-04 04:41:52.326 | binding 2025-02-04 04:41:52.326 | binding-extended 2025-02-04 04:41:52.326 | port-security 2025-02-04 04:41:52.326 | project-id 2025-02-04 04:41:52.326 | provider 2025-02-04 04:41:52.326 | quota-check-limit 2025-02-04 04:41:52.326 | quotas 2025-02-04 04:41:52.326 | quota_details 2025-02-04 04:41:52.326 | rbac-policies 2025-02-04 04:41:52.326 | rbac-address-group 2025-02-04 04:41:52.326 | rbac-address-scope 2025-02-04 04:41:52.326 | rbac-security-groups 2025-02-04 04:41:52.326 | rbac-subnetpool 2025-02-04 04:41:52.326 | revision-if-match 2025-02-04 04:41:52.326 | standard-attr-revisions 2025-02-04 04:41:52.326 | router_availability_zone 2025-02-04 04:41:52.326 | security-groups-normalized-cidr 2025-02-04 04:41:52.326 | port-security-groups-filtering 2025-02-04 04:41:52.326 | security-groups-remote-address-group 2025-02-04 04:41:52.326 | security-groups-shared-filtering 2025-02-04 04:41:52.326 | security-group 2025-02-04 04:41:52.326 | service-type 2025-02-04 04:41:52.326 | sorting 2025-02-04 04:41:52.326 | standard-attr-description 2025-02-04 04:41:52.326 | stateful-security-group 2025-02-04 04:41:52.326 | subnet_onboard 2025-02-04 04:41:52.326 | subnet-service-types 2025-02-04 04:41:52.326 | subnet_allocation 2025-02-04 04:41:52.326 | subnetpool-prefix-ops 2025-02-04 04:41:52.326 | standard-attr-tag 2025-02-04 04:41:52.326 | standard-attr-timestamp 2025-02-04 04:41:52.326 | nsxt-ops' 2025-02-04 04:41:52.328 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-02-04 04:41:52.328 | address-scope 2025-02-04 04:41:52.328 | router-admin-state-down-before-update 2025-02-04 04:41:52.328 | agent 2025-02-04 04:41:52.329 | agent-resources-synced 2025-02-04 04:41:52.329 | allowed-address-pairs 2025-02-04 04:41:52.329 | auto-allocated-topology 2025-02-04 04:41:52.329 | availability_zone 2025-02-04 04:41:52.329 | availability_zone_filter 2025-02-04 04:41:52.329 | default-subnetpools 2025-02-04 04:41:52.329 | dhcp_agent_scheduler 2025-02-04 04:41:52.329 | dvr 2025-02-04 04:41:52.329 | empty-string-filtering 2025-02-04 04:41:52.329 | external-net 2025-02-04 04:41:52.329 | extra_dhcp_opt 2025-02-04 04:41:52.329 | extraroute 2025-02-04 04:41:52.329 | extraroute-atomic 2025-02-04 04:41:52.329 | filter-validation 2025-02-04 04:41:52.329 | floating-ip-port-forwarding-detail 2025-02-04 04:41:52.329 | fip-port-details 2025-02-04 04:41:52.329 | flavors 2025-02-04 04:41:52.329 | floatingip-pools 2025-02-04 04:41:52.329 | ip-substring-filtering 2025-02-04 04:41:52.329 | router 2025-02-04 04:41:52.329 | ext-gw-mode 2025-02-04 04:41:52.329 | l3-ha 2025-02-04 04:41:52.329 | l3-flavors 2025-02-04 04:41:52.329 | l3-port-ip-change-not-allowed 2025-02-04 04:41:52.329 | l3_agent_scheduler 2025-02-04 04:41:52.329 | multi-provider 2025-02-04 04:41:52.329 | net-mtu 2025-02-04 04:41:52.329 | net-mtu-writable 2025-02-04 04:41:52.329 | network_availability_zone 2025-02-04 04:41:52.329 | network-ip-availability 2025-02-04 04:41:52.329 | pagination 2025-02-04 04:41:52.329 | port-device-profile 2025-02-04 04:41:52.329 | port-mac-override 2025-02-04 04:41:52.329 | port-mac-address-regenerate 2025-02-04 04:41:52.329 | port-numa-affinity-policy 2025-02-04 04:41:52.329 | binding 2025-02-04 04:41:52.329 | binding-extended 2025-02-04 04:41:52.329 | port-security 2025-02-04 04:41:52.329 | project-id 2025-02-04 04:41:52.329 | provider 2025-02-04 04:41:52.329 | quota-check-limit 2025-02-04 04:41:52.329 | quotas 2025-02-04 04:41:52.329 | quota_details 2025-02-04 04:41:52.329 | rbac-policies 2025-02-04 04:41:52.329 | rbac-address-group 2025-02-04 04:41:52.329 | rbac-address-scope 2025-02-04 04:41:52.329 | rbac-security-groups 2025-02-04 04:41:52.329 | rbac-subnetpool 2025-02-04 04:41:52.329 | revision-if-match 2025-02-04 04:41:52.329 | standard-attr-revisions 2025-02-04 04:41:52.329 | router_availability_zone 2025-02-04 04:41:52.329 | security-groups-normalized-cidr 2025-02-04 04:41:52.329 | port-security-groups-filtering 2025-02-04 04:41:52.329 | security-groups-remote-address-group 2025-02-04 04:41:52.329 | security-groups-shared-filtering 2025-02-04 04:41:52.329 | security-group 2025-02-04 04:41:52.329 | service-type 2025-02-04 04:41:52.329 | sorting 2025-02-04 04:41:52.329 | standard-attr-description 2025-02-04 04:41:52.329 | stateful-security-group 2025-02-04 04:41:52.329 | subnet_onboard 2025-02-04 04:41:52.329 | subnet-service-types 2025-02-04 04:41:52.329 | subnet_allocation 2025-02-04 04:41:52.329 | subnetpool-prefix-ops 2025-02-04 04:41:52.329 | standard-attr-tag 2025-02-04 04:41:52.329 | standard-attr-timestamp 2025-02-04 04:41:52.329 | nsxt-ops =~ external-net ]] 2025-02-04 04:41:52.330 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-02-04 04:41:52.332 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2025-02-04 04:41:52.335 | ++ 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-02-04 04:41:53.657 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:53.660 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=185a4abd-66e5-4c9c-bf80-c4619214a162 2025-02-04 04:41:53.662 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2025-02-04 04:41:53.664 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-04 04:41:53.677 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2025-02-04 04:41:53.679 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2025-02-04 04:41:53.681 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-02-04 04:41:53.684 | ++ 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-02-04 04:41:54.944 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:54.946 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-02-04 04:41:54.946 | address-scope 2025-02-04 04:41:54.946 | router-admin-state-down-before-update 2025-02-04 04:41:54.946 | agent 2025-02-04 04:41:54.946 | agent-resources-synced 2025-02-04 04:41:54.946 | allowed-address-pairs 2025-02-04 04:41:54.946 | auto-allocated-topology 2025-02-04 04:41:54.946 | availability_zone 2025-02-04 04:41:54.946 | availability_zone_filter 2025-02-04 04:41:54.946 | default-subnetpools 2025-02-04 04:41:54.946 | dhcp_agent_scheduler 2025-02-04 04:41:54.946 | dvr 2025-02-04 04:41:54.946 | empty-string-filtering 2025-02-04 04:41:54.946 | external-net 2025-02-04 04:41:54.946 | extra_dhcp_opt 2025-02-04 04:41:54.946 | extraroute 2025-02-04 04:41:54.946 | extraroute-atomic 2025-02-04 04:41:54.946 | filter-validation 2025-02-04 04:41:54.946 | floating-ip-port-forwarding-detail 2025-02-04 04:41:54.946 | fip-port-details 2025-02-04 04:41:54.946 | flavors 2025-02-04 04:41:54.946 | floatingip-pools 2025-02-04 04:41:54.946 | ip-substring-filtering 2025-02-04 04:41:54.946 | router 2025-02-04 04:41:54.946 | ext-gw-mode 2025-02-04 04:41:54.946 | l3-ha 2025-02-04 04:41:54.946 | l3-flavors 2025-02-04 04:41:54.946 | l3-port-ip-change-not-allowed 2025-02-04 04:41:54.946 | l3_agent_scheduler 2025-02-04 04:41:54.946 | multi-provider 2025-02-04 04:41:54.946 | net-mtu 2025-02-04 04:41:54.946 | net-mtu-writable 2025-02-04 04:41:54.946 | network_availability_zone 2025-02-04 04:41:54.946 | network-ip-availability 2025-02-04 04:41:54.946 | pagination 2025-02-04 04:41:54.946 | port-device-profile 2025-02-04 04:41:54.946 | port-mac-override 2025-02-04 04:41:54.946 | port-mac-address-regenerate 2025-02-04 04:41:54.946 | port-numa-affinity-policy 2025-02-04 04:41:54.946 | binding 2025-02-04 04:41:54.946 | binding-extended 2025-02-04 04:41:54.946 | port-security 2025-02-04 04:41:54.946 | project-id 2025-02-04 04:41:54.946 | provider 2025-02-04 04:41:54.946 | quota-check-limit 2025-02-04 04:41:54.946 | quotas 2025-02-04 04:41:54.946 | quota_details 2025-02-04 04:41:54.946 | rbac-policies 2025-02-04 04:41:54.946 | rbac-address-group 2025-02-04 04:41:54.946 | rbac-address-scope 2025-02-04 04:41:54.946 | rbac-security-groups 2025-02-04 04:41:54.946 | rbac-subnetpool 2025-02-04 04:41:54.946 | revision-if-match 2025-02-04 04:41:54.946 | standard-attr-revisions 2025-02-04 04:41:54.946 | router_availability_zone 2025-02-04 04:41:54.946 | security-groups-normalized-cidr 2025-02-04 04:41:54.946 | port-security-groups-filtering 2025-02-04 04:41:54.946 | security-groups-remote-address-group 2025-02-04 04:41:54.946 | security-groups-shared-filtering 2025-02-04 04:41:54.946 | security-group 2025-02-04 04:41:54.946 | service-type 2025-02-04 04:41:54.946 | sorting 2025-02-04 04:41:54.946 | standard-attr-description 2025-02-04 04:41:54.946 | stateful-security-group 2025-02-04 04:41:54.946 | subnet_onboard 2025-02-04 04:41:54.946 | subnet-service-types 2025-02-04 04:41:54.946 | subnet_allocation 2025-02-04 04:41:54.946 | subnetpool-prefix-ops 2025-02-04 04:41:54.946 | standard-attr-tag 2025-02-04 04:41:54.946 | standard-attr-timestamp 2025-02-04 04:41:54.947 | nsxt-ops' 2025-02-04 04:41:54.949 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-02-04 04:41:54.949 | address-scope 2025-02-04 04:41:54.949 | router-admin-state-down-before-update 2025-02-04 04:41:54.949 | agent 2025-02-04 04:41:54.949 | agent-resources-synced 2025-02-04 04:41:54.949 | allowed-address-pairs 2025-02-04 04:41:54.949 | auto-allocated-topology 2025-02-04 04:41:54.949 | availability_zone 2025-02-04 04:41:54.949 | availability_zone_filter 2025-02-04 04:41:54.949 | default-subnetpools 2025-02-04 04:41:54.949 | dhcp_agent_scheduler 2025-02-04 04:41:54.949 | dvr 2025-02-04 04:41:54.949 | empty-string-filtering 2025-02-04 04:41:54.949 | external-net 2025-02-04 04:41:54.949 | extra_dhcp_opt 2025-02-04 04:41:54.949 | extraroute 2025-02-04 04:41:54.949 | extraroute-atomic 2025-02-04 04:41:54.949 | filter-validation 2025-02-04 04:41:54.949 | floating-ip-port-forwarding-detail 2025-02-04 04:41:54.949 | fip-port-details 2025-02-04 04:41:54.949 | flavors 2025-02-04 04:41:54.949 | floatingip-pools 2025-02-04 04:41:54.949 | ip-substring-filtering 2025-02-04 04:41:54.949 | router 2025-02-04 04:41:54.949 | ext-gw-mode 2025-02-04 04:41:54.949 | l3-ha 2025-02-04 04:41:54.949 | l3-flavors 2025-02-04 04:41:54.949 | l3-port-ip-change-not-allowed 2025-02-04 04:41:54.949 | l3_agent_scheduler 2025-02-04 04:41:54.949 | multi-provider 2025-02-04 04:41:54.949 | net-mtu 2025-02-04 04:41:54.949 | net-mtu-writable 2025-02-04 04:41:54.949 | network_availability_zone 2025-02-04 04:41:54.949 | network-ip-availability 2025-02-04 04:41:54.950 | pagination 2025-02-04 04:41:54.950 | port-device-profile 2025-02-04 04:41:54.950 | port-mac-override 2025-02-04 04:41:54.950 | port-mac-address-regenerate 2025-02-04 04:41:54.950 | port-numa-affinity-policy 2025-02-04 04:41:54.950 | binding 2025-02-04 04:41:54.950 | binding-extended 2025-02-04 04:41:54.950 | port-security 2025-02-04 04:41:54.950 | project-id 2025-02-04 04:41:54.950 | provider 2025-02-04 04:41:54.950 | quota-check-limit 2025-02-04 04:41:54.950 | quotas 2025-02-04 04:41:54.950 | quota_details 2025-02-04 04:41:54.950 | rbac-policies 2025-02-04 04:41:54.950 | rbac-address-group 2025-02-04 04:41:54.950 | rbac-address-scope 2025-02-04 04:41:54.950 | rbac-security-groups 2025-02-04 04:41:54.950 | rbac-subnetpool 2025-02-04 04:41:54.950 | revision-if-match 2025-02-04 04:41:54.950 | standard-attr-revisions 2025-02-04 04:41:54.950 | router_availability_zone 2025-02-04 04:41:54.950 | security-groups-normalized-cidr 2025-02-04 04:41:54.950 | port-security-groups-filtering 2025-02-04 04:41:54.950 | security-groups-remote-address-group 2025-02-04 04:41:54.950 | security-groups-shared-filtering 2025-02-04 04:41:54.950 | security-group 2025-02-04 04:41:54.950 | service-type 2025-02-04 04:41:54.950 | sorting 2025-02-04 04:41:54.950 | standard-attr-description 2025-02-04 04:41:54.950 | stateful-security-group 2025-02-04 04:41:54.950 | subnet_onboard 2025-02-04 04:41:54.950 | subnet-service-types 2025-02-04 04:41:54.950 | subnet_allocation 2025-02-04 04:41:54.950 | subnetpool-prefix-ops 2025-02-04 04:41:54.950 | standard-attr-tag 2025-02-04 04:41:54.950 | standard-attr-timestamp 2025-02-04 04:41:54.950 | nsxt-ops =~ auto-allocated-topology ]] 2025-02-04 04:41:54.951 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-02-04 04:41:54.953 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-02-04 04:41:54.956 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2025-02-04 04:41:54.959 | ++ 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-02-04 04:41:56.345 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:41:56.347 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=da72d980-bd8b-4e8b-9a0a-d9f1b334cafb 2025-02-04 04:41:56.350 | + 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-02-04 04:41:56.352 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-04 04:41:56.367 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2025-02-04 04:41:56.369 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2025-02-04 04:41:56.371 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 185a4abd-66e5-4c9c-bf80-c4619214a162 c786c31c-a95d-4d88-b3c7-627aa4b7556e 2025-02-04 04:41:58.535 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2025-02-04 04:41:58.537 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 da72d980-bd8b-4e8b-9a0a-d9f1b334cafb 2025-02-04 04:41:58.540 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2025-02-04 04:41:58.541 | ++ 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-02-04 04:41:58.543 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2025-02-04 04:41:58.545 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2025-02-04 04:41:58.547 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network da72d980-bd8b-4e8b-9a0a-d9f1b334cafb --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-02-04 04:41:58.549 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2025-02-04 04:41:58.551 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2025-02-04 04:41:58.554 | +++ 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 da72d980-bd8b-4e8b-9a0a-d9f1b334cafb --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-02-04 04:41:58.554 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2025-02-04 04:42:00.011 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:00.013 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-02-04 04:42:00.013 | | id | 6a026e13-76c0-4027-8c0f-408f0e45dc1c |' 2025-02-04 04:42:00.015 | ++ 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-02-04 04:42:00.017 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-02-04 04:42:00.031 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 6a026e13-76c0-4027-8c0f-408f0e45dc1c '|' 2025-02-04 04:42:00.033 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 6a026e13-76c0-4027-8c0f-408f0e45dc1c |' 2025-02-04 04:42:00.035 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2025-02-04 04:42:00.038 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 6a026e13-76c0-4027-8c0f-408f0e45dc1c '|' 2025-02-04 04:42:00.038 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2025-02-04 04:42:00.040 | ++ functions-common:get_field:829 : local data field 2025-02-04 04:42:00.042 | ++ functions-common:get_field:830 : read data 2025-02-04 04:42:00.044 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2025-02-04 04:42:00.045 | ++ functions-common:get_field:834 : field='$3' 2025-02-04 04:42:00.048 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 6a026e13-76c0-4027-8c0f-408f0e45dc1c |' 2025-02-04 04:42:00.048 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-02-04 04:42:00.052 | ++ functions-common:get_field:830 : read data 2025-02-04 04:42:00.054 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2025-02-04 04:42:00.058 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 6a026e13-76c0-4027-8c0f-408f0e45dc1c '|' 2025-02-04 04:42:00.058 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2025-02-04 04:42:00.060 | ++ functions-common:get_field:829 : local data field 2025-02-04 04:42:00.062 | ++ functions-common:get_field:830 : read data 2025-02-04 04:42:00.064 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2025-02-04 04:42:00.066 | ++ functions-common:get_field:834 : field='$6' 2025-02-04 04:42:00.068 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 6a026e13-76c0-4027-8c0f-408f0e45dc1c |' 2025-02-04 04:42:00.068 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-02-04 04:42:00.073 | ++ functions-common:get_field:830 : read data 2025-02-04 04:42:00.075 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=6a026e13-76c0-4027-8c0f-408f0e45dc1c 2025-02-04 04:42:00.077 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway da72d980-bd8b-4e8b-9a0a-d9f1b334cafb 185a4abd-66e5-4c9c-bf80-c4619214a162 2025-02-04 04:42:02.133 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2025-02-04 04:42:02.135 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2025-02-04 04:42:02.148 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:02.150 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2025-02-04 04:42:02.152 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2025-02-04 04:42:02.154 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-02-04 04:42:02.156 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2025-02-04 04:42:02.158 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:02.160 | ++ 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-02-04 04:42:02.174 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2025-02-04 04:42:02.176 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2025-02-04 04:42:02.178 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2025-02-04 04:42:02.180 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2025-02-04 04:42:02.182 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2025-02-04 04:42:02.184 | + 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-02-04 04:42:02.186 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2025-02-04 04:42:02.188 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2025-02-04 04:42:02.190 | + functions-common:test_with_retry:2375 : local until=10 2025-02-04 04:42:02.192 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-02-04 04:42:02.194 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-02-04 04:42:02.196 | + functions-common:time_start:2421 : local name=test_with_retry 2025-02-04 04:42:02.198 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:02.200 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:02.202 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:02.205 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644122203 2025-02-04 04:42:02.207 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-02-04 04:42:02.212 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-02-04 04:42:02.214 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:02.216 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:02.218 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:02.220 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:02.222 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:02.223 | + functions-common:time_stop:2441 : name=test_with_retry 2025-02-04 04:42:02.225 | + functions-common:time_stop:2442 : start_time=1738644122203 2025-02-04 04:42:02.227 | + functions-common:time_stop:2444 : [[ -z 1738644122203 ]] 2025-02-04 04:42:02.230 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:02.232 | + functions-common:time_stop:2447 : end_time=1738644122230 2025-02-04 04:42:02.234 | + functions-common:time_stop:2448 : elapsed_time=27 2025-02-04 04:42:02.236 | + functions-common:time_stop:2449 : total=3061 2025-02-04 04:42:02.238 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:02.240 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3088 2025-02-04 04:42:02.244 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2025-02-04 04:42:02.244 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2025-02-04 04:42:02.248 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2025-02-04 04:42:02.250 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:42:02.252 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:02.254 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:02.258 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2025-02-04 04:42:02.258 | ++ 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-02-04 04:42:02.258 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2025-02-04 04:42:02.258 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2025-02-04 04:42:03.525 | ++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:03.528 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.133 ' 2025-02-04 04:42:03.530 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-02-04 04:42:03.532 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-02-04 04:42:03.545 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2025-02-04 04:42:03.546 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:42:03.548 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2025-02-04 04:42:03.550 | + stack.sh:main:1322 : is_service_enabled nova 2025-02-04 04:42:03.565 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:03.566 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2025-02-04 04:42:03.568 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:03.571 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2025-02-04 04:42:03.573 | + stack.sh:main:1324 : start_nova 2025-02-04 04:42:03.575 | + lib/nova:start_nova:1176 : start_nova_rest 2025-02-04 04:42:03.577 | + 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-02-04 04:42:03.579 | + 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-02-04 04:42:03.582 | + 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-02-04 04:42:03.584 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2025-02-04 04:42:03.586 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.588 | + functions-common:run_process:1689 : local service=n-sch 2025-02-04 04:42:03.590 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.593 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:03.595 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:03.597 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:03.599 | + functions-common:run_process:1695 : local name=n-sch 2025-02-04 04:42:03.601 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:03.603 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:03.605 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:03.607 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:03.610 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:03.614 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644123611 2025-02-04 04:42:03.616 | + functions-common:run_process:1698 : is_service_enabled n-sch 2025-02-04 04:42:03.629 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:03.631 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-02-04 04:42:03.633 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2025-02-04 04:42:03.635 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.637 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.639 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.641 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.643 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-02-04 04:42:03.645 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-02-04 04:42:03.647 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2025-02-04 04:42:03.649 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:03.651 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:03.653 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:03.655 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:42:03.657 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-02-04 04:42:03.660 | + 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-02-04 04:42:03.662 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2025-02-04 04:42:03.664 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-02-04 04:42:03.666 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:42:03.668 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:42:03.670 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:42:03.672 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:42:03.674 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:42:03.675 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-02-04 04:42:03.677 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:42:03.681 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-02-04 04:42:03.731 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-02-04 04:42:03.779 | + 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-02-04 04:42:03.821 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-02-04 04:42:03.863 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-02-04 04:42:03.904 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:42:03.945 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:42:03.947 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:42:03.949 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-02-04 04:42:03.996 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:42:04.249 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2025-02-04 04:42:04.259 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-02-04 04:42:04.493 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2025-02-04 04:42:04.519 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:04.522 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:04.524 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:04.527 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:04.529 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:04.531 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:04.533 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:04.535 | + functions-common:time_stop:2442 : start_time=1738644123611 2025-02-04 04:42:04.538 | + functions-common:time_stop:2444 : [[ -z 1738644123611 ]] 2025-02-04 04:42:04.540 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:04.544 | + functions-common:time_stop:2447 : end_time=1738644124541 2025-02-04 04:42:04.546 | + functions-common:time_stop:2448 : elapsed_time=930 2025-02-04 04:42:04.548 | + functions-common:time_stop:2449 : total=8169 2025-02-04 04:42:04.550 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:04.553 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9099 2025-02-04 04:42:04.555 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2025-02-04 04:42:04.558 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2025-02-04 04:42:04.562 | + 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-02-04 04:42:04.564 | + functions-common:run_process:1689 : local service=n-api-meta 2025-02-04 04:42:04.567 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-04 04:42:04.569 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:04.572 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:04.578 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:04.580 | + functions-common:run_process:1695 : local name=n-api-meta 2025-02-04 04:42:04.583 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:04.585 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:04.588 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:04.590 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:04.593 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:04.597 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644124594 2025-02-04 04:42:04.599 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2025-02-04 04:42:04.617 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:04.619 | + 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-02-04 04:42:04.622 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2025-02-04 04:42:04.624 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-04 04:42:04.626 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-04 04:42:04.628 | + 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-02-04 04:42:04.631 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-02-04 04:42:04.634 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-02-04 04:42:04.634 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-02-04 04:42:04.637 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2025-02-04 04:42:04.639 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:04.642 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:04.645 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:04.647 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:42:04.649 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-02-04 04:42:04.652 | + 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-02-04 04:42:04.654 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2025-02-04 04:42:04.657 | + 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-02-04 04:42:04.659 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-02-04 04:42:04.661 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-02-04 04:42:04.665 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-02-04 04:42:04.667 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-02-04 04:42:04.669 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-02-04 04:42:04.672 | + 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-02-04 04:42:04.726 | + 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-02-04 04:42:04.779 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-02-04 04:42:04.833 | + 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-02-04 04:42:04.885 | + 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-02-04 04:42:04.927 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-02-04 04:42:04.968 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-02-04 04:42:05.010 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-02-04 04:42:05.051 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-02-04 04:42:05.095 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-02-04 04:42:05.139 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-02-04 04:42:05.142 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-02-04 04:42:05.144 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-02-04 04:42:05.196 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-02-04 04:42:05.432 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2025-02-04 04:42:05.442 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-02-04 04:42:05.675 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2025-02-04 04:42:05.726 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:05.728 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:05.730 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:05.732 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:05.734 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:05.736 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:05.738 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:05.740 | + functions-common:time_stop:2442 : start_time=1738644124594 2025-02-04 04:42:05.742 | + functions-common:time_stop:2444 : [[ -z 1738644124594 ]] 2025-02-04 04:42:05.746 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:05.748 | + functions-common:time_stop:2447 : end_time=1738644125746 2025-02-04 04:42:05.750 | + functions-common:time_stop:2448 : elapsed_time=1152 2025-02-04 04:42:05.753 | + functions-common:time_stop:2449 : total=9099 2025-02-04 04:42:05.755 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:05.757 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10251 2025-02-04 04:42:05.759 | + 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-02-04 04:42:05.761 | + 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-02-04 04:42:05.763 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2025-02-04 04:42:05.765 | + 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-02-04 04:42:05.768 | + 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-02-04 04:42:05.770 | + 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-02-04 04:42:05.772 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2025-02-04 04:42:05.774 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:42:05.776 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-02-04 04:42:05.778 | + functions-common:run_process:1689 : local service=n-novnc 2025-02-04 04:42:05.780 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-02-04 04:42:05.782 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:05.784 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:05.786 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:05.788 | + functions-common:run_process:1695 : local name=n-novnc 2025-02-04 04:42:05.791 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:05.793 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:05.795 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:05.797 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:05.799 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:05.803 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644125800 2025-02-04 04:42:05.805 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2025-02-04 04:42:05.818 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:05.821 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:05.823 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:05.825 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:05.826 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:05.829 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:05.831 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:05.833 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:05.835 | + functions-common:time_stop:2442 : start_time=1738644125800 2025-02-04 04:42:05.837 | + functions-common:time_stop:2444 : [[ -z 1738644125800 ]] 2025-02-04 04:42:05.840 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:05.843 | + functions-common:time_stop:2447 : end_time=1738644125841 2025-02-04 04:42:05.845 | + functions-common:time_stop:2448 : elapsed_time=41 2025-02-04 04:42:05.847 | + functions-common:time_stop:2449 : total=10251 2025-02-04 04:42:05.849 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:05.851 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10292 2025-02-04 04:42:05.853 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-02-04 04:42:05.855 | + functions-common:run_process:1689 : local service=n-spice 2025-02-04 04:42:05.857 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-02-04 04:42:05.859 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:05.861 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:05.863 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:05.865 | + functions-common:run_process:1695 : local name=n-spice 2025-02-04 04:42:05.867 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:05.869 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:05.871 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:05.873 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:05.876 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:05.879 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644125877 2025-02-04 04:42:05.881 | + functions-common:run_process:1698 : is_service_enabled n-spice 2025-02-04 04:42:05.895 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:05.897 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:05.899 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:05.901 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:05.903 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:05.905 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:05.907 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:05.909 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:05.911 | + functions-common:time_stop:2442 : start_time=1738644125877 2025-02-04 04:42:05.913 | + functions-common:time_stop:2444 : [[ -z 1738644125877 ]] 2025-02-04 04:42:05.916 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:05.919 | + functions-common:time_stop:2447 : end_time=1738644125917 2025-02-04 04:42:05.921 | + functions-common:time_stop:2448 : elapsed_time=40 2025-02-04 04:42:05.923 | + functions-common:time_stop:2449 : total=10292 2025-02-04 04:42:05.925 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:05.927 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10332 2025-02-04 04:42:05.929 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-02-04 04:42:05.931 | + functions-common:run_process:1689 : local service=n-sproxy 2025-02-04 04:42:05.934 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-02-04 04:42:05.936 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:05.938 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:05.940 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:05.942 | + functions-common:run_process:1695 : local name=n-sproxy 2025-02-04 04:42:05.944 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:05.946 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:05.948 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:05.950 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:05.953 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:05.956 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644125954 2025-02-04 04:42:05.958 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2025-02-04 04:42:05.972 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:05.974 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:05.976 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:05.978 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:05.980 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:05.982 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:05.984 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:05.986 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:05.988 | + functions-common:time_stop:2442 : start_time=1738644125954 2025-02-04 04:42:05.991 | + functions-common:time_stop:2444 : [[ -z 1738644125954 ]] 2025-02-04 04:42:05.994 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:05.997 | + functions-common:time_stop:2447 : end_time=1738644125995 2025-02-04 04:42:05.999 | + functions-common:time_stop:2448 : elapsed_time=41 2025-02-04 04:42:06.001 | + functions-common:time_stop:2449 : total=10332 2025-02-04 04:42:06.003 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:06.005 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10373 2025-02-04 04:42:06.007 | + 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-02-04 04:42:06.010 | + 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-02-04 04:42:06.012 | + lib/nova:start_nova:1178 : start_nova_conductor 2025-02-04 04:42:06.014 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:42:06.016 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-02-04 04:42:06.016 | Starting nova-conductor in a cellsv1-compatible way 2025-02-04 04:42:06.019 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.021 | + functions-common:run_process:1689 : local service=n-cond 2025-02-04 04:42:06.023 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.025 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:06.027 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:06.029 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:06.031 | + functions-common:run_process:1695 : local name=n-cond 2025-02-04 04:42:06.033 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:06.035 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:06.038 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:06.040 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:06.043 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:06.047 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644126044 2025-02-04 04:42:06.049 | + functions-common:run_process:1698 : is_service_enabled n-cond 2025-02-04 04:42:06.063 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:06.065 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-02-04 04:42:06.068 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2025-02-04 04:42:06.070 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.072 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.074 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.076 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.078 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-02-04 04:42:06.080 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-02-04 04:42:06.082 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2025-02-04 04:42:06.084 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:06.086 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:06.088 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:06.090 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:42:06.092 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-02-04 04:42:06.094 | + 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-02-04 04:42:06.096 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2025-02-04 04:42:06.098 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-02-04 04:42:06.100 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:42:06.101 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:42:06.103 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:42:06.105 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:42:06.107 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:42:06.109 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-02-04 04:42:06.111 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:42:06.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-02-04 04:42:06.165 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-02-04 04:42:06.214 | + 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-02-04 04:42:06.257 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-02-04 04:42:06.304 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-02-04 04:42:06.348 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:42:06.390 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:42:06.392 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:42:06.394 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-02-04 04:42:06.442 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:42:06.692 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2025-02-04 04:42:06.702 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-02-04 04:42:06.941 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2025-02-04 04:42:06.965 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:06.967 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:06.969 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:06.970 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:06.972 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:06.974 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:06.976 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:06.978 | + functions-common:time_stop:2442 : start_time=1738644126044 2025-02-04 04:42:06.980 | + functions-common:time_stop:2444 : [[ -z 1738644126044 ]] 2025-02-04 04:42:06.984 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:06.987 | + functions-common:time_stop:2447 : end_time=1738644126984 2025-02-04 04:42:06.988 | + functions-common:time_stop:2448 : elapsed_time=940 2025-02-04 04:42:06.990 | + functions-common:time_stop:2449 : total=10373 2025-02-04 04:42:06.992 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:06.994 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11313 2025-02-04 04:42:06.996 | + lib/nova:start_nova_conductor:1149 : return 2025-02-04 04:42:06.998 | + lib/nova:start_nova:1179 : start_nova_compute 2025-02-04 04:42:07.000 | + 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-02-04 04:42:07.003 | + 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-02-04 04:42:07.005 | + 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-02-04 04:42:07.007 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2025-02-04 04:42:07.009 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-02-04 04:42:07.012 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-02-04 04:42:07.014 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:42:07.016 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-02-04 04:42:07.018 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-02-04 04:42:07.020 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-02-04 04:42:07.023 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-02-04 04:42:07.025 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-02-04 04:42:07.027 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-02-04 04:42:07.029 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-02-04 04:42:07.032 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-02-04 04:42:07.033 | + inc/meta-config:merge_config_file:164 : read a 2025-02-04 04:42:07.033 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-02-04 04:42:07.033 | BEGIN { 2025-02-04 04:42:07.033 | section = "" 2025-02-04 04:42:07.033 | last_section = "" 2025-02-04 04:42:07.033 | section_count = 0 2025-02-04 04:42:07.033 | } 2025-02-04 04:42:07.034 | /^\[.+\]/ { 2025-02-04 04:42:07.034 | gsub("[][]", "", $1); 2025-02-04 04:42:07.034 | section=$1 2025-02-04 04:42:07.034 | next 2025-02-04 04:42:07.034 | } 2025-02-04 04:42:07.034 | /^ *\#/ { 2025-02-04 04:42:07.034 | next 2025-02-04 04:42:07.034 | } 2025-02-04 04:42:07.034 | /^[^ \t]+/ { 2025-02-04 04:42:07.034 | # get offset of first = in $0 2025-02-04 04:42:07.034 | eq_idx = index($0, "=") 2025-02-04 04:42:07.034 | # extract attr & value from $0 2025-02-04 04:42:07.034 | attr = substr($0, 1, eq_idx - 1) 2025-02-04 04:42:07.034 | value = substr($0, eq_idx + 1) 2025-02-04 04:42:07.034 | # only need to strip trailing whitespace from attr 2025-02-04 04:42:07.034 | sub(/[ \t]*$/, "", attr) 2025-02-04 04:42:07.034 | # need to strip leading & trailing whitespace from value 2025-02-04 04:42:07.034 | sub(/^[ \t]*/, "", value) 2025-02-04 04:42:07.034 | sub(/[ \t]*$/, "", value) 2025-02-04 04:42:07.034 | 2025-02-04 04:42:07.034 | # cfg_attr_count: number of config lines per [section, attr] 2025-02-04 04:42:07.034 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-02-04 04:42:07.034 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-02-04 04:42:07.034 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-02-04 04:42:07.034 | if (! (section, attr) in cfg_attr_count) { 2025-02-04 04:42:07.034 | if (section != last_section) { 2025-02-04 04:42:07.034 | cfg_section[section_count++] = section 2025-02-04 04:42:07.034 | last_section = section 2025-02-04 04:42:07.034 | } 2025-02-04 04:42:07.034 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-02-04 04:42:07.034 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-02-04 04:42:07.034 | 2025-02-04 04:42:07.034 | cfg_attr[section, attr, 0] = value 2025-02-04 04:42:07.034 | cfg_attr_count[section, attr] = 1 2025-02-04 04:42:07.034 | } else { 2025-02-04 04:42:07.034 | lno = cfg_attr_count[section, attr]++ 2025-02-04 04:42:07.034 | cfg_attr[section, attr, lno] = value 2025-02-04 04:42:07.034 | } 2025-02-04 04:42:07.034 | } 2025-02-04 04:42:07.034 | END { 2025-02-04 04:42:07.034 | # Process each section in order 2025-02-04 04:42:07.034 | for (sno = 0; sno < section_count; sno++) { 2025-02-04 04:42:07.034 | section = cfg_section[sno] 2025-02-04 04:42:07.035 | # The ini routines simply append a config item immediately 2025-02-04 04:42:07.035 | # after the section header. To keep the same order as defined 2025-02-04 04:42:07.035 | # in local.conf, invoke the ini routines in the reverse order 2025-02-04 04:42:07.035 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-02-04 04:42:07.035 | attr = cfg_sec_attr_name[sno, attr_no] 2025-02-04 04:42:07.035 | if (cfg_attr_count[section, attr] == 1) 2025-02-04 04:42:07.035 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-02-04 04:42:07.035 | else { 2025-02-04 04:42:07.035 | # For multiline, invoke the ini routines in the reverse order 2025-02-04 04:42:07.035 | count = cfg_attr_count[section, attr] 2025-02-04 04:42:07.035 | print "inidelete " configfile " " section " " attr 2025-02-04 04:42:07.035 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-02-04 04:42:07.035 | for (l = count -2; l >= 0; l--) 2025-02-04 04:42:07.035 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-02-04 04:42:07.035 | } 2025-02-04 04:42:07.035 | } 2025-02-04 04:42:07.035 | } 2025-02-04 04:42:07.035 | } 2025-02-04 04:42:07.035 | ' 2025-02-04 04:42:07.035 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:42:07.035 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-02-04 04:42:07.036 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-02-04 04:42:07.038 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-02-04 04:42:07.040 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:42:07.042 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-02-04 04:42:07.044 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-02-04 04:42:07.044 | BEGIN { group = "" } 2025-02-04 04:42:07.044 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:42:07.044 | gsub("[][]", "", $1); 2025-02-04 04:42:07.044 | split($1, a, "|"); 2025-02-04 04:42:07.044 | if (a[1] == matchgroup && a[2] == configfile) { 2025-02-04 04:42:07.044 | group=a[1] 2025-02-04 04:42:07.044 | } else { 2025-02-04 04:42:07.044 | group="" 2025-02-04 04:42:07.044 | } 2025-02-04 04:42:07.044 | next 2025-02-04 04:42:07.044 | } 2025-02-04 04:42:07.044 | { 2025-02-04 04:42:07.044 | if (group != "") 2025-02-04 04:42:07.044 | print $0 2025-02-04 04:42:07.044 | } 2025-02-04 04:42:07.045 | ' /opt/stack/devstack/local.conf 2025-02-04 04:42:07.049 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-02-04 04:42:07.051 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2025-02-04 04:42:07.052 | Skipping multi-cell conductor fleet setup 2025-02-04 04:42:07.054 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2025-02-04 04:42:07.069 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-02-04 04:42:07.085 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2025-02-04 04:42:07.087 | + lib/nova:configure_console_compute:664 : local offset 2025-02-04 04:42:07.089 | + lib/nova:configure_console_compute:665 : offset=0 2025-02-04 04:42:07.091 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2025-02-04 04:42:07.094 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-02-04 04:42:07.109 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2025-02-04 04:42:07.111 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2025-02-04 04:42:07.123 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:07.125 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2025-02-04 04:42:07.138 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:07.139 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2025-02-04 04:42:07.141 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-02-04 04:42:07.167 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2025-02-04 04:42:07.180 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:07.183 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2025-02-04 04:42:07.195 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:07.198 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-02-04 04:42:07.223 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2025-02-04 04:42:07.225 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-02-04 04:42:07.227 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-02-04 04:42:07.229 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2025-02-04 04:42:07.232 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2025-02-04 04:42:07.233 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2025-02-04 04:42:07.235 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2025-02-04 04:42:07.237 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2025-02-04 04:42:07.251 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:07.254 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-02-04 04:42:07.256 | + functions-common:run_process:1689 : local service=n-cpu 2025-02-04 04:42:07.258 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-02-04 04:42:07.260 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:07.262 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:07.264 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:07.266 | + functions-common:run_process:1695 : local name=n-cpu 2025-02-04 04:42:07.268 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:07.271 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:07.273 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:07.275 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:07.277 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:07.281 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644127279 2025-02-04 04:42:07.283 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2025-02-04 04:42:07.296 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:07.298 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:07.300 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:07.302 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:07.304 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:07.306 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:07.308 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:07.310 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:07.312 | + functions-common:time_stop:2442 : start_time=1738644127279 2025-02-04 04:42:07.314 | + functions-common:time_stop:2444 : [[ -z 1738644127279 ]] 2025-02-04 04:42:07.318 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:07.320 | + functions-common:time_stop:2447 : end_time=1738644127318 2025-02-04 04:42:07.322 | + functions-common:time_stop:2448 : elapsed_time=39 2025-02-04 04:42:07.324 | + functions-common:time_stop:2449 : total=11313 2025-02-04 04:42:07.326 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:07.328 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11352 2025-02-04 04:42:07.331 | + 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-02-04 04:42:07.333 | + 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-02-04 04:42:07.335 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2025-02-04 04:42:07.349 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:07.351 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2025-02-04 04:42:07.351 | Dumping cells_v2 mapping 2025-02-04 04:42:07.353 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2025-02-04 04:42:07.752 | 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-02-04 04:42:09.093 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-02-04 04:42:09.093 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-02-04 04:42:09.093 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-02-04 04:42:09.093 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2025-02-04 04:42:09.093 | | cell1 | 6010e81a-54d3-4bed-a271-4b450707ca55 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2025-02-04 04:42:09.093 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-02-04 04:42:09.440 | + stack.sh:main:1325 : async_runfunc create_flavors 2025-02-04 04:42:09.443 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-02-04 04:42:09.494 | + inc/async:async_inner:63 : create_flavors 2025-02-04 04:42:09.523 | [3589 Async create_flavors:51968]: running: create_flavors 2025-02-04 04:42:09.526 | + stack.sh:main:1327 : is_service_enabled cinder 2025-02-04 04:42:09.539 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:09.542 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2025-02-04 04:42:09.544 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:09.546 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2025-02-04 04:42:09.548 | + stack.sh:main:1329 : start_cinder 2025-02-04 04:42:09.550 | + lib/cinder:start_cinder:585 : local service_port=8776 2025-02-04 04:42:09.553 | + lib/cinder:start_cinder:586 : local service_protocol=http 2025-02-04 04:42:09.555 | + lib/cinder:start_cinder:587 : local cinder_url 2025-02-04 04:42:09.557 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2025-02-04 04:42:09.570 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:09.573 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2025-02-04 04:42:09.574 | + 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-02-04 04:42:09.577 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2025-02-04 04:42:09.579 | ++ lib/cinder:start_cinder:621 : which uwsgi 2025-02-04 04:42:09.583 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-04 04:42:09.585 | + functions-common:run_process:1689 : local service=c-api 2025-02-04 04:42:09.587 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-04 04:42:09.589 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:09.591 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:09.593 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:09.595 | + functions-common:run_process:1695 : local name=c-api 2025-02-04 04:42:09.597 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:09.599 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:09.601 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:09.603 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:09.606 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:09.609 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644129607 2025-02-04 04:42:09.611 | + functions-common:run_process:1698 : is_service_enabled c-api 2025-02-04 04:42:09.624 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:09.626 | + 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-02-04 04:42:09.628 | + functions-common:_run_under_systemd:1649 : local service=c-api 2025-02-04 04:42:09.630 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-04 04:42:09.632 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-04 04:42:09.634 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-04 04:42:09.636 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-02-04 04:42:09.638 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-02-04 04:42:09.640 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-02-04 04:42:09.642 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2025-02-04 04:42:09.644 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:09.646 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:09.648 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:09.650 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:42:09.652 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-02-04 04:42:09.654 | + 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-02-04 04:42:09.656 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2025-02-04 04:42:09.658 | + 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-02-04 04:42:09.660 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-02-04 04:42:09.661 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-02-04 04:42:09.663 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-02-04 04:42:09.665 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-02-04 04:42:09.667 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-02-04 04:42:09.670 | + 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-02-04 04:42:09.717 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-02-04 04:42:09.765 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-02-04 04:42:09.806 | + 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-02-04 04:42:09.846 | + 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-02-04 04:42:09.890 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-02-04 04:42:09.930 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-02-04 04:42:09.970 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-02-04 04:42:10.010 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-02-04 04:42:10.050 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-02-04 04:42:10.091 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-02-04 04:42:10.093 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-02-04 04:42:10.095 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-02-04 04:42:10.143 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-02-04 04:42:10.373 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2025-02-04 04:42:10.383 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-02-04 04:42:10.621 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2025-02-04 04:42:10.677 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:10.679 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:10.681 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:10.684 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:10.686 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:10.688 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:10.690 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:10.691 | + functions-common:time_stop:2442 : start_time=1738644129607 2025-02-04 04:42:10.694 | + functions-common:time_stop:2444 : [[ -z 1738644129607 ]] 2025-02-04 04:42:10.696 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:10.700 | + functions-common:time_stop:2447 : end_time=1738644130697 2025-02-04 04:42:10.701 | + functions-common:time_stop:2448 : elapsed_time=1090 2025-02-04 04:42:10.704 | + functions-common:time_stop:2449 : total=11352 2025-02-04 04:42:10.705 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:10.707 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12442 2025-02-04 04:42:10.709 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2025-02-04 04:42:10.711 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2025-02-04 04:42:10.711 | Waiting for Cinder API to start... 2025-02-04 04:42:10.713 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-02-04 04:42:10.715 | + functions:wait_for_service:468 : local timeout=60 2025-02-04 04:42:10.717 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-02-04 04:42:10.719 | + functions:wait_for_service:470 : local rval=0 2025-02-04 04:42:10.721 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-04 04:42:10.723 | + functions-common:time_start:2421 : local name=wait_for_service 2025-02-04 04:42:10.725 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:10.727 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:10.730 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:10.733 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644130731 2025-02-04 04:42:10.735 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-04 04:42:10.738 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-02-04 04:42:12.809 | + :: : [[ 401 == 503 ]] 2025-02-04 04:42:12.811 | + :: : [[ 0 -eq 7 ]] 2025-02-04 04:42:12.813 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-04 04:42:12.816 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:12.818 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:12.820 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:12.822 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:12.824 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:12.826 | + functions-common:time_stop:2441 : name=wait_for_service 2025-02-04 04:42:12.828 | + functions-common:time_stop:2442 : start_time=1738644130731 2025-02-04 04:42:12.830 | + functions-common:time_stop:2444 : [[ -z 1738644130731 ]] 2025-02-04 04:42:12.833 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:12.836 | + functions-common:time_stop:2447 : end_time=1738644132834 2025-02-04 04:42:12.839 | + functions-common:time_stop:2448 : elapsed_time=2103 2025-02-04 04:42:12.840 | + functions-common:time_stop:2449 : total=6328 2025-02-04 04:42:12.842 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:12.844 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8431 2025-02-04 04:42:12.847 | + functions:wait_for_service:478 : return 0 2025-02-04 04:42:12.849 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.850 | + functions-common:run_process:1689 : local service=c-sch 2025-02-04 04:42:12.852 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.854 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:12.856 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:12.858 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:12.860 | + functions-common:run_process:1695 : local name=c-sch 2025-02-04 04:42:12.862 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:12.864 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:12.867 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:12.869 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:12.872 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:12.875 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644132873 2025-02-04 04:42:12.877 | + functions-common:run_process:1698 : is_service_enabled c-sch 2025-02-04 04:42:12.890 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:12.892 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-02-04 04:42:12.894 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2025-02-04 04:42:12.896 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.898 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.900 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.902 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.904 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-02-04 04:42:12.906 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-02-04 04:42:12.908 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2025-02-04 04:42:12.910 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:12.912 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:12.914 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:12.916 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:42:12.918 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-02-04 04:42:12.920 | + 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-02-04 04:42:12.922 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2025-02-04 04:42:12.924 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:12.926 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:42:12.928 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:42:12.930 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-02-04 04:42:12.932 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:42:12.934 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:42:12.936 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-02-04 04:42:12.938 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:42:12.941 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-02-04 04:42:12.990 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-02-04 04:42:13.038 | + 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-02-04 04:42:13.079 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-02-04 04:42:13.121 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-02-04 04:42:13.163 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:42:13.206 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-02-04 04:42:13.209 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:42:13.211 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-02-04 04:42:13.262 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:42:13.502 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2025-02-04 04:42:13.511 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-02-04 04:42:13.738 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2025-02-04 04:42:13.756 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:13.759 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:13.761 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:13.765 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:13.769 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:13.771 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:13.777 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:13.779 | + functions-common:time_stop:2442 : start_time=1738644132873 2025-02-04 04:42:13.785 | + functions-common:time_stop:2444 : [[ -z 1738644132873 ]] 2025-02-04 04:42:13.785 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:13.789 | + functions-common:time_stop:2447 : end_time=1738644133785 2025-02-04 04:42:13.791 | + functions-common:time_stop:2448 : elapsed_time=912 2025-02-04 04:42:13.793 | + functions-common:time_stop:2449 : total=12442 2025-02-04 04:42:13.795 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:13.801 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13354 2025-02-04 04:42:13.803 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-04 04:42:13.806 | + 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-02-04 04:42:13.808 | + functions-common:run_process:1689 : local service=c-bak 2025-02-04 04:42:13.810 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.812 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:13.814 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:13.816 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-04 04:42:13.818 | + functions-common:run_process:1695 : local name=c-bak 2025-02-04 04:42:13.820 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:13.822 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:13.824 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:13.826 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:13.829 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:13.832 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644133830 2025-02-04 04:42:13.834 | + functions-common:run_process:1698 : is_service_enabled c-bak 2025-02-04 04:42:13.848 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:13.850 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:13.852 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:13.854 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:13.856 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:13.858 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:13.861 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:13.863 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:13.865 | + functions-common:time_stop:2442 : start_time=1738644133830 2025-02-04 04:42:13.867 | + functions-common:time_stop:2444 : [[ -z 1738644133830 ]] 2025-02-04 04:42:13.870 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:13.873 | + functions-common:time_stop:2447 : end_time=1738644133871 2025-02-04 04:42:13.875 | + functions-common:time_stop:2448 : elapsed_time=41 2025-02-04 04:42:13.877 | + functions-common:time_stop:2449 : total=13354 2025-02-04 04:42:13.879 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:13.881 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13395 2025-02-04 04:42:13.883 | + 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-02-04 04:42:13.886 | + functions-common:run_process:1689 : local service=c-vol 2025-02-04 04:42:13.888 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.890 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:13.892 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:13.894 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-04 04:42:13.895 | + functions-common:run_process:1695 : local name=c-vol 2025-02-04 04:42:13.898 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:13.900 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:13.902 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:13.904 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:13.907 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:13.911 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644133908 2025-02-04 04:42:13.913 | + functions-common:run_process:1698 : is_service_enabled c-vol 2025-02-04 04:42:13.927 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:13.930 | + 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-02-04 04:42:13.932 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2025-02-04 04:42:13.934 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.936 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.939 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.941 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.945 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-02-04 04:42:13.949 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-02-04 04:42:13.949 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2025-02-04 04:42:13.952 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:13.954 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:13.958 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:13.960 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-04 04:42:13.962 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-02-04 04:42:13.964 | + 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-02-04 04:42:13.966 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2025-02-04 04:42:13.968 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-02-04 04:42:13.970 | + functions-common:write_user_unit_file:1560 : local group= 2025-02-04 04:42:13.972 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-02-04 04:42:13.974 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-02-04 04:42:13.977 | + functions-common:write_user_unit_file:1563 : local extra= 2025-02-04 04:42:13.978 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-02-04 04:42:13.980 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-02-04 04:42:13.981 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-02-04 04:42:13.985 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-02-04 04:42:14.035 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-02-04 04:42:14.084 | + 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-02-04 04:42:14.127 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-02-04 04:42:14.170 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-02-04 04:42:14.212 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-02-04 04:42:14.255 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-02-04 04:42:14.258 | + 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-02-04 04:42:14.302 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-02-04 04:42:14.304 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-02-04 04:42:14.355 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-02-04 04:42:14.601 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2025-02-04 04:42:14.610 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-02-04 04:42:14.844 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2025-02-04 04:42:14.877 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:14.882 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:14.884 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:14.886 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:14.890 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:14.892 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:14.897 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:14.899 | + functions-common:time_stop:2442 : start_time=1738644133908 2025-02-04 04:42:14.901 | + functions-common:time_stop:2444 : [[ -z 1738644133908 ]] 2025-02-04 04:42:14.903 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:14.910 | + functions-common:time_stop:2447 : end_time=1738644134905 2025-02-04 04:42:14.916 | + functions-common:time_stop:2448 : elapsed_time=997 2025-02-04 04:42:14.918 | + functions-common:time_stop:2449 : total=13395 2025-02-04 04:42:14.920 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:14.922 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14392 2025-02-04 04:42:14.927 | + stack.sh:main:1330 : create_volume_types 2025-02-04 04:42:14.929 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2025-02-04 04:42:14.943 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:14.945 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2025-02-04 04:42:14.947 | + lib/cinder:create_volume_types:674 : local be be_name 2025-02-04 04:42:14.950 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-02-04 04:42:14.952 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2025-02-04 04:42:14.954 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2025-02-04 04:42:14.956 | + lib/cinder:create_one_type:654 : type_name=vsphere 2025-02-04 04:42:14.958 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2025-02-04 04:42:14.960 | + lib/cinder:create_one_type:656 : property_value=vsphere 2025-02-04 04:42:14.962 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2025-02-04 04:42:14.975 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:14.977 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-02-04 04:42:16.831 | +-------------+--------------------------------------+ 2025-02-04 04:42:16.831 | | Field | Value | 2025-02-04 04:42:16.831 | +-------------+--------------------------------------+ 2025-02-04 04:42:16.831 | | description | None | 2025-02-04 04:42:16.831 | | id | 283be924-654c-4977-b4ab-dd7f9179bf38 | 2025-02-04 04:42:16.832 | | is_public | True | 2025-02-04 04:42:16.832 | | name | vsphere | 2025-02-04 04:42:16.832 | | properties | volume_backend_name='vsphere' | 2025-02-04 04:42:16.832 | +-------------+--------------------------------------+ 2025-02-04 04:42:16.958 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:16.960 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:16.962 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:16.965 | + stack.sh:main:1343 : is_service_enabled glance 2025-02-04 04:42:16.981 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:16.983 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2025-02-04 04:42:16.985 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:16.987 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2025-02-04 04:42:16.989 | + stack.sh:main:1345 : start_glance 2025-02-04 04:42:16.991 | + lib/glance:start_glance:606 : local service_protocol=http 2025-02-04 04:42:16.993 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2025-02-04 04:42:17.008 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:17.010 | + lib/glance:start_glance:613 : [[ False == False ]] 2025-02-04 04:42:17.012 | ++ lib/glance:start_glance:614 : which uwsgi 2025-02-04 04:42:17.016 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.018 | + functions-common:run_process:1689 : local service=g-api 2025-02-04 04:42:17.020 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.022 | + functions-common:run_process:1691 : local group= 2025-02-04 04:42:17.024 | + functions-common:run_process:1692 : local user= 2025-02-04 04:42:17.026 | + functions-common:run_process:1693 : local env_vars= 2025-02-04 04:42:17.028 | + functions-common:run_process:1695 : local name=g-api 2025-02-04 04:42:17.030 | + functions-common:run_process:1697 : time_start run_process 2025-02-04 04:42:17.032 | + functions-common:time_start:2421 : local name=run_process 2025-02-04 04:42:17.034 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:17.036 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:17.038 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:17.042 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644137039 2025-02-04 04:42:17.044 | + functions-common:run_process:1698 : is_service_enabled g-api 2025-02-04 04:42:17.057 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:17.059 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-02-04 04:42:17.061 | + functions-common:_run_under_systemd:1649 : local service=g-api 2025-02-04 04:42:17.063 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.065 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.068 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.069 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.072 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-02-04 04:42:17.073 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-02-04 04:42:17.076 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2025-02-04 04:42:17.078 | + functions-common:_run_under_systemd:1656 : local group= 2025-02-04 04:42:17.081 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-02-04 04:42:17.083 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-02-04 04:42:17.085 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-02-04 04:42:17.087 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-02-04 04:42:17.089 | + 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-02-04 04:42:17.091 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2025-02-04 04:42:17.093 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-02-04 04:42:17.095 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-02-04 04:42:17.097 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-02-04 04:42:17.099 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-02-04 04:42:17.101 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-02-04 04:42:17.103 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-02-04 04:42:17.106 | + 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-02-04 04:42:17.158 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-02-04 04:42:17.207 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-02-04 04:42:17.250 | + 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-02-04 04:42:17.293 | + 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-02-04 04:42:17.334 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-02-04 04:42:17.379 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-02-04 04:42:17.424 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-02-04 04:42:17.467 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-02-04 04:42:17.512 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-02-04 04:42:17.555 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-02-04 04:42:17.557 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-02-04 04:42:17.559 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-02-04 04:42:17.613 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-02-04 04:42:17.856 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2025-02-04 04:42:17.867 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-02-04 04:42:18.099 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2025-02-04 04:42:18.158 | + functions-common:run_process:1701 : time_stop run_process 2025-02-04 04:42:18.160 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:18.162 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:18.164 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:18.167 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:18.169 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:18.171 | + functions-common:time_stop:2441 : name=run_process 2025-02-04 04:42:18.173 | + functions-common:time_stop:2442 : start_time=1738644137039 2025-02-04 04:42:18.175 | + functions-common:time_stop:2444 : [[ -z 1738644137039 ]] 2025-02-04 04:42:18.177 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:18.181 | + functions-common:time_stop:2447 : end_time=1738644138179 2025-02-04 04:42:18.183 | + functions-common:time_stop:2448 : elapsed_time=1140 2025-02-04 04:42:18.185 | + functions-common:time_stop:2449 : total=14392 2025-02-04 04:42:18.187 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:18.189 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15532 2025-02-04 04:42:18.192 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2025-02-04 04:42:18.206 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:18.208 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-02-04 04:42:18.208 | Waiting for g-api (10.180.1.21) to start... 2025-02-04 04:42:18.210 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2025-02-04 04:42:18.212 | + functions:wait_for_service:468 : local timeout=60 2025-02-04 04:42:18.214 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-02-04 04:42:18.216 | + functions:wait_for_service:470 : local rval=0 2025-02-04 04:42:18.218 | + functions:wait_for_service:471 : time_start wait_for_service 2025-02-04 04:42:18.220 | + functions-common:time_start:2421 : local name=wait_for_service 2025-02-04 04:42:18.222 | + functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:18.224 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:18.226 | ++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:18.230 | + functions-common:time_start:2426 : _TIME_START[$name]=1738644138227 2025-02-04 04:42:18.232 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-02-04 04:42:18.235 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-02-04 04:42:20.268 | + :: : [[ 300 == 503 ]] 2025-02-04 04:42:20.269 | + :: : [[ 0 -eq 7 ]] 2025-02-04 04:42:20.272 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-02-04 04:42:20.275 | + functions-common:time_stop:2435 : local name 2025-02-04 04:42:20.277 | + functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:20.279 | + functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:20.281 | + functions-common:time_stop:2438 : local total 2025-02-04 04:42:20.283 | + functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:20.285 | + functions-common:time_stop:2441 : name=wait_for_service 2025-02-04 04:42:20.287 | + functions-common:time_stop:2442 : start_time=1738644138227 2025-02-04 04:42:20.289 | + functions-common:time_stop:2444 : [[ -z 1738644138227 ]] 2025-02-04 04:42:20.292 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:20.295 | + functions-common:time_stop:2447 : end_time=1738644140293 2025-02-04 04:42:20.297 | + functions-common:time_stop:2448 : elapsed_time=2066 2025-02-04 04:42:20.299 | + functions-common:time_stop:2449 : total=8431 2025-02-04 04:42:20.301 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:20.304 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10497 2025-02-04 04:42:20.306 | + functions:wait_for_service:478 : return 0 2025-02-04 04:42:20.308 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2025-02-04 04:42:20.323 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:20.325 | + stack.sh:main:1359 : is_service_enabled glance 2025-02-04 04:42:20.339 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:20.340 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2025-02-04 04:42:20.343 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:20.345 | + stack.sh:echo_summary:455 : echo -e Uploading images 2025-02-04 04:42:20.347 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2025-02-04 04:42:20.349 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.351 | + 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-02-04 04:42:20.353 | + functions:upload_image:134 : local image image_fname image_name 2025-02-04 04:42:20.355 | + functions:upload_image:136 : local max_attempts=5 2025-02-04 04:42:20.356 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-02-04 04:42:20.360 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.363 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.365 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-02-04 04:42:20.366 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-02-04 04:42:20.369 | ++ functions:upload_image:144 : seq 5 2025-02-04 04:42:20.372 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-02-04 04:42:20.374 | + functions:upload_image:145 : local rc=0 2025-02-04 04:42:20.376 | + 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-02-04 04:42:20.379 | --2025-02-04 04:42:20-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-02-04 04:42:20.384 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-02-04 04:42:20.385 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-02-04 04:42:20.425 | HTTP request sent, awaiting response... 200 OK 2025-02-04 04:42:20.425 | Length: 21318656 (20M) [application/octet-stream] 2025-02-04 04:42:20.425 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-02-04 04:42:20.433 | 2025-02-04 04:42:20.523 | 0K ........ ........ .... 100% 207M=0.1s 2025-02-04 04:42:20.523 | 2025-02-04 04:42:20.524 | 2025-02-04 04:42:20 (207 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-02-04 04:42:20.524 | 2025-02-04 04:42:20.527 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-02-04 04:42:20.529 | + functions:upload_image:155 : break 2025-02-04 04:42:20.531 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.532 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-02-04 04:42:20.534 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-02-04 04:42:20.536 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-02-04 04:42:20.538 | + functions:upload_image:194 : local vmdk_disktype= 2025-02-04 04:42:20.539 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-02-04 04:42:20.541 | + functions:upload_image:196 : local path_len 2025-02-04 04:42:20.543 | + functions:upload_image:199 : local vmdk_adapter_type 2025-02-04 04:42:20.545 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.545 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.549 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-02-04 04:42:20.551 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-02-04 04:42:20.553 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-02-04 04:42:20.554 | + functions:upload_image:205 : local vmdk_create_type 2025-02-04 04:42:20.557 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.558 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.561 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-02-04 04:42:20.563 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-02-04 04:42:20.565 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-02-04 04:42:20.566 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-02-04 04:42:20.568 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-02-04 04:42:20.570 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-02-04 04:42:20.572 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-02-04 04:42:20.574 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-02-04 04:42:20.576 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-02-04 04:42:20.578 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-02-04 04:42:20.578 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-02-04 04:42:20.582 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-02-04 04:42:20.584 | + functions:upload_image:284 : IFS=':;' 2025-02-04 04:42:20.586 | + functions:upload_image:284 : read -a props 2025-02-04 04:42:20.587 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-02-04 04:42:20.589 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-02-04 04:42:20.591 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-02-04 04:42:20.593 | + 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-02-04 04:42:20.595 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-02-04 04:42:20.597 | + functions:_upload_image:105 : shift 2025-02-04 04:42:20.598 | + functions:_upload_image:106 : local container=bare 2025-02-04 04:42:20.600 | + functions:_upload_image:107 : shift 2025-02-04 04:42:20.601 | + functions:_upload_image:108 : local disk=vmdk 2025-02-04 04:42:20.603 | + functions:_upload_image:109 : shift 2025-02-04 04:42:20.605 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-02-04 04:42:20.607 | + functions:_upload_image:111 : shift 2025-02-04 04:42:20.609 | + functions:_upload_image:112 : local properties 2025-02-04 04:42:20.610 | + functions:_upload_image:113 : local useimport 2025-02-04 04:42:20.612 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-02-04 04:42:20.614 | ++ functions:_image_properties_to_arg:87 : local result= 2025-02-04 04:42:20.616 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-02-04 04:42:20.617 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-02-04 04:42:20.619 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-02-04 04:42:20.621 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-02-04 04:42:20.623 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-02-04 04:42:20.624 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-02-04 04:42:20.626 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-02-04 04:42:20.628 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-02-04 04:42:20.630 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:20.632 | + 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-02-04 04:42:23.057 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-02-04 04:42:23.057 | | Field | Value | 2025-02-04 04:42:23.057 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-02-04 04:42:23.057 | | container_format | bare | 2025-02-04 04:42:23.057 | | created_at | 2025-02-04T04:42:22Z | 2025-02-04 04:42:23.057 | | disk_format | vmdk | 2025-02-04 04:42:23.057 | | file | /v2/images/4092f5d9-e52b-450e-8bc7-85f1a22d3b71/file | 2025-02-04 04:42:23.057 | | id | 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 | 2025-02-04 04:42:23.057 | | min_disk | 0 | 2025-02-04 04:42:23.057 | | min_ram | 0 | 2025-02-04 04:42:23.057 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-02-04 04:42:23.057 | | owner | 07053f9d79ae41c3ae8ab170afb47449 | 2025-02-04 04:42:23.057 | | 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-02-04 04:42:23.057 | | protected | False | 2025-02-04 04:42:23.057 | | schema | /v2/schemas/image | 2025-02-04 04:42:23.057 | | status | queued | 2025-02-04 04:42:23.057 | | tags | | 2025-02-04 04:42:23.057 | | updated_at | 2025-02-04T04:42:22Z | 2025-02-04 04:42:23.057 | | visibility | public | 2025-02-04 04:42:23.057 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-02-04 04:42:23.174 | + functions:upload_image:291 : return 2025-02-04 04:42:23.176 | + stack.sh:main:1367 : async_wait create_flavors 2025-02-04 04:42:23.229 | [3589 Async create_flavors:51968]: Waiting for completion of create_flavors running on PID 51968 (2 other jobs running) 2025-02-04 04:42:23.249 | [3589 Async create_flavors:51968]: Signaling child to exit 2025-02-04 04:42:25.138 | + inc/async:async_inner:64 : rc=0 2025-02-04 04:42:25.158 | [51968 Async create_flavors:51968]: finished successfully 2025-02-04 04:42:25.174 | WAKEUP 2025-02-04 04:42:25.192 | [3589 Async create_flavors:51968]: Signaled 2025-02-04 04:42:25.193 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2025-02-04 04:42:25.193 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:25.193 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2025-02-04 04:42:25.193 | + lib/nova:create_flavors:1248 : grep -q ds512M 2025-02-04 04:42:25.193 | + 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-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | Field | Value | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.193 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.193 | | description | None | 2025-02-04 04:42:25.193 | | disk | 1 | 2025-02-04 04:42:25.193 | | id | c1 | 2025-02-04 04:42:25.193 | | name | cirros256 | 2025-02-04 04:42:25.193 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.193 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.193 | | ram | 256 | 2025-02-04 04:42:25.193 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.193 | | swap | | 2025-02-04 04:42:25.193 | | vcpus | 1 | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | + 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-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | Field | Value | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.193 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.193 | | description | None | 2025-02-04 04:42:25.193 | | disk | 5 | 2025-02-04 04:42:25.193 | | id | d1 | 2025-02-04 04:42:25.193 | | name | ds512M | 2025-02-04 04:42:25.193 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.193 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.193 | | ram | 512 | 2025-02-04 04:42:25.193 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.193 | | swap | | 2025-02-04 04:42:25.193 | | vcpus | 1 | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | + 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-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | Field | Value | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.193 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.193 | | description | None | 2025-02-04 04:42:25.193 | | disk | 10 | 2025-02-04 04:42:25.193 | | id | d2 | 2025-02-04 04:42:25.193 | | name | ds1G | 2025-02-04 04:42:25.193 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.193 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.193 | | ram | 1024 | 2025-02-04 04:42:25.193 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.193 | | swap | | 2025-02-04 04:42:25.193 | | vcpus | 1 | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | + 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-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | Field | Value | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.193 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.193 | | description | None | 2025-02-04 04:42:25.193 | | disk | 10 | 2025-02-04 04:42:25.193 | | id | d3 | 2025-02-04 04:42:25.193 | | name | ds2G | 2025-02-04 04:42:25.193 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.193 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.193 | | ram | 2048 | 2025-02-04 04:42:25.193 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.193 | | swap | | 2025-02-04 04:42:25.193 | | vcpus | 2 | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | + 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-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | Field | Value | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.193 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.193 | | description | None | 2025-02-04 04:42:25.193 | | disk | 20 | 2025-02-04 04:42:25.193 | | id | d4 | 2025-02-04 04:42:25.193 | | name | ds4G | 2025-02-04 04:42:25.193 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.193 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.193 | | ram | 4096 | 2025-02-04 04:42:25.193 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.193 | | swap | | 2025-02-04 04:42:25.193 | | vcpus | 4 | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2025-02-04 04:42:25.193 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2025-02-04 04:42:25.193 | + 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-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | Field | Value | 2025-02-04 04:42:25.193 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.193 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.193 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.193 | | description | None | 2025-02-04 04:42:25.193 | | disk | 1 | 2025-02-04 04:42:25.193 | | id | 1 | 2025-02-04 04:42:25.193 | | name | m1.tiny | 2025-02-04 04:42:25.194 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.194 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.194 | | ram | 512 | 2025-02-04 04:42:25.194 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.194 | | swap | | 2025-02-04 04:42:25.194 | | vcpus | 1 | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | + 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-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | Field | Value | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.194 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.194 | | description | None | 2025-02-04 04:42:25.194 | | disk | 20 | 2025-02-04 04:42:25.194 | | id | 2 | 2025-02-04 04:42:25.194 | | name | m1.small | 2025-02-04 04:42:25.194 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.194 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.194 | | ram | 2048 | 2025-02-04 04:42:25.194 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.194 | | swap | | 2025-02-04 04:42:25.194 | | vcpus | 1 | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | + 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-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | Field | Value | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.194 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.194 | | description | None | 2025-02-04 04:42:25.194 | | disk | 40 | 2025-02-04 04:42:25.194 | | id | 3 | 2025-02-04 04:42:25.194 | | name | m1.medium | 2025-02-04 04:42:25.194 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.194 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.194 | | ram | 4096 | 2025-02-04 04:42:25.194 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.194 | | swap | | 2025-02-04 04:42:25.194 | | vcpus | 2 | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | + 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-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | Field | Value | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.194 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.194 | | description | None | 2025-02-04 04:42:25.194 | | disk | 80 | 2025-02-04 04:42:25.194 | | id | 4 | 2025-02-04 04:42:25.194 | | name | m1.large | 2025-02-04 04:42:25.194 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.194 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.194 | | ram | 8192 | 2025-02-04 04:42:25.194 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.194 | | swap | | 2025-02-04 04:42:25.194 | | vcpus | 4 | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | + 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-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | Field | Value | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.194 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:25.194 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:25.194 | | description | None | 2025-02-04 04:42:25.194 | | disk | 160 | 2025-02-04 04:42:25.194 | | id | 5 | 2025-02-04 04:42:25.194 | | name | m1.xlarge | 2025-02-04 04:42:25.194 | | os-flavor-access:is_public | True | 2025-02-04 04:42:25.194 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:25.194 | | ram | 16384 | 2025-02-04 04:42:25.194 | | rxtx_factor | 1.0 | 2025-02-04 04:42:25.194 | | swap | | 2025-02-04 04:42:25.194 | | vcpus | 8 | 2025-02-04 04:42:25.194 | +----------------------------+-----------------------+ 2025-02-04 04:42:25.226 | [3589 Async create_flavors:51968]: finished create_flavors with result 0 in 15 seconds 2025-02-04 04:42:25.229 | + inc/async:async_wait:197 : return 0 2025-02-04 04:42:25.231 | + stack.sh:main:1369 : is_service_enabled horizon 2025-02-04 04:42:25.244 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:25.246 | + stack.sh:main:1383 : is_service_enabled nova 2025-02-04 04:42:25.260 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:25.262 | + stack.sh:main:1383 : is_service_enabled keystone 2025-02-04 04:42:25.275 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:25.277 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-02-04 04:42:25.279 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-02-04 04:42:25.281 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-02-04 04:42:25.284 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-02-04 04:42:25.285 | ++ 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-02-04 04:42:25.288 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-02-04 04:42:25.289 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-02-04 04:42:25.290 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-02-04 04:42:25.291 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-02-04 04:42:25.293 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-02-04 04:42:25.293 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-02-04 04:42:25.294 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-02-04 04:42:25.296 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-02-04 04:42:25.297 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-02-04 04:42:25.297 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-02-04 04:42:25.299 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-02-04 04:42:25.300 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-04 04:42:25.301 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-02-04 04:42:25.302 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-04 04:42:25.303 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-02-04 04:42:25.304 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-04 04:42:25.305 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-02-04 04:42:25.306 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-04 04:42:25.307 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-02-04 04:42:25.308 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-04 04:42:25.309 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-02-04 04:42:25.310 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-02-04 04:42:25.311 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-04 04:42:25.312 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-02-04 04:42:25.313 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-04 04:42:25.314 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-02-04 04:42:25.315 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-02-04 04:42:25.316 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-02-04 04:42:25.317 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-02-04 04:42:25.318 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-02-04 04:42:25.319 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-02-04 04:42:25.320 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-02-04 04:42:25.321 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-02-04 04:42:25.322 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-02-04 04:42:25.323 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-02-04 04:42:25.324 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-02-04 04:42:25.325 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-02-04 04:42:25.326 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-02-04 04:42:25.327 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-02-04 04:42:25.328 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-02-04 04:42:25.329 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-02-04 04:42:25.331 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-02-04 04:42:25.332 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-02-04 04:42:25.333 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-02-04 04:42:25.334 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-02-04 04:42:25.335 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-02-04 04:42:25.336 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-02-04 04:42:25.337 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-02-04 04:42:25.338 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-02-04 04:42:25.339 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-02-04 04:42:25.340 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-02-04 04:42:25.341 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-02-04 04:42:25.342 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-02-04 04:42:25.344 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-02-04 04:42:25.344 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-02-04 04:42:25.344 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-02-04 04:42:25.344 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-02-04 04:42:25.345 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-02-04 04:42:26.250 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-02-04 04:42:26.251 | 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-02-04 04:42:26.359 | + stack.sh:main:1395 : save_stackenv 2025-02-04 04:42:26.361 | + functions-common:save_stackenv:60 : local tag= 2025-02-04 04:42:26.364 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-02-04 04:42:26.368 | + functions-common:save_stackenv:62 : time_stamp=2025-02-04-044226 2025-02-04 04:42:26.370 | + functions-common:save_stackenv:63 : echo '# 2025-02-04-044226 ' 2025-02-04 04:42:26.372 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.374 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-02-04 04:42:26.376 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.378 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-02-04 04:42:26.380 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.382 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-02-04 04:42:26.384 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.386 | + 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-02-04 04:42:26.388 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.390 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-02-04 04:42:26.392 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.394 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-02-04 04:42:26.396 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.398 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-02-04-043608 2025-02-04 04:42:26.400 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.402 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-02-04 04:42:26.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.406 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-02-04 04:42:26.408 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.410 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-02-04 04:42:26.412 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.414 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-02-04 04:42:26.416 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.417 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-02-04 04:42:26.419 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.421 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-02-04 04:42:26.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.425 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-02-04 04:42:26.427 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-02-04 04:42:26.429 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-02-04 04:42:26.431 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2025-02-04 04:42:26.433 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-04 04:42:26.435 | + inc/meta-config:merge_config_group:171 : shift 2025-02-04 04:42:26.437 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-02-04 04:42:26.439 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:42:26.441 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-04 04:42:26.443 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-04 04:42:26.445 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-02-04 04:42:26.447 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:42:26.449 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-02-04 04:42:26.451 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:42:26.454 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-02-04 04:42:26.454 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:42:26.454 | gsub("[][]", "", $1); 2025-02-04 04:42:26.454 | split($1, a, "|"); 2025-02-04 04:42:26.454 | if (a[1] == matchgroup) 2025-02-04 04:42:26.454 | print a[2] 2025-02-04 04:42:26.454 | } 2025-02-04 04:42:26.454 | ' /opt/stack/devstack/local.conf 2025-02-04 04:42:26.458 | + stack.sh:main:1413 : run_phase stack extra 2025-02-04 04:42:26.460 | + functions-common:run_phase:1863 : local mode=stack 2025-02-04 04:42:26.462 | + functions-common:run_phase:1864 : local phase=extra 2025-02-04 04:42:26.464 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:42:26.466 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:42:26.468 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:42:26.470 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:42:26.472 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:42:26.475 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:42:26.478 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:42:26.480 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:42:26.482 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:42:26.484 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-02-04 04:42:26.487 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:42:26.499 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:26.502 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:42:26.504 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:26.506 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-02-04 04:42:26.508 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:26.510 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:42:26.512 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:26.514 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-02-04 04:42:26.516 | ++ extras.d/80-tempest.sh:source:15 : : 2025-02-04 04:42:26.518 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-04 04:42:26.520 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-04 04:42:26.522 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:42:26.524 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-04 04:42:26.526 | + functions-common:run_phase:1890 : run_plugins stack extra 2025-02-04 04:42:26.528 | + functions-common:run_plugins:1849 : local mode=stack 2025-02-04 04:42:26.530 | + functions-common:run_plugins:1850 : local phase=extra 2025-02-04 04:42:26.532 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-02-04 04:42:26.534 | + functions-common:run_plugins:1853 : local plugin 2025-02-04 04:42:26.536 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-02-04 04:42:26.538 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:42:26.540 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-04 04:42:26.542 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-02-04 04:42:26.545 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:42:26.547 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:26.549 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-02-04 04:42:26.551 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:26.553 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:42:26.555 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:26.557 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-02-04 04:42:26.559 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-02-04 04:42:26.561 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:26.563 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2025-02-04 04:42:26.565 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-02-04 04:42:26.567 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-04 04:42:26.569 | + inc/meta-config:merge_config_group:171 : shift 2025-02-04 04:42:26.571 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-02-04 04:42:26.573 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:42:26.575 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-04 04:42:26.577 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-04 04:42:26.580 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-02-04 04:42:26.582 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:42:26.584 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-02-04 04:42:26.586 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:42:26.588 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-02-04 04:42:26.588 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:42:26.588 | gsub("[][]", "", $1); 2025-02-04 04:42:26.588 | split($1, a, "|"); 2025-02-04 04:42:26.588 | if (a[1] == matchgroup) 2025-02-04 04:42:26.588 | print a[2] 2025-02-04 04:42:26.588 | } 2025-02-04 04:42:26.588 | ' /opt/stack/devstack/local.conf 2025-02-04 04:42:26.593 | + stack.sh:main:1430 : is_service_enabled n-cpu 2025-02-04 04:42:26.607 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:26.609 | + stack.sh:main:1435 : service_check 2025-02-04 04:42:26.611 | + functions-common:service_check:1728 : local service 2025-02-04 04:42:26.613 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.615 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2025-02-04 04:42:26.624 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-02-04 04:42:26.627 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.629 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2025-02-04 04:42:26.638 | enabled 2025-02-04 04:42:26.641 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2025-02-04 04:42:26.666 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-02-04 04:42:26.666 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.666 | Active: active (running) since Tue 2025-02-04 04:41:29 UTC; 56s ago 2025-02-04 04:42:26.666 | Main PID: 45553 (uwsgi) 2025-02-04 04:42:26.666 | Status: "uWSGI is ready" 2025-02-04 04:42:26.666 | Tasks: 3 (limit: 19125) 2025-02-04 04:42:26.666 | Memory: 238.8M 2025-02-04 04:42:26.666 | CPU: 6.119s 2025-02-04 04:42:26.666 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-02-04 04:42:26.666 | ├─45553 "nova-apiuWSGI master" 2025-02-04 04:42:26.666 | ├─45554 "nova-apiuWSGI worker 1" 2025-02-04 04:42:26.666 | └─45555 "nova-apiuWSGI worker 2" 2025-02-04 04:42:26.666 | 2025-02-04 04:42:26.666 | Feb 04 04:42:23 devstack devstack@n-api.service[45554]: [pid: 45554|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Feb 4 04:42:23 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-02-04 04:42:26.666 | Feb 04 04:42:24 devstack devstack@n-api.service[45555]: DEBUG nova.api.openstack.wsgi [None req-6e4118fd-8ead-49c6-9e0f-7a41c61aff15 admin admin] Calling method '>' {{(pid=45555) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-02-04 04:42:26.666 | Feb 04 04:42:24 devstack devstack@n-api.service[45555]: INFO nova.api.openstack.requestlog [None req-6e4118fd-8ead-49c6-9e0f-7a41c61aff15 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000960 2025-02-04 04:42:26.666 | Feb 04 04:42:24 devstack devstack@n-api.service[45555]: [pid: 45555|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Feb 4 04:42:24 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-02-04 04:42:26.666 | Feb 04 04:42:24 devstack devstack@n-api.service[45554]: DEBUG nova.api.openstack.wsgi [None req-b28baa49-6b51-4512-a588-84eb36add859 admin admin] Action: 'create', calling method: >, body: {"flavor": {"disk": 160, "rxtx_factor": 1.0, "vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "ram": 16384, "id": "5", "swap": 0, "os-flavor-access:is_public": true}} {{(pid=45554) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-02-04 04:42:26.666 | Feb 04 04:42:25 devstack devstack@n-api.service[45554]: INFO nova.api.openstack.requestlog [None req-b28baa49-6b51-4512-a588-84eb36add859 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036323 2025-02-04 04:42:26.666 | Feb 04 04:42:25 devstack devstack@n-api.service[45554]: [pid: 45554|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Feb 4 04:42:24 2025] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-02-04 04:42:26.666 | Feb 04 04:42:25 devstack devstack@n-api.service[45555]: DEBUG nova.api.openstack.wsgi [None req-8ee7a99d-37f1-422f-95bc-373c3ee1467d admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45555) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-02-04 04:42:26.666 | Feb 04 04:42:25 devstack devstack@n-api.service[45555]: INFO nova.api.openstack.requestlog [None req-8ee7a99d-37f1-422f-95bc-373c3ee1467d admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.014856 2025-02-04 04:42:26.666 | Feb 04 04:42:25 devstack devstack@n-api.service[45555]: [pid: 45555|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Feb 4 04:42:25 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-02-04 04:42:26.669 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.671 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2025-02-04 04:42:26.680 | enabled 2025-02-04 04:42:26.683 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2025-02-04 04:42:26.695 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-02-04 04:42:26.695 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.695 | Active: active (running) since Tue 2025-02-04 04:42:06 UTC; 19s ago 2025-02-04 04:42:26.695 | Main PID: 51496 (nova-conductor) 2025-02-04 04:42:26.695 | Tasks: 3 (limit: 19125) 2025-02-04 04:42:26.695 | Memory: 148.3M 2025-02-04 04:42:26.695 | CPU: 2.062s 2025-02-04 04:42:26.695 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-02-04 04:42:26.695 | ├─51496 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-02-04 04:42:26.695 | ├─51916 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-02-04 04:42:26.695 | └─51917 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-02-04 04:42:26.695 | 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_limit.split_loggers = False {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_limit.status_code_retries = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_limit.status_code_retry_delay = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_limit.timeout = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_limit.valid_interfaces = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_limit.version = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_reports.file_event_handler = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] oslo_reports.log_dir = None {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.695 | Feb 04 04:42:08 devstack nova-conductor[51496]: DEBUG oslo_service.service [None req-fb675f8f-61bf-4abe-9cc7-18903e0b906a None None] ******************************************************************************** {{(pid=51496) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-02-04 04:42:26.698 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.700 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2025-02-04 04:42:26.710 | enabled 2025-02-04 04:42:26.713 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2025-02-04 04:42:26.724 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-02-04 04:42:26.724 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.724 | Active: active (running) since Tue 2025-02-04 04:42:04 UTC; 22s ago 2025-02-04 04:42:26.724 | Main PID: 50258 (nova-scheduler) 2025-02-04 04:42:26.724 | Tasks: 3 (limit: 19125) 2025-02-04 04:42:26.724 | Memory: 147.9M 2025-02-04 04:42:26.724 | CPU: 2.118s 2025-02-04 04:42:26.724 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-02-04 04:42:26.724 | ├─50258 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-02-04 04:42:26.724 | ├─51295 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-02-04 04:42:26.724 | └─51297 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-02-04 04:42:26.724 | 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_limit.split_loggers = False {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_limit.status_code_retries = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_limit.status_code_retry_delay = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_limit.timeout = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_limit.valid_interfaces = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_limit.version = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_reports.file_event_handler = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] oslo_reports.log_dir = None {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.724 | Feb 04 04:42:06 devstack nova-scheduler[50258]: DEBUG oslo_service.service [None req-9539cd35-fc99-422d-8c4d-f0fcfc2ee9a6 None None] ******************************************************************************** {{(pid=50258) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-02-04 04:42:26.727 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.729 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-02-04 04:42:26.738 | enabled 2025-02-04 04:42:26.741 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-02-04 04:42:26.751 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-02-04 04:42:26.751 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.751 | Active: active (running) since Tue 2025-02-04 04:42:05 UTC; 21s ago 2025-02-04 04:42:26.751 | Main PID: 50825 (uwsgi) 2025-02-04 04:42:26.751 | Status: "uWSGI is ready" 2025-02-04 04:42:26.751 | Tasks: 4 (limit: 19125) 2025-02-04 04:42:26.751 | Memory: 202.2M 2025-02-04 04:42:26.751 | CPU: 4.040s 2025-02-04 04:42:26.751 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-02-04 04:42:26.751 | ├─50825 "nova-api-metauWSGI master" 2025-02-04 04:42:26.751 | ├─50826 "nova-api-metauWSGI worker 1" 2025-02-04 04:42:26.751 | ├─50827 "nova-api-metauWSGI worker 2" 2025-02-04 04:42:26.751 | └─50828 "nova-api-metauWSGI http 1" 2025-02-04 04:42:26.751 | 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50827]: DEBUG oslo_db.sqlalchemy.engines [None req-10ba3e24-52e7-4136-af2c-7841ac167ba3 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=50827) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50827]: DEBUG oslo_db.sqlalchemy.engines [None req-10ba3e24-52e7-4136-af2c-7841ac167ba3 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=50827) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50826]: DEBUG oslo_db.sqlalchemy.engines [None req-6a49fdbe-7a89-49d5-959c-7babd8a6ce73 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=50826) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50826]: DEBUG oslo_db.sqlalchemy.engines [None req-6a49fdbe-7a89-49d5-959c-7babd8a6ce73 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=50826) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50826]: DEBUG oslo_db.sqlalchemy.engines [None req-6a49fdbe-7a89-49d5-959c-7babd8a6ce73 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=50826) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50827]: DEBUG oslo_db.sqlalchemy.engines [None req-10ba3e24-52e7-4136-af2c-7841ac167ba3 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=50827) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50827]: WARNING nova.api.metadata.handler [None req-10ba3e24-52e7-4136-af2c-7841ac167ba3 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50826]: WARNING nova.api.metadata.handler [None req-6a49fdbe-7a89-49d5-959c-7babd8a6ce73 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50827]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x57f6291d2f10 pid: 50827 (default app) 2025-02-04 04:42:26.751 | Feb 04 04:42:07 devstack devstack@n-api-meta.service[50826]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x57f6291d2f10 pid: 50826 (default app) 2025-02-04 04:42:26.754 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.756 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2025-02-04 04:42:26.765 | enabled 2025-02-04 04:42:26.768 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2025-02-04 04:42:26.779 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-02-04 04:42:26.779 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.779 | Active: active (running) since Tue 2025-02-04 04:41:38 UTC; 48s ago 2025-02-04 04:42:26.779 | Main PID: 46891 (uwsgi) 2025-02-04 04:42:26.779 | Status: "uWSGI is ready" 2025-02-04 04:42:26.779 | Tasks: 3 (limit: 19125) 2025-02-04 04:42:26.779 | Memory: 146.9M 2025-02-04 04:42:26.779 | CPU: 2.543s 2025-02-04 04:42:26.779 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-02-04 04:42:26.779 | ├─46891 "placementuWSGI master" 2025-02-04 04:42:26.779 | ├─46892 "placementuWSGI worker 1" 2025-02-04 04:42:26.779 | └─46893 "placementuWSGI worker 2" 2025-02-04 04:42:26.779 | 2025-02-04 04:42:26.779 | Feb 04 04:41:39 devstack devstack@placement-api.service[46892]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=46892) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2025-02-04 04:42:26.779 | Feb 04 04:41:39 devstack devstack@placement-api.service[46892]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x5c2c7e061990 pid: 46892 (default app) 2025-02-04 04:42:26.779 | Feb 04 04:41:39 devstack devstack@placement-api.service[46893]: INFO placement.requestlog [None req-31b709c4-4ae2-4553-9f97-df358a36873e None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-02-04 04:42:26.779 | Feb 04 04:41:39 devstack devstack@placement-api.service[46893]: [pid: 46893|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Tue Feb 4 04:41:39 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-02-04 04:42:26.779 | Feb 04 04:42:06 devstack devstack@placement-api.service[46892]: DEBUG placement.requestlog [None req-fcd84661-18c2-49b6-a516-2fb36bb34f98 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=46892) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-02-04 04:42:26.779 | Feb 04 04:42:06 devstack devstack@placement-api.service[46892]: INFO placement.requestlog [None req-fcd84661-18c2-49b6-a516-2fb36bb34f98 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-02-04 04:42:26.779 | Feb 04 04:42:06 devstack devstack@placement-api.service[46892]: [pid: 46892|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Feb 4 04:42:06 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-02-04 04:42:26.779 | Feb 04 04:42:08 devstack devstack@placement-api.service[46893]: DEBUG placement.requestlog [None req-c1d9aae5-af58-49a0-a169-0559ca72d45a None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=46893) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-02-04 04:42:26.779 | Feb 04 04:42:08 devstack devstack@placement-api.service[46893]: INFO placement.requestlog [None req-c1d9aae5-af58-49a0-a169-0559ca72d45a None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-02-04 04:42:26.779 | Feb 04 04:42:08 devstack devstack@placement-api.service[46893]: [pid: 46893|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Feb 4 04:42:08 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-02-04 04:42:26.782 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.784 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2025-02-04 04:42:26.795 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-02-04 04:42:26.798 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.800 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2025-02-04 04:42:26.829 | enabled 2025-02-04 04:42:26.835 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2025-02-04 04:42:26.849 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-02-04 04:42:26.849 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.849 | Active: active (running) since Tue 2025-02-04 04:42:18 UTC; 8s ago 2025-02-04 04:42:26.849 | Main PID: 54226 (uwsgi) 2025-02-04 04:42:26.849 | Status: "uWSGI is ready" 2025-02-04 04:42:26.849 | Tasks: 7 (limit: 19125) 2025-02-04 04:42:26.849 | Memory: 237.4M 2025-02-04 04:42:26.849 | CPU: 4.620s 2025-02-04 04:42:26.849 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-02-04 04:42:26.849 | ├─54226 "glance-apiuWSGI master" 2025-02-04 04:42:26.849 | ├─54227 "glance-apiuWSGI worker 1" 2025-02-04 04:42:26.849 | └─54228 "glance-apiuWSGI worker 2" 2025-02-04 04:42:26.849 | 2025-02-04 04:42:26.849 | Feb 04 04:42:22 devstack devstack@g-api.service[54228]: DEBUG glance.api.middleware.version_negotiation [None req-ca15396c-007b-49e2-a61a-08039a2da231 None None] Using url versioning {{(pid=54228) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2025-02-04 04:42:26.849 | Feb 04 04:42:22 devstack devstack@g-api.service[54228]: DEBUG glance.api.middleware.version_negotiation [None req-ca15396c-007b-49e2-a61a-08039a2da231 None None] Matched version: v2 {{(pid=54228) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2025-02-04 04:42:26.849 | Feb 04 04:42:22 devstack devstack@g-api.service[54228]: DEBUG glance.api.middleware.version_negotiation [None req-ca15396c-007b-49e2-a61a-08039a2da231 None None] new path /v2/images/4092f5d9-e52b-450e-8bc7-85f1a22d3b71/file {{(pid=54228) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-02-04 04:42:26.849 | Feb 04 04:42:22 devstack devstack@g-api.service[54228]: DEBUG oslo_db.sqlalchemy.engines [None req-e66547b9-bda4-4088-9dfd-9da7add2ac86 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=54228) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.849 | Feb 04 04:42:22 devstack devstack@g-api.service[54228]: INFO glance.api.v2.image_data [None req-e66547b9-bda4-4088-9dfd-9da7add2ac86 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-02-04 04:42:26.849 | Feb 04 04:42:22 devstack devstack@g-api.service[54228]: DEBUG glance.location [None req-e66547b9-bda4-4088-9dfd-9da7add2ac86 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54228) set_data /opt/stack/glance/glance/location.py:592}} 2025-02-04 04:42:26.849 | Feb 04 04:42:23 devstack devstack@g-api.service[54228]: DEBUG glance_store._drivers.filesystem [None req-e66547b9-bda4-4088-9dfd-9da7add2ac86 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/4092f5d9-e52b-450e-8bc7-85f1a22d3b71 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54228) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2025-02-04 04:42:26.849 | Feb 04 04:42:23 devstack devstack@g-api.service[54228]: INFO glance.location [None req-e66547b9-bda4-4088-9dfd-9da7add2ac86 admin admin] Image format matched and virtual size computed: 117440512 2025-02-04 04:42:26.849 | Feb 04 04:42:23 devstack devstack@g-api.service[54228]: DEBUG glance_store.backend [None req-e66547b9-bda4-4088-9dfd-9da7add2ac86 admin admin] Skipping store.set_acls... not implemented. {{(pid=54228) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2025-02-04 04:42:26.849 | Feb 04 04:42:23 devstack devstack@g-api.service[54228]: [pid: 54228|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Feb 4 04:42:22 2025] PUT /v2/images/4092f5d9-e52b-450e-8bc7-85f1a22d3b71/file => generated 0 bytes in 801 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-02-04 04:42:26.852 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.854 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2025-02-04 04:42:26.865 | enabled 2025-02-04 04:42:26.868 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2025-02-04 04:42:26.882 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-02-04 04:42:26.882 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.882 | Active: active (running) since Tue 2025-02-04 04:42:13 UTC; 13s ago 2025-02-04 04:42:26.882 | Main PID: 53064 (cinder-schedule) 2025-02-04 04:42:26.882 | Tasks: 1 (limit: 19125) 2025-02-04 04:42:26.882 | Memory: 102.1M 2025-02-04 04:42:26.882 | CPU: 1.785s 2025-02-04 04:42:26.882 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-02-04 04:42:26.882 | └─53064 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-02-04 04:42:26.882 | 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: DEBUG oslo_service.service [None req-d08b2b47-dfc1-4f79-b8e2-7271ec640c2b None None] nova.token_auth_url = None {{(pid=53064) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: DEBUG oslo_service.service [None req-d08b2b47-dfc1-4f79-b8e2-7271ec640c2b None None] ******************************************************************************** {{(pid=53064) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: INFO cinder.manager [None req-467a09ad-a816-4d21-b360-6e91326cec6e None None] Initiating service 1 cleanup 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: INFO cinder.manager [None req-467a09ad-a816-4d21-b360-6e91326cec6e None None] Service 1 cleanup completed. 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: DEBUG cinder.service [None req-467a09ad-a816-4d21-b360-6e91326cec6e None None] Creating RPC server for service cinder-scheduler {{(pid=53064) start /opt/stack/cinder/cinder/service.py:239}} 2025-02-04 04:42:26.882 | Feb 04 04:42:15 devstack cinder-scheduler[53064]: DEBUG cinder.service [None req-467a09ad-a816-4d21-b360-6e91326cec6e None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53064) start /opt/stack/cinder/cinder/service.py:245}} 2025-02-04 04:42:26.882 | Feb 04 04:42:19 devstack cinder-scheduler[53064]: DEBUG cinder.scheduler.host_manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 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=53064) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-02-04 04:42:26.882 | Feb 04 04:42:19 devstack cinder-scheduler[53064]: DEBUG cinder.scheduler.host_manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 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, 2, 4, 4, 42, 19, 163620)} {{(pid=53064) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-02-04 04:42:26.882 | Feb 04 04:42:19 devstack cinder-scheduler[53064]: DEBUG cinder.utils [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53064) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-02-04 04:42:26.885 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.887 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2025-02-04 04:42:26.896 | enabled 2025-02-04 04:42:26.899 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2025-02-04 04:42:26.910 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-02-04 04:42:26.910 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.910 | Active: active (running) since Tue 2025-02-04 04:42:10 UTC; 16s ago 2025-02-04 04:42:26.910 | Main PID: 52560 (uwsgi) 2025-02-04 04:42:26.910 | Status: "uWSGI is ready" 2025-02-04 04:42:26.910 | Tasks: 5 (limit: 19125) 2025-02-04 04:42:26.910 | Memory: 229.7M 2025-02-04 04:42:26.910 | CPU: 4.894s 2025-02-04 04:42:26.910 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-02-04 04:42:26.910 | ├─52560 "cinder-apiuWSGI master" 2025-02-04 04:42:26.910 | ├─52561 "cinder-apiuWSGI worker 1" 2025-02-04 04:42:26.910 | └─52562 "cinder-apiuWSGI worker 2" 2025-02-04 04:42:26.910 | 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52561]: INFO cinder.api.openstack.wsgi [None req-92f4b450-bf6b-4214-ab08-fa1c5646455f admin admin] http://10.180.1.21/volume/v3/07053f9d79ae41c3ae8ab170afb47449/types returned with HTTP 200 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52561]: [pid: 52561|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Tue Feb 4 04:42:16 2025] POST /volume/v3/07053f9d79ae41c3ae8ab170afb47449/types => generated 182 bytes in 400 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: DEBUG cinder.api.middleware.request_id [req-92f4b450-bf6b-4214-ab08-fa1c5646455f req-92cdf59d-1497-4f72-9b95-a77a31c2dffa None None] RequestId filter calling following filter/app {{(pid=52562) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: INFO cinder.api.openstack.wsgi [req-92f4b450-bf6b-4214-ab08-fa1c5646455f req-92cdf59d-1497-4f72-9b95-a77a31c2dffa admin admin] POST http://10.180.1.21/volume/v3/07053f9d79ae41c3ae8ab170afb47449/types/283be924-654c-4977-b4ab-dd7f9179bf38/extra_specs 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: DEBUG cinder.api.openstack.wsgi [req-92f4b450-bf6b-4214-ab08-fa1c5646455f req-92cdf59d-1497-4f72-9b95-a77a31c2dffa admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=52562) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: /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-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: warnings.warn('Policy enforcement is depending on the value of ' 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: DEBUG oslo_db.sqlalchemy.engines [req-92f4b450-bf6b-4214-ab08-fa1c5646455f req-92cdf59d-1497-4f72-9b95-a77a31c2dffa 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=52562) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: INFO cinder.api.openstack.wsgi [req-92f4b450-bf6b-4214-ab08-fa1c5646455f req-92cdf59d-1497-4f72-9b95-a77a31c2dffa admin admin] http://10.180.1.21/volume/v3/07053f9d79ae41c3ae8ab170afb47449/types/283be924-654c-4977-b4ab-dd7f9179bf38/extra_specs returned with HTTP 200 2025-02-04 04:42:26.910 | Feb 04 04:42:16 devstack devstack@c-api.service[52562]: [pid: 52562|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Feb 4 04:42:16 2025] POST /volume/v3/07053f9d79ae41c3ae8ab170afb47449/types/283be924-654c-4977-b4ab-dd7f9179bf38/extra_specs => generated 51 bytes in 337 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-02-04 04:42:26.913 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.915 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2025-02-04 04:42:26.925 | enabled 2025-02-04 04:42:26.927 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2025-02-04 04:42:26.939 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-02-04 04:42:26.939 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.939 | Active: active (running) since Tue 2025-02-04 04:42:14 UTC; 12s ago 2025-02-04 04:42:26.939 | Main PID: 53583 (cinder-volume) 2025-02-04 04:42:26.939 | Tasks: 3 (limit: 19125) 2025-02-04 04:42:26.939 | Memory: 251.3M 2025-02-04 04:42:26.939 | CPU: 4.332s 2025-02-04 04:42:26.939 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-02-04 04:42:26.939 | ├─53583 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-02-04 04:42:26.939 | └─53683 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-02-04 04:42:26.939 | 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: DEBUG cinder.image.image_utils [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=53683) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1240}} 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: INFO cinder.keymgr.migration [None req-dda8a4bb-0f5c-4282-947b-c0a3ea46ed1b None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: DEBUG cinder.manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Notifying Schedulers of capabilities ... {{(pid=53683) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: INFO cinder.volume.manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Driver initialization completed successfully. 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: INFO cinder.manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Initiating service 2 cleanup 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: INFO cinder.manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Service 2 cleanup completed. 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: DEBUG cinder.service [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Creating RPC server for service cinder-volume {{(pid=53683) start /opt/stack/cinder/cinder/service.py:239}} 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: DEBUG cinder.service [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53683) start /opt/stack/cinder/cinder/service.py:245}} 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: INFO cinder.volume.manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-02-04 04:42:26.939 | Feb 04 04:42:19 devstack cinder-volume[53683]: INFO cinder.volume.manager [None req-c2117a9e-6c48-465d-b27b-4794a6fe5b46 None None] Driver post RPC initialization completed successfully. 2025-02-04 04:42:26.942 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.944 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-02-04 04:42:26.953 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-02-04 04:42:26.956 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.958 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-02-04 04:42:26.966 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-02-04 04:42:26.969 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.971 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2025-02-04 04:42:26.980 | enabled 2025-02-04 04:42:26.983 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2025-02-04 04:42:26.994 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-02-04 04:42:26.994 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-02-04 04:42:26.994 | Active: active (running) since Tue 2025-02-04 04:41:33 UTC; 53s ago 2025-02-04 04:42:26.994 | Main PID: 46241 (/usr/bin/python) 2025-02-04 04:42:26.994 | Tasks: 5 (limit: 19125) 2025-02-04 04:42:26.994 | Memory: 366.7M 2025-02-04 04:42:26.994 | CPU: 9.705s 2025-02-04 04:42:26.994 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-02-04 04:42:26.994 | ├─46241 "/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-02-04 04:42:26.994 | ├─46343 "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-02-04 04:42:26.994 | ├─46344 "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-02-04 04:42:26.994 | ├─46345 "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-02-04 04:42:26.994 | └─46346 "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-02-04 04:42:26.994 | 2025-02-04 04:42:26.994 | Feb 04 04:42:04 devstack neutron-server[46345]: DEBUG neutron.plugins.ml2.plugin [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Current status of the port 23d00b12-5b77-4482-abcd-b58e7357b395 is: ACTIVE; New status is: ACTIVE {{(pid=46345) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-02-04 04:42:26.994 | Feb 04 04:42:04 devstack neutron-server[46345]: DEBUG neutron.plugins.ml2.rpc [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Device 3e8440f4-d8e0-4334-bd27-8da626d2591c up at agent ovs-agent-devstack {{(pid=46345) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2025-02-04 04:42:26.994 | Feb 04 04:42:04 devstack neutron-server[46345]: DEBUG neutron.db.provisioning_blocks [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Provisioning complete for port 3e8440f4-d8e0-4334-bd27-8da626d2591c triggered by entity L2. {{(pid=46345) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2025-02-04 04:42:26.994 | Feb 04 04:42:04 devstack neutron-server[46345]: DEBUG neutron_lib.callbacks.manager [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1388132'] for port (3e8440f4-d8e0-4334-bd27-8da626d2591c), provisioning_complete {{(pid=46345) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-04 04:42:26.994 | Feb 04 04:42:04 devstack neutron-server[46345]: INFO neutron.plugins.ml2.plugin [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Attempt 1 to provision port 3e8440f4-d8e0-4334-bd27-8da626d2591c 2025-02-04 04:42:26.994 | Feb 04 04:42:04 devstack neutron-server[46345]: DEBUG neutron.plugins.ml2.plugin [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Current status of the port 3e8440f4-d8e0-4334-bd27-8da626d2591c is: ACTIVE; New status is: ACTIVE {{(pid=46345) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-02-04 04:42:26.994 | Feb 04 04:42:13 devstack neutron-server[46345]: DEBUG neutron_lib.callbacks.manager [None req-62dd6741-651d-4f50-8ee2-ac778214e442 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7810705258196', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1388222'] for agent (54ad2a67-b242-4b87-86e6-6165bf1683e2), after_update {{(pid=46345) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-04 04:42:26.994 | Feb 04 04:42:14 devstack neutron-server[46345]: DEBUG neutron_lib.callbacks.manager [None req-edfbdd45-6854-4799-9003-494c3b792d57 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7810705258196', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1388222'] for agent (dcb51fd8-9693-4355-b7e2-6657aac37827), after_update {{(pid=46345) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-04 04:42:26.994 | Feb 04 04:42:14 devstack neutron-server[46345]: DEBUG neutron_lib.callbacks.manager [None req-71a33bb4-87f2-4869-865c-a612b73706ed None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7810705258196', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1388222'] for agent (c395498f-fcd8-44e1-8ef9-2dfa1a84a7c7), after_update {{(pid=46345) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-04 04:42:26.994 | Feb 04 04:42:15 devstack neutron-server[46345]: DEBUG neutron_lib.callbacks.manager [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7810705258196', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1388222'] for agent (47cfd929-e813-4cbb-a005-564a33fee028), after_update {{(pid=46345) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-02-04 04:42:26.997 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:26.999 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2025-02-04 04:42:27.008 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-02-04 04:42:27.011 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.013 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2025-02-04 04:42:27.022 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-02-04 04:42:27.025 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.027 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2025-02-04 04:42:27.036 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-02-04 04:42:27.038 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.040 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2025-02-04 04:42:27.049 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-02-04 04:42:27.052 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.054 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2025-02-04 04:42:27.063 | enabled 2025-02-04 04:42:27.066 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2025-02-04 04:42:27.077 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-02-04 04:42:27.077 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-02-04 04:42:27.077 | Active: active (running) since Tue 2025-02-04 04:41:40 UTC; 46s ago 2025-02-04 04:42:27.077 | Main PID: 47439 (neutron-openvsw) 2025-02-04 04:42:27.077 | Tasks: 4 (limit: 19125) 2025-02-04 04:42:27.077 | Memory: 159.3M 2025-02-04 04:42:27.077 | CPU: 3.768s 2025-02-04 04:42:27.077 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-02-04 04:42:27.077 | ├─47439 "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-02-04 04:42:27.077 | ├─48975 /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/tmpuev1nb84/privsep.sock 2025-02-04 04:42:27.077 | └─48978 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-02-04 04:42:27.077 | 2025-02-04 04:42:27.077 | Feb 04 04:42:22 devstack neutron-openvswitch-agent[47439]: DEBUG neutron.agent.linux.utils [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 48978. {{(pid=47439) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-02-04 04:42:27.077 | Feb 04 04:42:22 devstack neutron-openvswitch-agent[47439]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-02-04 04:42:27.077 | Feb 04 04:42:24 devstack neutron-openvswitch-agent[47439]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Agent rpc_loop - iteration:19 started 2025-02-04 04:42:27.077 | Feb 04 04:42:24 devstack neutron-openvswitch-agent[47439]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x79e92ca0,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=6532104925714405020,duration_nsec=169000000,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=47439) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-02-04 04:42:27.077 | Feb 04 04:42:24 devstack neutron-openvswitch-agent[47439]: DEBUG neutron.agent.linux.utils [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 48978. {{(pid=47439) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-02-04 04:42:27.077 | Feb 04 04:42:24 devstack neutron-openvswitch-agent[47439]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-02-04 04:42:27.077 | Feb 04 04:42:26 devstack neutron-openvswitch-agent[47439]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Agent rpc_loop - iteration:20 started 2025-02-04 04:42:27.077 | Feb 04 04:42:26 devstack neutron-openvswitch-agent[47439]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x79e92ca2,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=6532104925714405020,duration_nsec=171000000,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=47439) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-02-04 04:42:27.077 | Feb 04 04:42:26 devstack neutron-openvswitch-agent[47439]: DEBUG neutron.agent.linux.utils [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 48978. {{(pid=47439) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-02-04 04:42:27.077 | Feb 04 04:42:26 devstack neutron-openvswitch-agent[47439]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4fc4ee38-ecc8-4fb7-b43d-f669dfa209a2 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-02-04 04:42:27.080 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.084 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-02-04 04:42:27.093 | enabled 2025-02-04 04:42:27.096 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-02-04 04:42:27.107 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-02-04 04:42:27.107 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-02-04 04:42:27.107 | Active: active (running) since Tue 2025-02-04 04:41:41 UTC; 45s ago 2025-02-04 04:42:27.107 | Main PID: 47923 (neutron-dhcp-ag) 2025-02-04 04:42:27.107 | Tasks: 13 (limit: 19125) 2025-02-04 04:42:27.107 | Memory: 423.4M 2025-02-04 04:42:27.107 | CPU: 8.653s 2025-02-04 04:42:27.107 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-02-04 04:42:27.107 | ├─47923 "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-02-04 04:42:27.107 | ├─49141 /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/tmp81w3ov51/privsep.sock 2025-02-04 04:42:27.108 | ├─49182 /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/tmpz5ewh5uz/privsep.sock 2025-02-04 04:42:27.108 | ├─49272 /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/tmpt48c3kg9/privsep.sock 2025-02-04 04:42:27.108 | ├─49359 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-04 04:42:27.108 | ├─49360 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-04 04:42:27.108 | └─49371 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/380d317e-d19b-4467-a3fd-f124c9d83a49/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/380d317e-d19b-4467-a3fd-f124c9d83a49/host --addn-hosts=/opt/stack/data/neutron/dhcp/380d317e-d19b-4467-a3fd-f124c9d83a49/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/380d317e-d19b-4467-a3fd-f124c9d83a49/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/380d317e-d19b-4467-a3fd-f124c9d83a49/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-c786c31c-a95d-4d88-b3c7-627aa4b7556e,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-02-04 04:42:27.108 | 2025-02-04 04:42:27.108 | Feb 04 04:41:58 devstack neutron-dhcp-agent[47923]: INFO neutron.agent.dhcp.agent [None req-60b213a4-3034-41a2-b73e-4a88d5bcbdce None None] DHCP configuration for ports {'3e8440f4-d8e0-4334-bd27-8da626d2591c'} is completed 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'da72d980-bd8b-4e8b-9a0a-d9f1b334cafb'}, 'priority': 0},) {} {{(pid=47923) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG oslo_concurrency.lockutils [None req-a4051d80-91d2-4b19-ad9f-d8d4be2d1721 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=47923) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG oslo_concurrency.lockutils [None req-a4051d80-91d2-4b19-ad9f-d8d4be2d1721 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=47923) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG oslo_concurrency.lockutils [None req-a4051d80-91d2-4b19-ad9f-d8d4be2d1721 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=47923) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG neutron.agent.dhcp.agent [None req-a4051d80-91d2-4b19-ad9f-d8d4be2d1721 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '6a026e13-76c0-4027-8c0f-408f0e45dc1c', 'name': 'public-subnet', 'tenant_id': '07053f9d79ae41c3ae8ab170afb47449', 'network_id': 'da72d980-bd8b-4e8b-9a0a-d9f1b334cafb', '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-02-04T04:41:59Z', 'updated_at': '2025-02-04T04:41:59Z', 'revision_number': 0, 'project_id': '07053f9d79ae41c3ae8ab170afb47449', 'network': {'id': 'da72d980-bd8b-4e8b-9a0a-d9f1b334cafb', 'name': 'public', 'tenant_id': '07053f9d79ae41c3ae8ab170afb47449', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['6a026e13-76c0-4027-8c0f-408f0e45dc1c'], '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-02-04T04:41:56Z', 'updated_at': '2025-02-04T04:41:59Z', 'revision_number': 2, 'project_id': '07053f9d79ae41c3ae8ab170afb47449', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=47923) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG oslo_concurrency.lockutils [None req-f714742c-7b4d-493e-bb33-632bc26f1a4e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=47923) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG oslo_concurrency.lockutils [None req-f714742c-7b4d-493e-bb33-632bc26f1a4e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=47923) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-02-04 04:42:27.108 | Feb 04 04:41:59 devstack neutron-dhcp-agent[47923]: DEBUG oslo_concurrency.lockutils [None req-f714742c-7b4d-493e-bb33-632bc26f1a4e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=47923) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-02-04 04:42:27.108 | Feb 04 04:42:01 devstack neutron-dhcp-agent[47923]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=47923) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-02-04 04:42:27.111 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.113 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2025-02-04 04:42:27.122 | enabled 2025-02-04 04:42:27.125 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2025-02-04 04:42:27.136 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-02-04 04:42:27.136 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-02-04 04:42:27.136 | Active: active (running) since Tue 2025-02-04 04:41:42 UTC; 44s ago 2025-02-04 04:42:27.136 | Main PID: 48353 (neutron-l3-agen) 2025-02-04 04:42:27.136 | Tasks: 22 (limit: 19125) 2025-02-04 04:42:27.136 | Memory: 428.2M 2025-02-04 04:42:27.136 | CPU: 8.545s 2025-02-04 04:42:27.136 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-02-04 04:42:27.136 | ├─48353 "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-02-04 04:42:27.136 | ├─49017 /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/tmp74pxye6k/privsep.sock 2025-02-04 04:42:27.136 | ├─49578 /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/tmpnuubdkjh/privsep.sock 2025-02-04 04:42:27.136 | ├─49591 /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/tmphohwwjfg/privsep.sock 2025-02-04 04:42:27.136 | ├─49796 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-04 04:42:27.136 | ├─49797 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-02-04 04:42:27.136 | └─49867 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/185a4abd-66e5-4c9c-bf80-c4619214a162.conf 2025-02-04 04:42:27.136 | 2025-02-04 04:42:27.136 | Feb 04 04:42:06 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[b52e2482-434d-4276-9211-ef2a88aa7ae6]: (4, ('ARPING 10.180.180.133 from 10.180.180.133 qg-23d00b12-5b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:08 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[aa2241d6-72a3-4c88-9b48-26249c938e19]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3e8440f4-d8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:09 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[d2c32f79-5660-4f73-bbb6-07154ea2c0be]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3e8440f4-d8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:09 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[5d3d6da1-423b-4b5c-8419-bc7340157426]: (4, ('ARPING 10.180.180.133 from 10.180.180.133 qg-23d00b12-5b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:10 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[496b97ca-64a7-450c-b5a1-dfcb6c782898]: (4, ('ARPING 10.180.180.133 from 10.180.180.133 qg-23d00b12-5b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:12 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[36120a1f-5be6-4fa6-8cf5-8675758d8ac5]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3e8440f4-d8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:13 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[0490081f-3ea1-4ab9-aea3-154b8cd53500]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3e8440f4-d8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.136 | Feb 04 04:42:13 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[5d7a10be-780d-4af1-acc6-a12a34517fde]: (4, ('ARPING 10.180.180.133 from 10.180.180.133 qg-23d00b12-5b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.137 | Feb 04 04:42:14 devstack neutron-l3-agent[48353]: DEBUG oslo.privsep.daemon [-] privsep: reply[e718f99e-ff4c-44d8-b95c-8e2ba7a505e3]: (4, ('ARPING 10.180.180.133 from 10.180.180.133 qg-23d00b12-5b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49578) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-02-04 04:42:27.137 | Feb 04 04:42:26 devstack neutron-l3-agent[48353]: DEBUG oslo_service.periodic_task [None req-a8cd71c0-ffa9-43d2-9120-65cbd3ac8bf3 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=48353) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2025-02-04 04:42:27.140 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-02-04 04:42:27.142 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2025-02-04 04:42:27.151 | enabled 2025-02-04 04:42:27.154 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2025-02-04 04:42:27.165 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-02-04 04:42:27.165 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-02-04 04:42:27.165 | Active: active (running) since Tue 2025-02-04 04:41:43 UTC; 43s ago 2025-02-04 04:42:27.165 | Main PID: 48764 (neutron-metadat) 2025-02-04 04:42:27.165 | Tasks: 3 (limit: 19125) 2025-02-04 04:42:27.165 | Memory: 123.9M 2025-02-04 04:42:27.165 | CPU: 1.944s 2025-02-04 04:42:27.165 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-02-04 04:42:27.165 | ├─48764 "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-02-04 04:42:27.165 | ├─48971 "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-02-04 04:42:27.165 | └─48972 "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-02-04 04:42:27.165 | 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_rabbit.ssl_version = {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_notifications.driver = [] {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_notifications.retry = -1 {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] oslo_messaging_notifications.transport_url = **** {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-02-04 04:42:27.165 | Feb 04 04:41:45 devstack neutron-metadata-agent[48764]: DEBUG oslo_service.service [None req-da32a925-9dc3-4b0c-a67f-275b57625625 None None] ******************************************************************************** {{(pid=48764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-02-04 04:42:27.168 | + stack.sh:main:1441 : is_service_enabled n-api 2025-02-04 04:42:27.182 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:27.184 | + stack.sh:main:1442 : is_service_enabled n-cpu 2025-02-04 04:42:27.198 | + functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:27.200 | + 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-02-04 04:42:27.202 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:27.204 | + 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-02-04 04:42:27.206 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-02-04 04:42:27.592 | 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-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Upgrade Check Results | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: Cells v2 | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: No host mappings or compute nodes were found. Remember to | 2025-02-04 04:42:29.036 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-02-04 04:42:29.036 | | compute hosts are deployed. | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: Placement API | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: None | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: Cinder API | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: None | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: Policy File JSON to YAML Migration | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: None | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: Older than N-1 computes | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: None | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: hw_machine_type unset | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: None | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.036 | | Check: Service User Token Configuration | 2025-02-04 04:42:29.036 | | Result: Success | 2025-02-04 04:42:29.036 | | Details: None | 2025-02-04 04:42:29.036 | +--------------------------------------------------------------------+ 2025-02-04 04:42:29.360 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2025-02-04 04:42:29.363 | + stack.sh:main:1474 : command openstack complete 2025-02-04 04:42:29.364 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-02-04 04:42:30.605 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2025-02-04 04:42:30.819 | + stack.sh:main:1478 : is_service_enabled cinder 2025-02-04 04:42:30.834 | + functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:30.836 | + stack.sh:main:1479 : is_ubuntu 2025-02-04 04:42:30.838 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-02-04 04:42:30.840 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-02-04 04:42:30.842 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2025-02-04 04:42:30.844 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:30.846 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2025-02-04 04:42:30.848 | + stack.sh:main:1481 : set_lvm_filter 2025-02-04 04:42:30.851 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-02-04 04:42:30.853 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2025-02-04 04:42:30.855 | + lib/lvm:set_lvm_filter:189 : local pv 2025-02-04 04:42:30.857 | + lib/lvm:set_lvm_filter:190 : local vg 2025-02-04 04:42:30.859 | + lib/lvm:set_lvm_filter:191 : local line 2025-02-04 04:42:30.863 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2025-02-04 04:42:30.904 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-02-04 04:42:30.906 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2025-02-04 04:42:30.909 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-02-04 04:42:30.920 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-02-04 04:42:30.930 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-02-04 04:42:30.932 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:30.934 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-02-04 04:42:30.936 | + stack.sh:main:1491 : run_phase stack test-config 2025-02-04 04:42:30.938 | + functions-common:run_phase:1863 : local mode=stack 2025-02-04 04:42:30.940 | + functions-common:run_phase:1864 : local phase=test-config 2025-02-04 04:42:30.943 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-02-04 04:42:30.945 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-02-04 04:42:30.947 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-02-04 04:42:30.950 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-02-04 04:42:30.951 | + functions-common:run_phase:1873 : local extra 2025-02-04 04:42:30.954 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-02-04 04:42:30.958 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-02-04 04:42:30.960 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-02-04 04:42:30.962 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-02-04 04:42:30.965 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-02-04 04:42:30.967 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-02-04 04:42:30.980 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:30.982 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:42:30.984 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:30.986 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-02-04 04:42:30.988 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:30.990 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:42:30.992 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:30.994 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-02-04 04:42:30.995 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:30.997 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-02-04 04:42:30.999 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:42:31.001 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:42:31.003 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-02-04 04:42:31.037 | [3589 Async install_tempest:26887]: Waiting for completion of install_tempest running on PID 26887 (1 other jobs running) 2025-02-04 04:42:31.054 | [3589 Async install_tempest:26887]: Signaling child to exit 2025-02-04 04:42:31.054 | WAKEUP 2025-02-04 04:42:31.070 | [3589 Async install_tempest:26887]: Signaled 2025-02-04 04:42:31.071 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest 41.0.0 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:614 : local git_ref=41.0.0 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:615 : local orig_dir 2025-02-04 04:42:31.071 | +++ functions-common:git_clone:616 : pwd 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:617 : local git_clone_flags= 2025-02-04 04:42:31.071 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:619 : RECLONE=False 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:633 : echo 41.0.0 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:720 : local count=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:721 : local timeout=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:724 : timeout=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:31.071 | +++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1738643944803 2025-02-04 04:42:31.071 | ++ 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-02-04 04:42:31.071 | Cloning into '/opt/stack//tempest'... 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2442 : start_time=1738643944803 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2444 : [[ -z 1738643944803 ]] 2025-02-04 04:42:31.071 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2447 : end_time=1738643946796 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2448 : elapsed_time=1993 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2449 : total=41430 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=43423 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin 41.0.0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:720 : local count=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:721 : local timeout=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:724 : timeout=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:31.071 | +++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1738643946828 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 41.0.0 2025-02-04 04:42:31.071 | From https://opendev.org/openstack/tempest 2025-02-04 04:42:31.071 | * tag 41.0.0 -> FETCH_HEAD 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2442 : start_time=1738643946828 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2444 : [[ -z 1738643946828 ]] 2025-02-04 04:42:31.071 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2447 : end_time=1738643948282 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2448 : elapsed_time=1454 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2449 : total=43423 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:31.071 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=44877 2025-02-04 04:42:31.071 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:720 : local count=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:721 : local timeout=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:724 : timeout=0 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:727 : time_start git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2421 : local name=git_timed 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2422 : local start_time= 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-02-04 04:42:31.071 | +++ functions-common:time_start:2426 : date +%s%3N 2025-02-04 04:42:31.071 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1738643948310 2025-02-04 04:42:31.071 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-02-04 04:42:31.071 | Note: switching to 'FETCH_HEAD'. 2025-02-04 04:42:31.071 | 2025-02-04 04:42:31.071 | You are in 'detached HEAD' state. You can look around, make experimental 2025-02-04 04:42:31.071 | changes and commit them, and you can discard any commits you make in this 2025-02-04 04:42:31.071 | state without impacting any branches by switching back to a branch. 2025-02-04 04:42:31.071 | 2025-02-04 04:42:31.071 | If you want to create a new branch to retain commits you create, you may 2025-02-04 04:42:31.072 | do so (now or later) by using -c with the switch command. Example: 2025-02-04 04:42:31.072 | 2025-02-04 04:42:31.072 | git switch -c 2025-02-04 04:42:31.072 | 2025-02-04 04:42:31.072 | Or undo this operation with: 2025-02-04 04:42:31.072 | 2025-02-04 04:42:31.072 | git switch - 2025-02-04 04:42:31.072 | 2025-02-04 04:42:31.072 | Turn off this advice by setting config variable advice.detachedHead to false 2025-02-04 04:42:31.072 | 2025-02-04 04:42:31.072 | HEAD is now at a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-02-04 04:42:31.072 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2441 : name=git_timed 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2442 : start_time=1738643948310 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2444 : [[ -z 1738643948310 ]] 2025-02-04 04:42:31.072 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2447 : end_time=1738643948407 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2448 : elapsed_time=97 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2449 : total=44877 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=44974 2025-02-04 04:42:31.072 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-02-04 04:42:31.072 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2025-02-04 04:42:31.072 | ++ functions-common:git_clone:696 : git show --oneline 2025-02-04 04:42:31.072 | ++ functions-common:git_clone:696 : head -1 2025-02-04 04:42:31.072 | a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-02-04 04:42:31.072 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2025-02-04 04:42:31.072 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-02-04 04:42:31.072 | ++ 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-02-04 04:42:31.072 | Collecting tox!=2.8.0,<4.0.0 2025-02-04 04:42:31.072 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-02-04 04:42:31.072 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2025-02-04 04:42:31.072 | Collecting pluggy>=0.12.0 2025-02-04 04:42:31.072 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-02-04 04:42:31.072 | Collecting py>=1.4.17 2025-02-04 04:42:31.072 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | Collecting filelock>=3.0.0 2025-02-04 04:42:31.072 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2025-02-04 04:42:31.072 | Collecting tomli>=2.0.1 2025-02-04 04:42:31.072 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-02-04 04:42:31.072 | Collecting distlib<1,>=0.3.5 2025-02-04 04:42:31.072 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-02-04 04:42:31.072 | Collecting platformdirs<3,>=2.4 2025-02-04 04:42:31.072 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2025-02-04 04:42:31.072 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-02-04 04:42:31.072 | ++ inc/python:pip_install:196 : result=0 2025-02-04 04:42:31.072 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2442 : start_time=1738643948448 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2444 : [[ -z 1738643948448 ]] 2025-02-04 04:42:31.072 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2447 : end_time=1738643951872 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2448 : elapsed_time=3424 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2449 : total=85906 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:31.072 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89330 2025-02-04 04:42:31.072 | ++ inc/python:pip_install:199 : return 0 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2025-02-04 04:42:31.072 | ~/tempest ~/devstack 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:846 : git checkout 41.0.0 2025-02-04 04:42:31.072 | error: pathspec '41.0.0' did not match any file(s) known to git 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2025-02-04 04:42:31.072 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.1OJOwwWvqO 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.1OJOwwWvqO 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.1OJOwwWvqO 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-02-04 04:42:31.072 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:31.072 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2025-02-04 04:42:31.072 | full create: /opt/stack/tempest/.tox/tempest 2025-02-04 04:42:31.072 | full installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-02-04 04:42:31.072 | full develop-inst: /opt/stack/tempest 2025-02-04 04:42:31.072 | full installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,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-02-04 04:42:31.072 | ___________________________________ summary ____________________________________ 2025-02-04 04:42:31.072 | full: skipped tests 2025-02-04 04:42:31.072 | congratulations :) 2025-02-04 04:42:31.072 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.1OJOwwWvqO -r requirements.txt 2025-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | 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-02-04 04:42:31.072 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | 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.1.31) 2025-02-04 04:42:31.073 | 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-02-04 04:42:31.073 | WARNING: There was an error checking the latest version of pip. 2025-02-04 04:42:31.073 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-02-04 04:42:31.073 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.1OJOwwWvqO 2025-02-04 04:42:31.073 | ++ lib/tempest:install_tempest:859 : popd 2025-02-04 04:42:31.073 | ~/devstack 2025-02-04 04:42:31.101 | [3589 Async install_tempest:26887]: finished install_tempest with result 0 in 21 seconds 2025-02-04 04:42:31.104 | ++ inc/async:async_wait:197 : return 0 2025-02-04 04:42:31.106 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-02-04 04:42:31.108 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:42:31.110 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2025-02-04 04:42:31.112 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-02-04 04:42:31.114 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:31.116 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2025-02-04 04:42:31.118 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2025-02-04 04:42:31.119 | ++ inc/python:pip_install_gr:77 : local clean_name 2025-02-04 04:42:31.121 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2025-02-04 04:42:31.123 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2025-02-04 04:42:31.125 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-02-04 04:42:31.128 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-02-04 04:42:31.128 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-02-04 04:42:31.131 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2025-02-04 04:42:31.133 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2025-02-04 04:42:31.134 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2025-02-04 04:42:31.136 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2025-02-04 04:42:31.138 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2025-02-04 04:42:31.153 | Using python 3.10 to install testrepository 2025-02-04 04:42:31.155 | ++ 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-02-04 04:42:32.311 | Collecting testrepository 2025-02-04 04:42:32.311 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-02-04 04:42:32.324 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2025-02-04 04:42:32.325 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2025-02-04 04:42:32.325 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2025-02-04 04:42:32.331 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-02-04 04:42:32.336 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2025-02-04 04:42:33.389 | Installing collected packages: testrepository 2025-02-04 04:42:33.500 | Successfully installed testrepository-0.0.20 2025-02-04 04:42:33.500 | 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-02-04 04:42:33.603 | ++ inc/python:pip_install:196 : result=0 2025-02-04 04:42:33.605 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-02-04 04:42:33.606 | ++ functions-common:time_stop:2435 : local name 2025-02-04 04:42:33.608 | ++ functions-common:time_stop:2436 : local end_time 2025-02-04 04:42:33.610 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-02-04 04:42:33.612 | ++ functions-common:time_stop:2438 : local total 2025-02-04 04:42:33.614 | ++ functions-common:time_stop:2439 : local start_time 2025-02-04 04:42:33.615 | ++ functions-common:time_stop:2441 : name=pip_install 2025-02-04 04:42:33.617 | ++ functions-common:time_stop:2442 : start_time=1738644151149 2025-02-04 04:42:33.619 | ++ functions-common:time_stop:2444 : [[ -z 1738644151149 ]] 2025-02-04 04:42:33.621 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-02-04 04:42:33.624 | ++ functions-common:time_stop:2447 : end_time=1738644153623 2025-02-04 04:42:33.626 | ++ functions-common:time_stop:2448 : elapsed_time=2474 2025-02-04 04:42:33.628 | ++ functions-common:time_stop:2449 : total=94113 2025-02-04 04:42:33.630 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-02-04 04:42:33.631 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96587 2025-02-04 04:42:33.633 | ++ inc/python:pip_install:199 : return 0 2025-02-04 04:42:33.635 | ++ lib/tempest:configure_tempest:199 : local image_lines 2025-02-04 04:42:33.637 | ++ lib/tempest:configure_tempest:200 : local images 2025-02-04 04:42:33.638 | ++ lib/tempest:configure_tempest:201 : local num_images 2025-02-04 04:42:33.640 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2025-02-04 04:42:33.642 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2025-02-04 04:42:33.644 | ++ lib/tempest:configure_tempest:204 : local password 2025-02-04 04:42:33.645 | ++ lib/tempest:configure_tempest:205 : local line 2025-02-04 04:42:33.647 | ++ lib/tempest:configure_tempest:206 : local flavors 2025-02-04 04:42:33.649 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2025-02-04 04:42:33.651 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2025-02-04 04:42:33.653 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2025-02-04 04:42:33.654 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2025-02-04 04:42:33.656 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2025-02-04 04:42:33.658 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2025-02-04 04:42:33.660 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2025-02-04 04:42:33.661 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2025-02-04 04:42:33.663 | ++ lib/tempest:configure_tempest:215 : local disk 2025-02-04 04:42:33.665 | ++ lib/tempest:configure_tempest:218 : ifs=' 2025-02-04 04:42:33.665 | ' 2025-02-04 04:42:33.667 | ++ lib/tempest:configure_tempest:228 : declare -a images 2025-02-04 04:42:33.668 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2025-02-04 04:42:33.680 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:33.682 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2025-02-04 04:42:33.684 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-02-04 04:42:33.686 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-02-04 04:42:33.687 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2025-02-04 04:42:33.689 | ++ lib/tempest:get_active_images:159 : img_array=() 2025-02-04 04:42:33.691 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-02-04 04:42:33.692 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-02-04 04:42:33.692 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-02-04 04:42:35.000 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:35.002 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-02-04 04:42:35.004 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2025-02-04 04:42:35.006 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-02-04 04:42:35.008 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2025-02-04 04:42:35.010 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2025-02-04 04:42:35.011 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2025-02-04 04:42:35.013 | ++ lib/tempest:configure_tempest:254 : image_uuid=4092f5d9-e52b-450e-8bc7-85f1a22d3b71 2025-02-04 04:42:35.015 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=4092f5d9-e52b-450e-8bc7-85f1a22d3b71 2025-02-04 04:42:35.017 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2025-02-04 04:42:35.026 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-02-04 04:42:35.029 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2025-02-04 04:42:35.031 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2025-02-04 04:42:35.033 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2025-02-04 04:42:35.035 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2025-02-04 04:42:35.036 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2025-02-04 04:42:35.038 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2025-02-04 04:42:35.040 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2025-02-04 04:42:35.043 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2025-02-04 04:42:35.043 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2025-02-04 04:42:36.254 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:36.257 | ++ lib/tempest:configure_tempest:281 : admin_project_id=07053f9d79ae41c3ae8ab170afb47449 2025-02-04 04:42:36.259 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2025-02-04 04:42:36.271 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:36.274 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2025-02-04 04:42:37.510 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:37.512 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-02-04 04:42:37.512 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-02-04 04:42:37.512 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-04 04:42:37.512 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-02-04 04:42:37.512 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-02-04 04:42:37.512 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-02-04 04:42:37.512 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-02-04 04:42:37.512 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-02-04 04:42:37.512 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-02-04 04:42:37.512 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-02-04 04:42:37.512 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-02-04 04:42:37.512 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-02-04 04:42:37.512 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-02-04 04:42:37.512 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-02-04 04:42:37.514 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2025-02-04 04:42:37.516 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-04 04:42:37.516 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-02-04 04:42:37.516 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-04 04:42:37.516 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-02-04 04:42:37.516 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-02-04 04:42:37.516 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-02-04 04:42:37.516 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-02-04 04:42:37.516 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-02-04 04:42:37.516 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-02-04 04:42:37.516 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-02-04 04:42:37.516 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-02-04 04:42:37.516 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-02-04 04:42:37.516 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-02-04 04:42:37.516 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-02-04 04:42:37.519 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 2025-02-04 04:42:37.520 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-02-04 04:42:37.523 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 -c size -f value 2025-02-04 04:42:38.767 | ++++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:38.769 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-02-04 04:42:38.771 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-02-04 04:42:38.771 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-02-04 04:42:38.798 | ++ lib/tempest:configure_tempest:290 : disk=1 2025-02-04 04:42:38.799 | ++ 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-02-04 04:42:39.928 | +----------------------------+-----------------------+ 2025-02-04 04:42:39.928 | | Field | Value | 2025-02-04 04:42:39.928 | +----------------------------+-----------------------+ 2025-02-04 04:42:39.928 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:39.928 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:39.928 | | description | None | 2025-02-04 04:42:39.928 | | disk | 1 | 2025-02-04 04:42:39.928 | | id | 42 | 2025-02-04 04:42:39.928 | | name | m1.nano | 2025-02-04 04:42:39.928 | | os-flavor-access:is_public | True | 2025-02-04 04:42:39.928 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:39.928 | | ram | 128 | 2025-02-04 04:42:39.928 | | rxtx_factor | 1.0 | 2025-02-04 04:42:39.928 | | swap | | 2025-02-04 04:42:39.928 | | vcpus | 1 | 2025-02-04 04:42:39.928 | +----------------------------+-----------------------+ 2025-02-04 04:42:40.046 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2025-02-04 04:42:40.048 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-04 04:42:40.048 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-02-04 04:42:40.048 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-02-04 04:42:40.048 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-02-04 04:42:40.048 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-02-04 04:42:40.048 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-02-04 04:42:40.048 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-02-04 04:42:40.048 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-02-04 04:42:40.048 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-02-04 04:42:40.048 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-02-04 04:42:40.048 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-02-04 04:42:40.048 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-02-04 04:42:40.048 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-02-04 04:42:40.048 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-02-04 04:42:40.051 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 2025-02-04 04:42:40.053 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-02-04 04:42:40.055 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 -c size -f value 2025-02-04 04:42:41.414 | ++++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:41.416 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-02-04 04:42:41.418 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-02-04 04:42:41.419 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-02-04 04:42:41.445 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-02-04 04:42:41.447 | ++ 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-02-04 04:42:42.636 | +----------------------------+-----------------------+ 2025-02-04 04:42:42.636 | | Field | Value | 2025-02-04 04:42:42.636 | +----------------------------+-----------------------+ 2025-02-04 04:42:42.636 | | OS-FLV-DISABLED:disabled | False | 2025-02-04 04:42:42.636 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-02-04 04:42:42.636 | | description | None | 2025-02-04 04:42:42.636 | | disk | 1 | 2025-02-04 04:42:42.636 | | id | 84 | 2025-02-04 04:42:42.636 | | name | m1.micro | 2025-02-04 04:42:42.636 | | os-flavor-access:is_public | True | 2025-02-04 04:42:42.636 | | properties | hw_rng:allowed='True' | 2025-02-04 04:42:42.636 | | ram | 192 | 2025-02-04 04:42:42.636 | | rxtx_factor | 1.0 | 2025-02-04 04:42:42.636 | | swap | | 2025-02-04 04:42:42.636 | | vcpus | 1 | 2025-02-04 04:42:42.636 | +----------------------------+-----------------------+ 2025-02-04 04:42:42.752 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2025-02-04 04:42:42.754 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-02-04 04:42:42.780 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2025-02-04 04:42:42.782 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2025-02-04 04:42:42.783 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2025-02-04 04:42:42.785 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-02-04 04:42:42.788 | +++ 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-02-04 04:42:44.023 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:44.026 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-02-04 04:42:44.026 | address-scope 2025-02-04 04:42:44.026 | router-admin-state-down-before-update 2025-02-04 04:42:44.026 | agent 2025-02-04 04:42:44.026 | agent-resources-synced 2025-02-04 04:42:44.026 | allowed-address-pairs 2025-02-04 04:42:44.026 | auto-allocated-topology 2025-02-04 04:42:44.026 | availability_zone 2025-02-04 04:42:44.026 | availability_zone_filter 2025-02-04 04:42:44.026 | default-subnetpools 2025-02-04 04:42:44.026 | dhcp_agent_scheduler 2025-02-04 04:42:44.026 | dvr 2025-02-04 04:42:44.026 | empty-string-filtering 2025-02-04 04:42:44.026 | external-net 2025-02-04 04:42:44.026 | extra_dhcp_opt 2025-02-04 04:42:44.026 | extraroute 2025-02-04 04:42:44.026 | extraroute-atomic 2025-02-04 04:42:44.026 | filter-validation 2025-02-04 04:42:44.026 | floating-ip-port-forwarding-detail 2025-02-04 04:42:44.026 | fip-port-details 2025-02-04 04:42:44.026 | flavors 2025-02-04 04:42:44.026 | floatingip-pools 2025-02-04 04:42:44.026 | ip-substring-filtering 2025-02-04 04:42:44.026 | router 2025-02-04 04:42:44.026 | ext-gw-mode 2025-02-04 04:42:44.026 | l3-ha 2025-02-04 04:42:44.026 | l3-flavors 2025-02-04 04:42:44.026 | l3-port-ip-change-not-allowed 2025-02-04 04:42:44.026 | l3_agent_scheduler 2025-02-04 04:42:44.026 | multi-provider 2025-02-04 04:42:44.026 | net-mtu 2025-02-04 04:42:44.026 | net-mtu-writable 2025-02-04 04:42:44.026 | network_availability_zone 2025-02-04 04:42:44.026 | network-ip-availability 2025-02-04 04:42:44.026 | pagination 2025-02-04 04:42:44.026 | port-device-profile 2025-02-04 04:42:44.026 | port-mac-override 2025-02-04 04:42:44.026 | port-mac-address-regenerate 2025-02-04 04:42:44.026 | port-numa-affinity-policy 2025-02-04 04:42:44.026 | binding 2025-02-04 04:42:44.026 | binding-extended 2025-02-04 04:42:44.026 | port-security 2025-02-04 04:42:44.026 | project-id 2025-02-04 04:42:44.026 | provider 2025-02-04 04:42:44.026 | quota-check-limit 2025-02-04 04:42:44.026 | quotas 2025-02-04 04:42:44.026 | quota_details 2025-02-04 04:42:44.026 | rbac-policies 2025-02-04 04:42:44.026 | rbac-address-group 2025-02-04 04:42:44.026 | rbac-address-scope 2025-02-04 04:42:44.026 | rbac-security-groups 2025-02-04 04:42:44.026 | rbac-subnetpool 2025-02-04 04:42:44.026 | revision-if-match 2025-02-04 04:42:44.026 | standard-attr-revisions 2025-02-04 04:42:44.026 | router_availability_zone 2025-02-04 04:42:44.026 | security-groups-normalized-cidr 2025-02-04 04:42:44.026 | port-security-groups-filtering 2025-02-04 04:42:44.026 | security-groups-remote-address-group 2025-02-04 04:42:44.026 | security-groups-shared-filtering 2025-02-04 04:42:44.026 | security-group 2025-02-04 04:42:44.026 | service-type 2025-02-04 04:42:44.026 | sorting 2025-02-04 04:42:44.026 | standard-attr-description 2025-02-04 04:42:44.026 | stateful-security-group 2025-02-04 04:42:44.026 | subnet_onboard 2025-02-04 04:42:44.026 | subnet-service-types 2025-02-04 04:42:44.026 | subnet_allocation 2025-02-04 04:42:44.026 | subnetpool-prefix-ops 2025-02-04 04:42:44.026 | standard-attr-tag 2025-02-04 04:42:44.026 | standard-attr-timestamp 2025-02-04 04:42:44.026 | nsxt-ops' 2025-02-04 04:42:44.028 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-02-04 04:42:44.028 | address-scope 2025-02-04 04:42:44.028 | router-admin-state-down-before-update 2025-02-04 04:42:44.028 | agent 2025-02-04 04:42:44.028 | agent-resources-synced 2025-02-04 04:42:44.028 | allowed-address-pairs 2025-02-04 04:42:44.028 | auto-allocated-topology 2025-02-04 04:42:44.028 | availability_zone 2025-02-04 04:42:44.028 | availability_zone_filter 2025-02-04 04:42:44.028 | default-subnetpools 2025-02-04 04:42:44.028 | dhcp_agent_scheduler 2025-02-04 04:42:44.028 | dvr 2025-02-04 04:42:44.028 | empty-string-filtering 2025-02-04 04:42:44.028 | external-net 2025-02-04 04:42:44.028 | extra_dhcp_opt 2025-02-04 04:42:44.028 | extraroute 2025-02-04 04:42:44.028 | extraroute-atomic 2025-02-04 04:42:44.028 | filter-validation 2025-02-04 04:42:44.028 | floating-ip-port-forwarding-detail 2025-02-04 04:42:44.028 | fip-port-details 2025-02-04 04:42:44.028 | flavors 2025-02-04 04:42:44.028 | floatingip-pools 2025-02-04 04:42:44.028 | ip-substring-filtering 2025-02-04 04:42:44.028 | router 2025-02-04 04:42:44.028 | ext-gw-mode 2025-02-04 04:42:44.028 | l3-ha 2025-02-04 04:42:44.028 | l3-flavors 2025-02-04 04:42:44.028 | l3-port-ip-change-not-allowed 2025-02-04 04:42:44.028 | l3_agent_scheduler 2025-02-04 04:42:44.028 | multi-provider 2025-02-04 04:42:44.028 | net-mtu 2025-02-04 04:42:44.028 | net-mtu-writable 2025-02-04 04:42:44.028 | network_availability_zone 2025-02-04 04:42:44.028 | network-ip-availability 2025-02-04 04:42:44.028 | pagination 2025-02-04 04:42:44.028 | port-device-profile 2025-02-04 04:42:44.028 | port-mac-override 2025-02-04 04:42:44.028 | port-mac-address-regenerate 2025-02-04 04:42:44.028 | port-numa-affinity-policy 2025-02-04 04:42:44.028 | binding 2025-02-04 04:42:44.028 | binding-extended 2025-02-04 04:42:44.028 | port-security 2025-02-04 04:42:44.028 | project-id 2025-02-04 04:42:44.028 | provider 2025-02-04 04:42:44.028 | quota-check-limit 2025-02-04 04:42:44.028 | quotas 2025-02-04 04:42:44.028 | quota_details 2025-02-04 04:42:44.028 | rbac-policies 2025-02-04 04:42:44.028 | rbac-address-group 2025-02-04 04:42:44.029 | rbac-address-scope 2025-02-04 04:42:44.029 | rbac-security-groups 2025-02-04 04:42:44.029 | rbac-subnetpool 2025-02-04 04:42:44.029 | revision-if-match 2025-02-04 04:42:44.029 | standard-attr-revisions 2025-02-04 04:42:44.029 | router_availability_zone 2025-02-04 04:42:44.029 | security-groups-normalized-cidr 2025-02-04 04:42:44.029 | port-security-groups-filtering 2025-02-04 04:42:44.029 | security-groups-remote-address-group 2025-02-04 04:42:44.029 | security-groups-shared-filtering 2025-02-04 04:42:44.029 | security-group 2025-02-04 04:42:44.029 | service-type 2025-02-04 04:42:44.029 | sorting 2025-02-04 04:42:44.029 | standard-attr-description 2025-02-04 04:42:44.029 | stateful-security-group 2025-02-04 04:42:44.029 | subnet_onboard 2025-02-04 04:42:44.029 | subnet-service-types 2025-02-04 04:42:44.029 | subnet_allocation 2025-02-04 04:42:44.029 | subnetpool-prefix-ops 2025-02-04 04:42:44.029 | standard-attr-tag 2025-02-04 04:42:44.029 | standard-attr-timestamp 2025-02-04 04:42:44.029 | nsxt-ops =~ external-net ]] 2025-02-04 04:42:44.030 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-02-04 04:42:44.033 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-02-04 04:42:45.322 | +++ functions-common:oscwrap:2475 : return 0 2025-02-04 04:42:45.325 | ++ lib/tempest:configure_tempest:357 : public_network_id=da72d980-bd8b-4e8b-9a0a-d9f1b334cafb 2025-02-04 04:42:45.327 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-02-04 04:42:46.492 | +---------------------------+--------------------------------------+ 2025-02-04 04:42:46.492 | | Field | Value | 2025-02-04 04:42:46.493 | +---------------------------+--------------------------------------+ 2025-02-04 04:42:46.493 | | admin_state_up | UP | 2025-02-04 04:42:46.493 | | availability_zone_hints | | 2025-02-04 04:42:46.493 | | availability_zones | | 2025-02-04 04:42:46.493 | | created_at | 2025-02-04T04:42:46Z | 2025-02-04 04:42:46.493 | | description | | 2025-02-04 04:42:46.493 | | dns_domain | None | 2025-02-04 04:42:46.493 | | id | 78382618-aef6-46b4-a38a-3d09992066c0 | 2025-02-04 04:42:46.493 | | ipv4_address_scope | None | 2025-02-04 04:42:46.493 | | ipv6_address_scope | None | 2025-02-04 04:42:46.493 | | is_default | False | 2025-02-04 04:42:46.493 | | is_vlan_transparent | None | 2025-02-04 04:42:46.493 | | mtu | 8950 | 2025-02-04 04:42:46.493 | | name | shared | 2025-02-04 04:42:46.493 | | port_security_enabled | True | 2025-02-04 04:42:46.493 | | project_id | 07053f9d79ae41c3ae8ab170afb47449 | 2025-02-04 04:42:46.493 | | provider:network_type | vlan | 2025-02-04 04:42:46.493 | | provider:physical_network | default | 2025-02-04 04:42:46.493 | | provider:segmentation_id | 140 | 2025-02-04 04:42:46.493 | | qos_policy_id | None | 2025-02-04 04:42:46.493 | | revision_number | 1 | 2025-02-04 04:42:46.493 | | router:external | Internal | 2025-02-04 04:42:46.493 | | segments | None | 2025-02-04 04:42:46.493 | | shared | True | 2025-02-04 04:42:46.493 | | status | ACTIVE | 2025-02-04 04:42:46.493 | | subnets | | 2025-02-04 04:42:46.493 | | tags | | 2025-02-04 04:42:46.493 | | tenant_id | 07053f9d79ae41c3ae8ab170afb47449 | 2025-02-04 04:42:46.493 | | updated_at | 2025-02-04T04:42:46Z | 2025-02-04 04:42:46.493 | +---------------------------+--------------------------------------+ 2025-02-04 04:42:46.613 | ++ 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-02-04 04:42:47.997 | +----------------------+--------------------------------------+ 2025-02-04 04:42:47.997 | | Field | Value | 2025-02-04 04:42:47.997 | +----------------------+--------------------------------------+ 2025-02-04 04:42:47.997 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-02-04 04:42:47.997 | | cidr | 192.168.233.0/24 | 2025-02-04 04:42:47.997 | | created_at | 2025-02-04T04:42:47Z | 2025-02-04 04:42:47.997 | | description | shared-subnet | 2025-02-04 04:42:47.997 | | dns_nameservers | | 2025-02-04 04:42:47.997 | | dns_publish_fixed_ip | None | 2025-02-04 04:42:47.997 | | enable_dhcp | True | 2025-02-04 04:42:47.997 | | gateway_ip | 192.168.233.1 | 2025-02-04 04:42:47.997 | | host_routes | | 2025-02-04 04:42:47.997 | | id | 4678a575-ee14-46b5-be22-fa68c389b535 | 2025-02-04 04:42:47.997 | | ip_version | 4 | 2025-02-04 04:42:47.997 | | ipv6_address_mode | None | 2025-02-04 04:42:47.997 | | ipv6_ra_mode | None | 2025-02-04 04:42:47.997 | | name | shared-subnet | 2025-02-04 04:42:47.997 | | network_id | 78382618-aef6-46b4-a38a-3d09992066c0 | 2025-02-04 04:42:47.997 | | project_id | 07053f9d79ae41c3ae8ab170afb47449 | 2025-02-04 04:42:47.997 | | revision_number | 0 | 2025-02-04 04:42:47.997 | | segment_id | None | 2025-02-04 04:42:47.997 | | service_types | | 2025-02-04 04:42:47.997 | | subnetpool_id | None | 2025-02-04 04:42:47.997 | | tags | | 2025-02-04 04:42:47.997 | | updated_at | 2025-02-04T04:42:47Z | 2025-02-04 04:42:47.997 | +----------------------+--------------------------------------+ 2025-02-04 04:42:48.120 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-02-04 04:42:48.145 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-02-04 04:42:48.171 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2025-02-04 04:42:48.174 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-02-04 04:42:48.197 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-02-04 04:42:48.219 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-02-04 04:42:48.242 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-02-04 04:42:48.266 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-02-04 04:42:48.290 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-02-04 04:42:48.315 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-02-04 04:42:48.337 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-02-04 04:42:48.359 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-02-04 04:42:48.382 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-02-04 04:42:48.404 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2025-02-04 04:42:48.406 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-02-04 04:42:48.430 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-02-04 04:42:48.452 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-02-04 04:42:48.475 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-02-04 04:42:48.498 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2025-02-04 04:42:48.500 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-02-04 04:42:48.525 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-02-04 04:42:48.547 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2025-02-04 04:42:48.549 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-02-04 04:42:48.573 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2025-02-04 04:42:48.585 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:48.587 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2025-02-04 04:42:48.589 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-02-04 04:42:48.614 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2025-02-04 04:42:48.627 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:48.629 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-02-04 04:42:48.652 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-02-04 04:42:48.675 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-02-04 04:42:48.697 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2025-02-04 04:42:48.699 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-02-04 04:42:48.724 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-02-04 04:42:48.748 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2025-02-04 04:42:48.759 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:48.761 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 2025-02-04 04:42:48.786 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 4092f5d9-e52b-450e-8bc7-85f1a22d3b71 2025-02-04 04:42:48.809 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-02-04 04:42:48.832 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-02-04 04:42:48.855 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-02-04 04:42:48.880 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2025-02-04 04:42:48.892 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:48.894 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2025-02-04 04:42:48.896 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2025-02-04 04:42:48.897 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2025-02-04 04:42:48.899 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-02-04 04:42:48.901 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2025-02-04 04:42:48.903 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-02-04 04:42:48.917 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2025-02-04 04:42:48.918 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-02-04 04:42:48.941 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-02-04 04:42:48.968 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-02-04 04:42:48.992 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-02-04 04:42:49.015 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-02-04 04:42:49.039 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-02-04 04:42:49.064 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-02-04 04:42:49.090 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-02-04 04:42:49.113 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-02-04 04:42:49.138 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-02-04 04:42:49.140 | ++ 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-02-04 04:42:49.163 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:49.165 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2025-02-04 04:42:49.177 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:49.179 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-02-04 04:42:49.202 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id da72d980-bd8b-4e8b-9a0a-d9f1b334cafb 2025-02-04 04:42:49.224 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-02-04 04:42:49.247 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-02-04 04:42:49.270 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-02-04 04:42:49.294 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-02-04 04:42:49.317 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-02-04 04:42:49.339 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-02-04 04:42:49.363 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-02-04 04:42:49.365 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2025-02-04 04:42:49.367 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-02-04 04:42:49.391 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2025-02-04 04:42:49.393 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2025-02-04 04:42:49.395 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-02-04 04:42:49.397 | ++ functions-common:is_provider_network:2287 : return 1 2025-02-04 04:42:49.398 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-02-04 04:42:49.420 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-02-04 04:42:49.442 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-02-04 04:42:49.464 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-02-04 04:42:49.487 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-02-04 04:42:49.509 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-02-04 04:42:49.531 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-04 04:42:49.533 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-02-04 04:42:49.546 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-02-04 04:42:49.570 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-04 04:42:49.572 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-02-04 04:42:49.585 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-02-04 04:42:49.607 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-04 04:42:49.609 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-02-04 04:42:49.621 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-02-04 04:42:49.644 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-02-04 04:42:49.646 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-02-04 04:42:49.658 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-02-04 04:42:49.681 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2025-02-04 04:42:49.683 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2025-02-04 04:42:49.685 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2025-02-04 04:42:49.686 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-02-04 04:42:49.700 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2025-02-04 04:42:49.702 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-02-04 04:42:49.724 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2025-02-04 04:42:49.736 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:49.738 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-02-04 04:42:49.761 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2025-02-04 04:42:49.762 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2025-02-04 04:42:49.764 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-02-04 04:42:49.766 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-02-04 04:42:49.768 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2025-02-04 04:42:49.770 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2025-02-04 04:42:49.772 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2025-02-04 04:42:49.773 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2025-02-04 04:42:49.775 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-02-04 04:42:49.789 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2025-02-04 04:42:49.791 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-02-04 04:42:49.815 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2025-02-04 04:42:49.817 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2025-02-04 04:42:49.819 | ++ lib/tempest:configure_tempest:668 : local service 2025-02-04 04:42:49.821 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-02-04 04:42:49.823 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:49.824 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2025-02-04 04:42:49.837 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:49.838 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-02-04 04:42:49.862 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:49.864 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2025-02-04 04:42:49.877 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:49.878 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-02-04 04:42:49.901 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:49.903 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2025-02-04 04:42:49.915 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:49.917 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-02-04 04:42:49.939 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:49.941 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2025-02-04 04:42:49.953 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:49.955 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-02-04 04:42:49.977 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:49.979 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2025-02-04 04:42:49.991 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:42:49.993 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-02-04 04:42:50.015 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:50.017 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2025-02-04 04:42:50.029 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:50.031 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-02-04 04:42:50.053 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-02-04 04:42:50.055 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2025-02-04 04:42:50.068 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:42:50.069 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-02-04 04:42:50.092 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-02-04 04:42:50.093 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-02-04 04:42:50.095 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-02-04 04:42:50.097 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-02-04 04:42:50.099 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-02-04 04:42:50.101 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-02-04 04:42:50.102 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-02-04 04:42:50.104 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-02-04 04:42:50.106 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-02-04 04:42:50.108 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-02-04 04:42:50.109 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2025-02-04 04:42:50.111 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2025-02-04 04:42:50.113 | +++ lib/tempest:configure_tempest:715 : mktemp 2025-02-04 04:42:50.116 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.cGPLjz20hK 2025-02-04 04:42:50.118 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2025-02-04 04:42:50.120 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2025-02-04 04:42:50.122 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-02-04 04:42:50.125 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.9lnxCZOkon 2025-02-04 04:42:50.127 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.9lnxCZOkon 2025-02-04 04:42:50.129 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-02-04 04:42:50.131 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.9lnxCZOkon 2025-02-04 04:42:50.132 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-02-04 04:42:50.134 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-02-04 04:42:50.134 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-02-04 04:42:50.136 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:50.139 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:50.141 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:50.143 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:50.145 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-02-04 04:42:50.147 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2025-02-04 04:42:50.149 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2025-02-04 04:42:50.370 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-02-04 04:42:50.756 | venv-tempest installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-02-04 04:42:59.134 | venv-tempest develop-inst: /opt/stack/tempest 2025-02-04 04:43:02.193 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,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-02-04 04:43:02.193 | ___________________________________ summary ____________________________________ 2025-02-04 04:43:02.193 | venv-tempest: skipped tests 2025-02-04 04:43:02.193 | congratulations :) 2025-02-04 04:43:02.213 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.9lnxCZOkon -r requirements.txt 2025-02-04 04:43:02.759 | /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-02-04 04:43:02.759 | warnings.warn( 2025-02-04 04:43:02.759 | /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-02-04 04:43:02.759 | warnings.warn( 2025-02-04 04:43:02.847 | venv-tempest develop-inst-noop: /opt/stack/tempest 2025-02-04 04:43:03.224 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,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-02-04 04:43:03.224 | venv-tempest run-test-pre: PYTHONHASHSEED='3079186147' 2025-02-04 04:43:03.224 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.9lnxCZOkon -r requirements.txt 2025-02-04 04:43:04.027 | 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-02-04 04:43:04.028 | 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-02-04 04:43:04.029 | 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-02-04 04:43:04.030 | 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-02-04 04:43:04.030 | 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-02-04 04:43:04.032 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-02-04 04:43:04.032 | 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-02-04 04:43:04.033 | 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-02-04 04:43:04.051 | 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-02-04 04:43:04.051 | 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-02-04 04:43:04.052 | 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-02-04 04:43:04.053 | 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-02-04 04:43:04.053 | 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-02-04 04:43:04.054 | 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-02-04 04:43:04.055 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-02-04 04:43:04.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-02-04 04:43:04.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-02-04 04:43:04.057 | 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-02-04 04:43:04.058 | 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-02-04 04:43:04.059 | 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-02-04 04:43:04.062 | 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-02-04 04:43:04.062 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-02-04 04:43:04.062 | 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-02-04 04:43:04.066 | 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-02-04 04:43:04.067 | 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-02-04 04:43:04.068 | 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-02-04 04:43:04.086 | 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-02-04 04:43:04.087 | 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-02-04 04:43:04.091 | 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-02-04 04:43:04.106 | 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-02-04 04:43:04.107 | 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-02-04 04:43:04.108 | 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-02-04 04:43:04.125 | 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-02-04 04:43:04.131 | 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-02-04 04:43:04.148 | 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-02-04 04:43:04.149 | 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-02-04 04:43:04.168 | 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-02-04 04:43:04.168 | 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-02-04 04:43:04.171 | 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-02-04 04:43:04.182 | 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-02-04 04:43:04.183 | 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-02-04 04:43:04.188 | 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-02-04 04:43:04.189 | 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-02-04 04:43:04.195 | 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-02-04 04:43:04.196 | 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-02-04 04:43:04.197 | 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-02-04 04:43:04.198 | 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-02-04 04:43:04.220 | 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-02-04 04:43:04.240 | 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-02-04 04:43:04.286 | 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-02-04 04:43:04.309 | 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-02-04 04:43:04.332 | 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-02-04 04:43:04.386 | 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-02-04 04:43:04.387 | 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-02-04 04:43:04.388 | 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.1.31) 2025-02-04 04:43:04.502 | WARNING: There was an error checking the latest version of pip. 2025-02-04 04:43:04.576 | ___________________________________ summary ____________________________________ 2025-02-04 04:43:04.576 | venv-tempest: commands succeeded 2025-02-04 04:43:04.576 | congratulations :) 2025-02-04 04:43:04.597 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.9lnxCZOkon 2025-02-04 04:43:04.600 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2025-02-04 04:43:04.602 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2025-02-04 04:43:04.604 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-02-04 04:43:04.628 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.cGPLjz20hK 2025-02-04 04:43:04.852 | venv create: /opt/stack/tempest/.tox/venv 2025-02-04 04:43:05.131 | venv installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-02-04 04:43:17.612 | venv develop-inst: /opt/stack/tempest 2025-02-04 04:43:21.493 | venv installed: alabaster==0.7.12,attrs==22.1.0,autopage==0.5.1,Babel==2.10.3,bcrypt==4.0.0,certifi==2025.1.31,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-02-04 04:43:21.494 | venv run-test-pre: PYTHONHASHSEED='3690734819' 2025-02-04 04:43:21.494 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.cGPLjz20hK 2025-02-04 04:43:21.899 | /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-02-04 04:43:21.899 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-02-04 04:43:21.899 | /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-02-04 04:43:21.900 | @jsonschema.FormatChecker.cls_checks('base64') 2025-02-04 04:43:22.133 | /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-02-04 04:43:22.133 | warnings.warn( 2025-02-04 04:43:22.530 | /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-02-04 04:43:22.530 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-02-04 04:43:23.133 | ___________________________________ summary ____________________________________ 2025-02-04 04:43:23.133 | venv: commands succeeded 2025-02-04 04:43:23.133 | congratulations :) 2025-02-04 04:43:23.153 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2025-02-04 04:43:23.166 | ++ functions-common:is_service_enabled:2091 : return 1 2025-02-04 04:43:23.168 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-02-04 04:43:23.170 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2025-02-04 04:43:23.183 | ++ functions-common:is_service_enabled:2091 : return 0 2025-02-04 04:43:23.185 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-02-04 04:43:23.187 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-02-04 04:43:23.189 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-02-04 04:43:23.190 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-02-04 04:43:23.192 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-02-04 04:43:23.194 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-02-04 04:43:23.196 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-02-04 04:43:23.198 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-02-04 04:43:23.199 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-02-04 04:43:23.201 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-02-04 04:43:23.203 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-02-04 04:43:23.205 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-02-04 04:43:23.207 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-02-04 04:43:23.209 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-02-04 04:43:23.210 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-02-04 04:43:23.212 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-02-04 04:43:23.215 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-02-04 04:43:23.217 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-02-04 04:43:23.218 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-02-04 04:43:23.220 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-02-04 04:43:23.222 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-02-04 04:43:23.224 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-02-04 04:43:23.226 | ++ 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-02-04 04:43:23.228 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2025-02-04 04:43:23.231 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.cGPLjz20hK network-feature-enabled api_extensions 2025-02-04 04:43:23.232 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2025-02-04 04:43:23.247 | ++ 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-02-04 04:43:23.250 | +++ 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-02-04 04:43:23.252 | +++ 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-02-04 04:43:23.254 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-02-04 04:43:23.255 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-02-04 04:43:23.257 | +++ 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-02-04 04:43:23.272 | +++ 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-02-04 04:43:23.287 | ++ 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-02-04 04:43:23.289 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2025-02-04 04:43:23.290 | ++ 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-02-04 04:43:23.313 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-02-04 04:43:23.315 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-02-04 04:43:23.317 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-02-04 04:43:23.319 | ++ 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-02-04 04:43:23.321 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2025-02-04 04:43:23.323 | ++ 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-02-04 04:43:23.348 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-02-04 04:43:23.350 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-02-04 04:43:23.352 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-02-04 04:43:23.354 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-02-04 04:43:23.356 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-02-04 04:43:23.358 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-02-04 04:43:23.360 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-02-04 04:43:23.362 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-02-04 04:43:23.364 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-02-04 04:43:23.366 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-02-04 04:43:23.368 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-02-04 04:43:23.370 | ++ 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-02-04 04:43:23.372 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2025-02-04 04:43:23.374 | ++ 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-02-04 04:43:23.398 | ++ lib/tempest:configure_tempest:830 : IFS=' 2025-02-04 04:43:23.398 | ' 2025-02-04 04:43:23.400 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-02-04 04:43:23.402 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-02-04 04:43:23.404 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2025-02-04 04:43:23.406 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-02-04 04:43:23.408 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2025-02-04 04:43:23.408 | ~/tempest ~/tempest 2025-02-04 04:43:23.410 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2025-02-04 04:43:23.412 | ++ lib/tempest:install_tempest_plugins:874 : popd 2025-02-04 04:43:23.412 | ~/tempest 2025-02-04 04:43:23.414 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-02-04 04:43:23.416 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-02-04 04:43:23.419 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:43:23.421 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-02-04 04:43:23.423 | + functions-common:run_phase:1890 : run_plugins stack test-config 2025-02-04 04:43:23.425 | + functions-common:run_plugins:1849 : local mode=stack 2025-02-04 04:43:23.427 | + functions-common:run_plugins:1850 : local phase=test-config 2025-02-04 04:43:23.430 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-02-04 04:43:23.432 | + functions-common:run_plugins:1853 : local plugin 2025-02-04 04:43:23.434 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-02-04 04:43:23.436 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-02-04 04:43:23.438 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-02-04 04:43:23.441 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-02-04 04:43:23.443 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-02-04 04:43:23.445 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:43:23.447 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-02-04 04:43:23.449 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:43:23.451 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-02-04 04:43:23.454 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-02-04 04:43:23.456 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-02-04 04:43:23.458 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-02-04 04:43:23.460 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-02-04 04:43:23.462 | + inc/meta-config:merge_config_group:171 : shift 2025-02-04 04:43:23.464 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-02-04 04:43:23.466 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:43:23.468 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-02-04 04:43:23.470 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-02-04 04:43:23.473 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-02-04 04:43:23.475 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-02-04 04:43:23.478 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-02-04 04:43:23.480 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-02-04 04:43:23.482 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-02-04 04:43:23.482 | /^\[\[.+\|.*\]\]/ { 2025-02-04 04:43:23.482 | gsub("[][]", "", $1); 2025-02-04 04:43:23.482 | split($1, a, "|"); 2025-02-04 04:43:23.482 | if (a[1] == matchgroup) 2025-02-04 04:43:23.482 | print a[2] 2025-02-04 04:43:23.482 | } 2025-02-04 04:43:23.482 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 47 osc 165 apt-get 4 test_with_retry 3 dbsync 3 pip_install 96 apt-get-update 11 run_process 15 git_timed 41 ------------------------- Unaccounted time 41 ========================= Total runtime 436 ================= Async summary ================= Time spent in the background minus waits: 197 sec Elapsed time: 436 sec Time if we did everything serially: 633 sec Speedup: 1.45183 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