2024-04-05 17:56:49.008 | + stack.sh:main:513 : exec 2024-04-05 17:56:49.008 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-04-05-175648' 2024-04-05 17:56:49.008 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-04-05-175648.summary.2024-04-05-175648 2024-04-05 17:56:49.008 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 17:56:49.008 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-04-05-175648 2024-04-05 17:56:49.008 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-04-05-175648 /opt/stack//logs/stack.sh.log 2024-04-05 17:56:49.008 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-04-05-175648.summary.2024-04-05-175648 /opt/stack//logs/stack.sh.log.summary 2024-04-05 17:56:49.008 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-04-05 17:56:49.008 | + functions:check_path_perm_sanity:607 : local real_path 2024-04-05 17:56:49.008 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-04-05 17:56:49.008 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-04-05 17:56:49.008 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-04-05 17:56:49.008 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-04-05 17:56:49.008 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-04-05 17:56:49.008 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-04-05 17:56:49.008 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-04-05 17:56:49.008 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-04-05 17:56:49.009 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-04-05 17:56:49.010 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-04-05 17:56:49.011 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-04-05 17:56:49.013 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-04-05 17:56:49.015 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-04-05 17:56:49.017 | + stack.sh:main:545 : trap exit_trap EXIT 2024-04-05 17:56:49.018 | + stack.sh:main:586 : trap err_trap ERR 2024-04-05 17:56:49.020 | + stack.sh:main:599 : set -o errexit 2024-04-05 17:56:49.021 | + stack.sh:main:602 : uname -a 2024-04-05 17:56:49.022 | Linux devstack 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-04-05 17:56:49.023 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-04-05 17:56:49.024 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-04-05 17:56:49.027 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-04-05 17:56:49.050 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-04-05 17:56:49.060 | + stack.sh:main:616 : fetch_plugins 2024-04-05 17:56:49.062 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-04-05 17:56:49.063 | + functions-common:fetch_plugins:1782 : local plugin 2024-04-05 17:56:49.065 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-04-05 17:56:49.066 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-04-05 17:56:49.066 | Fetching DevStack plugins 2024-04-05 17:56:49.067 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-04-05 17:56:49.069 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-04-05 17:56:49.070 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-04-05 17:56:49.071 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-04-05 17:56:49.072 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-04-05 17:56:49.074 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-04-05 17:56:49.075 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-04-05 17:56:49.076 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-04-05 17:56:49.077 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-04-05 17:56:49.079 | + functions-common:git_clone:614 : local git_ref=devstack 2024-04-05 17:56:49.080 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:56:49.082 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:56:49.083 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:56:49.084 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:56:49.086 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:56:49.096 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:56:49.097 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 17:56:49.098 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 17:56:49.099 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:56:49.101 | + functions-common:git_clone:633 : echo devstack 2024-04-05 17:56:49.101 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:56:49.104 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-04-05 17:56:49.105 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 17:56:49.107 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-04-05 17:56:49.108 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:56:49.109 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:56:49.111 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:56:49.112 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:56:49.113 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:56:49.114 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:56:49.116 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:49.117 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:49.119 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:49.121 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339809119 2024-04-05 17:56:49.122 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-04-05 17:56:49.126 | Cloning into '/opt/stack/networking-nsx-t'... 2024-04-05 17:56:50.065 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:56:50.067 | + functions-common:time_stop:2435 : local name 2024-04-05 17:56:50.068 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:56:50.070 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:56:50.071 | + functions-common:time_stop:2438 : local total 2024-04-05 17:56:50.072 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:56:50.074 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:56:50.075 | + functions-common:time_stop:2442 : start_time=1712339809119 2024-04-05 17:56:50.076 | + functions-common:time_stop:2444 : [[ -z 1712339809119 ]] 2024-04-05 17:56:50.078 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:56:50.080 | + functions-common:time_stop:2447 : end_time=1712339810079 2024-04-05 17:56:50.082 | + functions-common:time_stop:2448 : elapsed_time=960 2024-04-05 17:56:50.083 | + functions-common:time_stop:2449 : total=0 2024-04-05 17:56:50.084 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:56:50.085 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=960 2024-04-05 17:56:50.087 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-04-05 17:56:50.088 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-04-05 17:56:50.090 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:56:50.091 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:56:50.092 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:56:50.094 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:56:50.095 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:56:50.096 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:56:50.098 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:50.099 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:50.101 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:50.103 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339810101 2024-04-05 17:56:50.104 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-04-05 17:56:50.842 | From https://github.com/sapcc/networking-nsx-t 2024-04-05 17:56:50.842 | * branch devstack -> FETCH_HEAD 2024-04-05 17:56:50.846 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:56:50.847 | + functions-common:time_stop:2435 : local name 2024-04-05 17:56:50.848 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:56:50.850 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:56:50.851 | + functions-common:time_stop:2438 : local total 2024-04-05 17:56:50.853 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:56:50.854 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:56:50.855 | + functions-common:time_stop:2442 : start_time=1712339810101 2024-04-05 17:56:50.857 | + functions-common:time_stop:2444 : [[ -z 1712339810101 ]] 2024-04-05 17:56:50.858 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:56:50.861 | + functions-common:time_stop:2447 : end_time=1712339810859 2024-04-05 17:56:50.862 | + functions-common:time_stop:2448 : elapsed_time=758 2024-04-05 17:56:50.863 | + functions-common:time_stop:2449 : total=960 2024-04-05 17:56:50.864 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:56:50.866 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1718 2024-04-05 17:56:50.867 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 17:56:50.868 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:56:50.870 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:56:50.871 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:56:50.872 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:56:50.874 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:56:50.875 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:56:50.876 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:50.878 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:50.879 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:50.882 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339810880 2024-04-05 17:56:50.883 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 17:56:50.892 | Note: switching to 'FETCH_HEAD'. 2024-04-05 17:56:50.892 | 2024-04-05 17:56:50.892 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 17:56:50.892 | changes and commit them, and you can discard any commits you make in this 2024-04-05 17:56:50.892 | state without impacting any branches by switching back to a branch. 2024-04-05 17:56:50.892 | 2024-04-05 17:56:50.892 | If you want to create a new branch to retain commits you create, you may 2024-04-05 17:56:50.892 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 17:56:50.892 | 2024-04-05 17:56:50.892 | git switch -c 2024-04-05 17:56:50.892 | 2024-04-05 17:56:50.892 | Or undo this operation with: 2024-04-05 17:56:50.892 | 2024-04-05 17:56:50.892 | git switch - 2024-04-05 17:56:50.893 | 2024-04-05 17:56:50.893 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 17:56:50.893 | 2024-04-05 17:56:50.893 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-04-05 17:56:50.894 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:56:50.896 | + functions-common:time_stop:2435 : local name 2024-04-05 17:56:50.897 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:56:50.899 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:56:50.900 | + functions-common:time_stop:2438 : local total 2024-04-05 17:56:50.901 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:56:50.903 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:56:50.904 | + functions-common:time_stop:2442 : start_time=1712339810880 2024-04-05 17:56:50.905 | + functions-common:time_stop:2444 : [[ -z 1712339810880 ]] 2024-04-05 17:56:50.907 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:56:50.909 | + functions-common:time_stop:2447 : end_time=1712339810908 2024-04-05 17:56:50.910 | + functions-common:time_stop:2448 : elapsed_time=28 2024-04-05 17:56:50.912 | + functions-common:time_stop:2449 : total=1718 2024-04-05 17:56:50.913 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:56:50.914 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1746 2024-04-05 17:56:50.915 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-04-05 17:56:50.925 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-04-05 17:56:50.927 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 17:56:50.927 | + functions-common:git_clone:696 : head -1 2024-04-05 17:56:50.929 | 68e8db3 WIP: Add devstack plugin 2024-04-05 17:56:50.930 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 17:56:50.932 | + stack.sh:main:620 : run_phase override_defaults 2024-04-05 17:56:50.933 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-04-05 17:56:50.934 | + functions-common:run_phase:1864 : local phase= 2024-04-05 17:56:50.936 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 17:56:50.937 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 17:56:50.939 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 17:56:50.940 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 17:56:50.941 | + functions-common:run_phase:1873 : local extra 2024-04-05 17:56:50.943 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 17:56:50.945 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 17:56:50.947 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 17:56:50.948 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 17:56:50.950 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-04-05 17:56:50.951 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 17:56:50.960 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:56:50.962 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-04-05 17:56:50.963 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 17:56:50.965 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 17:56:50.966 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 17:56:50.967 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 17:56:50.969 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 17:56:50.970 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-04-05 17:56:50.971 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-04-05 17:56:50.973 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-04-05 17:56:50.974 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-05 17:56:50.975 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-04-05 17:56:50.977 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-04-05 17:56:50.978 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-04-05 17:56:50.979 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-04-05 17:56:50.981 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-04-05 17:56:50.981 | Overriding Configuration Defaults 2024-04-05 17:56:50.982 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-04-05 17:56:50.984 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-04-05 17:56:50.985 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-04-05 17:56:50.987 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-04-05 17:56:50.998 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-04-05 17:56:51.000 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-04-05 17:56:51.008 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:56:51.010 | +++ lib/tls:source:43 : hostname -f 2024-04-05 17:56:51.013 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-04-05 17:56:51.014 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-04-05 17:56:51.015 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-04-05 17:56:51.017 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-04-05 17:56:51.018 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-04-05 17:56:51.020 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-04-05 17:56:51.021 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-04-05 17:56:51.023 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-04-05 17:56:51.024 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-04-05 17:56:51.026 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-04-05 17:56:51.028 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-04-05 17:56:51.036 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-04-05 17:56:51.047 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-04-05 17:56:51.056 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-04-05 17:56:51.064 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-04-05 17:56:51.087 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-04-05 17:56:51.126 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-04-05 17:56:51.170 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-04-05 17:56:51.188 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-04-05 17:56:51.221 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-04-05 17:56:51.253 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-04-05 17:56:51.254 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-04-05 17:56:51.264 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:56:51.266 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-04-05 17:56:51.267 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-04-05 17:56:51.269 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-04-05 17:56:51.270 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-04-05 17:56:51.272 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-04-05 17:56:51.283 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-04-05 17:56:51.284 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-04-05 17:56:51.286 | +++ functions-common:is_suse:544 : is_opensuse 2024-04-05 17:56:51.287 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 17:56:51.289 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 17:56:51.290 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 17:56:51.292 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 17:56:51.293 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 17:56:51.295 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-04-05 17:56:51.297 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-04-05 17:56:51.298 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-04-05 17:56:51.300 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-04-05 17:56:51.301 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-04-05 17:56:51.303 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-04-05 17:56:51.305 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-04-05 17:56:51.316 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-04-05 17:56:51.317 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-04-05 17:56:51.319 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-04-05 17:56:51.330 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-04-05 17:56:51.331 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-04-05 17:56:51.333 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-04-05 17:56:51.334 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-04-05 17:56:51.336 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-04-05 17:56:51.338 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-04-05 17:56:51.339 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-04-05 17:56:51.341 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-04-05 17:56:51.342 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-04-05 17:56:51.344 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-04-05 17:56:51.345 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-04-05 17:56:51.347 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-04-05 17:56:51.349 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-04-05 17:56:51.350 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-04-05 17:56:51.352 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-04-05 17:56:51.354 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-04-05 17:56:51.356 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-04-05 17:56:51.356 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-05 17:56:51.359 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-04-05 17:56:51.361 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-04-05 17:56:51.362 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-04-05 17:56:51.364 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-04-05 17:56:51.365 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-04-05 17:56:51.367 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-04-05 17:56:51.378 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-04-05 17:56:51.380 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-04-05 17:56:51.382 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-04-05 17:56:51.382 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-05 17:56:51.385 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-04-05 17:56:51.386 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-04-05 17:56:51.388 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-04-05 17:56:51.389 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-04-05 17:56:51.391 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-04-05 17:56:51.392 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-04-05 17:56:51.394 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-04-05 17:56:51.395 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-04-05 17:56:51.397 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-04-05 17:56:51.398 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-04-05 17:56:51.400 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-04-05 17:56:51.401 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-04-05 17:56:51.403 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-04-05 17:56:51.404 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-04-05 17:56:51.406 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-04-05 17:56:51.408 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-04-05 17:56:51.410 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-04-05 17:56:51.420 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-04-05 17:56:51.422 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-04-05 17:56:51.423 | ++++ functions-common:is_suse:544 : is_opensuse 2024-04-05 17:56:51.424 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 17:56:51.426 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 17:56:51.427 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 17:56:51.429 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 17:56:51.431 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 17:56:51.433 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-04-05 17:56:51.434 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-04-05 17:56:51.436 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-04-05 17:56:51.438 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 17:56:51.439 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-04-05 17:56:51.441 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 17:56:51.442 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-04-05 17:56:51.444 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-05 17:56:51.445 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-04-05 17:56:51.447 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-04-05 17:56:51.448 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-04-05 17:56:51.450 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-04-05 17:56:51.451 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-04-05 17:56:51.453 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-04-05 17:56:51.454 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-04-05 17:56:51.456 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-04-05 17:56:51.457 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-04-05 17:56:51.459 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-04-05 17:56:51.460 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-04-05 17:56:51.462 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-04-05 17:56:51.482 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-04-05 17:56:51.491 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-04-05 17:56:51.492 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-04-05 17:56:51.494 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-04-05 17:56:51.495 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-04-05 17:56:51.497 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-04-05 17:56:51.499 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-04-05 17:56:51.500 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-04-05 17:56:51.502 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-04-05 17:56:51.503 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-04-05 17:56:51.505 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-04-05 17:56:51.506 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-04-05 17:56:51.508 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-04-05 17:56:51.509 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-04-05 17:56:51.511 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-04-05 17:56:51.512 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-04-05 17:56:51.514 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-04-05 17:56:51.515 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-04-05 17:56:51.517 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-04-05 17:56:51.519 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-04-05 17:56:51.520 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-04-05 17:56:51.520 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-04-05 17:56:51.521 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-04-05 17:56:51.524 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=69:3fee:6d4c 2024-04-05 17:56:51.525 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-04-05 17:56:51.527 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-04-05 17:56:51.529 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-04-05 17:56:51.530 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-04-05 17:56:51.532 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd69:3fee:6d4c::/56 2024-04-05 17:56:51.534 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd69:3fee:6d4c::/56 2024-04-05 17:56:51.535 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-04-05 17:56:51.538 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd69:3fee:6d4c::/64 2024-04-05 17:56:51.540 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-04-05 17:56:51.542 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-04-05 17:56:51.543 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-04-05 17:56:51.545 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-04-05 17:56:51.546 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-04-05 17:56:51.548 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-04-05 17:56:51.549 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-04-05 17:56:51.551 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-04-05 17:56:51.552 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-04-05 17:56:51.554 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-04-05 17:56:51.555 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-04-05 17:56:51.557 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-04-05 17:56:51.558 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd69:3fee:6d4c::/56 2024-04-05 17:56:51.560 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-04-05 17:56:51.561 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-04-05 17:56:51.564 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-04-05 17:56:51.564 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-04-05 17:56:51.565 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-04-05 17:56:51.568 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-04-05 17:56:51.571 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-04-05 17:56:51.571 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-04-05 17:56:51.571 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-04-05 17:56:51.575 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-04-05 17:56:51.578 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-04-05 17:56:51.579 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-04-05 17:56:51.581 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-04-05 17:56:51.583 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-04-05 17:56:51.584 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-04-05 17:56:51.586 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-04-05 17:56:51.597 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-04-05 17:56:51.606 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-04-05 17:56:51.616 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-04-05 17:56:51.625 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-04-05 17:56:51.671 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-04-05 17:56:51.673 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-04-05 17:56:51.675 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-04-05 17:56:51.676 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-04-05 17:56:51.678 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-04-05 17:56:51.680 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-04-05 17:56:51.680 | False' 2024-04-05 17:56:51.682 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-04-05 17:56:51.694 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-04-05 17:56:51.695 | + stack.sh:main:650 : run_phase source 2024-04-05 17:56:51.697 | + functions-common:run_phase:1863 : local mode=source 2024-04-05 17:56:51.698 | + functions-common:run_phase:1864 : local phase= 2024-04-05 17:56:51.700 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 17:56:51.701 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 17:56:51.703 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 17:56:51.704 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 17:56:51.706 | + functions-common:run_phase:1873 : local extra 2024-04-05 17:56:51.708 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 17:56:51.710 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 17:56:51.712 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 17:56:51.713 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 17:56:51.715 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-04-05 17:56:51.716 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 17:56:51.727 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:56:51.729 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-04-05 17:56:51.730 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-04-05 17:56:51.756 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-04-05 17:56:51.758 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-04-05 17:56:51.760 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-04-05 17:56:51.762 | + functions-common:run_phase:1885 : load_plugin_settings 2024-04-05 17:56:51.763 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-04-05 17:56:51.765 | + functions-common:load_plugin_settings:1800 : local plugin 2024-04-05 17:56:51.766 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-04-05 17:56:51.768 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-04-05 17:56:51.768 | Loading plugin settings 2024-04-05 17:56:51.769 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-04-05 17:56:51.771 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-04-05 17:56:51.773 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-04-05 17:56:51.774 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-04-05 17:56:51.776 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-04-05 17:56:51.778 | ++ functions-common:define_plugin:1907 : : 2024-04-05 17:56:51.779 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-04-05 17:56:51.781 | + functions-common:run_phase:1886 : verify_disabled_services 2024-04-05 17:56:51.783 | + functions-common:verify_disabled_services:2146 : local service 2024-04-05 17:56:51.784 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.786 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-04-05 17:56:51.788 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.789 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-04-05 17:56:51.791 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.793 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-04-05 17:56:51.795 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.796 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-04-05 17:56:51.798 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.800 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-04-05 17:56:51.801 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.803 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-04-05 17:56:51.805 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.806 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-04-05 17:56:51.808 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.810 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-04-05 17:56:51.812 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.813 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-04-05 17:56:51.815 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.817 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-04-05 17:56:51.818 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.820 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-04-05 17:56:51.822 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.823 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-04-05 17:56:51.825 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.827 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-04-05 17:56:51.828 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.830 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-04-05 17:56:51.832 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.834 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-04-05 17:56:51.835 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.837 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-04-05 17:56:51.839 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.841 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-04-05 17:56:51.842 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.844 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-04-05 17:56:51.846 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.847 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-04-05 17:56:51.849 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.851 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-04-05 17:56:51.852 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.854 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-04-05 17:56:51.856 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 17:56:51.858 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-04-05 17:56:51.859 | + stack.sh:main:721 : initialize_database_backends 2024-04-05 17:56:51.861 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-04-05 17:56:51.863 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-04-05 17:56:51.874 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:56:51.876 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-04-05 17:56:51.877 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-04-05 17:56:51.879 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-04-05 17:56:51.891 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:56:51.893 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-04-05 17:56:51.894 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-04-05 17:56:51.896 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-04-05 17:56:51.898 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-04-05 17:56:51.900 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-04-05 17:56:51.901 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-04-05 17:56:51.903 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-04-05 17:56:51.905 | + lib/database:initialize_database_backends:92 : return 0 2024-04-05 17:56:51.907 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-04-05 17:56:51.907 | Using mysql database backend 2024-04-05 17:56:51.909 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-04-05 17:56:51.922 | + stack.sh:main:727 : define_database_baseurl 2024-04-05 17:56:51.924 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-04-05 17:56:51.926 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-04-05 17:56:51.928 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-04-05 17:56:51.930 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 17:56:51.932 | + stack.sh:main:739 : is_service_enabled rabbit 2024-04-05 17:56:51.944 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:56:51.946 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-04-05 17:56:51.958 | + stack.sh:main:747 : is_service_enabled keystone 2024-04-05 17:56:51.970 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:56:51.972 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-04-05 17:56:51.984 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-04-05 17:56:51.996 | + stack.sh:main:762 : is_service_enabled ldap 2024-04-05 17:56:52.008 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:56:52.010 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-04-05 17:56:52.022 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:56:52.023 | + stack.sh:main:783 : save_stackenv 783 2024-04-05 17:56:52.025 | + functions-common:save_stackenv:60 : local tag=783 2024-04-05 17:56:52.028 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-05 17:56:52.031 | + functions-common:save_stackenv:62 : time_stamp=2024-04-05-175652 2024-04-05 17:56:52.032 | + functions-common:save_stackenv:63 : echo '# 2024-04-05-175652 783' 2024-04-05 17:56:52.034 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.036 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 17:56:52.038 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.040 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-05 17:56:52.041 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.043 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-05 17:56:52.045 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.047 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-05 17:56:52.049 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.050 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-05 17:56:52.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.054 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-05 17:56:52.056 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.058 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-05-175648 2024-04-05 17:56:52.059 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.061 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-05 17:56:52.063 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.065 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-05 17:56:52.067 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.068 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-05 17:56:52.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.072 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-05 17:56:52.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.076 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-05 17:56:52.077 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.079 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-05 17:56:52.081 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.083 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-05 17:56:52.085 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 17:56:52.086 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-05 17:56:52.088 | + stack.sh:main:796 : GIT_DEPTH=0 2024-04-05 17:56:52.090 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-04-05 17:56:52.092 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-04-05 17:56:52.094 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-04-05 17:56:52.095 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 17:56:52.097 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:56:52.099 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:56:52.101 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:56:52.103 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:56:52.105 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:56:52.116 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:56:52.118 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-04-05 17:56:52.120 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:56:52.121 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:56:52.122 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 17:56:52.125 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-04-05 17:56:52.127 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 17:56:52.129 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-04-05 17:56:52.130 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:56:52.132 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:56:52.133 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:56:52.135 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:56:52.136 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:56:52.138 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:56:52.140 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:52.141 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:52.143 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:52.146 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339812144 2024-04-05 17:56:52.148 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-04-05 17:56:52.150 | Cloning into '/opt/stack//requirements'... 2024-04-05 17:56:55.307 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:56:55.308 | + functions-common:time_stop:2435 : local name 2024-04-05 17:56:55.310 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:56:55.312 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:56:55.313 | + functions-common:time_stop:2438 : local total 2024-04-05 17:56:55.315 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:56:55.317 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:56:55.318 | + functions-common:time_stop:2442 : start_time=1712339812144 2024-04-05 17:56:55.320 | + functions-common:time_stop:2444 : [[ -z 1712339812144 ]] 2024-04-05 17:56:55.322 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:56:55.325 | + functions-common:time_stop:2447 : end_time=1712339815323 2024-04-05 17:56:55.326 | + functions-common:time_stop:2448 : elapsed_time=3179 2024-04-05 17:56:55.328 | + functions-common:time_stop:2449 : total=1746 2024-04-05 17:56:55.330 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:56:55.331 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4925 2024-04-05 17:56:55.333 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-04-05 17:56:55.334 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-04-05 17:56:55.336 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:56:55.338 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:56:55.339 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:56:55.341 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:56:55.342 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:56:55.344 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:56:55.346 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:55.347 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:55.349 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:55.352 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339815350 2024-04-05 17:56:55.354 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-04-05 17:56:56.039 | From https://opendev.org/openstack/requirements 2024-04-05 17:56:56.039 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 17:56:56.047 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:56:56.048 | + functions-common:time_stop:2435 : local name 2024-04-05 17:56:56.050 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:56:56.052 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:56:56.053 | + functions-common:time_stop:2438 : local total 2024-04-05 17:56:56.055 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:56:56.057 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:56:56.058 | + functions-common:time_stop:2442 : start_time=1712339815350 2024-04-05 17:56:56.060 | + functions-common:time_stop:2444 : [[ -z 1712339815350 ]] 2024-04-05 17:56:56.062 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:56:56.065 | + functions-common:time_stop:2447 : end_time=1712339816063 2024-04-05 17:56:56.066 | + functions-common:time_stop:2448 : elapsed_time=713 2024-04-05 17:56:56.068 | + functions-common:time_stop:2449 : total=4925 2024-04-05 17:56:56.070 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:56:56.071 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5638 2024-04-05 17:56:56.073 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 17:56:56.074 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:56:56.076 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:56:56.078 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:56:56.079 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:56:56.081 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:56:56.082 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:56:56.084 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:56.085 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:56.087 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:56.090 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339816088 2024-04-05 17:56:56.092 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 17:56:56.100 | Note: switching to 'FETCH_HEAD'. 2024-04-05 17:56:56.100 | 2024-04-05 17:56:56.100 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 17:56:56.100 | changes and commit them, and you can discard any commits you make in this 2024-04-05 17:56:56.101 | state without impacting any branches by switching back to a branch. 2024-04-05 17:56:56.101 | 2024-04-05 17:56:56.101 | If you want to create a new branch to retain commits you create, you may 2024-04-05 17:56:56.101 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 17:56:56.101 | 2024-04-05 17:56:56.101 | git switch -c 2024-04-05 17:56:56.101 | 2024-04-05 17:56:56.101 | Or undo this operation with: 2024-04-05 17:56:56.101 | 2024-04-05 17:56:56.101 | git switch - 2024-04-05 17:56:56.101 | 2024-04-05 17:56:56.101 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 17:56:56.101 | 2024-04-05 17:56:56.101 | HEAD is now at f392b3a8 Merge "update constraint for python-glanceclient to new release 4.3.1" into stable/2023.1 2024-04-05 17:56:56.104 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:56:56.105 | + functions-common:time_stop:2435 : local name 2024-04-05 17:56:56.107 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:56:56.109 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:56:56.110 | + functions-common:time_stop:2438 : local total 2024-04-05 17:56:56.112 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:56:56.113 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:56:56.115 | + functions-common:time_stop:2442 : start_time=1712339816088 2024-04-05 17:56:56.116 | + functions-common:time_stop:2444 : [[ -z 1712339816088 ]] 2024-04-05 17:56:56.118 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:56:56.121 | + functions-common:time_stop:2447 : end_time=1712339816119 2024-04-05 17:56:56.123 | + functions-common:time_stop:2448 : elapsed_time=31 2024-04-05 17:56:56.124 | + functions-common:time_stop:2449 : total=5638 2024-04-05 17:56:56.126 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:56:56.128 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5669 2024-04-05 17:56:56.129 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-04-05 17:56:56.140 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-04-05 17:56:56.141 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 17:56:56.142 | + functions-common:git_clone:696 : head -1 2024-04-05 17:56:56.144 | f392b3a8 Merge "update constraint for python-glanceclient to new release 4.3.1" into stable/2023.1 2024-04-05 17:56:56.146 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 17:56:56.148 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-04-05 17:56:56.150 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 17:56:56.152 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-04-05 17:56:56.154 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-04-05 17:56:56.156 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-04-05 17:56:56.158 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-04-05 17:56:56.160 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-04-05 17:56:56.161 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-04-05 17:56:56.163 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-04-05 17:56:56.165 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-04-05 17:56:56.167 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-04-05 17:56:56.170 | ++ tools/install_prereqs.sh:source:47 : NOW=1712339816 2024-04-05 17:56:56.173 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-04-05 17:56:56.176 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-04-05 17:56:56.178 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-04-05 17:56:56.180 | ++ tools/install_prereqs.sh:source:49 : DELTA=1712339816 2024-04-05 17:56:56.182 | ++ tools/install_prereqs.sh:source:50 : [[ 1712339816 -lt 7200 ]] 2024-04-05 17:56:56.184 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-04-05 17:56:56.185 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-04-05 17:56:56.187 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-04-05 17:56:56.189 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-04-05 17:56:56.191 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-04-05 17:56:56.192 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-04-05 17:56:56.194 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-04-05 17:56:56.196 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-05 17:56:56.224 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-04-05 17:56:56.224 | apache2-dev 2024-04-05 17:56:56.224 | bc 2024-04-05 17:56:56.224 | bsdmainutils 2024-04-05 17:56:56.224 | curl 2024-04-05 17:56:56.224 | g++ 2024-04-05 17:56:56.224 | gawk 2024-04-05 17:56:56.224 | gcc 2024-04-05 17:56:56.224 | gettext 2024-04-05 17:56:56.224 | git 2024-04-05 17:56:56.224 | graphviz 2024-04-05 17:56:56.224 | iputils-ping 2024-04-05 17:56:56.224 | libapache2-mod-proxy-uwsgi 2024-04-05 17:56:56.224 | libffi-dev 2024-04-05 17:56:56.224 | libjpeg-dev 2024-04-05 17:56:56.224 | libpcre3-dev 2024-04-05 17:56:56.224 | libpq-dev 2024-04-05 17:56:56.224 | libssl-dev 2024-04-05 17:56:56.224 | libsystemd-dev 2024-04-05 17:56:56.224 | libxml2-dev 2024-04-05 17:56:56.224 | libxslt1-dev 2024-04-05 17:56:56.224 | libyaml-dev 2024-04-05 17:56:56.224 | lsof 2024-04-05 17:56:56.224 | openssh-server 2024-04-05 17:56:56.224 | openssl 2024-04-05 17:56:56.224 | pkg-config 2024-04-05 17:56:56.224 | psmisc 2024-04-05 17:56:56.224 | python3-dev 2024-04-05 17:56:56.224 | python3-pip 2024-04-05 17:56:56.224 | python3-systemd 2024-04-05 17:56:56.224 | python3-venv 2024-04-05 17:56:56.224 | tar 2024-04-05 17:56:56.224 | tcpdump 2024-04-05 17:56:56.224 | unzip 2024-04-05 17:56:56.224 | uuid-runtime 2024-04-05 17:56:56.224 | wget 2024-04-05 17:56:56.224 | wget 2024-04-05 17:56:56.224 | zlib1g-dev 2024-04-05 17:56:56.225 | libkrb5-dev 2024-04-05 17:56:56.225 | libldap2-dev 2024-04-05 17:56:56.225 | libsasl2-dev 2024-04-05 17:56:56.225 | memcached 2024-04-05 17:56:56.225 | python3-mysqldb 2024-04-05 17:56:56.225 | sqlite3 2024-04-05 17:56:56.225 | conntrack 2024-04-05 17:56:56.225 | curl 2024-04-05 17:56:56.225 | ebtables 2024-04-05 17:56:56.225 | genisoimage 2024-04-05 17:56:56.225 | iptables 2024-04-05 17:56:56.225 | iputils-arping 2024-04-05 17:56:56.225 | kpartx 2024-04-05 17:56:56.225 | libjs-jquery-tablesorter 2024-04-05 17:56:56.225 | parted 2024-04-05 17:56:56.225 | pm-utils 2024-04-05 17:56:56.225 | python3-mysqldb 2024-04-05 17:56:56.225 | socat 2024-04-05 17:56:56.225 | sqlite3 2024-04-05 17:56:56.225 | sudo 2024-04-05 17:56:56.225 | vlan 2024-04-05 17:56:56.225 | lsscsi 2024-04-05 17:56:56.225 | open-iscsi 2024-04-05 17:56:56.225 | lvm2 2024-04-05 17:56:56.225 | qemu-utils 2024-04-05 17:56:56.225 | thin-provisioning-tools 2024-04-05 17:56:56.225 | acl 2024-04-05 17:56:56.225 | dnsmasq-base 2024-04-05 17:56:56.225 | dnsmasq-utils 2024-04-05 17:56:56.225 | ebtables 2024-04-05 17:56:56.225 | haproxy 2024-04-05 17:56:56.225 | iptables 2024-04-05 17:56:56.225 | iputils-arping 2024-04-05 17:56:56.225 | iputils-ping 2024-04-05 17:56:56.225 | postgresql-server-dev-all 2024-04-05 17:56:56.225 | python3-mysqldb 2024-04-05 17:56:56.225 | sqlite3 2024-04-05 17:56:56.225 | sudo 2024-04-05 17:56:56.225 | vlan 2024-04-05 17:56:56.225 | ipset 2024-04-05 17:56:56.225 | conntrack 2024-04-05 17:56:56.225 | conntrackd 2024-04-05 17:56:56.225 | keepalived' 2024-04-05 17:56:56.226 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-04-05 17:56:56.241 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-04-05 17:56:56.241 | apache2-dev 2024-04-05 17:56:56.241 | bc 2024-04-05 17:56:56.241 | bsdmainutils 2024-04-05 17:56:56.241 | curl 2024-04-05 17:56:56.241 | g++ 2024-04-05 17:56:56.241 | gawk 2024-04-05 17:56:56.241 | gcc 2024-04-05 17:56:56.241 | gettext 2024-04-05 17:56:56.241 | git 2024-04-05 17:56:56.241 | graphviz 2024-04-05 17:56:56.241 | iputils-ping 2024-04-05 17:56:56.241 | libapache2-mod-proxy-uwsgi 2024-04-05 17:56:56.242 | libffi-dev 2024-04-05 17:56:56.242 | libjpeg-dev 2024-04-05 17:56:56.242 | libpcre3-dev 2024-04-05 17:56:56.242 | libpq-dev 2024-04-05 17:56:56.242 | libssl-dev 2024-04-05 17:56:56.242 | libsystemd-dev 2024-04-05 17:56:56.242 | libxml2-dev 2024-04-05 17:56:56.242 | libxslt1-dev 2024-04-05 17:56:56.242 | libyaml-dev 2024-04-05 17:56:56.242 | lsof 2024-04-05 17:56:56.242 | openssh-server 2024-04-05 17:56:56.242 | openssl 2024-04-05 17:56:56.242 | pkg-config 2024-04-05 17:56:56.242 | psmisc 2024-04-05 17:56:56.242 | python3-dev 2024-04-05 17:56:56.242 | python3-pip 2024-04-05 17:56:56.242 | python3-systemd 2024-04-05 17:56:56.242 | python3-venv 2024-04-05 17:56:56.242 | tar 2024-04-05 17:56:56.242 | tcpdump 2024-04-05 17:56:56.242 | unzip 2024-04-05 17:56:56.242 | uuid-runtime 2024-04-05 17:56:56.242 | wget 2024-04-05 17:56:56.242 | wget 2024-04-05 17:56:56.242 | zlib1g-dev 2024-04-05 17:56:56.242 | libkrb5-dev 2024-04-05 17:56:56.242 | libldap2-dev 2024-04-05 17:56:56.242 | libsasl2-dev 2024-04-05 17:56:56.242 | memcached 2024-04-05 17:56:56.242 | python3-mysqldb 2024-04-05 17:56:56.242 | sqlite3 2024-04-05 17:56:56.242 | conntrack 2024-04-05 17:56:56.242 | curl 2024-04-05 17:56:56.242 | ebtables 2024-04-05 17:56:56.242 | genisoimage 2024-04-05 17:56:56.242 | iptables 2024-04-05 17:56:56.242 | iputils-arping 2024-04-05 17:56:56.242 | kpartx 2024-04-05 17:56:56.242 | libjs-jquery-tablesorter 2024-04-05 17:56:56.242 | parted 2024-04-05 17:56:56.242 | pm-utils 2024-04-05 17:56:56.242 | python3-mysqldb 2024-04-05 17:56:56.242 | socat 2024-04-05 17:56:56.242 | sqlite3 2024-04-05 17:56:56.242 | sudo 2024-04-05 17:56:56.242 | vlan 2024-04-05 17:56:56.242 | lsscsi 2024-04-05 17:56:56.242 | open-iscsi 2024-04-05 17:56:56.242 | lvm2 2024-04-05 17:56:56.243 | qemu-utils 2024-04-05 17:56:56.243 | thin-provisioning-tools 2024-04-05 17:56:56.243 | acl 2024-04-05 17:56:56.243 | dnsmasq-base 2024-04-05 17:56:56.243 | dnsmasq-utils 2024-04-05 17:56:56.243 | ebtables 2024-04-05 17:56:56.243 | haproxy 2024-04-05 17:56:56.243 | iptables 2024-04-05 17:56:56.243 | iputils-arping 2024-04-05 17:56:56.243 | iputils-ping 2024-04-05 17:56:56.243 | postgresql-server-dev-all 2024-04-05 17:56:56.243 | python3-mysqldb 2024-04-05 17:56:56.243 | sqlite3 2024-04-05 17:56:56.243 | sudo 2024-04-05 17:56:56.243 | vlan 2024-04-05 17:56:56.243 | ipset 2024-04-05 17:56:56.243 | conntrack 2024-04-05 17:56:56.243 | conntrackd 2024-04-05 17:56:56.243 | keepalived ' 2024-04-05 17:56:56.243 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-04-05 17:56:56.245 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:56:56.247 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:56:56.249 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-04-05 17:56:56.249 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-04-05 17:56:56.253 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-04-05 17:56:56.254 | ++ functions-common:install_package:1459 : update_package_repo 2024-04-05 17:56:56.256 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 17:56:56.258 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-04-05 17:56:56.259 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 17:56:56.261 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 17:56:56.263 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 17:56:56.264 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:56:56.266 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:56:56.268 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 17:56:56.269 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-04-05 17:56:56.271 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-04-05 17:56:56.273 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-04-05 17:56:56.274 | +++ functions-common:apt_get_update:1193 : id -u 2024-04-05 17:56:56.278 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-04-05 17:56:56.279 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-04-05 17:56:56.281 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-04-05 17:56:56.282 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 17:56:56.284 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:56:56.286 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:56:56.289 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712339816287 2024-04-05 17:56:56.290 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-04-05 17:56:56.292 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-04-05 17:56:56.294 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-04-05 17:56:56.509 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-04-05 17:56:56.510 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [119 kB] 2024-04-05 17:56:56.528 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [109 kB] 2024-04-05 17:56:56.701 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-05 17:56:56.732 | Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-05 17:56:56.744 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-05 17:56:56.759 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-05 17:56:56.774 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-05 17:56:56.791 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,061 kB] 2024-04-05 17:56:56.804 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-05 17:56:56.813 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-05 17:56:56.822 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-05 17:56:57.175 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-05 17:56:57.715 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-05 17:56:57.726 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-05 17:56:57.826 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-05 17:56:57.838 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-05 17:56:57.874 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-05 17:57:00.987 | Fetched 9,872 kB in 2s (5,240 kB/s) 2024-04-05 17:57:01.908 | Reading package lists... 2024-04-05 17:57:01.931 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-04-05 17:57:01.933 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-04-05 17:57:01.935 | ++ functions-common:time_stop:2435 : local name 2024-04-05 17:57:01.937 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:01.939 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:01.940 | ++ functions-common:time_stop:2438 : local total 2024-04-05 17:57:01.942 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:01.944 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-04-05 17:57:01.945 | ++ functions-common:time_stop:2442 : start_time=1712339816287 2024-04-05 17:57:01.947 | ++ functions-common:time_stop:2444 : [[ -z 1712339816287 ]] 2024-04-05 17:57:01.949 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:01.952 | ++ functions-common:time_stop:2447 : end_time=1712339821950 2024-04-05 17:57:01.954 | ++ functions-common:time_stop:2448 : elapsed_time=5663 2024-04-05 17:57:01.955 | ++ functions-common:time_stop:2449 : total=0 2024-04-05 17:57:01.957 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:01.959 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5663 2024-04-05 17:57:01.960 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-04-05 17:57:01.962 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 17:57:01.964 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:01.966 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:01.967 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-04-05 17:57:01.983 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-04-05 17:57:02.039 | Reading package lists... 2024-04-05 17:57:02.221 | Building dependency tree... 2024-04-05 17:57:02.222 | Reading state information... 2024-04-05 17:57:02.227 | acl is already the newest version (2.3.1-1). 2024-04-05 17:57:02.227 | bc is already the newest version (1.07.1-3build1). 2024-04-05 17:57:02.227 | bc set to manually installed. 2024-04-05 17:57:02.227 | conntrack is already the newest version (1:1.4.6-2build2). 2024-04-05 17:57:02.227 | ebtables is already the newest version (2.0.11-4build2). 2024-04-05 17:57:02.227 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-04-05 17:57:02.227 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-04-05 17:57:02.227 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-04-05 17:57:02.227 | gettext is already the newest version (0.21-4ubuntu4). 2024-04-05 17:57:02.227 | ipset is already the newest version (7.15-1build1). 2024-04-05 17:57:02.227 | iputils-arping is already the newest version (3:20211215-1). 2024-04-05 17:57:02.227 | iputils-ping is already the newest version (3:20211215-1). 2024-04-05 17:57:02.227 | iputils-ping set to manually installed. 2024-04-05 17:57:02.227 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-04-05 17:57:02.227 | libffi-dev is already the newest version (3.4.2-4). 2024-04-05 17:57:02.227 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-04-05 17:57:02.227 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-04-05 17:57:02.227 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-04-05 17:57:02.227 | lsof set to manually installed. 2024-04-05 17:57:02.227 | lsscsi is already the newest version (0.31-1build2). 2024-04-05 17:57:02.227 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-04-05 17:57:02.227 | lvm2 set to manually installed. 2024-04-05 17:57:02.227 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-04-05 17:57:02.227 | open-iscsi set to manually installed. 2024-04-05 17:57:02.227 | parted is already the newest version (3.4-2build1). 2024-04-05 17:57:02.227 | parted set to manually installed. 2024-04-05 17:57:02.227 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-04-05 17:57:02.227 | psmisc is already the newest version (23.4-2build3). 2024-04-05 17:57:02.227 | psmisc set to manually installed. 2024-04-05 17:57:02.227 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-04-05 17:57:02.227 | python3-systemd is already the newest version (234-3ubuntu2). 2024-04-05 17:57:02.227 | python3-systemd set to manually installed. 2024-04-05 17:57:02.227 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-04-05 17:57:02.227 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-04-05 17:57:02.227 | thin-provisioning-tools set to manually installed. 2024-04-05 17:57:02.227 | wget is already the newest version (1.21.2-2ubuntu1). 2024-04-05 17:57:02.227 | wget set to manually installed. 2024-04-05 17:57:02.227 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-04-05 17:57:02.227 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-04-05 17:57:02.227 | graphviz is already the newest version (2.42.2-6). 2024-04-05 17:57:02.227 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-04-05 17:57:02.227 | pm-utils is already the newest version (1.4.1-19). 2024-04-05 17:57:02.227 | postgresql-server-dev-all is already the newest version (238). 2024-04-05 17:57:02.227 | vlan is already the newest version (2.0.5ubuntu5). 2024-04-05 17:57:02.227 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 17:57:02.227 | apache2-dev is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 17:57:02.228 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-04-05 17:57:02.228 | gawk set to manually installed. 2024-04-05 17:57:02.228 | git is already the newest version (1:2.34.1-1ubuntu1.10). 2024-04-05 17:57:02.228 | git set to manually installed. 2024-04-05 17:57:02.228 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-04-05 17:57:02.228 | iptables set to manually installed. 2024-04-05 17:57:02.228 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-04-05 17:57:02.228 | kpartx set to manually installed. 2024-04-05 17:57:02.228 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-04-05 17:57:02.228 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | libpq-dev is already the newest version (14.11-0ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-04-05 17:57:02.228 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-04-05 17:57:02.228 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-04-05 17:57:02.228 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-04-05 17:57:02.228 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-04-05 17:57:02.228 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-04-05 17:57:02.228 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.6). 2024-04-05 17:57:02.228 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-04-05 17:57:02.228 | openssl set to manually installed. 2024-04-05 17:57:02.228 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-04-05 17:57:02.228 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-04-05 17:57:02.228 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-04-05 17:57:02.228 | sudo set to manually installed. 2024-04-05 17:57:02.388 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-04-05 17:57:02.388 | tar set to manually installed. 2024-04-05 17:57:02.388 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-04-05 17:57:02.388 | tcpdump set to manually installed. 2024-04-05 17:57:02.388 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-04-05 17:57:02.388 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-04-05 17:57:02.388 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 17:57:02.388 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-04-05 17:57:02.388 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-04-05 17:57:02.388 | The following additional packages will be installed: 2024-04-05 17:57:02.389 | libcurl4 qemu-block-extra 2024-04-05 17:57:02.390 | Suggested packages: 2024-04-05 17:57:02.390 | debootstrap 2024-04-05 17:57:02.406 | The following packages will be upgraded: 2024-04-05 17:57:02.407 | curl libcurl4 qemu-block-extra qemu-utils uuid-runtime 2024-04-05 17:57:02.845 | 5 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 17:57:02.845 | Need to get 0 B/2,109 kB of archives. 2024-04-05 17:57:02.845 | After this operation, 4,096 B of additional disk space will be used. 2024-04-05 17:57:03.571 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165238 files and directories currently installed.) 2024-04-05 17:57:03.578 | Preparing to unpack .../uuid-runtime_2.37.2-4ubuntu3.3_amd64.deb ... 2024-04-05 17:57:03.596 | Unpacking uuid-runtime (2.37.2-4ubuntu3.3) over (2.37.2-4ubuntu3) ... 2024-04-05 17:57:03.682 | Preparing to unpack .../curl_7.81.0-1ubuntu1.16_amd64.deb ... 2024-04-05 17:57:03.692 | Unpacking curl (7.81.0-1ubuntu1.16) over (7.81.0-1ubuntu1.15) ... 2024-04-05 17:57:03.768 | Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.16_amd64.deb ... 2024-04-05 17:57:03.783 | Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.16) over (7.81.0-1ubuntu1.15) ... 2024-04-05 17:57:03.844 | Preparing to unpack .../qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ... 2024-04-05 17:57:03.866 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.18) over (1:6.2+dfsg-2ubuntu6.17) ... 2024-04-05 17:57:03.919 | Preparing to unpack .../qemu-utils_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ... 2024-04-05 17:57:03.930 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.18) over (1:6.2+dfsg-2ubuntu6.17) ... 2024-04-05 17:57:04.045 | Setting up uuid-runtime (2.37.2-4ubuntu3.3) ... 2024-04-05 17:57:05.000 | uuidd.service is a disabled or a static unit not running, not starting it. 2024-04-05 17:57:05.018 | Setting up libcurl4:amd64 (7.81.0-1ubuntu1.16) ... 2024-04-05 17:57:05.029 | Setting up curl (7.81.0-1ubuntu1.16) ... 2024-04-05 17:57:05.039 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.18) ... 2024-04-05 17:57:05.049 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.18) ... 2024-04-05 17:57:05.909 | Processing triggers for man-db (2.10.2-1) ... 2024-04-05 17:57:06.266 | Processing triggers for libc-bin (2.35-0ubuntu3.6) ... 2024-04-05 17:57:07.030 | NEEDRESTART-VER: 3.5 2024-04-05 17:57:07.440 | NEEDRESTART-KCUR: 6.5.0-25-generic 2024-04-05 17:57:07.440 | NEEDRESTART-KEXP: 6.5.0-25-generic 2024-04-05 17:57:07.440 | NEEDRESTART-KSTA: 1 2024-04-05 17:57:08.794 | ++ functions-common:apt_get:1230 : result=0 2024-04-05 17:57:08.796 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 17:57:08.798 | ++ functions-common:time_stop:2435 : local name 2024-04-05 17:57:08.799 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:08.801 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:08.802 | ++ functions-common:time_stop:2438 : local total 2024-04-05 17:57:08.804 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:08.805 | ++ functions-common:time_stop:2441 : name=apt-get 2024-04-05 17:57:08.807 | ++ functions-common:time_stop:2442 : start_time=1712339821981 2024-04-05 17:57:08.809 | ++ functions-common:time_stop:2444 : [[ -z 1712339821981 ]] 2024-04-05 17:57:08.811 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:08.814 | ++ functions-common:time_stop:2447 : end_time=1712339828812 2024-04-05 17:57:08.815 | ++ functions-common:time_stop:2448 : elapsed_time=6831 2024-04-05 17:57:08.817 | ++ functions-common:time_stop:2449 : total=443 2024-04-05 17:57:08.818 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:08.820 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7274 2024-04-05 17:57:08.822 | ++ functions-common:apt_get:1234 : return 0 2024-04-05 17:57:08.823 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-04-05 17:57:08.825 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-04-05 17:57:08.827 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-04-05 17:57:08.830 | ++ tools/install_prereqs.sh:source:89 : date 2024-04-05 17:57:08.833 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-04-05 17:57:08.835 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-04-05 17:57:08.837 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-04-05 17:57:09.146 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-04-05 17:57:09.147 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-04-05 17:57:09.149 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-04-05 17:57:09.150 | + tools/install_pip.sh:main:43 : GetDistro 2024-04-05 17:57:09.151 | + functions-common:GetDistro:449 : GetOSVersion 2024-04-05 17:57:09.152 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-04-05 17:57:09.154 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-04-05 17:57:09.155 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-04-05 17:57:09.156 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-04-05 17:57:09.157 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-04-05 17:57:09.159 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-04-05 17:57:09.160 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-04-05 17:57:09.161 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-04-05 17:57:09.162 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-04-05 17:57:09.163 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-04-05 17:57:09.164 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-04-05 17:57:09.166 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-04-05 17:57:09.167 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-04-05 17:57:09.168 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-04-05 17:57:09.169 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-04-05 17:57:09.170 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-04-05 17:57:09.172 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-04-05 17:57:09.173 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-04-05 17:57:09.174 | + functions-common:_ensure_lsb_release:394 : return 2024-04-05 17:57:09.176 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-04-05 17:57:09.209 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-04-05 17:57:09.211 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-04-05 17:57:09.245 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-04-05 17:57:09.247 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-04-05 17:57:09.283 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-04-05 17:57:09.284 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-04-05 17:57:09.286 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-04-05 17:57:09.287 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-04-05 17:57:09.288 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-04-05 17:57:09.290 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-04-05 17:57:09.291 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-04-05 17:57:09.292 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-04-05 17:57:09.294 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-04-05 17:57:09.295 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-04-05 17:57:09.296 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-04-05 17:57:09.296 | Distro: jammy 2024-04-05 17:57:09.298 | + tools/install_pip.sh:main:124 : get_versions 2024-04-05 17:57:09.299 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-04-05 17:57:09.302 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-04-05 17:57:09.303 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-04-05 17:57:09.305 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-04-05 17:57:09.305 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-04-05 17:57:09.416 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-04-05 17:57:09.417 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-04-05 17:57:09.417 | pip: 0.1.15 2024-04-05 17:57:09.419 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-04-05 17:57:09.420 | + tools/install_pip.sh:main:130 : is_fedora 2024-04-05 17:57:09.421 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 17:57:09.422 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 17:57:09.424 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 17:57:09.425 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 17:57:09.426 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 17:57:09.427 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 17:57:09.428 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 17:57:09.430 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 17:57:09.431 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 17:57:09.432 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 17:57:09.433 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 17:57:09.434 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 17:57:09.435 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-04-05 17:57:09.437 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:09.438 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:09.439 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-04-05 17:57:09.442 | + tools/install_pip.sh:main:153 : set -x 2024-04-05 17:57:09.444 | + tools/install_pip.sh:main:156 : get_versions 2024-04-05 17:57:09.445 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-04-05 17:57:09.448 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-04-05 17:57:09.449 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-04-05 17:57:09.451 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-04-05 17:57:09.452 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-04-05 17:57:09.460 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-04-05 17:57:09.461 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-04-05 17:57:09.461 | pip: 0.1.15 2024-04-05 17:57:09.463 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-04-05 17:57:09.465 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-04-05 17:57:09.467 | + stack.sh:main:822 : fixup_all 2024-04-05 17:57:09.469 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-04-05 17:57:09.470 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-04-05 17:57:09.472 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:09.473 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:09.475 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-04-05 17:57:09.484 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-04-05 17:57:09.493 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-04-05 17:57:09.501 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-04-05 17:57:09.503 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-04-05 17:57:09.504 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 17:57:09.506 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 17:57:09.507 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 17:57:09.509 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 17:57:09.510 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 17:57:09.511 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 17:57:09.513 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 17:57:09.514 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 17:57:09.516 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 17:57:09.517 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 17:57:09.518 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 17:57:09.520 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 17:57:09.521 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-04-05 17:57:09.523 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-04-05 17:57:09.524 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-04-05 17:57:09.526 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 17:57:09.527 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 17:57:09.529 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 17:57:09.530 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 17:57:09.532 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 17:57:09.534 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 17:57:09.535 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-04-05 17:57:09.537 | + stack.sh:main:825 : pip_install -U os-testr 2024-04-05 17:57:09.551 | Using python 3.10 to install os-testr 2024-04-05 17:57:09.553 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-04-05 17:57:10.586 | Collecting os-testr 2024-04-05 17:57:10.589 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-04-05 17:57:10.637 | Collecting pbr!=2.1.0,>=2.0.0 2024-04-05 17:57:10.640 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-04-05 17:57:10.643 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-04-05 17:57:10.676 | Collecting python-subunit>=1.0.0 2024-04-05 17:57:10.681 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-04-05 17:57:10.689 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-04-05 17:57:10.876 | Installing collected packages: python-subunit, pbr, os-testr 2024-04-05 17:57:10.877 | Attempting uninstall: python-subunit 2024-04-05 17:57:10.878 | Found existing installation: python-subunit 1.4.0 2024-04-05 17:57:10.884 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:10.885 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-04-05 17:57:10.964 | Attempting uninstall: pbr 2024-04-05 17:57:10.965 | Found existing installation: pbr 5.8.0 2024-04-05 17:57:10.966 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:10.967 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-04-05 17:57:11.026 | Attempting uninstall: os-testr 2024-04-05 17:57:11.027 | Found existing installation: os-testr 2.0.1 2024-04-05 17:57:11.028 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:11.029 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-04-05 17:57:11.052 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-04-05 17:57:11.052 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:11.141 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:11.143 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:11.145 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:11.146 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:11.148 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:11.150 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:11.151 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:11.152 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:11.154 | + functions-common:time_stop:2442 : start_time=1712339829547 2024-04-05 17:57:11.155 | + functions-common:time_stop:2444 : [[ -z 1712339829547 ]] 2024-04-05 17:57:11.157 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:11.160 | + functions-common:time_stop:2447 : end_time=1712339831158 2024-04-05 17:57:11.162 | + functions-common:time_stop:2448 : elapsed_time=1611 2024-04-05 17:57:11.163 | + functions-common:time_stop:2449 : total=0 2024-04-05 17:57:11.165 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:11.166 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1611 2024-04-05 17:57:11.168 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:11.170 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-04-05 17:57:11.211 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-04-05 17:57:11.287 | + stack.sh:main:836 : install_infra 2024-04-05 17:57:11.288 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-05 17:57:11.290 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-04-05 17:57:11.292 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-04-05 17:57:14.408 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-05 17:57:14.410 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-04-05 17:57:14.426 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-04-05 17:57:15.347 | Collecting pbr 2024-04-05 17:57:15.350 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-04-05 17:57:15.375 | Installing collected packages: pbr 2024-04-05 17:57:15.440 | Successfully installed pbr-5.11.1 2024-04-05 17:57:15.510 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:15.511 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:15.513 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:15.515 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:15.516 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:15.518 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:15.519 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:15.521 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:15.522 | + functions-common:time_stop:2442 : start_time=1712339834420 2024-04-05 17:57:15.524 | + functions-common:time_stop:2444 : [[ -z 1712339834420 ]] 2024-04-05 17:57:15.526 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:15.529 | + functions-common:time_stop:2447 : end_time=1712339835527 2024-04-05 17:57:15.530 | + functions-common:time_stop:2448 : elapsed_time=1107 2024-04-05 17:57:15.532 | + functions-common:time_stop:2449 : total=1611 2024-04-05 17:57:15.533 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:15.535 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2718 2024-04-05 17:57:15.536 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:15.538 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-05 17:57:15.540 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-04-05 17:57:15.556 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-04-05 17:57:16.383 | Processing /opt/stack/requirements 2024-04-05 17:57:16.383 | Preparing metadata (setup.py): started 2024-04-05 17:57:17.047 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 17:57:17.136 | Collecting Parsley>=1.2 2024-04-05 17:57:17.144 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-04-05 17:57:17.223 | Collecting PyYAML>=3.12 2024-04-05 17:57:17.232 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-04-05 17:57:17.255 | Collecting beagle>=0.2.1 2024-04-05 17:57:17.257 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-04-05 17:57:17.278 | Collecting fixtures>=3.0.0 2024-04-05 17:57:17.279 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-04-05 17:57:17.323 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-04-05 17:57:17.326 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-04-05 17:57:17.373 | Collecting requests>=2.14.2 2024-04-05 17:57:17.375 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-04-05 17:57:17.401 | Collecting six>=1.10.0 2024-04-05 17:57:17.402 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-04-05 17:57:17.446 | Collecting cliff>=2.11.0 2024-04-05 17:57:17.449 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-04-05 17:57:17.451 | 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.dev6074) (5.11.1) 2024-04-05 17:57:17.516 | Collecting pyparsing!=3.0.5,>=2.0.2 2024-04-05 17:57:17.519 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-04-05 17:57:17.549 | Collecting idna<4,>=2.5 2024-04-05 17:57:17.551 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-04-05 17:57:17.584 | Collecting certifi>=2017.4.17 2024-04-05 17:57:17.587 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-04-05 17:57:17.743 | Collecting charset-normalizer<3,>=2 2024-04-05 17:57:17.745 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-04-05 17:57:17.800 | Collecting urllib3<1.27,>=1.21.1 2024-04-05 17:57:17.803 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-04-05 17:57:17.912 | Collecting importlib-metadata>=4.4 2024-04-05 17:57:17.914 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-04-05 17:57:17.955 | Collecting stevedore>=2.0.1 2024-04-05 17:57:17.957 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-04-05 17:57:18.014 | Collecting cmd2>=1.0.0 2024-04-05 17:57:18.017 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-04-05 17:57:18.038 | Collecting autopage>=0.4.0 2024-04-05 17:57:18.040 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-04-05 17:57:18.066 | Collecting PrettyTable>=0.7.2 2024-04-05 17:57:18.068 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-04-05 17:57:18.146 | Collecting attrs>=16.3.0 2024-04-05 17:57:18.152 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-04-05 17:57:18.171 | Collecting pyperclip>=1.6 2024-04-05 17:57:18.172 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-04-05 17:57:18.196 | Collecting wcwidth>=0.1.7 2024-04-05 17:57:18.198 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-04-05 17:57:18.259 | Collecting zipp>=0.5 2024-04-05 17:57:18.261 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-04-05 17:57:18.320 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-04-05 17:57:18.465 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, pyparsing, PrettyTable, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, packaging, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-04-05 17:57:19.345 | Running setup.py install for openstack-requirements: started 2024-04-05 17:57:20.701 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-04-05 17:57:20.710 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.2.2 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.dev6074 packaging-21.3 pyparsing-3.0.9 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-04-05 17:57:20.809 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:20.811 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:20.813 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:20.814 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:20.816 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:20.817 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:20.819 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:20.820 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:20.822 | + functions-common:time_stop:2442 : start_time=1712339835550 2024-04-05 17:57:20.823 | + functions-common:time_stop:2444 : [[ -z 1712339835550 ]] 2024-04-05 17:57:20.825 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:20.828 | + functions-common:time_stop:2447 : end_time=1712339840826 2024-04-05 17:57:20.830 | + functions-common:time_stop:2448 : elapsed_time=5276 2024-04-05 17:57:20.831 | + functions-common:time_stop:2449 : total=2718 2024-04-05 17:57:20.833 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:20.834 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7994 2024-04-05 17:57:20.836 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:20.838 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-04-05 17:57:20.839 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-04-05 17:57:20.841 | + inc/python:use_library_from_git:246 : local name=pbr 2024-04-05 17:57:20.843 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:20.845 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:20.847 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-04-05 17:57:20.848 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:20.850 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-04-05 17:57:20.865 | Using python 3.10 to install pbr 2024-04-05 17:57:20.866 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-04-05 17:57:21.742 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-04-05 17:57:22.005 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:22.080 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:22.082 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:22.084 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:22.086 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:22.087 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:22.089 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:22.090 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:22.092 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:22.093 | + functions-common:time_stop:2442 : start_time=1712339840861 2024-04-05 17:57:22.095 | + functions-common:time_stop:2444 : [[ -z 1712339840861 ]] 2024-04-05 17:57:22.097 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:22.100 | + functions-common:time_stop:2447 : end_time=1712339842098 2024-04-05 17:57:22.101 | + functions-common:time_stop:2448 : elapsed_time=1237 2024-04-05 17:57:22.103 | + functions-common:time_stop:2449 : total=7994 2024-04-05 17:57:22.104 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:22.106 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9231 2024-04-05 17:57:22.107 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:22.109 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-04-05 17:57:25.200 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-04-05 17:57:25.719 | Collecting bindep 2024-04-05 17:57:25.722 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-04-05 17:57:25.752 | Collecting distro>=1.7.0 2024-04-05 17:57:25.754 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-04-05 17:57:25.775 | Collecting Parsley 2024-04-05 17:57:25.777 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-04-05 17:57:25.835 | Collecting packaging 2024-04-05 17:57:25.837 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-04-05 17:57:25.879 | Collecting pbr>=2.0.0 2024-04-05 17:57:25.882 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-04-05 17:57:25.916 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-04-05 17:57:26.159 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-04-05 17:57:26.228 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-04-05 17:57:26.230 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-04-05 17:57:26.232 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-04-05 17:57:26.245 | + stack.sh:main:845 : pkgs= 2024-04-05 17:57:26.247 | + stack.sh:main:846 : [[ -n '' ]] 2024-04-05 17:57:26.249 | + stack.sh:main:853 : run_phase stack pre-install 2024-04-05 17:57:26.250 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 17:57:26.252 | + functions-common:run_phase:1864 : local phase=pre-install 2024-04-05 17:57:26.254 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 17:57:26.255 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 17:57:26.257 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 17:57:26.258 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 17:57:26.260 | + functions-common:run_phase:1873 : local extra 2024-04-05 17:57:26.262 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 17:57:26.265 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 17:57:26.267 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 17:57:26.268 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 17:57:26.270 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-04-05 17:57:26.271 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 17:57:26.282 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:26.283 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 17:57:26.285 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.286 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-04-05 17:57:26.288 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.289 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 17:57:26.291 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.293 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-04-05 17:57:26.295 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.296 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-04-05 17:57:26.298 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.300 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-04-05 17:57:26.301 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 17:57:26.303 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 17:57:26.305 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 17:57:26.306 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-05 17:57:26.308 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-04-05 17:57:26.310 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 17:57:26.311 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-04-05 17:57:26.313 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 17:57:26.315 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 17:57:26.316 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 17:57:26.318 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 17:57:26.320 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 17:57:26.322 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-04-05 17:57:26.323 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 17:57:26.325 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.327 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-04-05 17:57:26.328 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.330 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 17:57:26.331 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-05 17:57:26.333 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-04-05 17:57:26.335 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-04-05 17:57:26.337 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-04-05 17:57:26.338 | + functions:set_systemd_override:832 : local value=2048 2024-04-05 17:57:26.340 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-04-05 17:57:26.342 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-04-05 17:57:26.382 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-04-05 17:57:26.382 | Set systemd system override for DefaultLimitNOFILE=2048 2024-04-05 17:57:26.384 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-04-05 17:57:26.699 | + stack.sh:main:858 : install_rpc_backend 2024-04-05 17:57:26.701 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-04-05 17:57:26.713 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:26.715 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-04-05 17:57:26.717 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 17:57:26.718 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 17:57:26.720 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 17:57:26.722 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 17:57:26.723 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 17:57:26.725 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 17:57:26.727 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:26.728 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:26.730 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 17:57:26.732 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 17:57:26.733 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 17:57:26.735 | + functions-common:apt_get_update:1186 : return 2024-04-05 17:57:26.737 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-04-05 17:57:26.739 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 17:57:26.740 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:26.742 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:26.744 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-04-05 17:57:26.759 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-04-05 17:57:26.815 | Reading package lists... 2024-04-05 17:57:27.001 | Building dependency tree... 2024-04-05 17:57:27.002 | Reading state information... 2024-04-05 17:57:27.180 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-04-05 17:57:27.180 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 17:57:27.184 | + functions-common:apt_get:1230 : result=0 2024-04-05 17:57:27.186 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 17:57:27.188 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:27.190 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:27.192 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:27.194 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:27.195 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:27.197 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 17:57:27.199 | + functions-common:time_stop:2442 : start_time=1712339846757 2024-04-05 17:57:27.200 | + functions-common:time_stop:2444 : [[ -z 1712339846757 ]] 2024-04-05 17:57:27.202 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:27.205 | + functions-common:time_stop:2447 : end_time=1712339847203 2024-04-05 17:57:27.207 | + functions-common:time_stop:2448 : elapsed_time=446 2024-04-05 17:57:27.209 | + functions-common:time_stop:2449 : total=7274 2024-04-05 17:57:27.210 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:27.212 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7720 2024-04-05 17:57:27.214 | + functions-common:apt_get:1234 : return 0 2024-04-05 17:57:27.216 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-04-05 17:57:27.217 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 17:57:27.219 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 17:57:27.221 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 17:57:27.223 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 17:57:27.224 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 17:57:27.226 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 17:57:27.228 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-04-05 17:57:27.229 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 17:57:27.231 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 17:57:27.233 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 17:57:27.234 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 17:57:27.236 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 17:57:27.238 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 17:57:27.240 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 17:57:27.241 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 17:57:27.243 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 17:57:27.245 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 17:57:27.246 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 17:57:27.248 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 17:57:27.250 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-04-05 17:57:27.252 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 17:57:27.253 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 17:57:27.255 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 17:57:27.257 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 17:57:27.259 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 17:57:27.260 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 17:57:27.262 | + stack.sh:main:859 : restart_rpc_backend 2024-04-05 17:57:27.264 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-04-05 17:57:27.276 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:27.277 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-04-05 17:57:27.279 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 17:57:27.281 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-04-05 17:57:27.283 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-04-05 17:57:27.285 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-04-05 17:57:27.288 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-04-05 17:57:27.290 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-04-05 17:57:27.291 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-04-05 17:57:27.293 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-04-05 17:57:27.295 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-04-05 17:57:27.297 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-04-05 17:57:27.299 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-04-05 17:57:27.770 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-04-05 17:57:27.770 | user tags 2024-04-05 17:57:27.770 | guest [administrator]' 2024-04-05 17:57:27.772 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-04-05 17:57:27.772 | user tags 2024-04-05 17:57:27.772 | guest [administrator]' 2024-04-05 17:57:27.772 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-04-05 17:57:27.777 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-04-05 17:57:27.779 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-04-05 17:57:27.781 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-04-05 17:57:28.246 | Adding user "stackrabbit" ... 2024-04-05 17:57:28.285 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-04-05 17:57:28.326 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-04-05 17:57:28.806 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-04-05 17:57:28.828 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-04-05 17:57:28.830 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-04-05 17:57:29.245 | Changing password for user "stackrabbit" ... 2024-04-05 17:57:29.261 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-04-05 17:57:29.264 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-04-05 17:57:29.265 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-04-05 17:57:29.675 | Deleting user "guest" ... 2024-04-05 17:57:29.695 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-04-05 17:57:29.707 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:29.709 | + stack.sh:main:862 : install_database 2024-04-05 17:57:29.711 | + lib/database:install_database:118 : install_database_mysql 2024-04-05 17:57:29.712 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-04-05 17:57:29.714 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:29.716 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:29.718 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-04-05 17:57:29.836 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-04-05 17:57:29.838 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-04-05 17:57:29.841 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-04-05 17:57:29.843 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:29.845 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:29.847 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-04-05 17:57:29.848 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-04-05 17:57:29.851 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-04-05 17:57:29.853 | + stack.sh:main:864 : '[' -n mysql ']' 2024-04-05 17:57:29.855 | + stack.sh:main:865 : install_database_python 2024-04-05 17:57:29.856 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-04-05 17:57:29.858 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-04-05 17:57:29.860 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-04-05 17:57:29.861 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 17:57:29.864 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-04-05 17:57:29.865 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-04-05 17:57:29.867 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 17:57:29.870 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-04-05 17:57:29.871 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 17:57:29.874 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-04-05 17:57:29.876 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-04-05 17:57:29.878 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-04-05 17:57:29.880 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-04-05 17:57:29.882 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-04-05 17:57:29.898 | Using python 3.10 to install PyMySQL 2024-04-05 17:57:29.900 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-04-05 17:57:30.901 | Collecting PyMySQL 2024-04-05 17:57:30.908 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-04-05 17:57:31.076 | Installing collected packages: PyMySQL 2024-04-05 17:57:31.139 | Successfully installed PyMySQL-1.0.2 2024-04-05 17:57:31.139 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:31.221 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:31.223 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:31.225 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:31.226 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:31.228 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:31.230 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:31.231 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:31.233 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:31.235 | + functions-common:time_stop:2442 : start_time=1712339849893 2024-04-05 17:57:31.236 | + functions-common:time_stop:2444 : [[ -z 1712339849893 ]] 2024-04-05 17:57:31.238 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:31.241 | + functions-common:time_stop:2447 : end_time=1712339851239 2024-04-05 17:57:31.243 | + functions-common:time_stop:2448 : elapsed_time=1346 2024-04-05 17:57:31.245 | + functions-common:time_stop:2449 : total=9231 2024-04-05 17:57:31.246 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:31.248 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10577 2024-04-05 17:57:31.249 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:31.251 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-04-05 17:57:31.253 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-04-05 17:57:31.255 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-04-05 17:57:31.256 | + stack.sh:main:868 : is_service_enabled neutron 2024-04-05 17:57:31.268 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:31.270 | + stack.sh:main:869 : install_neutron_agent_packages 2024-04-05 17:57:31.271 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-04-05 17:57:31.283 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:31.284 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-04-05 17:57:31.286 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 17:57:31.287 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 17:57:31.289 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 17:57:31.291 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 17:57:31.292 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 17:57:31.294 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 17:57:31.296 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:31.297 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:31.299 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 17:57:31.301 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 17:57:31.302 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 17:57:31.304 | + functions-common:apt_get_update:1186 : return 2024-04-05 17:57:31.306 | + functions-common:install_package:1460 : real_install_package radvd 2024-04-05 17:57:31.307 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 17:57:31.309 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:31.311 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:31.312 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-04-05 17:57:31.327 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-04-05 17:57:31.384 | Reading package lists... 2024-04-05 17:57:31.577 | Building dependency tree... 2024-04-05 17:57:31.578 | Reading state information... 2024-04-05 17:57:31.757 | radvd is already the newest version (1:2.18-3build2). 2024-04-05 17:57:31.757 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 17:57:31.761 | + functions-common:apt_get:1230 : result=0 2024-04-05 17:57:31.763 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 17:57:31.765 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:31.767 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:31.768 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:31.770 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:31.772 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:31.773 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 17:57:31.775 | + functions-common:time_stop:2442 : start_time=1712339851325 2024-04-05 17:57:31.776 | + functions-common:time_stop:2444 : [[ -z 1712339851325 ]] 2024-04-05 17:57:31.778 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:31.782 | + functions-common:time_stop:2447 : end_time=1712339851780 2024-04-05 17:57:31.783 | + functions-common:time_stop:2448 : elapsed_time=455 2024-04-05 17:57:31.785 | + functions-common:time_stop:2449 : total=7720 2024-04-05 17:57:31.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:31.788 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8175 2024-04-05 17:57:31.790 | + functions-common:apt_get:1234 : return 0 2024-04-05 17:57:31.792 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-04-05 17:57:31.804 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:31.805 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-04-05 17:57:31.807 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-04-05 17:57:31.809 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-04-05 17:57:31.811 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-04-05 17:57:31.825 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-04-05 17:57:31.827 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 17:57:31.828 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 17:57:31.830 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 17:57:31.832 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 17:57:31.833 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 17:57:31.835 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 17:57:31.837 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:31.838 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:31.840 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 17:57:31.841 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 17:57:31.843 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 17:57:31.844 | + functions-common:apt_get_update:1186 : return 2024-04-05 17:57:31.846 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-04-05 17:57:31.848 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 17:57:31.849 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:31.851 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:31.853 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-04-05 17:57:31.867 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-04-05 17:57:31.923 | Reading package lists... 2024-04-05 17:57:32.112 | Building dependency tree... 2024-04-05 17:57:32.113 | Reading state information... 2024-04-05 17:57:32.317 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-04-05 17:57:32.317 | fakeroot set to manually installed. 2024-04-05 17:57:32.317 | make is already the newest version (4.3-4.1build1). 2024-04-05 17:57:32.317 | make set to manually installed. 2024-04-05 17:57:32.317 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-04-05 17:57:32.317 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 17:57:32.321 | + functions-common:apt_get:1230 : result=0 2024-04-05 17:57:32.323 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 17:57:32.325 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:32.326 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:32.328 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:32.329 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:32.331 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:32.332 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 17:57:32.334 | + functions-common:time_stop:2442 : start_time=1712339851865 2024-04-05 17:57:32.335 | + functions-common:time_stop:2444 : [[ -z 1712339851865 ]] 2024-04-05 17:57:32.338 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:32.341 | + functions-common:time_stop:2447 : end_time=1712339852339 2024-04-05 17:57:32.342 | + functions-common:time_stop:2448 : elapsed_time=474 2024-04-05 17:57:32.344 | + functions-common:time_stop:2449 : total=8175 2024-04-05 17:57:32.346 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:32.347 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8649 2024-04-05 17:57:32.349 | + functions-common:apt_get:1234 : return 0 2024-04-05 17:57:32.351 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-04-05 17:57:32.352 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:32.354 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:32.355 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-04-05 17:57:32.357 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-04-05 17:57:32.359 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-04-05 17:57:32.362 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-25-generic 2024-04-05 17:57:32.363 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-04-05 17:57:32.366 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-25-generic 2024-04-05 17:57:32.366 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-04-05 17:57:32.370 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-04-05 17:57:32.371 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-04-05 17:57:32.373 | + functions:vercmp:639 : local v1=6.5 2024-04-05 17:57:32.375 | + functions:vercmp:640 : local 'op=<' 2024-04-05 17:57:32.376 | + functions:vercmp:641 : local v2=3.13 2024-04-05 17:57:32.378 | + functions:vercmp:642 : local result 2024-04-05 17:57:32.380 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-04-05 17:57:32.381 | ++ functions:vercmp:646 : sort -V 2024-04-05 17:57:32.381 | ++ functions:vercmp:646 : head -1 2024-04-05 17:57:32.384 | + functions:vercmp:646 : result=3.13 2024-04-05 17:57:32.386 | + functions:vercmp:648 : case $op in 2024-04-05 17:57:32.388 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-04-05 17:57:32.389 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-04-05 17:57:32.391 | + functions:vercmp:659 : return 2024-04-05 17:57:32.392 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-04-05 17:57:32.394 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 17:57:32.396 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-04-05 17:57:32.947 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-04-05 17:57:32.949 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-04-05 17:57:32.951 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:32.952 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:32.954 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-04-05 17:57:32.956 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:32.957 | + stack.sh:main:872 : is_service_enabled etcd3 2024-04-05 17:57:32.969 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:32.971 | + stack.sh:main:873 : install_etcd3 2024-04-05 17:57:32.973 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-04-05 17:57:32.973 | Installing etcd 2024-04-05 17:57:32.974 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-04-05 17:57:32.984 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-04-05 17:57:32.993 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-04-05 17:57:32.995 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-04-05 17:57:33.005 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-04-05 17:57:33.007 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.009 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.011 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.014 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.016 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-04-05 17:57:33.018 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-04-05 17:57:33.020 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.031 | --2024-04-05 17:57:33-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.036 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-04-05 17:57:33.036 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-04-05 17:57:33.080 | HTTP request sent, awaiting response... 200 OK 2024-04-05 17:57:33.080 | Length: 11350736 (11M) [application/gzip] 2024-04-05 17:57:33.080 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-04-05 17:57:33.086 | 2024-04-05 17:57:33.133 | 0K ........ .. 100% 205M=0.05s 2024-04-05 17:57:33.133 | 2024-04-05 17:57:33.133 | 2024-04-05 17:57:33 (205 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-04-05 17:57:33.133 | 2024-04-05 17:57:33.136 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-04-05 17:57:33.138 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.140 | ++ functions:get_extra_file:74 : return 2024-04-05 17:57:33.143 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 17:57:33.145 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-04-05 17:57:33.146 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-04-05 17:57:33.148 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-04-05 17:57:33.212 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-04-05 17:57:33.215 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-04-05 17:57:33.218 | etcd-v3.3.12-linux-amd64/ 2024-04-05 17:57:33.218 | etcd-v3.3.12-linux-amd64/README.md 2024-04-05 17:57:33.218 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-04-05 17:57:33.218 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-04-05 17:57:33.218 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-04-05 17:57:33.219 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-04-05 17:57:33.220 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-04-05 17:57:33.221 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-04-05 17:57:33.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-04-05 17:57:33.223 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-04-05 17:57:33.224 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-04-05 17:57:33.225 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-04-05 17:57:33.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-04-05 17:57:33.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-04-05 17:57:33.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-04-05 17:57:33.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-04-05 17:57:33.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-04-05 17:57:33.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-04-05 17:57:33.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-04-05 17:57:33.228 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-04-05 17:57:33.228 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-04-05 17:57:33.228 | etcd-v3.3.12-linux-amd64/etcdctl 2024-04-05 17:57:33.350 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-04-05 17:57:33.350 | etcd-v3.3.12-linux-amd64/etcd 2024-04-05 17:57:33.499 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-04-05 17:57:33.523 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-04-05 17:57:33.544 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-04-05 17:57:33.546 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-04-05 17:57:33.559 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:57:33.561 | + stack.sh:main:892 : install_dstat 2024-04-05 17:57:33.562 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-04-05 17:57:33.574 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:57:33.576 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-04-05 17:57:33.578 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 17:57:33.580 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-04-05 17:57:33.582 | + stack.sh:main:901 : install_libs 2024-04-05 17:57:33.583 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-04-05 17:57:33.585 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-04-05 17:57:33.587 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-04-05 17:57:33.588 | + inc/python:use_library_from_git:246 : local name=automaton 2024-04-05 17:57:33.590 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.592 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.593 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-04-05 17:57:33.595 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.597 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-04-05 17:57:33.599 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-04-05 17:57:33.601 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-04-05 17:57:33.602 | + inc/python:use_library_from_git:246 : local name=castellan 2024-04-05 17:57:33.604 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.606 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.607 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-04-05 17:57:33.609 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.611 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-04-05 17:57:33.613 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-04-05 17:57:33.614 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-04-05 17:57:33.616 | + inc/python:use_library_from_git:246 : local name=cliff 2024-04-05 17:57:33.618 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.620 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.621 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-04-05 17:57:33.623 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.625 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-04-05 17:57:33.627 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-04-05 17:57:33.628 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-04-05 17:57:33.630 | + inc/python:use_library_from_git:246 : local name=cursive 2024-04-05 17:57:33.632 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.634 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.635 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-04-05 17:57:33.637 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.639 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-04-05 17:57:33.640 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-04-05 17:57:33.642 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-04-05 17:57:33.644 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-04-05 17:57:33.646 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.648 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.649 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-04-05 17:57:33.651 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.653 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-04-05 17:57:33.655 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-04-05 17:57:33.656 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-04-05 17:57:33.658 | + inc/python:use_library_from_git:246 : local name=futurist 2024-04-05 17:57:33.660 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.662 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.664 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-04-05 17:57:33.665 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.667 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-04-05 17:57:33.669 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-04-05 17:57:33.671 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-04-05 17:57:33.672 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-04-05 17:57:33.674 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.676 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.678 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-04-05 17:57:33.680 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.682 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-04-05 17:57:33.683 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-04-05 17:57:33.685 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-04-05 17:57:33.687 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-04-05 17:57:33.689 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.690 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.692 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-04-05 17:57:33.694 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.696 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-04-05 17:57:33.698 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-04-05 17:57:33.699 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-04-05 17:57:33.701 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-04-05 17:57:33.703 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.705 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.706 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-04-05 17:57:33.708 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.710 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-04-05 17:57:33.712 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-04-05 17:57:33.714 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-04-05 17:57:33.715 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-04-05 17:57:33.717 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.719 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.721 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-04-05 17:57:33.723 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.724 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-04-05 17:57:33.726 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-04-05 17:57:33.728 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-04-05 17:57:33.730 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-04-05 17:57:33.731 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.733 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.735 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-04-05 17:57:33.737 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.739 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-04-05 17:57:33.740 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-04-05 17:57:33.742 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-04-05 17:57:33.744 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-04-05 17:57:33.746 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.747 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.749 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-04-05 17:57:33.751 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.753 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-04-05 17:57:33.755 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-04-05 17:57:33.756 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-04-05 17:57:33.758 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-04-05 17:57:33.760 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.762 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.764 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-04-05 17:57:33.765 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.767 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-04-05 17:57:33.769 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-04-05 17:57:33.771 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-04-05 17:57:33.773 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-04-05 17:57:33.774 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.776 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.778 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-04-05 17:57:33.780 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.782 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-04-05 17:57:33.783 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-04-05 17:57:33.785 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-04-05 17:57:33.787 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-04-05 17:57:33.789 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.791 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.793 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-04-05 17:57:33.794 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.796 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-04-05 17:57:33.798 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-04-05 17:57:33.800 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-04-05 17:57:33.802 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-04-05 17:57:33.803 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.805 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.807 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-04-05 17:57:33.809 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.811 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-04-05 17:57:33.813 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-04-05 17:57:33.815 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-04-05 17:57:33.816 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-04-05 17:57:33.818 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.820 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.822 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-04-05 17:57:33.823 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.825 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-04-05 17:57:33.827 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-04-05 17:57:33.829 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-04-05 17:57:33.831 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-04-05 17:57:33.833 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.835 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.837 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-04-05 17:57:33.839 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.841 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-04-05 17:57:33.843 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-04-05 17:57:33.845 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-04-05 17:57:33.847 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-04-05 17:57:33.850 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.851 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.853 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-04-05 17:57:33.855 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.857 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-04-05 17:57:33.859 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-04-05 17:57:33.861 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-04-05 17:57:33.863 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-04-05 17:57:33.865 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.867 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.869 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-04-05 17:57:33.871 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.873 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-04-05 17:57:33.875 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-04-05 17:57:33.877 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-04-05 17:57:33.879 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-04-05 17:57:33.880 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.882 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.884 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-04-05 17:57:33.886 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.888 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-04-05 17:57:33.890 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-04-05 17:57:33.891 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-04-05 17:57:33.893 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-04-05 17:57:33.895 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.897 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.899 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-04-05 17:57:33.900 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.902 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-04-05 17:57:33.904 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-04-05 17:57:33.906 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-04-05 17:57:33.908 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-04-05 17:57:33.910 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.911 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.913 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-04-05 17:57:33.915 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.917 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-04-05 17:57:33.919 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-04-05 17:57:33.920 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-04-05 17:57:33.922 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-04-05 17:57:33.924 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.926 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.928 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-04-05 17:57:33.929 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.931 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-04-05 17:57:33.933 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-04-05 17:57:33.935 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-04-05 17:57:33.937 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-04-05 17:57:33.938 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.940 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.942 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-04-05 17:57:33.944 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.945 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-04-05 17:57:33.947 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-04-05 17:57:33.949 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-04-05 17:57:33.951 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-04-05 17:57:33.953 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.955 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.957 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-04-05 17:57:33.959 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.960 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-04-05 17:57:33.962 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-04-05 17:57:33.964 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-04-05 17:57:33.966 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-04-05 17:57:33.967 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.969 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.971 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-04-05 17:57:33.973 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.974 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-04-05 17:57:33.976 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-04-05 17:57:33.978 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-04-05 17:57:33.980 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-04-05 17:57:33.982 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.983 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.985 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-04-05 17:57:33.987 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:33.989 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-04-05 17:57:33.990 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-04-05 17:57:33.992 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-04-05 17:57:33.994 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-04-05 17:57:33.996 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:33.997 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:33.999 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-04-05 17:57:34.001 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.003 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-04-05 17:57:34.005 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-04-05 17:57:34.006 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-04-05 17:57:34.008 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-04-05 17:57:34.010 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.011 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.013 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-04-05 17:57:34.015 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.017 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-04-05 17:57:34.018 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-04-05 17:57:34.020 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-04-05 17:57:34.022 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-04-05 17:57:34.024 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.025 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.027 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-04-05 17:57:34.029 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.031 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-04-05 17:57:34.033 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-04-05 17:57:34.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-04-05 17:57:34.036 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-04-05 17:57:34.038 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.040 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.042 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-04-05 17:57:34.043 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.045 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-04-05 17:57:34.047 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-04-05 17:57:34.049 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-04-05 17:57:34.050 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-04-05 17:57:34.052 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.054 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.056 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-04-05 17:57:34.057 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.059 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-04-05 17:57:34.061 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-04-05 17:57:34.063 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-04-05 17:57:34.064 | + inc/python:use_library_from_git:246 : local name=tooz 2024-04-05 17:57:34.066 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.068 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.069 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-04-05 17:57:34.071 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.073 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-04-05 17:57:34.075 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-04-05 17:57:34.076 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-04-05 17:57:34.078 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-04-05 17:57:34.080 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.082 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.083 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-04-05 17:57:34.085 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.087 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-04-05 17:57:34.088 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-04-05 17:57:34.090 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-04-05 17:57:34.092 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-04-05 17:57:34.094 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.095 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.097 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-04-05 17:57:34.099 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.100 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-04-05 17:57:34.102 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-04-05 17:57:34.104 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-04-05 17:57:34.105 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-04-05 17:57:34.107 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.109 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.111 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-04-05 17:57:34.112 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.114 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-04-05 17:57:34.116 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-04-05 17:57:34.118 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-04-05 17:57:34.119 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-04-05 17:57:34.121 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:34.122 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:34.124 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-04-05 17:57:34.126 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:34.128 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-04-05 17:57:34.143 | Using python 3.10 to install etcd3 2024-04-05 17:57:34.145 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-04-05 17:57:35.112 | Collecting etcd3 2024-04-05 17:57:35.112 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-04-05 17:57:36.153 | Collecting grpcio>=1.27.1 2024-04-05 17:57:36.193 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-04-05 17:57:36.216 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-04-05 17:57:36.246 | Collecting tenacity>=6.1.0 2024-04-05 17:57:36.249 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-04-05 17:57:36.641 | Collecting protobuf>=3.6.1 2024-04-05 17:57:36.647 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-04-05 17:57:36.819 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-04-05 17:57:37.226 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-04-05 17:57:37.226 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:37.348 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:37.350 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:37.352 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:37.354 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:37.356 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:37.357 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:37.359 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:37.361 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:37.363 | + functions-common:time_stop:2442 : start_time=1712339854139 2024-04-05 17:57:37.364 | + functions-common:time_stop:2444 : [[ -z 1712339854139 ]] 2024-04-05 17:57:37.367 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:37.369 | + functions-common:time_stop:2447 : end_time=1712339857368 2024-04-05 17:57:37.371 | + functions-common:time_stop:2448 : elapsed_time=3229 2024-04-05 17:57:37.373 | + functions-common:time_stop:2449 : total=10577 2024-04-05 17:57:37.375 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:37.376 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13806 2024-04-05 17:57:37.378 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:37.380 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-04-05 17:57:37.396 | Using python 3.10 to install etcd3gw 2024-04-05 17:57:37.398 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-04-05 17:57:38.465 | Collecting etcd3gw 2024-04-05 17:57:38.468 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-04-05 17:57:38.522 | Collecting requests>=2.20.0 2024-04-05 17:57:38.525 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-04-05 17:57:38.527 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-04-05 17:57:38.560 | Collecting futurist>=0.16.0 2024-04-05 17:57:38.562 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-04-05 17:57:38.625 | Collecting urllib3<1.27,>=1.21.1 2024-04-05 17:57:38.628 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-04-05 17:57:38.652 | Collecting idna<4,>=2.5 2024-04-05 17:57:38.655 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-04-05 17:57:38.657 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-04-05 17:57:38.809 | Collecting charset-normalizer<3,>=2 2024-04-05 17:57:38.812 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-04-05 17:57:39.035 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-04-05 17:57:39.035 | Attempting uninstall: urllib3 2024-04-05 17:57:39.037 | Found existing installation: urllib3 1.26.5 2024-04-05 17:57:39.039 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:39.041 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-04-05 17:57:39.129 | Attempting uninstall: idna 2024-04-05 17:57:39.130 | Found existing installation: idna 3.3 2024-04-05 17:57:39.131 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:39.132 | Can't uninstall 'idna'. No files were found to uninstall. 2024-04-05 17:57:39.267 | Attempting uninstall: requests 2024-04-05 17:57:39.268 | Found existing installation: requests 2.25.1 2024-04-05 17:57:39.269 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:39.270 | Can't uninstall 'requests'. No files were found to uninstall. 2024-04-05 17:57:39.327 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-04-05 17:57:39.327 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:39.418 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:39.420 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:39.421 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:39.423 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:39.425 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:39.427 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:39.428 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:39.430 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:39.431 | + functions-common:time_stop:2442 : start_time=1712339857392 2024-04-05 17:57:39.433 | + functions-common:time_stop:2444 : [[ -z 1712339857392 ]] 2024-04-05 17:57:39.435 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:39.438 | + functions-common:time_stop:2447 : end_time=1712339859436 2024-04-05 17:57:39.440 | + functions-common:time_stop:2448 : elapsed_time=2044 2024-04-05 17:57:39.442 | + functions-common:time_stop:2449 : total=13806 2024-04-05 17:57:39.443 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:39.445 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15850 2024-04-05 17:57:39.447 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:39.448 | + stack.sh:main:904 : install_apache_uwsgi 2024-04-05 17:57:39.450 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-04-05 17:57:39.452 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-04-05 17:57:39.454 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 17:57:39.456 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 17:57:39.457 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 17:57:39.459 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 17:57:39.461 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 17:57:39.463 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 17:57:39.464 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 17:57:39.466 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 17:57:39.468 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 17:57:39.470 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 17:57:39.471 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 17:57:39.473 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 17:57:39.475 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-04-05 17:57:39.477 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:39.478 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:39.480 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-04-05 17:57:39.482 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 17:57:39.483 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 17:57:39.485 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 17:57:39.487 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 17:57:39.489 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 17:57:39.490 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 17:57:39.492 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 17:57:39.494 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:39.496 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:39.498 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 17:57:39.499 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 17:57:39.501 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 17:57:39.503 | + functions-common:apt_get_update:1186 : return 2024-04-05 17:57:39.505 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 17:57:39.507 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 17:57:39.509 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:39.510 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:39.512 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 17:57:39.527 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 17:57:39.583 | Reading package lists... 2024-04-05 17:57:39.774 | Building dependency tree... 2024-04-05 17:57:39.775 | Reading state information... 2024-04-05 17:57:39.955 | uwsgi is already the newest version (2.0.20-4). 2024-04-05 17:57:39.955 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-04-05 17:57:39.955 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 17:57:39.955 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 17:57:39.960 | + functions-common:apt_get:1230 : result=0 2024-04-05 17:57:39.962 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 17:57:39.964 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:39.965 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:39.967 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:39.969 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:39.971 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:39.972 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 17:57:39.974 | + functions-common:time_stop:2442 : start_time=1712339859525 2024-04-05 17:57:39.976 | + functions-common:time_stop:2444 : [[ -z 1712339859525 ]] 2024-04-05 17:57:39.978 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:39.982 | + functions-common:time_stop:2447 : end_time=1712339859979 2024-04-05 17:57:39.984 | + functions-common:time_stop:2448 : elapsed_time=454 2024-04-05 17:57:39.986 | + functions-common:time_stop:2449 : total=8649 2024-04-05 17:57:39.987 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:39.989 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9103 2024-04-05 17:57:39.991 | + functions-common:apt_get:1234 : return 0 2024-04-05 17:57:39.993 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-04-05 17:57:39.995 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:57:39.997 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:57:39.999 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-04-05 17:57:40.036 | Enabling module proxy. 2024-04-05 17:57:40.041 | To activate the new configuration, you need to run: 2024-04-05 17:57:40.041 | systemctl restart apache2 2024-04-05 17:57:40.045 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-04-05 17:57:40.079 | Considering dependency proxy for proxy_uwsgi: 2024-04-05 17:57:40.079 | Module proxy already enabled 2024-04-05 17:57:40.079 | Enabling module proxy_uwsgi. 2024-04-05 17:57:40.083 | To activate the new configuration, you need to run: 2024-04-05 17:57:40.083 | systemctl restart apache2 2024-04-05 17:57:40.087 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-04-05 17:57:40.088 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 17:57:40.090 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 17:57:40.092 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 17:57:40.247 | + stack.sh:main:907 : install_keystoneauth 2024-04-05 17:57:40.249 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-04-05 17:57:40.250 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-04-05 17:57:40.252 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.254 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.256 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-04-05 17:57:40.258 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.260 | + stack.sh:main:908 : install_keystoneclient 2024-04-05 17:57:40.261 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-04-05 17:57:40.263 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-04-05 17:57:40.265 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.267 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-04-05 17:57:40.271 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.272 | + stack.sh:main:909 : install_glanceclient 2024-04-05 17:57:40.274 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-04-05 17:57:40.276 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-04-05 17:57:40.278 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.279 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.281 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-04-05 17:57:40.283 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.285 | + stack.sh:main:910 : install_cinderclient 2024-04-05 17:57:40.287 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-04-05 17:57:40.289 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-04-05 17:57:40.291 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.292 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.294 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-04-05 17:57:40.296 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.298 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-04-05 17:57:40.300 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-04-05 17:57:40.302 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.303 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.305 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-04-05 17:57:40.307 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.309 | + stack.sh:main:911 : install_novaclient 2024-04-05 17:57:40.310 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-04-05 17:57:40.312 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-04-05 17:57:40.314 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.316 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.318 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-04-05 17:57:40.320 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.321 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-04-05 17:57:40.334 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:40.336 | + stack.sh:main:913 : install_swiftclient 2024-04-05 17:57:40.338 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-04-05 17:57:40.339 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-04-05 17:57:40.341 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.343 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.345 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-04-05 17:57:40.347 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.349 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-04-05 17:57:40.361 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:40.363 | + stack.sh:main:916 : install_neutronclient 2024-04-05 17:57:40.365 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-04-05 17:57:40.367 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-04-05 17:57:40.369 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.370 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.372 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-04-05 17:57:40.374 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.376 | + stack.sh:main:920 : install_keystonemiddleware 2024-04-05 17:57:40.378 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-04-05 17:57:40.380 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-04-05 17:57:40.382 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:57:40.384 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:57:40.386 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-04-05 17:57:40.388 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:57:40.389 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-04-05 17:57:40.391 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-04-05 17:57:40.393 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 17:57:40.396 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-04-05 17:57:40.398 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-04-05 17:57:40.400 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 17:57:40.402 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-04-05 17:57:40.403 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 17:57:40.407 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-04-05 17:57:40.409 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-04-05 17:57:40.410 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-04-05 17:57:40.413 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-04-05 17:57:40.415 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-04-05 17:57:40.429 | Using python 3.10 to install keystonemiddleware 2024-04-05 17:57:40.431 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-04-05 17:57:41.427 | Collecting keystonemiddleware 2024-04-05 17:57:41.430 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-04-05 17:57:41.457 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-04-05 17:57:41.481 | Collecting pycadf!=2.0.0,>=1.1.0 2024-04-05 17:57:41.484 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-04-05 17:57:41.530 | Collecting oslo.cache>=1.26.0 2024-04-05 17:57:41.540 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-04-05 17:57:41.582 | Collecting oslo.context>=2.19.2 2024-04-05 17:57:41.588 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-04-05 17:57:41.652 | Collecting oslo.utils>=3.33.0 2024-04-05 17:57:41.655 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-04-05 17:57:41.700 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-04-05 17:57:41.702 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-04-05 17:57:41.704 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-04-05 17:57:41.751 | Collecting python-keystoneclient>=3.20.0 2024-04-05 17:57:41.756 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-04-05 17:57:41.821 | Collecting oslo.config>=5.2.0 2024-04-05 17:57:41.824 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-04-05 17:57:41.826 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-04-05 17:57:41.876 | Collecting oslo.log>=3.36.0 2024-04-05 17:57:41.878 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-04-05 17:57:41.916 | Collecting oslo.i18n>=3.15.3 2024-04-05 17:57:41.919 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-04-05 17:57:41.980 | Collecting WebOb>=1.7.1 2024-04-05 17:57:41.987 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-04-05 17:57:42.034 | Collecting keystoneauth1>=3.12.0 2024-04-05 17:57:42.038 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-04-05 17:57:42.088 | Collecting os-service-types>=1.2.0 2024-04-05 17:57:42.091 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-04-05 17:57:42.128 | Collecting stevedore>=1.20.0 2024-04-05 17:57:42.131 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-04-05 17:57:42.155 | Collecting iso8601>=0.1.11 2024-04-05 17:57:42.157 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-04-05 17:57:42.211 | Collecting dogpile.cache>=1.1.5 2024-04-05 17:57:42.214 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-04-05 17:57:42.280 | Collecting debtcollector>=1.2.0 2024-04-05 17:57:42.282 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-04-05 17:57:42.355 | Collecting PyYAML>=5.1 2024-04-05 17:57:42.362 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-04-05 17:57:42.393 | Collecting netaddr>=0.7.18 2024-04-05 17:57:42.406 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-04-05 17:57:42.436 | Collecting rfc3986>=1.2.0 2024-04-05 17:57:42.438 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-04-05 17:57:42.503 | Collecting pyinotify>=0.9.6 2024-04-05 17:57:42.503 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-04-05 17:57:42.533 | Collecting python-dateutil>=2.7.0 2024-04-05 17:57:42.536 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-04-05 17:57:42.625 | Collecting pytz>=2013.6 2024-04-05 17:57:42.630 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-04-05 17:57:42.761 | Collecting msgpack>=0.5.2 2024-04-05 17:57:42.766 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-04-05 17:57:42.808 | Collecting packaging>=20.4 2024-04-05 17:57:42.810 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-04-05 17:57:42.860 | Collecting pyparsing>=2.1.0 2024-04-05 17:57:42.862 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-04-05 17:57:42.864 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-04-05 17:57:42.893 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-04-05 17:57:42.894 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-04-05 17:57:42.895 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-04-05 17:57:42.896 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-04-05 17:57:43.091 | Collecting wrapt>=1.7.0 2024-04-05 17:57:43.094 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-04-05 17:57:43.130 | Collecting decorator>=4.0.0 2024-04-05 17:57:43.132 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-04-05 17:57:43.537 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, oslo.i18n, os-service-types, iso8601, decorator, packaging, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-04-05 17:57:43.565 | Attempting uninstall: pytz 2024-04-05 17:57:43.566 | Found existing installation: pytz 2022.1 2024-04-05 17:57:43.568 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:43.568 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-04-05 17:57:43.909 | Attempting uninstall: stevedore 2024-04-05 17:57:43.909 | Found existing installation: stevedore 3.5.0 2024-04-05 17:57:43.911 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:43.911 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-04-05 17:57:44.043 | Attempting uninstall: pyparsing 2024-04-05 17:57:44.044 | Found existing installation: pyparsing 2.4.7 2024-04-05 17:57:44.045 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:44.046 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-04-05 17:57:45.126 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.2 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.1 oslo.utils-6.1.0 packaging-21.3 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-04-05 17:57:45.126 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:45.254 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:45.255 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:45.257 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:45.259 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:45.260 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:45.262 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:45.263 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:45.265 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:45.267 | + functions-common:time_stop:2442 : start_time=1712339860425 2024-04-05 17:57:45.268 | + functions-common:time_stop:2444 : [[ -z 1712339860425 ]] 2024-04-05 17:57:45.270 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:45.273 | + functions-common:time_stop:2447 : end_time=1712339865271 2024-04-05 17:57:45.274 | + functions-common:time_stop:2448 : elapsed_time=4846 2024-04-05 17:57:45.276 | + functions-common:time_stop:2449 : total=15850 2024-04-05 17:57:45.278 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:45.279 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20696 2024-04-05 17:57:45.281 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:45.283 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-04-05 17:57:45.284 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-04-05 17:57:45.286 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 17:57:45.288 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-04-05 17:57:45.290 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-04-05 17:57:45.292 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 17:57:45.295 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-04-05 17:57:45.295 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 17:57:45.299 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-04-05 17:57:45.300 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-04-05 17:57:45.302 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-04-05 17:57:45.304 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-04-05 17:57:45.306 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-04-05 17:57:45.321 | Using python 3.10 to install python-memcached 2024-04-05 17:57:45.323 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-04-05 17:57:46.284 | Collecting python-memcached 2024-04-05 17:57:46.287 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-04-05 17:57:46.290 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-04-05 17:57:46.585 | Installing collected packages: python-memcached 2024-04-05 17:57:46.609 | Successfully installed python-memcached-1.59 2024-04-05 17:57:46.609 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:57:46.687 | + inc/python:pip_install:196 : result=0 2024-04-05 17:57:46.689 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:57:46.691 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:46.692 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:46.694 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:46.695 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:46.697 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:46.699 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:57:46.700 | + functions-common:time_stop:2442 : start_time=1712339865317 2024-04-05 17:57:46.702 | + functions-common:time_stop:2444 : [[ -z 1712339865317 ]] 2024-04-05 17:57:46.704 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:46.707 | + functions-common:time_stop:2447 : end_time=1712339866705 2024-04-05 17:57:46.709 | + functions-common:time_stop:2448 : elapsed_time=1388 2024-04-05 17:57:46.711 | + functions-common:time_stop:2449 : total=20696 2024-04-05 17:57:46.713 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:46.714 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22084 2024-04-05 17:57:46.716 | + inc/python:pip_install:199 : return 0 2024-04-05 17:57:46.718 | + stack.sh:main:922 : is_service_enabled keystone 2024-04-05 17:57:46.730 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:57:46.732 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-04-05 17:57:46.734 | + stack.sh:main:924 : stack_install_service keystone 2024-04-05 17:57:46.735 | + lib/stack:stack_install_service:20 : local service=keystone 2024-04-05 17:57:46.737 | + lib/stack:stack_install_service:21 : type install_keystone 2024-04-05 17:57:46.739 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 17:57:46.740 | + lib/stack:stack_install_service:32 : install_keystone 2024-04-05 17:57:46.742 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-04-05 17:57:46.753 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:57:46.755 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-04-05 17:57:46.757 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-04-05 17:57:46.758 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-04-05 17:57:46.760 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 17:57:46.761 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:57:46.763 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:57:46.765 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:57:46.766 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:57:46.768 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:57:46.780 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:57:46.781 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 17:57:46.782 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 17:57:46.784 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:57:46.786 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 17:57:46.786 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:57:46.790 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-04-05 17:57:46.791 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 17:57:46.792 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-04-05 17:57:46.794 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:57:46.796 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:57:46.797 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:57:46.798 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:57:46.800 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:57:46.802 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:57:46.803 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:57:46.804 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:57:46.806 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:57:46.809 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339866807 2024-04-05 17:57:46.810 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-04-05 17:57:46.812 | Cloning into '/opt/stack//keystone'... 2024-04-05 17:57:48.976 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:57:48.977 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:48.979 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:48.981 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:48.982 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:48.984 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:48.985 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:57:48.987 | + functions-common:time_stop:2442 : start_time=1712339866807 2024-04-05 17:57:48.988 | + functions-common:time_stop:2444 : [[ -z 1712339866807 ]] 2024-04-05 17:57:48.990 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:48.993 | + functions-common:time_stop:2447 : end_time=1712339868991 2024-04-05 17:57:48.995 | + functions-common:time_stop:2448 : elapsed_time=2184 2024-04-05 17:57:48.996 | + functions-common:time_stop:2449 : total=5669 2024-04-05 17:57:48.998 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:48.999 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7853 2024-04-05 17:57:49.001 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-04-05 17:57:49.002 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 17:57:49.004 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:57:49.006 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:57:49.007 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:57:49.009 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:57:49.010 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:57:49.012 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:57:49.013 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:57:49.015 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:57:49.017 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:57:49.020 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339869017 2024-04-05 17:57:49.021 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 17:57:50.753 | From https://opendev.org/openstack/keystone 2024-04-05 17:57:50.753 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 17:57:50.757 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:57:50.759 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:50.760 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:50.762 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:50.763 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:50.765 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:50.766 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:57:50.768 | + functions-common:time_stop:2442 : start_time=1712339869017 2024-04-05 17:57:50.769 | + functions-common:time_stop:2444 : [[ -z 1712339869017 ]] 2024-04-05 17:57:50.771 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:50.774 | + functions-common:time_stop:2447 : end_time=1712339870772 2024-04-05 17:57:50.775 | + functions-common:time_stop:2448 : elapsed_time=1755 2024-04-05 17:57:50.777 | + functions-common:time_stop:2449 : total=7853 2024-04-05 17:57:50.778 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:50.780 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9608 2024-04-05 17:57:50.781 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 17:57:50.783 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:57:50.784 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:57:50.786 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:57:50.787 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:57:50.789 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:57:50.791 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:57:50.792 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:57:50.794 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:57:50.795 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:57:50.798 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339870797 2024-04-05 17:57:50.800 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 17:57:50.885 | Note: switching to 'FETCH_HEAD'. 2024-04-05 17:57:50.885 | 2024-04-05 17:57:50.885 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 17:57:50.885 | changes and commit them, and you can discard any commits you make in this 2024-04-05 17:57:50.885 | state without impacting any branches by switching back to a branch. 2024-04-05 17:57:50.885 | 2024-04-05 17:57:50.885 | If you want to create a new branch to retain commits you create, you may 2024-04-05 17:57:50.885 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 17:57:50.885 | 2024-04-05 17:57:50.885 | git switch -c 2024-04-05 17:57:50.885 | 2024-04-05 17:57:50.885 | Or undo this operation with: 2024-04-05 17:57:50.885 | 2024-04-05 17:57:50.885 | git switch - 2024-04-05 17:57:50.886 | 2024-04-05 17:57:50.886 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 17:57:50.886 | 2024-04-05 17:57:50.886 | HEAD is now at 9b2f7aa Add ability to create users and projects from keystone-manage 2024-04-05 17:57:50.889 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:57:50.891 | + functions-common:time_stop:2435 : local name 2024-04-05 17:57:50.892 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:57:50.894 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:57:50.896 | + functions-common:time_stop:2438 : local total 2024-04-05 17:57:50.897 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:57:50.899 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:57:50.900 | + functions-common:time_stop:2442 : start_time=1712339870797 2024-04-05 17:57:50.901 | + functions-common:time_stop:2444 : [[ -z 1712339870797 ]] 2024-04-05 17:57:50.903 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:57:50.906 | + functions-common:time_stop:2447 : end_time=1712339870904 2024-04-05 17:57:50.908 | + functions-common:time_stop:2448 : elapsed_time=107 2024-04-05 17:57:50.909 | + functions-common:time_stop:2449 : total=9608 2024-04-05 17:57:50.911 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:57:50.912 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9715 2024-04-05 17:57:50.914 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-04-05 17:57:50.924 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-04-05 17:57:50.926 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 17:57:50.926 | + functions-common:git_clone:696 : head -1 2024-04-05 17:57:50.929 | 9b2f7aa Add ability to create users and projects from keystone-manage 2024-04-05 17:57:50.931 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 17:57:50.933 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-04-05 17:57:50.935 | + inc/python:setup_develop:334 : local bindep 2024-04-05 17:57:50.936 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-04-05 17:57:50.938 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-04-05 17:57:50.939 | + inc/python:setup_develop:340 : local extras= 2024-04-05 17:57:50.941 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-04-05 17:57:50.943 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 17:57:50.944 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-04-05 17:57:50.946 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-04-05 17:57:50.948 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 17:57:50.949 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 17:57:50.951 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-04-05 17:57:50.953 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 17:57:50.955 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-04-05 17:57:50.957 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 17:57:50.959 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 17:57:50.961 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-04-05 17:57:50.965 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-04-05 17:57:50.967 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-04-05 17:57:51.282 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-04-05 17:57:51.284 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 17:57:51.286 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 17:57:51.288 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 17:57:51.289 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-04-05 17:57:51.291 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-04-05 17:57:51.293 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 17:57:51.294 | + inc/python:setup_package:424 : local extras= 2024-04-05 17:57:51.296 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 17:57:51.298 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 17:57:51.299 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 17:57:51.301 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 17:57:51.303 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 17:57:51.304 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-04-05 17:57:51.319 | Using python 3.10 to install /opt/stack/keystone 2024-04-05 17:57:51.320 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-04-05 17:57:52.202 | Obtaining file:///opt/stack/keystone 2024-04-05 17:57:52.202 | Preparing metadata (setup.py): started 2024-04-05 17:57:52.735 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 17:57:52.889 | Collecting Flask!=0.11,>=1.0.2 2024-04-05 17:57:52.892 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-04-05 17:57:52.917 | Collecting Flask-RESTful>=0.3.5 2024-04-05 17:57:52.919 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-04-05 17:57:52.951 | Collecting PyJWT>=1.6.1 2024-04-05 17:57:52.953 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-04-05 17:57:53.774 | Collecting SQLAlchemy>=1.3.0 2024-04-05 17:57:53.789 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-04-05 17:57:53.800 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-04-05 17:57:53.878 | Collecting bcrypt>=3.1.3 2024-04-05 17:57:53.885 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-04-05 17:57:54.274 | Collecting cryptography>=2.7 2024-04-05 17:57:54.301 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-04-05 17:57:54.321 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-04-05 17:57:54.372 | Collecting jsonschema>=3.2.0 2024-04-05 17:57:54.375 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-04-05 17:57:54.378 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-04-05 17:57:54.378 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-04-05 17:57:54.402 | Collecting oauthlib>=0.6.2 2024-04-05 17:57:54.415 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-04-05 17:57:54.418 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-04-05 17:57:54.419 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-04-05 17:57:54.419 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-04-05 17:57:54.478 | Collecting oslo.db>=6.0.0 2024-04-05 17:57:54.482 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-04-05 17:57:54.485 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-04-05 17:57:54.485 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-04-05 17:57:54.567 | Collecting oslo.messaging>=5.29.0 2024-04-05 17:57:54.570 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-04-05 17:57:54.614 | Collecting oslo.middleware>=3.31.0 2024-04-05 17:57:54.617 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-04-05 17:57:54.671 | Collecting oslo.policy>=3.10.0 2024-04-05 17:57:54.673 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-04-05 17:57:54.675 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-04-05 17:57:54.699 | Collecting oslo.upgradecheck>=1.3.0 2024-04-05 17:57:54.701 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-04-05 17:57:54.702 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-04-05 17:57:54.733 | Collecting osprofiler>=1.4.0 2024-04-05 17:57:54.736 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-04-05 17:57:54.757 | Collecting passlib>=1.7.0 2024-04-05 17:57:54.762 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-04-05 17:57:54.766 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-04-05 17:57:54.767 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-04-05 17:57:54.799 | Collecting pysaml2>=5.0.0 2024-04-05 17:57:54.804 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-04-05 17:57:54.808 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-04-05 17:57:54.809 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-04-05 17:57:54.901 | Collecting scrypt>=0.8.0 2024-04-05 17:57:54.916 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-04-05 17:57:54.944 | Collecting sqlalchemy-migrate>=0.13.0 2024-04-05 17:57:54.947 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-04-05 17:57:54.950 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-04-05 17:57:55.207 | Collecting cffi>=1.12 2024-04-05 17:57:55.211 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-04-05 17:57:55.218 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-04-05 17:57:55.269 | Collecting Werkzeug>=2.2.2 2024-04-05 17:57:55.273 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-04-05 17:57:55.303 | Collecting Jinja2>=3.0 2024-04-05 17:57:55.305 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-04-05 17:57:55.327 | Collecting itsdangerous>=2.0 2024-04-05 17:57:55.329 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-04-05 17:57:55.363 | Collecting click>=8.0 2024-04-05 17:57:55.371 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-04-05 17:57:55.378 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-04-05 17:57:55.410 | Collecting aniso8601>=0.82 2024-04-05 17:57:55.415 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-04-05 17:57:55.459 | Collecting attrs>=17.4.0 2024-04-05 17:57:55.465 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-04-05 17:57:55.468 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-04-05 17:57:55.490 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.2) 2024-04-05 17:57:55.491 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-04-05 17:57:55.575 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-04-05 17:57:55.576 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-04-05 17:57:55.577 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-04-05 17:57:55.578 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-04-05 17:57:55.617 | Collecting testscenarios>=0.4 2024-04-05 17:57:55.619 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-04-05 17:57:55.669 | Collecting alembic>=0.9.6 2024-04-05 17:57:55.672 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-04-05 17:57:55.692 | Collecting testresources>=2.0.0 2024-04-05 17:57:55.694 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-04-05 17:57:55.732 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-04-05 17:57:55.734 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-04-05 17:57:55.784 | Collecting cachetools>=2.0.0 2024-04-05 17:57:55.800 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-04-05 17:57:55.838 | Collecting amqp>=2.5.2 2024-04-05 17:57:55.845 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-04-05 17:57:55.891 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-04-05 17:57:55.894 | Using cached oslo.service-3.1.1-py3-none-any.whl (77 kB) 2024-04-05 17:57:55.896 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-04-05 17:57:55.917 | Collecting oslo.metrics>=0.2.1 2024-04-05 17:57:55.922 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-04-05 17:57:55.978 | Collecting kombu>=4.6.6 2024-04-05 17:57:55.982 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-04-05 17:57:56.016 | Collecting statsd>=3.2.1 2024-04-05 17:57:56.018 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-04-05 17:57:56.065 | Collecting PrettyTable>=0.7.1 2024-04-05 17:57:56.067 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-04-05 17:57:56.081 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-04-05 17:57:56.082 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-04-05 17:57:56.083 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-04-05 17:57:56.084 | 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) (21.3) 2024-04-05 17:57:56.147 | Collecting oslo.concurrency>=3.26.0 2024-04-05 17:57:56.150 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-04-05 17:57:56.196 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-04-05 17:57:56.223 | Collecting pyOpenSSL 2024-04-05 17:57:56.226 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-04-05 17:57:56.280 | Collecting xmlschema>=1.2.1 2024-04-05 17:57:56.284 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-04-05 17:57:56.313 | Collecting defusedxml 2024-04-05 17:57:56.318 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-04-05 17:57:56.689 | Collecting greenlet!=0.4.17 2024-04-05 17:57:56.692 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-04-05 17:57:56.729 | Collecting sqlparse 2024-04-05 17:57:56.731 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-04-05 17:57:56.769 | Collecting Tempita>=0.4 2024-04-05 17:57:56.771 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-04-05 17:57:56.824 | Collecting Mako 2024-04-05 17:57:56.826 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-04-05 17:57:56.856 | Collecting vine>=5.0.0 2024-04-05 17:57:56.858 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-04-05 17:57:56.980 | Collecting pycparser 2024-04-05 17:57:56.984 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-04-05 17:57:57.002 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-04-05 17:57:57.149 | Collecting MarkupSafe>=2.0 2024-04-05 17:57:57.154 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-04-05 17:57:57.187 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-04-05 17:57:57.262 | Collecting fasteners>=0.7.0 2024-04-05 17:57:57.265 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-04-05 17:57:57.304 | Collecting prometheus-client>=0.6.0 2024-04-05 17:57:57.307 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-04-05 17:57:57.357 | Collecting Paste>=2.0.2 2024-04-05 17:57:57.363 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-04-05 17:57:57.392 | Collecting fixtures>=3.0.0 2024-04-05 17:57:57.392 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-04-05 17:57:57.427 | Collecting eventlet>=0.25.2 2024-04-05 17:57:57.430 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-04-05 17:57:57.460 | Collecting Routes>=2.3.1 2024-04-05 17:57:57.463 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-04-05 17:57:57.507 | Collecting Yappi>=1.0 2024-04-05 17:57:57.510 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-04-05 17:57:57.532 | Collecting PasteDeploy>=1.5.0 2024-04-05 17:57:57.534 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-04-05 17:57:57.557 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-04-05 17:57:57.608 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-04-05 17:57:57.609 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-04-05 17:57:57.610 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-04-05 17:57:57.611 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-04-05 17:57:57.663 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-04-05 17:57:57.742 | Collecting elementpath<4.0.0,>=3.0.0 2024-04-05 17:57:57.746 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-04-05 17:57:57.883 | Collecting dnspython>=1.15.0 2024-04-05 17:57:57.887 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-04-05 17:57:58.008 | Collecting repoze.lru>=0.3 2024-04-05 17:57:58.025 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-04-05 17:57:58.180 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-04-05 17:57:58.180 | Reason for being yanked: Regression in OpenSSL. 2024-04-05 17:57:58.700 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-04-05 17:57:59.240 | Attempting uninstall: PyJWT 2024-04-05 17:57:59.242 | Found existing installation: PyJWT 2.3.0 2024-04-05 17:57:59.243 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:59.243 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-04-05 17:57:59.425 | Attempting uninstall: PrettyTable 2024-04-05 17:57:59.427 | Found existing installation: prettytable 2.5.0 2024-04-05 17:57:59.429 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:59.429 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-04-05 17:57:59.623 | Attempting uninstall: oauthlib 2024-04-05 17:57:59.624 | Found existing installation: oauthlib 3.2.0 2024-04-05 17:57:59.625 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:59.626 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-04-05 17:57:59.695 | Attempting uninstall: MarkupSafe 2024-04-05 17:57:59.696 | Found existing installation: MarkupSafe 2.0.1 2024-04-05 17:57:59.697 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:59.698 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-04-05 17:57:59.758 | Attempting uninstall: fixtures 2024-04-05 17:57:59.760 | Found existing installation: fixtures 3.0.0 2024-04-05 17:57:59.762 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:57:59.763 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-04-05 17:58:00.158 | Attempting uninstall: click 2024-04-05 17:58:00.160 | Found existing installation: click 8.0.3 2024-04-05 17:58:00.161 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:00.161 | Can't uninstall 'click'. No files were found to uninstall. 2024-04-05 17:58:00.234 | Attempting uninstall: bcrypt 2024-04-05 17:58:00.235 | Found existing installation: bcrypt 3.2.0 2024-04-05 17:58:00.236 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:00.237 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-04-05 17:58:00.257 | Attempting uninstall: attrs 2024-04-05 17:58:00.258 | Found existing installation: attrs 21.2.0 2024-04-05 17:58:00.260 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:00.260 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-04-05 17:58:01.308 | Attempting uninstall: jsonschema 2024-04-05 17:58:01.309 | Found existing installation: jsonschema 3.2.0 2024-04-05 17:58:01.311 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:01.311 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-04-05 17:58:01.371 | Attempting uninstall: Jinja2 2024-04-05 17:58:01.372 | Found existing installation: Jinja2 3.0.3 2024-04-05 17:58:01.373 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:01.374 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-04-05 17:58:02.067 | Attempting uninstall: cryptography 2024-04-05 17:58:02.068 | Found existing installation: cryptography 3.4.8 2024-04-05 17:58:02.070 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:02.070 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-04-05 17:58:02.394 | Attempting uninstall: pyOpenSSL 2024-04-05 17:58:02.395 | Found existing installation: pyOpenSSL 21.0.0 2024-04-05 17:58:02.397 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:02.397 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-04-05 17:58:03.190 | Running setup.py develop for keystone 2024-04-05 17:58:04.143 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.4 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.1 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-04-05 17:58:04.143 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:58:04.385 | + inc/python:pip_install:196 : result=0 2024-04-05 17:58:04.387 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:58:04.388 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:04.390 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:04.391 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:04.393 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:04.398 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:04.400 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:58:04.402 | + functions-common:time_stop:2442 : start_time=1712339871315 2024-04-05 17:58:04.403 | + functions-common:time_stop:2444 : [[ -z 1712339871315 ]] 2024-04-05 17:58:04.405 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:04.408 | + functions-common:time_stop:2447 : end_time=1712339884407 2024-04-05 17:58:04.410 | + functions-common:time_stop:2448 : elapsed_time=13092 2024-04-05 17:58:04.412 | + functions-common:time_stop:2449 : total=22084 2024-04-05 17:58:04.414 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:04.416 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35176 2024-04-05 17:58:04.417 | + inc/python:pip_install:199 : return 0 2024-04-05 17:58:04.419 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 17:58:04.421 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-05 17:58:04.423 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-05 17:58:04.438 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-05 17:58:04.453 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-04-05 17:58:04.455 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-04-05 17:58:04.457 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:58:04.459 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:58:04.463 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-04-05 17:58:04.465 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:58:04.470 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-04-05 17:58:04.482 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:04.484 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-04-05 17:58:04.486 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 17:58:04.487 | + stack.sh:main:925 : configure_keystone 2024-04-05 17:58:04.489 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-04-05 17:58:04.498 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2024-04-05 17:58:04.500 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-04-05 17:58:04.504 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-04-05 17:58:04.515 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:04.517 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-04-05 17:58:04.542 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-04-05 17:58:04.564 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-04-05 17:58:04.587 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-04-05 17:58:04.610 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-04-05 17:58:04.634 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-04-05 17:58:04.658 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-04-05 17:58:04.679 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-04-05 17:58:04.701 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-04-05 17:58:04.703 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-04-05 17:58:04.705 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-04-05 17:58:04.707 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-04-05 17:58:04.708 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 17:58:04.710 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 17:58:04.722 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:04.724 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 17:58:04.726 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 17:58:04.728 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 17:58:04.739 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:04.740 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 17:58:04.743 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 17:58:04.766 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 17:58:04.768 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 17:58:04.769 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-04-05 17:58:04.771 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-04-05 17:58:04.783 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:04.785 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-04-05 17:58:04.809 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-04-05 17:58:04.810 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-04-05 17:58:04.834 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-04-05 17:58:04.836 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-04-05 17:58:04.838 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-04-05 17:58:04.840 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-04-05 17:58:04.842 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 17:58:04.844 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 17:58:04.846 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 17:58:04.858 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:04.860 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 17:58:04.862 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:04.864 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:04.888 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-04-05 17:58:04.890 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-04-05 17:58:04.892 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-04-05 17:58:04.894 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-04-05 17:58:04.896 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 17:58:04.908 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 17:58:04.910 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 17:58:04.912 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 17:58:04.913 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 17:58:04.915 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 17:58:04.938 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 17:58:04.960 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 17:58:04.982 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 17:58:05.007 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-04-05 17:58:05.032 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-04-05 17:58:05.034 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-04-05 17:58:05.036 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-04-05 17:58:05.038 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-04-05 17:58:05.040 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-04-05 17:58:05.042 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 17:58:05.043 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 17:58:05.046 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-04-05 17:58:05.049 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-04-05 17:58:05.051 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 17:58:05.053 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 17:58:05.063 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 17:58:05.063 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 17:58:05.070 | d /var/run/uwsgi 0755 stack root 2024-04-05 17:58:05.073 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 17:58:05.082 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-05 17:58:05.086 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-04-05 17:58:05.088 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-04-05 17:58:05.091 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-04-05 17:58:05.118 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-04-05 17:58:05.142 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-04-05 17:58:05.166 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-04-05 17:58:05.192 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-04-05 17:58:05.216 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-04-05 17:58:05.239 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-04-05 17:58:05.262 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-04-05 17:58:05.284 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-04-05 17:58:05.306 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-05 17:58:05.328 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-04-05 17:58:05.350 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-04-05 17:58:05.372 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-04-05 17:58:05.395 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 17:58:05.396 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 17:58:05.398 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-04-05 17:58:05.400 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-04-05 17:58:05.402 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 17:58:05.404 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:05.406 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:05.408 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-05 17:58:05.410 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-05 17:58:05.412 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-04-05 17:58:05.434 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-04-05 17:58:05.458 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-04-05 17:58:05.458 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-05 17:58:05.464 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-04-05 17:58:05.467 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-04-05 17:58:05.469 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-04-05 17:58:05.471 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 17:58:05.472 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 17:58:05.474 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 17:58:05.476 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:05.478 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:05.479 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 17:58:05.481 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 17:58:05.483 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:05.485 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:05.486 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-04-05 17:58:05.518 | Enabling site keystone-wsgi-public. 2024-04-05 17:58:05.522 | To activate the new configuration, you need to run: 2024-04-05 17:58:05.522 | systemctl reload apache2 2024-04-05 17:58:05.526 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 17:58:05.527 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 17:58:05.529 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 17:58:05.531 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 17:58:05.644 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-04-05 17:58:05.668 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-04-05 17:58:05.693 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-04-05 17:58:05.717 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-04-05 17:58:05.719 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-04-05 17:58:05.742 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-04-05 17:58:05.765 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-04-05 17:58:05.787 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-04-05 17:58:05.811 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-04-05 17:58:05.813 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-04-05 17:58:05.815 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-04-05 17:58:05.837 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-04-05 17:58:05.860 | + stack.sh:main:929 : is_service_enabled swift 2024-04-05 17:58:05.872 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:05.874 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-04-05 17:58:05.886 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:05.888 | + stack.sh:main:945 : stack_install_service glance 2024-04-05 17:58:05.890 | + lib/stack:stack_install_service:20 : local service=glance 2024-04-05 17:58:05.892 | + lib/stack:stack_install_service:21 : type install_glance 2024-04-05 17:58:05.894 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 17:58:05.896 | + lib/stack:stack_install_service:32 : install_glance 2024-04-05 17:58:05.898 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-04-05 17:58:05.900 | + lib/glance:install_glance:511 : local glance_store_extras 2024-04-05 17:58:05.902 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-04-05 17:58:05.914 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:05.916 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-04-05 17:58:05.918 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-04-05 17:58:05.930 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:05.932 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-04-05 17:58:05.934 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-04-05 17:58:05.936 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:58:05.938 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:58:05.940 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-04-05 17:58:05.942 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:58:05.944 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-04-05 17:58:05.946 | ++ inc/python:join_extras:29 : local IFS=, 2024-04-05 17:58:05.948 | ++ inc/python:join_extras:30 : echo cinder 2024-04-05 17:58:05.950 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-04-05 17:58:05.952 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-04-05 17:58:05.954 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-04-05 17:58:05.956 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-04-05 17:58:05.959 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-04-05 17:58:05.960 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-04-05 17:58:05.962 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-04-05 17:58:05.965 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-04-05 17:58:05.966 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-04-05 17:58:05.970 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-04-05 17:58:05.972 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-04-05 17:58:05.973 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-04-05 17:58:05.976 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-04-05 17:58:05.978 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-04-05 17:58:05.994 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-04-05 17:58:05.996 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-04-05 17:58:07.009 | Collecting glance-store[cinder]!=0.29.0 2024-04-05 17:58:07.016 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-04-05 17:58:07.053 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-04-05 17:58:07.053 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-04-05 17:58:07.054 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-04-05 17:58:07.055 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-04-05 17:58:07.056 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-04-05 17:58:07.056 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-04-05 17:58:07.057 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-04-05 17:58:07.058 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-04-05 17:58:07.059 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-04-05 17:58:07.059 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-04-05 17:58:07.060 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-04-05 17:58:07.099 | Collecting oslo.privsep>=1.23.0 2024-04-05 17:58:07.101 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-04-05 17:58:07.145 | Collecting oslo.rootwrap>=5.8.0 2024-04-05 17:58:07.148 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-04-05 17:58:07.215 | Collecting os-brick>=6.2.2 2024-04-05 17:58:07.220 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-04-05 17:58:07.263 | Collecting python-cinderclient>=4.1.0 2024-04-05 17:58:07.268 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-04-05 17:58:07.275 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-04-05 17:58:07.276 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-04-05 17:58:07.277 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-04-05 17:58:07.317 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-04-05 17:58:07.317 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-04-05 17:58:07.342 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-04-05 17:58:07.343 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-04-05 17:58:07.343 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-04-05 17:58:07.353 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-04-05 17:58:07.354 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-04-05 17:58:07.355 | 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.1) 2024-04-05 17:58:07.362 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-04-05 17:58:07.397 | Collecting os-win>=5.7.0 2024-04-05 17:58:07.401 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-04-05 17:58:07.408 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-04-05 17:58:07.426 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-04-05 17:58:07.427 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-04-05 17:58:07.427 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-04-05 17:58:07.428 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-04-05 17:58:07.437 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-04-05 17:58:07.438 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-04-05 17:58:07.444 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-04-05 17:58:07.450 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-04-05 17:58:07.451 | 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) (21.3) 2024-04-05 17:58:07.452 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-04-05 17:58:07.460 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-04-05 17:58:07.476 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-04-05 17:58:07.477 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-04-05 17:58:07.478 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-04-05 17:58:07.479 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-04-05 17:58:07.518 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-04-05 17:58:07.527 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-04-05 17:58:07.603 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-04-05 17:58:07.605 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-04-05 17:58:07.617 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-04-05 17:58:07.618 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-04-05 17:58:07.619 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-04-05 17:58:07.620 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-04-05 17:58:07.621 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-04-05 17:58:07.622 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-04-05 17:58:07.641 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-04-05 17:58:07.717 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-04-05 17:58:07.746 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-04-05 17:58:08.270 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-04-05 17:58:09.026 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-04-05 17:58:09.026 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:58:09.133 | + inc/python:pip_install:196 : result=0 2024-04-05 17:58:09.135 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:58:09.137 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:09.139 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:09.140 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:09.142 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:09.144 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:09.146 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:58:09.147 | + functions-common:time_stop:2442 : start_time=1712339885991 2024-04-05 17:58:09.149 | + functions-common:time_stop:2444 : [[ -z 1712339885991 ]] 2024-04-05 17:58:09.151 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:09.154 | + functions-common:time_stop:2447 : end_time=1712339889152 2024-04-05 17:58:09.156 | + functions-common:time_stop:2448 : elapsed_time=3161 2024-04-05 17:58:09.158 | + functions-common:time_stop:2449 : total=35176 2024-04-05 17:58:09.159 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:09.161 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38337 2024-04-05 17:58:09.163 | + inc/python:pip_install:199 : return 0 2024-04-05 17:58:09.165 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-04-05 17:58:09.167 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-04-05 17:58:09.169 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-04-05 17:58:09.179 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-04-05 17:58:09.183 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-04-05 17:58:09.184 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-04-05 17:58:09.186 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-04-05 17:58:09.188 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 17:58:09.190 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:58:09.191 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:58:09.194 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:58:09.196 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:58:09.198 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:58:09.210 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:58:09.212 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 17:58:09.213 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 17:58:09.215 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:09.217 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 17:58:09.217 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:58:09.221 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-04-05 17:58:09.223 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:09.225 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-04-05 17:58:09.226 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:09.228 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:09.230 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:09.231 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:09.233 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:09.234 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:09.236 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:09.238 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:09.240 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:09.243 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339889241 2024-04-05 17:58:09.244 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-04-05 17:58:09.246 | Cloning into '/opt/stack//glance'... 2024-04-05 17:58:11.487 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:11.489 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:11.491 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:11.493 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:11.495 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:11.496 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:11.498 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:11.500 | + functions-common:time_stop:2442 : start_time=1712339889241 2024-04-05 17:58:11.501 | + functions-common:time_stop:2444 : [[ -z 1712339889241 ]] 2024-04-05 17:58:11.504 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:11.506 | + functions-common:time_stop:2447 : end_time=1712339891504 2024-04-05 17:58:11.508 | + functions-common:time_stop:2448 : elapsed_time=2263 2024-04-05 17:58:11.510 | + functions-common:time_stop:2449 : total=9715 2024-04-05 17:58:11.511 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:11.513 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11978 2024-04-05 17:58:11.515 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-04-05 17:58:11.516 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 17:58:11.518 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:11.520 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:11.521 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:11.523 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:11.525 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:11.526 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:11.528 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:11.530 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:11.532 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:11.535 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339891533 2024-04-05 17:58:11.536 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 17:58:13.065 | From https://opendev.org/openstack/glance 2024-04-05 17:58:13.066 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 17:58:13.069 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:13.071 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:13.073 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:13.075 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:13.076 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:13.078 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:13.080 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:13.081 | + functions-common:time_stop:2442 : start_time=1712339891533 2024-04-05 17:58:13.083 | + functions-common:time_stop:2444 : [[ -z 1712339891533 ]] 2024-04-05 17:58:13.085 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:13.088 | + functions-common:time_stop:2447 : end_time=1712339893086 2024-04-05 17:58:13.090 | + functions-common:time_stop:2448 : elapsed_time=1553 2024-04-05 17:58:13.091 | + functions-common:time_stop:2449 : total=11978 2024-04-05 17:58:13.093 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:13.095 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13531 2024-04-05 17:58:13.096 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 17:58:13.098 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:13.100 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:13.102 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:13.103 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:13.105 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:13.107 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:13.108 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:13.110 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:13.112 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:13.115 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339893113 2024-04-05 17:58:13.117 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 17:58:13.183 | Note: switching to 'FETCH_HEAD'. 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 17:58:13.183 | changes and commit them, and you can discard any commits you make in this 2024-04-05 17:58:13.183 | state without impacting any branches by switching back to a branch. 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | If you want to create a new branch to retain commits you create, you may 2024-04-05 17:58:13.183 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | git switch -c 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | Or undo this operation with: 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | git switch - 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 17:58:13.183 | 2024-04-05 17:58:13.183 | HEAD is now at 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 17:58:13.186 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:13.188 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:13.190 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:13.192 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:13.194 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:13.196 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:13.197 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:13.199 | + functions-common:time_stop:2442 : start_time=1712339893113 2024-04-05 17:58:13.201 | + functions-common:time_stop:2444 : [[ -z 1712339893113 ]] 2024-04-05 17:58:13.202 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:13.206 | + functions-common:time_stop:2447 : end_time=1712339893204 2024-04-05 17:58:13.208 | + functions-common:time_stop:2448 : elapsed_time=91 2024-04-05 17:58:13.209 | + functions-common:time_stop:2449 : total=13531 2024-04-05 17:58:13.211 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:13.213 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13622 2024-04-05 17:58:13.214 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-04-05 17:58:13.225 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-04-05 17:58:13.226 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 17:58:13.227 | + functions-common:git_clone:696 : head -1 2024-04-05 17:58:13.229 | 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 17:58:13.231 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 17:58:13.233 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-04-05 17:58:13.234 | + inc/python:setup_develop:334 : local bindep 2024-04-05 17:58:13.236 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-04-05 17:58:13.238 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-04-05 17:58:13.240 | + inc/python:setup_develop:340 : local extras= 2024-04-05 17:58:13.242 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-04-05 17:58:13.244 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 17:58:13.246 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-04-05 17:58:13.247 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-04-05 17:58:13.249 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 17:58:13.251 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 17:58:13.253 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-04-05 17:58:13.255 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 17:58:13.257 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-04-05 17:58:13.259 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 17:58:13.261 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 17:58:13.263 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-04-05 17:58:13.267 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-04-05 17:58:13.269 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-04-05 17:58:13.579 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-04-05 17:58:13.581 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 17:58:13.583 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 17:58:13.585 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 17:58:13.587 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-04-05 17:58:13.589 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-04-05 17:58:13.590 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 17:58:13.592 | + inc/python:setup_package:424 : local extras= 2024-04-05 17:58:13.594 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 17:58:13.596 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 17:58:13.597 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 17:58:13.599 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 17:58:13.601 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 17:58:13.603 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-04-05 17:58:13.618 | Using python 3.10 to install /opt/stack/glance 2024-04-05 17:58:13.620 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-04-05 17:58:14.523 | Obtaining file:///opt/stack/glance 2024-04-05 17:58:14.523 | Preparing metadata (setup.py): started 2024-04-05 17:58:14.934 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 17:58:14.993 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.5.2) 2024-04-05 17:58:14.994 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-04-05 17:58:14.994 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.1) 2024-04-05 17:58:14.995 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.1) 2024-04-05 17:58:14.996 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.4.41) 2024-04-05 17:58:15.084 | Collecting WSME>=0.8.0 2024-04-05 17:58:15.091 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-04-05 17:58:15.093 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.7) 2024-04-05 17:58:15.094 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.1) 2024-04-05 17:58:15.134 | Collecting castellan>=0.17.0 2024-04-05 17:58:15.136 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-04-05 17:58:15.139 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (38.0.2) 2024-04-05 17:58:15.160 | Collecting cursive>=0.2.1 2024-04-05 17:58:15.170 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-04-05 17:58:15.172 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.0) 2024-04-05 17:58:15.172 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.7.1) 2024-04-05 17:58:15.173 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.33.1) 2024-04-05 17:58:15.174 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.4.1) 2024-04-05 17:58:15.175 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.3.3) 2024-04-05 17:58:15.200 | Collecting httplib2>=0.9.1 2024-04-05 17:58:15.204 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-04-05 17:58:15.206 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.1.0) 2024-04-05 17:58:15.207 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.16.0) 2024-04-05 17:58:15.207 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.2) 2024-04-05 17:58:15.208 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (10.2.0) 2024-04-05 17:58:15.209 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.9.0) 2024-04-05 17:58:15.210 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-04-05 17:58:15.210 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (9.1.1) 2024-04-05 17:58:15.211 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-04-05 17:58:15.212 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (12.3.2) 2024-04-05 17:58:15.213 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.0.0) 2024-04-05 17:58:15.238 | Collecting oslo.limit>=1.6.0 2024-04-05 17:58:15.241 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-04-05 17:58:15.243 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.2.0) 2024-04-05 17:58:15.243 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (14.2.4) 2024-04-05 17:58:15.244 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-04-05 17:58:15.245 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.1.1) 2024-04-05 17:58:15.281 | Collecting oslo.reports>=1.18.0 2024-04-05 17:58:15.283 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-04-05 17:58:15.285 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-04-05 17:58:15.286 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.1.0) 2024-04-05 17:58:15.287 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.3) 2024-04-05 17:58:15.287 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.11.1) 2024-04-05 17:58:15.288 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (22.1.0) 2024-04-05 17:58:15.289 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.0) 2024-04-05 17:58:15.305 | Collecting retrying!=1.3.0,>=1.2.3 2024-04-05 17:58:15.305 | Using cached retrying-1.3.3-py3-none-any.whl 2024-04-05 17:58:15.310 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.4.3) 2024-04-05 17:58:15.311 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.0.0) 2024-04-05 17:58:15.375 | Collecting taskflow>=4.0.0 2024-04-05 17:58:15.380 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-04-05 17:58:15.390 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev16) (1.2.3) 2024-04-05 17:58:15.400 | 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.dev16) (2.28.1) 2024-04-05 17:58:15.427 | Collecting python-barbicanclient>=4.5.2 2024-04-05 17:58:15.429 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-04-05 17:58:15.449 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev16) (1.15.1) 2024-04-05 17:58:15.455 | 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.dev16) (5.1.1) 2024-04-05 17:58:15.462 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev16) (1.14.1) 2024-04-05 17:58:15.469 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.16.0) 2024-04-05 17:58:15.469 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (2.2.1) 2024-04-05 17:58:15.470 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.1.3) 2024-04-05 17:58:15.508 | 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.dev16) (3.0.9) 2024-04-05 17:58:15.528 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev16) (22.1.0) 2024-04-05 17:58:15.529 | 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.dev16) (0.18.1) 2024-04-05 17:58:15.553 | 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.dev16) (1.7.0) 2024-04-05 17:58:15.576 | 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.dev16) (3.1.1) 2024-04-05 17:58:15.578 | 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.dev16) (3.3.1) 2024-04-05 17:58:15.591 | 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.dev16) (0.18) 2024-04-05 17:58:15.610 | 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.dev16) (0.8.0) 2024-04-05 17:58:15.611 | 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.dev16) (1.5.0) 2024-04-05 17:58:15.612 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (6.0) 2024-04-05 17:58:15.635 | 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.dev16) (2.0.1) 2024-04-05 17:58:15.636 | 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.dev16) (0.13.0) 2024-04-05 17:58:15.637 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (0.5.0) 2024-04-05 17:58:15.705 | Collecting openstacksdk>=0.31.1 2024-04-05 17:58:15.719 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-04-05 17:58:15.754 | 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.dev16) (0.9.6) 2024-04-05 17:58:15.755 | 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.dev16) (2.8.2) 2024-04-05 17:58:15.780 | 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.dev16) (5.2.4) 2024-04-05 17:58:15.781 | 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.dev16) (5.2.0) 2024-04-05 17:58:15.782 | 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.dev16) (3.1.1) 2024-04-05 17:58:15.783 | 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.dev16) (5.1.1) 2024-04-05 17:58:15.784 | 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.dev16) (0.6.0) 2024-04-05 17:58:15.794 | 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.dev16) (3.3.0) 2024-04-05 17:58:15.795 | 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.dev16) (4.0.0) 2024-04-05 17:58:15.797 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (3.1.2) 2024-04-05 17:58:15.980 | Collecting psutil>=3.2.2 2024-04-05 17:58:15.984 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-04-05 17:58:16.003 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (0.11.0) 2024-04-05 17:58:16.004 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (21.3) 2024-04-05 17:58:16.005 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (2022.4) 2024-04-05 17:58:16.033 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev16) (59.6.0) 2024-04-05 17:58:16.054 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev16) (0.2.5) 2024-04-05 17:58:16.120 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev16) (0.7) 2024-04-05 17:58:16.264 | Collecting networkx>=2.1.0 2024-04-05 17:58:16.278 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-04-05 17:58:16.311 | Collecting pydot>=1.2.4 2024-04-05 17:58:16.314 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-04-05 17:58:16.316 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev16) (6.3.1) 2024-04-05 17:58:16.345 | Collecting automaton>=1.9.0 2024-04-05 17:58:16.350 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-04-05 17:58:16.388 | Collecting simplegeneric 2024-04-05 17:58:16.388 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-04-05 17:58:16.400 | 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.dev16) (5.0.0) 2024-04-05 17:58:16.460 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev16) (2.21) 2024-04-05 17:58:16.500 | 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.dev16) (2.1.1) 2024-04-05 17:58:16.578 | 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.dev16) (1.32) 2024-04-05 17:58:16.579 | 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.dev16) (5.1.1) 2024-04-05 17:58:16.596 | Collecting appdirs>=1.3.0 2024-04-05 17:58:16.598 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-04-05 17:58:16.616 | Collecting requestsexceptions>=1.2.0 2024-04-05 17:58:16.618 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-04-05 17:58:16.620 | 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.dev16) (1.1.8) 2024-04-05 17:58:16.644 | Collecting jmespath>=0.9.0 2024-04-05 17:58:16.647 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-04-05 17:58:16.692 | 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.dev16) (0.14.1) 2024-04-05 17:58:16.703 | 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.dev16) (1.0.4) 2024-04-05 17:58:16.719 | 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.dev16) (4.0.1) 2024-04-05 17:58:16.722 | 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.dev16) (1.4.0) 2024-04-05 17:58:16.851 | Collecting cliff!=2.9.0,>=2.8.0 2024-04-05 17:58:16.857 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-04-05 17:58:16.915 | 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.dev16) (2020.6.20) 2024-04-05 17:58:16.916 | 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.dev16) (2.1.1) 2024-04-05 17:58:16.916 | 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.dev16) (1.26.12) 2024-04-05 17:58:16.918 | 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.dev16) (3.4) 2024-04-05 17:58:16.952 | 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.dev16) (0.5.2) 2024-04-05 17:58:17.004 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev16) (2.5.0) 2024-04-05 17:58:17.118 | Collecting autopage>=0.4.0 2024-04-05 17:58:17.120 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-04-05 17:58:17.195 | Collecting importlib-metadata>=4.4 2024-04-05 17:58:17.197 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-04-05 17:58:17.255 | Collecting cmd2>=1.0.0 2024-04-05 17:58:17.263 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-04-05 17:58:17.508 | 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.dev16) (1.8.2) 2024-04-05 17:58:17.577 | Collecting zipp>=0.5 2024-04-05 17:58:17.579 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-04-05 17:58:18.039 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-04-05 17:58:18.074 | Attempting uninstall: zipp 2024-04-05 17:58:18.075 | Found existing installation: zipp 1.0.0 2024-04-05 17:58:18.076 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:18.076 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-04-05 17:58:19.233 | Attempting uninstall: httplib2 2024-04-05 17:58:19.234 | Found existing installation: httplib2 0.20.2 2024-04-05 17:58:19.235 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:19.236 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-04-05 17:58:19.260 | Attempting uninstall: cmd2 2024-04-05 17:58:19.262 | Found existing installation: cmd2 0.0.0 2024-04-05 17:58:19.263 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:19.264 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-04-05 17:58:19.336 | Attempting uninstall: autopage 2024-04-05 17:58:19.337 | Found existing installation: autopage 0.4.0 2024-04-05 17:58:19.338 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:19.339 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-04-05 17:58:19.364 | Attempting uninstall: importlib-metadata 2024-04-05 17:58:19.365 | Found existing installation: importlib-metadata 4.6.4 2024-04-05 17:58:19.366 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:19.367 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-04-05 17:58:20.411 | Attempting uninstall: cliff 2024-04-05 17:58:20.413 | Found existing installation: cliff 3.10.0 2024-04-05 17:58:20.414 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:20.414 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-04-05 17:58:20.947 | Running setup.py develop for glance 2024-04-05 17:58:21.896 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.0 zipp-3.8.1 2024-04-05 17:58:21.896 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:58:22.043 | + inc/python:pip_install:196 : result=0 2024-04-05 17:58:22.045 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:58:22.047 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:22.049 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:22.050 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:22.052 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:22.053 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:22.055 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:58:22.056 | + functions-common:time_stop:2442 : start_time=1712339893614 2024-04-05 17:58:22.058 | + functions-common:time_stop:2444 : [[ -z 1712339893614 ]] 2024-04-05 17:58:22.060 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:22.063 | + functions-common:time_stop:2447 : end_time=1712339902061 2024-04-05 17:58:22.064 | + functions-common:time_stop:2448 : elapsed_time=8447 2024-04-05 17:58:22.066 | + functions-common:time_stop:2449 : total=38337 2024-04-05 17:58:22.068 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:22.069 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=46784 2024-04-05 17:58:22.071 | + inc/python:pip_install:199 : return 0 2024-04-05 17:58:22.072 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 17:58:22.074 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-04-05 17:58:22.076 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-04-05 17:58:22.089 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-04-05 17:58:22.098 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-04-05 17:58:22.100 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-04-05 17:58:22.102 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:58:22.103 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:58:22.105 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-04-05 17:58:22.107 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:58:22.108 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 17:58:22.110 | + stack.sh:main:946 : configure_glance 2024-04-05 17:58:22.112 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-04-05 17:58:22.121 | + lib/glance:configure_glance:326 : local dburl 2024-04-05 17:58:22.123 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-04-05 17:58:22.124 | ++ lib/database:database_connection_url:134 : local db=glance 2024-04-05 17:58:22.126 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-04-05 17:58:22.128 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-04-05 17:58:22.130 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 17:58:22.131 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 17:58:22.133 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 17:58:22.144 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:22.145 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 17:58:22.147 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:22.149 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:22.151 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-04-05 17:58:22.174 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:22.196 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-04-05 17:58:22.217 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-04-05 17:58:22.239 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-04-05 17:58:22.262 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-04-05 17:58:22.285 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-04-05 17:58:22.286 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-04-05 17:58:22.288 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-04-05 17:58:22.290 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 17:58:22.291 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-04-05 17:58:22.314 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-04-05 17:58:22.335 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-05 17:58:22.357 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-04-05 17:58:22.378 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-04-05 17:58:22.399 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-04-05 17:58:22.420 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-04-05 17:58:22.442 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-04-05 17:58:22.463 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 17:58:22.484 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 17:58:22.506 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-04-05 17:58:22.529 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-04-05 17:58:22.531 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-04-05 17:58:22.532 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-04-05 17:58:22.534 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 17:58:22.535 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 17:58:22.537 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 17:58:22.548 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:22.550 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 17:58:22.552 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 17:58:22.554 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 17:58:22.566 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:22.567 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 17:58:22.569 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 17:58:22.591 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 17:58:22.592 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 17:58:22.594 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-04-05 17:58:22.595 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-04-05 17:58:22.617 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-04-05 17:58:22.638 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-04-05 17:58:22.640 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-04-05 17:58:22.642 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-04-05 17:58:22.643 | + lib/glance:configure_glance_store:254 : local be 2024-04-05 17:58:22.645 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-04-05 17:58:22.646 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-04-05 17:58:22.648 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-04-05 17:58:22.677 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-04-05 17:58:22.678 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-04-05 17:58:22.702 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-04-05 17:58:22.704 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-04-05 17:58:22.716 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:22.718 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-04-05 17:58:22.741 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-04-05 17:58:22.752 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:22.754 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-04-05 17:58:22.755 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-04-05 17:58:22.757 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-04-05 17:58:22.759 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 17:58:22.772 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 17:58:22.773 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 17:58:22.775 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 17:58:22.776 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 17:58:22.778 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 17:58:22.800 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 17:58:22.822 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 17:58:22.844 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 17:58:22.867 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-04-05 17:58:22.870 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-04-05 17:58:22.894 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-04-05 17:58:22.915 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-04-05 17:58:22.938 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-04-05 17:58:22.960 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-04-05 17:58:22.983 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-04-05 17:58:23.005 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-04-05 17:58:23.027 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-04-05 17:58:23.052 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-04-05 17:58:23.075 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-04-05 17:58:23.099 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-04-05 17:58:23.121 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-04-05 17:58:23.124 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-04-05 17:58:23.128 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-04-05 17:58:23.140 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:23.142 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-04-05 17:58:23.144 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-04-05 17:58:23.145 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-04-05 17:58:23.147 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-04-05 17:58:23.149 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-04-05 17:58:23.150 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-04-05 17:58:23.153 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-04-05 17:58:23.155 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-04-05 17:58:23.158 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-04-05 17:58:23.180 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-04-05 17:58:23.182 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-04-05 17:58:23.184 | ++ functions:get_random_port:848 : true 2024-04-05 17:58:23.186 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-04-05 17:58:23.188 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-04-05 17:58:23.189 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-04-05 17:58:23.271 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-04-05 17:58:23.273 | ++ functions:get_random_port:852 : break 2 2024-04-05 17:58:23.275 | ++ functions:get_random_port:856 : echo 60999 2024-04-05 17:58:23.277 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-04-05 17:58:23.279 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-04-05 17:58:23.300 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-04-05 17:58:23.322 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-04-05 17:58:23.343 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-04-05 17:58:23.364 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 17:58:23.386 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-04-05 17:58:23.407 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-04-05 17:58:23.429 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-04-05 17:58:23.451 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-05 17:58:23.473 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 17:58:23.495 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 17:58:23.517 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 17:58:23.539 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-04-05 17:58:23.560 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 17:58:23.582 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-04-05 17:58:23.604 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-04-05 17:58:23.626 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-04-05 17:58:23.648 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-04-05 17:58:23.669 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-04-05 17:58:23.691 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-04-05 17:58:23.693 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-04-05 17:58:23.695 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 17:58:23.696 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:23.698 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:23.700 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-04-05 17:58:23.701 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-04-05 17:58:23.730 | proxy (enabled by site administrator) 2024-04-05 17:58:23.733 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-04-05 17:58:23.735 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-04-05 17:58:23.737 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 17:58:23.738 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:23.740 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:23.742 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-04-05 17:58:23.744 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-04-05 17:58:23.776 | No module matches proxy_http 2024-04-05 17:58:23.778 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-04-05 17:58:23.811 | Considering dependency proxy for proxy_http: 2024-04-05 17:58:23.811 | Module proxy already enabled 2024-04-05 17:58:23.812 | Enabling module proxy_http. 2024-04-05 17:58:23.815 | To activate the new configuration, you need to run: 2024-04-05 17:58:23.815 | systemctl restart apache2 2024-04-05 17:58:23.819 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-04-05 17:58:23.821 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 17:58:23.823 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 17:58:23.825 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 17:58:23.938 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-04-05 17:58:23.940 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-04-05 17:58:23.942 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-04-05 17:58:23.944 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 17:58:23.946 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:23.949 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:23.951 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 17:58:23.954 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 17:58:23.955 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-04-05 17:58:23.956 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 17:58:23.963 | KeepAlive Off 2024-04-05 17:58:23.967 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-04-05 17:58:23.968 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 17:58:23.976 | SetEnv proxy-sendchunked 1 2024-04-05 17:58:23.980 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-04-05 17:58:23.980 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 17:58:23.987 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-04-05 17:58:23.991 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-04-05 17:58:23.993 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-04-05 17:58:23.995 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 17:58:23.997 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 17:58:23.999 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 17:58:24.001 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:24.002 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:24.004 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 17:58:24.006 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 17:58:24.008 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:24.009 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:24.011 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-04-05 17:58:24.043 | Enabling site glance-wsgi-api. 2024-04-05 17:58:24.047 | To activate the new configuration, you need to run: 2024-04-05 17:58:24.047 | systemctl reload apache2 2024-04-05 17:58:24.051 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-04-05 17:58:24.052 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 17:58:24.054 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 17:58:24.056 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 17:58:24.155 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-04-05 17:58:24.159 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-04-05 17:58:24.183 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-04-05 17:58:24.185 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-04-05 17:58:24.186 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-04-05 17:58:24.211 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-04-05 17:58:24.233 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-04-05 17:58:24.256 | + stack.sh:main:949 : is_service_enabled cinder 2024-04-05 17:58:24.268 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:24.270 | + stack.sh:main:951 : stack_install_service cinder 2024-04-05 17:58:24.272 | + lib/stack:stack_install_service:20 : local service=cinder 2024-04-05 17:58:24.274 | + lib/stack:stack_install_service:21 : type install_cinder 2024-04-05 17:58:24.275 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 17:58:24.277 | + lib/stack:stack_install_service:32 : install_cinder 2024-04-05 17:58:24.279 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-04-05 17:58:24.281 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-04-05 17:58:24.283 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-04-05 17:58:24.284 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 17:58:24.286 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:58:24.288 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:58:24.290 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:58:24.291 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:58:24.294 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:58:24.305 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:58:24.307 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 17:58:24.308 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 17:58:24.310 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:24.312 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 17:58:24.313 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:58:24.316 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-04-05 17:58:24.318 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:24.319 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-04-05 17:58:24.321 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:24.323 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:24.324 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:24.326 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:24.328 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:24.329 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:24.331 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:24.332 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:24.334 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:24.337 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339904335 2024-04-05 17:58:24.339 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-04-05 17:58:24.341 | Cloning into '/opt/stack//cinder'... 2024-04-05 17:58:29.417 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:29.419 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:29.420 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:29.422 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:29.424 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:29.425 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:29.427 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:29.428 | + functions-common:time_stop:2442 : start_time=1712339904335 2024-04-05 17:58:29.430 | + functions-common:time_stop:2444 : [[ -z 1712339904335 ]] 2024-04-05 17:58:29.432 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:29.435 | + functions-common:time_stop:2447 : end_time=1712339909433 2024-04-05 17:58:29.436 | + functions-common:time_stop:2448 : elapsed_time=5098 2024-04-05 17:58:29.438 | + functions-common:time_stop:2449 : total=13622 2024-04-05 17:58:29.440 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:29.441 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18720 2024-04-05 17:58:29.443 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-04-05 17:58:29.444 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 17:58:29.446 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:29.448 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:29.449 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:29.451 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:29.452 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:29.454 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:29.456 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:29.457 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:29.459 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:29.462 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339909460 2024-04-05 17:58:29.464 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 17:58:32.127 | From https://opendev.org/openstack/cinder 2024-04-05 17:58:32.127 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 17:58:32.131 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:32.132 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:32.134 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:32.136 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:32.137 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:32.139 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:32.140 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:32.142 | + functions-common:time_stop:2442 : start_time=1712339909460 2024-04-05 17:58:32.144 | + functions-common:time_stop:2444 : [[ -z 1712339909460 ]] 2024-04-05 17:58:32.145 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:32.148 | + functions-common:time_stop:2447 : end_time=1712339912146 2024-04-05 17:58:32.150 | + functions-common:time_stop:2448 : elapsed_time=2686 2024-04-05 17:58:32.151 | + functions-common:time_stop:2449 : total=18720 2024-04-05 17:58:32.153 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:32.154 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21406 2024-04-05 17:58:32.156 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 17:58:32.158 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:32.159 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:32.161 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:32.162 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:32.164 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:32.166 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:32.167 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:32.169 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:32.171 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:32.174 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339912172 2024-04-05 17:58:32.176 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 17:58:32.420 | Note: switching to 'FETCH_HEAD'. 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 17:58:32.420 | changes and commit them, and you can discard any commits you make in this 2024-04-05 17:58:32.420 | state without impacting any branches by switching back to a branch. 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | If you want to create a new branch to retain commits you create, you may 2024-04-05 17:58:32.420 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | git switch -c 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | Or undo this operation with: 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | git switch - 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 17:58:32.420 | 2024-04-05 17:58:32.420 | HEAD is now at 6e15ec3 Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates" into stable/2023.1 2024-04-05 17:58:32.426 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:32.427 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:32.429 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:32.431 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:32.432 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:32.434 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:32.435 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:32.437 | + functions-common:time_stop:2442 : start_time=1712339912172 2024-04-05 17:58:32.438 | + functions-common:time_stop:2444 : [[ -z 1712339912172 ]] 2024-04-05 17:58:32.441 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:32.444 | + functions-common:time_stop:2447 : end_time=1712339912442 2024-04-05 17:58:32.445 | + functions-common:time_stop:2448 : elapsed_time=270 2024-04-05 17:58:32.447 | + functions-common:time_stop:2449 : total=21406 2024-04-05 17:58:32.448 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:32.450 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21676 2024-04-05 17:58:32.452 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-04-05 17:58:32.462 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-04-05 17:58:32.465 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 17:58:32.465 | + functions-common:git_clone:696 : head -1 2024-04-05 17:58:32.469 | 6e15ec3 Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates" into stable/2023.1 2024-04-05 17:58:32.471 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 17:58:32.473 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-04-05 17:58:32.475 | + inc/python:setup_develop:334 : local bindep 2024-04-05 17:58:32.476 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-04-05 17:58:32.478 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-04-05 17:58:32.480 | + inc/python:setup_develop:340 : local extras= 2024-04-05 17:58:32.481 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-04-05 17:58:32.483 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 17:58:32.485 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-04-05 17:58:32.486 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-04-05 17:58:32.488 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 17:58:32.490 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 17:58:32.492 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-04-05 17:58:32.493 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 17:58:32.496 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-04-05 17:58:32.497 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 17:58:32.499 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 17:58:32.501 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-04-05 17:58:32.505 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-04-05 17:58:32.507 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-04-05 17:58:32.819 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-04-05 17:58:32.822 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 17:58:32.823 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 17:58:32.825 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 17:58:32.827 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-04-05 17:58:32.829 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-04-05 17:58:32.830 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 17:58:32.832 | + inc/python:setup_package:424 : local extras= 2024-04-05 17:58:32.833 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 17:58:32.835 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 17:58:32.837 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 17:58:32.839 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 17:58:32.840 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 17:58:32.842 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-04-05 17:58:32.857 | Using python 3.10 to install /opt/stack/cinder 2024-04-05 17:58:32.858 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-04-05 17:58:33.767 | Obtaining file:///opt/stack/cinder 2024-04-05 17:58:33.769 | Preparing metadata (setup.py): started 2024-04-05 17:58:34.373 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 17:58:34.455 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.5.2) 2024-04-05 17:58:34.456 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.1.1) 2024-04-05 17:58:34.457 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.5.1) 2024-04-05 17:58:34.458 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.4.41) 2024-04-05 17:58:34.458 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.8.7) 2024-04-05 17:58:35.115 | Collecting boto3>=1.18.49 2024-04-05 17:58:35.118 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-04-05 17:58:35.122 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.1.0) 2024-04-05 17:58:35.123 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (38.0.2) 2024-04-05 17:58:35.124 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.2.3) 2024-04-05 17:58:35.124 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-05 17:58:35.125 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.33.1) 2024-04-05 17:58:35.232 | Collecting google-api-python-client>=1.11.0 2024-04-05 17:58:35.316 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-04-05 17:58:35.369 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.1.3) 2024-04-05 17:58:35.370 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.20.4) 2024-04-05 17:58:35.371 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.0.0) 2024-04-05 17:58:35.372 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.1.0) 2024-04-05 17:58:35.373 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.16.0) 2024-04-05 17:58:35.374 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.2) 2024-04-05 17:58:35.374 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (10.2.0) 2024-04-05 17:58:35.774 | Collecting lxml>=4.5.2 2024-04-05 17:58:35.815 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-04-05 17:58:35.873 | Collecting oauth2client>=4.1.3 2024-04-05 17:58:35.876 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-04-05 17:58:35.879 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.2.3) 2024-04-05 17:58:35.879 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.9.0) 2024-04-05 17:58:35.880 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-05 17:58:35.881 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (9.1.1) 2024-04-05 17:58:35.882 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-05 17:58:35.883 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (12.3.2) 2024-04-05 17:58:35.884 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.0.0) 2024-04-05 17:58:35.884 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.2.0) 2024-04-05 17:58:35.885 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (14.2.4) 2024-04-05 17:58:35.886 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-05 17:58:35.887 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.1.1) 2024-04-05 17:58:35.887 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.1.0) 2024-04-05 17:58:35.888 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.0.0) 2024-04-05 17:58:35.889 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (7.0.1) 2024-04-05 17:58:35.890 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-04-05 17:58:35.891 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.1.1) 2024-04-05 17:58:35.891 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.1.1) 2024-04-05 17:58:35.892 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.1.0) 2024-04-05 17:58:35.945 | Collecting oslo.versionedobjects>=2.4.0 2024-04-05 17:58:35.948 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-04-05 17:58:36.007 | Collecting oslo.vmware>=3.10.0 2024-04-05 17:58:36.011 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-04-05 17:58:36.016 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.4.3) 2024-04-05 17:58:36.017 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (21.3) 2024-04-05 17:58:36.061 | Collecting paramiko>=2.7.2 2024-04-05 17:58:36.065 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-04-05 17:58:36.068 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.11.1) 2024-04-05 17:58:36.069 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.9.2) 2024-04-05 17:58:36.070 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.0.9) 2024-04-05 17:58:36.071 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.5.0) 2024-04-05 17:58:36.118 | Collecting python-glanceclient>=3.2.2 2024-04-05 17:58:36.122 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-04-05 17:58:36.125 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.0) 2024-04-05 17:58:36.172 | Collecting python-novaclient>=17.2.1 2024-04-05 17:58:36.177 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-04-05 17:58:36.212 | Collecting python-swiftclient>=3.10.1 2024-04-05 17:58:36.214 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-04-05 17:58:36.217 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2022.4) 2024-04-05 17:58:36.217 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.28.1) 2024-04-05 17:58:36.237 | Collecting rtslib-fb>=2.1.74 2024-04-05 17:58:36.237 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-04-05 17:58:36.243 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev23) (1.16.0) 2024-04-05 17:58:36.243 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.13.0) 2024-04-05 17:58:36.244 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.0.0) 2024-04-05 17:58:36.266 | Collecting tabulate>=0.8.7 2024-04-05 17:58:36.268 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-04-05 17:58:36.270 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.0) 2024-04-05 17:58:36.271 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.3.1) 2024-04-05 17:58:36.323 | Collecting tooz>=2.8.0 2024-04-05 17:58:36.327 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-04-05 17:58:36.421 | Collecting zstd>=1.4.5.1 2024-04-05 17:58:36.436 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-04-05 17:58:36.451 | 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.dev23) (1.0.1) 2024-04-05 17:58:37.172 | Collecting botocore<1.28.0,>=1.27.89 2024-04-05 17:58:37.283 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-04-05 17:58:37.361 | Collecting s3transfer<0.7.0,>=0.6.0 2024-04-05 17:58:37.364 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-04-05 17:58:37.392 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2024-04-05 17:58:37.404 | 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.dev23) (2.2.1) 2024-04-05 17:58:37.489 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-04-05 17:58:37.492 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-04-05 17:58:37.515 | Collecting uritemplate<5,>=3.0.1 2024-04-05 17:58:37.517 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-04-05 17:58:37.537 | Collecting google-auth-httplib2>=0.1.0 2024-04-05 17:58:37.539 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-04-05 17:58:37.642 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-04-05 17:58:37.645 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-04-05 17:58:37.673 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.8.1) 2024-04-05 17:58:37.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->cinder==0.0.1.dev23) (0.18.1) 2024-04-05 17:58:37.693 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (22.1.0) 2024-04-05 17:58:37.719 | 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.dev23) (1.7.0) 2024-04-05 17:58:37.741 | 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.dev23) (3.1.1) 2024-04-05 17:58:37.742 | 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.dev23) (3.3.1) 2024-04-05 17:58:37.790 | Collecting pyasn1-modules>=0.0.5 2024-04-05 17:58:37.793 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-04-05 17:58:37.796 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev23) (0.4.8) 2024-04-05 17:58:37.823 | Collecting rsa>=3.1.4 2024-04-05 17:58:37.826 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-04-05 17:58:37.852 | 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.dev23) (0.18) 2024-04-05 17:58:37.871 | 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.dev23) (0.8.0) 2024-04-05 17:58:37.872 | 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.dev23) (1.5.0) 2024-04-05 17:58:37.873 | 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.dev23) (2.5.0) 2024-04-05 17:58:37.873 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2024-04-05 17:58:37.899 | 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.dev23) (1.8.1) 2024-04-05 17:58:37.900 | 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.dev23) (2.0.1) 2024-04-05 17:58:37.901 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2024-04-05 17:58:37.926 | 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.dev23) (0.9.6) 2024-04-05 17:58:37.927 | 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.dev23) (2.8.2) 2024-04-05 17:58:37.951 | 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.dev23) (5.1.1) 2024-04-05 17:58:37.952 | 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.dev23) (0.6.0) 2024-04-05 17:58:37.953 | 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.dev23) (5.2.4) 2024-04-05 17:58:37.954 | 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.dev23) (5.2.0) 2024-04-05 17:58:37.955 | 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.dev23) (2.4.1) 2024-04-05 17:58:37.965 | 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.dev23) (4.0.0) 2024-04-05 17:58:37.966 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2024-04-05 17:58:37.967 | 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.dev23) (3.3.0) 2024-04-05 17:58:37.985 | 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.dev23) (1.0.4) 2024-04-05 17:58:38.016 | 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.dev23) (4.0.1) 2024-04-05 17:58:38.072 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2024-04-05 17:58:38.081 | 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.dev23) (3.4.1) 2024-04-05 17:58:38.091 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2024-04-05 17:58:38.142 | Collecting suds-community>=0.6 2024-04-05 17:58:38.145 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-04-05 17:58:38.149 | 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.dev23) (1.26.12) 2024-04-05 17:58:38.244 | Collecting pynacl>=1.0.1 2024-04-05 17:58:38.254 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-04-05 17:58:38.268 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (59.6.0) 2024-04-05 17:58:38.317 | 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.dev23) (4.2.0) 2024-04-05 17:58:38.330 | 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.dev23) (22.1.0) 2024-04-05 17:58:38.355 | Collecting warlock>=1.2.0 2024-04-05 17:58:38.357 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-04-05 17:58:38.360 | 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.dev23) (1.14.1) 2024-04-05 17:58:38.425 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2024-04-05 17:58:38.426 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2020.6.20) 2024-04-05 17:58:38.427 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2.1.1) 2024-04-05 17:58:38.440 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2024-04-05 17:58:38.470 | Collecting pyudev>=0.16.1 2024-04-05 17:58:38.473 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-04-05 17:58:38.563 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev23) (0.4.3) 2024-04-05 17:58:38.564 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev23) (0.5.2) 2024-04-05 17:58:38.617 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1.0) 2024-04-05 17:58:38.618 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (2.8.7) 2024-04-05 17:58:38.619 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2024-04-05 17:58:38.691 | Collecting voluptuous>=0.8.9 2024-04-05 17:58:38.698 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-04-05 17:58:38.740 | 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.dev23) (1.2.3) 2024-04-05 17:58:38.751 | 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.dev23) (5.0.0) 2024-04-05 17:58:38.853 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2024-04-05 17:58:38.878 | 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.dev23) (2.4.2) 2024-04-05 17:58:38.879 | 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.dev23) (0.5.1) 2024-04-05 17:58:38.971 | 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.dev23) (4.21.7) 2024-04-05 17:58:39.016 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-04-05 17:58:39.019 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-04-05 17:58:39.089 | 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.dev23) (2.1.1) 2024-04-05 17:58:39.236 | 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.dev23) (1.1.8) 2024-04-05 17:58:39.253 | 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.dev23) (0.14.1) 2024-04-05 17:58:39.270 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.5) 2024-04-05 17:58:39.674 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.5.0) 2024-04-05 17:58:39.747 | 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.dev23) (1.32) 2024-04-05 17:58:39.865 | 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.dev23) (1.8.2) 2024-04-05 17:58:40.465 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-04-05 17:58:40.518 | Attempting uninstall: voluptuous 2024-04-05 17:58:40.519 | Found existing installation: voluptuous 0.12.2 2024-04-05 17:58:40.521 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:40.522 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-04-05 17:58:40.721 | Attempting uninstall: pyudev 2024-04-05 17:58:40.723 | Found existing installation: pyudev 0.22.0 2024-04-05 17:58:40.724 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:40.725 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-04-05 17:58:43.213 | Running setup.py develop for cinder 2024-04-05 17:58:44.110 | 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.1 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-04-05 17:58:44.111 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:58:44.331 | + inc/python:pip_install:196 : result=0 2024-04-05 17:58:44.333 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:58:44.335 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:44.337 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:44.338 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:44.340 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:44.342 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:44.343 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:58:44.345 | + functions-common:time_stop:2442 : start_time=1712339912853 2024-04-05 17:58:44.347 | + functions-common:time_stop:2444 : [[ -z 1712339912853 ]] 2024-04-05 17:58:44.349 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:44.352 | + functions-common:time_stop:2447 : end_time=1712339924350 2024-04-05 17:58:44.354 | + functions-common:time_stop:2448 : elapsed_time=11497 2024-04-05 17:58:44.355 | + functions-common:time_stop:2449 : total=46784 2024-04-05 17:58:44.357 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:44.359 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=58281 2024-04-05 17:58:44.360 | + inc/python:pip_install:199 : return 0 2024-04-05 17:58:44.362 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 17:58:44.364 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-05 17:58:44.366 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-05 17:58:44.380 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-05 17:58:44.389 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-04-05 17:58:44.391 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-04-05 17:58:44.392 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:58:44.394 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:58:44.396 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-04-05 17:58:44.398 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:58:44.400 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-04-05 17:58:44.402 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-04-05 17:58:44.404 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-04-05 17:58:44.405 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:44.407 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:44.409 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-04-05 17:58:44.418 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-04-05 17:58:44.420 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 17:58:44.421 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 17:58:44.423 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 17:58:44.425 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 17:58:44.427 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:44.428 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 17:58:44.430 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:44.432 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:44.434 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 17:58:44.435 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 17:58:44.437 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 17:58:44.439 | + functions-common:apt_get_update:1186 : return 2024-04-05 17:58:44.441 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-04-05 17:58:44.443 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 17:58:44.444 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:44.446 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:44.448 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-04-05 17:58:44.464 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-04-05 17:58:44.522 | Reading package lists... 2024-04-05 17:58:44.702 | Building dependency tree... 2024-04-05 17:58:44.703 | Reading state information... 2024-04-05 17:58:44.885 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-04-05 17:58:44.885 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 17:58:44.890 | + functions-common:apt_get:1230 : result=0 2024-04-05 17:58:44.892 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 17:58:44.894 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:44.896 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:44.898 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:44.899 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:44.901 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:44.903 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 17:58:44.905 | + functions-common:time_stop:2442 : start_time=1712339924462 2024-04-05 17:58:44.907 | + functions-common:time_stop:2444 : [[ -z 1712339924462 ]] 2024-04-05 17:58:44.909 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:44.912 | + functions-common:time_stop:2447 : end_time=1712339924910 2024-04-05 17:58:44.914 | + functions-common:time_stop:2448 : elapsed_time=448 2024-04-05 17:58:44.916 | + functions-common:time_stop:2449 : total=9103 2024-04-05 17:58:44.918 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:44.919 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9551 2024-04-05 17:58:44.921 | + functions-common:apt_get:1234 : return 0 2024-04-05 17:58:44.923 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 17:58:44.925 | + stack.sh:main:952 : configure_cinder 2024-04-05 17:58:44.927 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-04-05 17:58:44.937 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-04-05 17:58:44.939 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-04-05 17:58:44.941 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-04-05 17:58:44.943 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-04-05 17:58:44.945 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-04-05 17:58:44.946 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-04-05 17:58:44.949 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-04-05 17:58:44.951 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-04-05 17:58:44.952 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-04-05 17:58:44.954 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-04-05 17:58:44.956 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-04-05 17:58:44.957 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-04-05 17:58:44.959 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-04-05 17:58:44.961 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-04-05 17:58:44.969 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-04-05 17:58:44.978 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2024-04-05 17:58:44.988 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-04-05 17:58:44.997 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-04-05 17:58:45.007 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-04-05 17:58:45.009 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-04-05 17:58:45.012 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.8xetBFLmrq 2024-04-05 17:58:45.014 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-04-05 17:58:45.016 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-04-05 17:58:45.018 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-04-05 17:58:45.019 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.8xetBFLmrq 2024-04-05 17:58:45.022 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.8xetBFLmrq 2024-04-05 17:58:45.031 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.8xetBFLmrq /etc/sudoers.d/cinder-rootwrap 2024-04-05 17:58:45.040 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-04-05 17:58:45.044 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-04-05 17:58:45.045 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-04-05 17:58:45.047 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-04-05 17:58:45.049 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-04-05 17:58:45.050 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-04-05 17:58:45.052 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-04-05 17:58:45.054 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-04-05 17:58:45.056 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-04-05 17:58:45.059 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-04-05 17:58:45.062 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-04-05 17:58:45.076 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-04-05 17:58:45.090 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-04-05 17:58:45.104 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-04-05 17:58:45.118 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-04-05 17:58:45.131 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-04-05 17:58:45.145 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-04-05 17:58:45.159 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-04-05 17:58:45.173 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-04-05 17:58:45.175 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-04-05 17:58:45.177 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-04-05 17:58:45.179 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 17:58:45.181 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-04-05 17:58:45.204 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-04-05 17:58:45.226 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-05 17:58:45.248 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-04-05 17:58:45.270 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-04-05 17:58:45.292 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-04-05 17:58:45.315 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-04-05 17:58:45.336 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-04-05 17:58:45.358 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 17:58:45.381 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 17:58:45.403 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-04-05 17:58:45.426 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-04-05 17:58:45.449 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-04-05 17:58:45.451 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-04-05 17:58:45.453 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-04-05 17:58:45.455 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-04-05 17:58:45.457 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 17:58:45.459 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 17:58:45.460 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 17:58:45.472 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:45.474 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 17:58:45.476 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:45.478 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-04-05 17:58:45.503 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-04-05 17:58:45.526 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-04-05 17:58:45.548 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-04-05 17:58:45.571 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-04-05 17:58:45.592 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-04-05 17:58:45.615 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-04-05 17:58:45.639 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-04-05 17:58:45.660 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-04-05 17:58:45.685 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-04-05 17:58:45.702 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 1fd1363372a96eef680196a7a69c821b 2024-04-05 17:58:45.725 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-04-05 17:58:45.727 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-04-05 17:58:45.757 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-04-05 17:58:45.780 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-04-05 17:58:45.802 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-04-05 17:58:45.826 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-04-05 17:58:45.838 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:45.840 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-04-05 17:58:45.841 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-04-05 17:58:45.843 | + lib/cinder:configure_cinder:330 : local default_name= 2024-04-05 17:58:45.845 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-04-05 17:58:45.847 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-05 17:58:45.848 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-04-05 17:58:45.850 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-04-05 17:58:45.852 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-04-05 17:58:45.854 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-04-05 17:58:45.855 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-04-05 17:58:45.857 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-04-05 17:58:45.882 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-04-05 17:58:45.905 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-04-05 17:58:45.927 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-04-05 17:58:45.950 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-04-05 17:58:45.972 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-04-05 17:58:45.974 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-04-05 17:58:45.976 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-04-05 17:58:45.978 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-04-05 17:58:46.001 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-04-05 17:58:46.003 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-04-05 17:58:46.025 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-04-05 17:58:46.027 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-04-05 17:58:46.029 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-04-05 17:58:46.031 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-04-05 17:58:46.053 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-04-05 17:58:46.055 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-04-05 17:58:46.056 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-04-05 17:58:46.069 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:46.071 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-04-05 17:58:46.083 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:46.085 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-04-05 17:58:46.097 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:46.099 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-04-05 17:58:46.101 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-04-05 17:58:46.103 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-04-05 17:58:46.104 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-04-05 17:58:46.106 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 17:58:46.108 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 17:58:46.110 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 17:58:46.122 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:46.124 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 17:58:46.126 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 17:58:46.128 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 17:58:46.141 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:46.142 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 17:58:46.144 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 17:58:46.166 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 17:58:46.168 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 17:58:46.170 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-04-05 17:58:46.172 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-04-05 17:58:46.174 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-04-05 17:58:46.176 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 17:58:46.189 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 17:58:46.191 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 17:58:46.192 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 17:58:46.194 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 17:58:46.196 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 17:58:46.218 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 17:58:46.240 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 17:58:46.263 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 17:58:46.285 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-04-05 17:58:46.298 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:46.299 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-04-05 17:58:46.301 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-04-05 17:58:46.303 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-04-05 17:58:46.305 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-04-05 17:58:46.307 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 17:58:46.308 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 17:58:46.310 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-04-05 17:58:46.314 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-04-05 17:58:46.315 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 17:58:46.317 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 17:58:46.327 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 17:58:46.327 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 17:58:46.333 | d /var/run/uwsgi 0755 stack root 2024-04-05 17:58:46.336 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 17:58:46.344 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-05 17:58:46.347 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-04-05 17:58:46.349 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-04-05 17:58:46.352 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-04-05 17:58:46.375 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-04-05 17:58:46.397 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-04-05 17:58:46.419 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-04-05 17:58:46.440 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 17:58:46.461 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 17:58:46.483 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-04-05 17:58:46.505 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-04-05 17:58:46.527 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-04-05 17:58:46.550 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-05 17:58:46.571 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 17:58:46.593 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 17:58:46.614 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-04-05 17:58:46.636 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 17:58:46.638 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 17:58:46.640 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-04-05 17:58:46.642 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-04-05 17:58:46.644 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 17:58:46.646 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:46.647 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:46.649 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-04-05 17:58:46.651 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-04-05 17:58:46.653 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-04-05 17:58:46.675 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 17:58:46.697 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-04-05 17:58:46.697 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-04-05 17:58:46.704 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-04-05 17:58:46.706 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-04-05 17:58:46.708 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-04-05 17:58:46.710 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 17:58:46.712 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 17:58:46.714 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 17:58:46.715 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:46.717 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:46.719 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 17:58:46.721 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 17:58:46.723 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 17:58:46.724 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 17:58:46.726 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-04-05 17:58:46.757 | Enabling site cinder-wsgi. 2024-04-05 17:58:46.761 | To activate the new configuration, you need to run: 2024-04-05 17:58:46.761 | systemctl reload apache2 2024-04-05 17:58:46.764 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 17:58:46.766 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 17:58:46.768 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 17:58:46.770 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 17:58:46.875 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-04-05 17:58:46.877 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-04-05 17:58:46.879 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-04-05 17:58:46.902 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-04-05 17:58:46.925 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-04-05 17:58:46.950 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-04-05 17:58:46.973 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-04-05 17:58:46.998 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-04-05 17:58:47.020 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-04-05 17:58:47.033 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:58:47.035 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-04-05 17:58:47.037 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-04-05 17:58:47.039 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-05 17:58:47.041 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-04-05 17:58:47.043 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-04-05 17:58:47.069 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-04-05 17:58:47.093 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-04-05 17:58:47.117 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-04-05 17:58:47.139 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-04-05 17:58:47.163 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-04-05 17:58:47.187 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-04-05 17:58:47.210 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-04-05 17:58:47.232 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-04-05 17:58:47.255 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-04-05 17:58:47.277 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-04-05 17:58:47.300 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-04-05 17:58:47.322 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-04-05 17:58:47.324 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-04-05 17:58:47.336 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:47.338 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-04-05 17:58:47.363 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-04-05 17:58:47.365 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-04-05 17:58:47.366 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-04-05 17:58:47.391 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-04-05 17:58:47.414 | + stack.sh:main:955 : is_service_enabled neutron 2024-04-05 17:58:47.427 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:58:47.429 | + stack.sh:main:957 : stack_install_service neutron 2024-04-05 17:58:47.430 | + lib/stack:stack_install_service:20 : local service=neutron 2024-04-05 17:58:47.432 | + lib/stack:stack_install_service:21 : type install_neutron 2024-04-05 17:58:47.434 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 17:58:47.436 | + lib/stack:stack_install_service:32 : install_neutron 2024-04-05 17:58:47.438 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-04-05 17:58:47.440 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-04-05 17:58:47.442 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:58:47.444 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:58:47.446 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-04-05 17:58:47.448 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:58:47.450 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-04-05 17:58:47.452 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-04-05 17:58:47.453 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-04-05 17:58:47.455 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 17:58:47.457 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:58:47.459 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:58:47.461 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:58:47.463 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:58:47.465 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:58:47.478 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:58:47.480 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 17:58:47.481 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 17:58:47.483 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:47.486 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:58:47.486 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 17:58:47.490 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-04-05 17:58:47.492 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 17:58:47.494 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-04-05 17:58:47.495 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:47.497 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:47.499 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:47.500 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:47.502 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:47.504 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:47.506 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:47.507 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:47.510 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:47.512 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339927511 2024-04-05 17:58:47.514 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-04-05 17:58:47.516 | Cloning into '/opt/stack//neutron'... 2024-04-05 17:58:51.135 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:51.138 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:51.140 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:51.141 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:51.143 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:51.145 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:51.147 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:51.148 | + functions-common:time_stop:2442 : start_time=1712339927511 2024-04-05 17:58:51.150 | + functions-common:time_stop:2444 : [[ -z 1712339927511 ]] 2024-04-05 17:58:51.152 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:51.155 | + functions-common:time_stop:2447 : end_time=1712339931153 2024-04-05 17:58:51.157 | + functions-common:time_stop:2448 : elapsed_time=3642 2024-04-05 17:58:51.159 | + functions-common:time_stop:2449 : total=21676 2024-04-05 17:58:51.161 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:51.162 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=25318 2024-04-05 17:58:51.164 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-04-05 17:58:51.166 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 17:58:51.168 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:51.169 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:51.171 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:51.173 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:51.175 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:51.176 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:51.178 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:51.180 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:51.182 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:51.185 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339931183 2024-04-05 17:58:51.187 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 17:58:53.992 | From https://opendev.org/openstack/neutron 2024-04-05 17:58:53.992 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 17:58:53.997 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:53.998 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:54.000 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:54.002 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:54.003 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:54.005 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:54.007 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:54.008 | + functions-common:time_stop:2442 : start_time=1712339931183 2024-04-05 17:58:54.010 | + functions-common:time_stop:2444 : [[ -z 1712339931183 ]] 2024-04-05 17:58:54.012 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:54.015 | + functions-common:time_stop:2447 : end_time=1712339934013 2024-04-05 17:58:54.016 | + functions-common:time_stop:2448 : elapsed_time=2830 2024-04-05 17:58:54.018 | + functions-common:time_stop:2449 : total=25318 2024-04-05 17:58:54.020 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:54.021 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28148 2024-04-05 17:58:54.023 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 17:58:54.025 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:58:54.026 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:58:54.028 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:58:54.030 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:58:54.031 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:58:54.033 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:58:54.035 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:58:54.036 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:58:54.038 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:58:54.042 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339934039 2024-04-05 17:58:54.043 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 17:58:54.297 | Note: switching to 'FETCH_HEAD'. 2024-04-05 17:58:54.297 | 2024-04-05 17:58:54.297 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 17:58:54.297 | changes and commit them, and you can discard any commits you make in this 2024-04-05 17:58:54.297 | state without impacting any branches by switching back to a branch. 2024-04-05 17:58:54.297 | 2024-04-05 17:58:54.297 | If you want to create a new branch to retain commits you create, you may 2024-04-05 17:58:54.298 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 17:58:54.298 | 2024-04-05 17:58:54.298 | git switch -c 2024-04-05 17:58:54.298 | 2024-04-05 17:58:54.298 | Or undo this operation with: 2024-04-05 17:58:54.298 | 2024-04-05 17:58:54.298 | git switch - 2024-04-05 17:58:54.298 | 2024-04-05 17:58:54.298 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 17:58:54.298 | 2024-04-05 17:58:54.298 | HEAD is now at ee607d8 Merge "[OVN] The L3 scheduler does not use all chassis by default" into stable/2023.1 2024-04-05 17:58:54.302 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:58:54.304 | + functions-common:time_stop:2435 : local name 2024-04-05 17:58:54.306 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:58:54.307 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:58:54.309 | + functions-common:time_stop:2438 : local total 2024-04-05 17:58:54.311 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:58:54.312 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:58:54.314 | + functions-common:time_stop:2442 : start_time=1712339934039 2024-04-05 17:58:54.316 | + functions-common:time_stop:2444 : [[ -z 1712339934039 ]] 2024-04-05 17:58:54.318 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:58:54.321 | + functions-common:time_stop:2447 : end_time=1712339934319 2024-04-05 17:58:54.323 | + functions-common:time_stop:2448 : elapsed_time=280 2024-04-05 17:58:54.324 | + functions-common:time_stop:2449 : total=28148 2024-04-05 17:58:54.326 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:58:54.328 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28428 2024-04-05 17:58:54.329 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-04-05 17:58:54.339 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-04-05 17:58:54.341 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 17:58:54.341 | + functions-common:git_clone:696 : head -1 2024-04-05 17:58:54.344 | ee607d8 Merge "[OVN] The L3 scheduler does not use all chassis by default" into stable/2023.1 2024-04-05 17:58:54.346 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 17:58:54.348 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-04-05 17:58:54.350 | + inc/python:setup_develop:334 : local bindep 2024-04-05 17:58:54.351 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-04-05 17:58:54.353 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-04-05 17:58:54.355 | + inc/python:setup_develop:340 : local extras= 2024-04-05 17:58:54.357 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-04-05 17:58:54.359 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 17:58:54.360 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-04-05 17:58:54.362 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-04-05 17:58:54.364 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 17:58:54.365 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 17:58:54.368 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-04-05 17:58:54.369 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 17:58:54.372 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-04-05 17:58:54.374 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 17:58:54.376 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 17:58:54.378 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-04-05 17:58:54.383 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-04-05 17:58:54.385 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-04-05 17:58:54.694 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-04-05 17:58:54.696 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 17:58:54.698 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 17:58:54.700 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 17:58:54.702 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-04-05 17:58:54.704 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-04-05 17:58:54.705 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 17:58:54.707 | + inc/python:setup_package:424 : local extras= 2024-04-05 17:58:54.709 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 17:58:54.710 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 17:58:54.712 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 17:58:54.714 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 17:58:54.716 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 17:58:54.718 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-04-05 17:58:54.733 | Using python 3.10 to install /opt/stack/neutron 2024-04-05 17:58:54.735 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-04-05 17:58:55.661 | Obtaining file:///opt/stack/neutron 2024-04-05 17:58:55.661 | Preparing metadata (setup.py): started 2024-04-05 17:58:56.269 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 17:58:56.342 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.2) 2024-04-05 17:58:56.343 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.5.2) 2024-04-05 17:58:56.343 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.1.1) 2024-04-05 17:58:56.344 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.5.1) 2024-04-05 17:58:56.345 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.4.41) 2024-04-05 17:58:56.346 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.8.7) 2024-04-05 17:58:56.347 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.8.1) 2024-04-05 17:58:56.347 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.5.0) 2024-04-05 17:58:56.348 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-05 17:58:56.349 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (0.33.1) 2024-04-05 17:58:56.350 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.4.1) 2024-04-05 17:58:56.350 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (0.20.4) 2024-04-05 17:58:56.351 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.2) 2024-04-05 17:58:56.352 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (10.2.0) 2024-04-05 17:58:56.353 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (0.8.0) 2024-04-05 17:58:56.353 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev15) (0.11.0) 2024-04-05 17:58:56.472 | Collecting neutron-lib>=3.4.2 2024-04-05 17:58:56.478 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-04-05 17:58:56.486 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (1.0.1) 2024-04-05 17:58:56.514 | Collecting os-ken>=2.2.0 2024-04-05 17:58:56.533 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-04-05 17:58:56.572 | Collecting os-resource-classes>=1.1.0 2024-04-05 17:58:56.575 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-04-05 17:58:56.636 | Collecting os-vif>=3.1.0 2024-04-05 17:58:56.639 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-04-05 17:58:56.642 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.3.1) 2024-04-05 17:58:56.643 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-05 17:58:56.644 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (9.1.1) 2024-04-05 17:58:56.644 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-05 17:58:56.645 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (12.3.2) 2024-04-05 17:58:56.646 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (6.0.0) 2024-04-05 17:58:56.647 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.2.0) 2024-04-05 17:58:56.647 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (14.2.4) 2024-04-05 17:58:56.648 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-05 17:58:56.649 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (4.1.1) 2024-04-05 17:58:56.650 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.0) 2024-04-05 17:58:56.650 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.0.0) 2024-04-05 17:58:56.651 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (7.0.1) 2024-04-05 17:58:56.652 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.1.1) 2024-04-05 17:58:56.653 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.1) 2024-04-05 17:58:56.654 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.1.1) 2024-04-05 17:58:56.654 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (6.1.0) 2024-04-05 17:58:56.655 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.1.0) 2024-04-05 17:58:56.656 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.4.3) 2024-04-05 17:58:56.677 | Collecting ovs>=2.10.0 2024-04-05 17:58:56.677 | Using cached ovs-2.17.7-py3-none-any.whl 2024-04-05 17:58:56.728 | Collecting ovsdbapp>=2.2.1 2024-04-05 17:58:56.730 | Using cached ovsdbapp-2.2.1-py3-none-any.whl (134 kB) 2024-04-05 17:58:56.733 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (21.3) 2024-04-05 17:58:56.734 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.11.1) 2024-04-05 17:58:56.770 | Collecting pecan>=1.4.0 2024-04-05 17:58:56.770 | Using cached pecan-1.4.2-py3-none-any.whl 2024-04-05 17:58:56.776 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.9.2) 2024-04-05 17:58:56.777 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (22.1.0) 2024-04-05 17:58:56.824 | Collecting pyroute2>=0.7.3 2024-04-05 17:58:56.830 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-04-05 17:58:56.888 | Collecting python-designateclient>=2.7.0 2024-04-05 17:58:56.891 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-04-05 17:58:56.956 | Collecting python-neutronclient>=7.8.0 2024-04-05 17:58:56.962 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-04-05 17:58:56.970 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (18.3.0) 2024-04-05 17:58:56.971 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (2.28.1) 2024-04-05 17:58:56.972 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (5.0.0) 2024-04-05 17:58:56.974 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (6.3.1) 2024-04-05 17:58:56.975 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev15) (3.2.0) 2024-04-05 17:58:56.983 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev15) (1.2.3) 2024-04-05 17:58:56.988 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev15) (1.14.1) 2024-04-05 17:58:56.996 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev15) (2.2.1) 2024-04-05 17:58:56.997 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev15) (1.1.3) 2024-04-05 17:58:56.998 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev15) (1.16.0) 2024-04-05 17:58:57.008 | 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.dev15) (3.0.9) 2024-04-05 17:58:57.011 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev15) (2.1.1) 2024-04-05 17:58:57.036 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev15) (1.1.0) 2024-04-05 17:58:57.036 | 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.dev15) (1.7.0) 2024-04-05 17:58:57.059 | 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.dev15) (5.1.0) 2024-04-05 17:58:57.061 | 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.dev15) (3.1.1) 2024-04-05 17:58:57.158 | Collecting setproctitle>=1.1.10 2024-04-05 17:58:57.160 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-04-05 17:58:57.190 | Collecting os-traits>=0.9.0 2024-04-05 17:58:57.192 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-04-05 17:58:57.206 | 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.dev15) (1.1.8) 2024-04-05 17:58:57.207 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.32) 2024-04-05 17:58:57.209 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.4.0) 2024-04-05 17:58:57.210 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (38.0.2) 2024-04-05 17:58:57.211 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.4.4) 2024-04-05 17:58:57.211 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (1.0.1) 2024-04-05 17:58:57.212 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev15) (6.0) 2024-04-05 17:58:57.219 | 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.dev15) (1.0.4) 2024-04-05 17:58:57.242 | Collecting ncclient>=0.6.13 2024-04-05 17:58:57.242 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-04-05 17:58:57.293 | 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.dev15) (0.18) 2024-04-05 17:58:57.311 | 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.dev15) (1.5.0) 2024-04-05 17:58:57.336 | 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.dev15) (2.0.1) 2024-04-05 17:58:57.337 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev15) (0.5.0) 2024-04-05 17:58:57.338 | 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.dev15) (0.13.0) 2024-04-05 17:58:57.361 | 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.dev15) (0.9.6) 2024-04-05 17:58:57.362 | 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.dev15) (2.8.2) 2024-04-05 17:58:57.386 | 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.dev15) (5.1.1) 2024-04-05 17:58:57.387 | 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.dev15) (5.2.0) 2024-04-05 17:58:57.388 | 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.dev15) (5.2.4) 2024-04-05 17:58:57.389 | 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.dev15) (0.6.0) 2024-04-05 17:58:57.399 | 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.dev15) (3.3.0) 2024-04-05 17:58:57.400 | 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.dev15) (4.0.0) 2024-04-05 17:58:57.418 | 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.dev15) (1.15.1) 2024-04-05 17:58:57.463 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev15) (2022.4) 2024-04-05 17:58:57.475 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev15) (4.0.1) 2024-04-05 17:58:57.477 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev15) (1.4.0) 2024-04-05 17:58:57.486 | 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.dev15) (3.4.1) 2024-04-05 17:58:57.560 | Collecting sortedcontainers 2024-04-05 17:58:57.563 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-04-05 17:58:57.588 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev15) (59.6.0) 2024-04-05 17:58:57.631 | Collecting logutils>=0.3 2024-04-05 17:58:57.631 | Using cached logutils-0.3.5-py3-none-any.whl 2024-04-05 17:58:57.710 | Collecting osc-lib>=1.8.0 2024-04-05 17:58:57.712 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-04-05 17:58:57.715 | 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.dev15) (4.16.0) 2024-04-05 17:58:57.715 | 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.dev15) (4.2.0) 2024-04-05 17:58:57.897 | Collecting simplejson>=3.5.1 2024-04-05 17:58:57.900 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-04-05 17:58:57.943 | Collecting os-client-config>=1.28.0 2024-04-05 17:58:57.945 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-04-05 17:58:57.973 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (2020.6.20) 2024-04-05 17:58:57.974 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (3.4) 2024-04-05 17:58:57.975 | 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.dev15) (1.26.12) 2024-04-05 17:58:57.976 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev15) (2.1.1) 2024-04-05 17:58:57.988 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev15) (0.7) 2024-04-05 17:58:58.109 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev15) (0.13.1) 2024-04-05 17:58:58.135 | 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.dev15) (5.0.0) 2024-04-05 17:58:58.182 | 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.dev15) (2.21) 2024-04-05 17:58:58.205 | 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.dev15) (0.5.1) 2024-04-05 17:58:58.206 | 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.dev15) (5.0.0) 2024-04-05 17:58:58.207 | 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.dev15) (2.4.2) 2024-04-05 17:58:58.361 | 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.dev15) (22.1.0) 2024-04-05 17:58:58.362 | 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.dev15) (0.18.1) 2024-04-05 17:58:58.450 | 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.dev15) (2.11.0) 2024-04-05 17:58:58.451 | 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.dev15) (4.9.1) 2024-04-05 17:58:58.517 | 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.dev15) (0.14.1) 2024-04-05 17:58:58.534 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev15) (0.2.5) 2024-04-05 17:58:58.722 | 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.dev15) (0.5.2) 2024-04-05 17:58:58.722 | 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.dev15) (0.4.3) 2024-04-05 17:58:58.766 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev15) (2.5.0) 2024-04-05 17:58:58.926 | 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.dev15) (1.8.2) 2024-04-05 17:58:58.956 | 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.dev15) (3.8.1) 2024-04-05 17:58:59.001 | 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.dev15) (1.5.0) 2024-04-05 17:58:59.665 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2024-04-05 17:58:59.666 | Attempting uninstall: sortedcontainers 2024-04-05 17:58:59.668 | Found existing installation: sortedcontainers 2.1.0 2024-04-05 17:58:59.669 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:58:59.670 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-04-05 17:59:00.067 | Attempting uninstall: ovs 2024-04-05 17:59:00.069 | Found existing installation: ovs 2.17.9 2024-04-05 17:59:00.070 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 17:59:00.070 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-04-05 17:59:02.323 | Running setup.py develop for neutron 2024-04-05 17:59:03.419 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.1 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-04-05 17:59:03.419 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 17:59:03.553 | + inc/python:pip_install:196 : result=0 2024-04-05 17:59:03.555 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 17:59:03.557 | + functions-common:time_stop:2435 : local name 2024-04-05 17:59:03.558 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:59:03.560 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:59:03.562 | + functions-common:time_stop:2438 : local total 2024-04-05 17:59:03.563 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:59:03.565 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 17:59:03.566 | + functions-common:time_stop:2442 : start_time=1712339934729 2024-04-05 17:59:03.568 | + functions-common:time_stop:2444 : [[ -z 1712339934729 ]] 2024-04-05 17:59:03.570 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:59:03.573 | + functions-common:time_stop:2447 : end_time=1712339943571 2024-04-05 17:59:03.575 | + functions-common:time_stop:2448 : elapsed_time=8842 2024-04-05 17:59:03.577 | + functions-common:time_stop:2449 : total=58281 2024-04-05 17:59:03.578 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:59:03.580 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=67123 2024-04-05 17:59:03.582 | + inc/python:pip_install:199 : return 0 2024-04-05 17:59:03.584 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 17:59:03.586 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-05 17:59:03.587 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-05 17:59:03.601 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-05 17:59:03.611 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-04-05 17:59:03.612 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-04-05 17:59:03.614 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:59:03.616 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:59:03.618 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-04-05 17:59:03.619 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:59:03.621 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-04-05 17:59:03.623 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 17:59:03.625 | + stack.sh:main:960 : is_service_enabled nova 2024-04-05 17:59:03.638 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 17:59:03.639 | + stack.sh:main:962 : stack_install_service nova 2024-04-05 17:59:03.641 | + lib/stack:stack_install_service:20 : local service=nova 2024-04-05 17:59:03.643 | + lib/stack:stack_install_service:21 : type install_nova 2024-04-05 17:59:03.644 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 17:59:03.646 | + lib/stack:stack_install_service:32 : install_nova 2024-04-05 17:59:03.648 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-04-05 17:59:03.650 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-04-05 17:59:03.651 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 17:59:03.653 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 17:59:03.654 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-04-05 17:59:03.656 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 17:59:03.658 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-04-05 17:59:03.669 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:59:03.671 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-04-05 17:59:03.682 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:59:03.684 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-04-05 17:59:03.695 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 17:59:03.697 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/22/913222/1 2024-04-05 17:59:03.699 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-04-05 17:59:03.700 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-04-05 17:59:03.702 | + functions-common:git_clone:614 : local git_ref=refs/changes/22/913222/1 2024-04-05 17:59:03.703 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 17:59:03.705 | ++ functions-common:git_clone:616 : pwd 2024-04-05 17:59:03.707 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 17:59:03.709 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 17:59:03.711 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 17:59:03.722 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 17:59:03.724 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 17:59:03.726 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 17:59:03.727 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 17:59:03.729 | + functions-common:git_clone:633 : echo refs/changes/22/913222/1 2024-04-05 17:59:03.729 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 17:59:03.733 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-04-05 17:59:03.735 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-04-05 17:59:03.736 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-04-05 17:59:03.738 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:59:03.739 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:59:03.741 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:59:03.742 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:59:03.744 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:59:03.745 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:59:03.747 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:59:03.748 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:59:03.750 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:59:03.753 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339943751 2024-04-05 17:59:03.755 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-04-05 17:59:03.757 | Cloning into '/opt/stack//nova'... 2024-04-05 17:59:08.533 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 17:59:08.535 | + functions-common:time_stop:2435 : local name 2024-04-05 17:59:08.537 | + functions-common:time_stop:2436 : local end_time 2024-04-05 17:59:08.538 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 17:59:08.540 | + functions-common:time_stop:2438 : local total 2024-04-05 17:59:08.541 | + functions-common:time_stop:2439 : local start_time 2024-04-05 17:59:08.543 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 17:59:08.545 | + functions-common:time_stop:2442 : start_time=1712339943751 2024-04-05 17:59:08.546 | + functions-common:time_stop:2444 : [[ -z 1712339943751 ]] 2024-04-05 17:59:08.548 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 17:59:08.551 | + functions-common:time_stop:2447 : end_time=1712339948549 2024-04-05 17:59:08.553 | + functions-common:time_stop:2448 : elapsed_time=4798 2024-04-05 17:59:08.554 | + functions-common:time_stop:2449 : total=28428 2024-04-05 17:59:08.556 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 17:59:08.558 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=33226 2024-04-05 17:59:08.559 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-04-05 17:59:08.561 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/22/913222/1 2024-04-05 17:59:08.562 | + functions-common:git_timed:720 : local count=0 2024-04-05 17:59:08.564 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 17:59:08.566 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 17:59:08.567 | + functions-common:git_timed:724 : timeout=0 2024-04-05 17:59:08.569 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 17:59:08.570 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 17:59:08.572 | + functions-common:time_start:2422 : local start_time= 2024-04-05 17:59:08.573 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 17:59:08.575 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 17:59:08.578 | + functions-common:time_start:2426 : _TIME_START[$name]=1712339948577 2024-04-05 17:59:08.580 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/22/913222/1 2024-04-05 18:00:09.318 | From https://opendev.org/openstack/nova 2024-04-05 18:00:09.318 | * branch refs/changes/22/913222/1 -> FETCH_HEAD 2024-04-05 18:00:09.322 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:00:09.324 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:09.326 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:09.328 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:09.329 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:09.331 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:09.332 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:00:09.334 | + functions-common:time_stop:2442 : start_time=1712339948577 2024-04-05 18:00:09.335 | + functions-common:time_stop:2444 : [[ -z 1712339948577 ]] 2024-04-05 18:00:09.338 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:09.340 | + functions-common:time_stop:2447 : end_time=1712340009338 2024-04-05 18:00:09.342 | + functions-common:time_stop:2448 : elapsed_time=60761 2024-04-05 18:00:09.344 | + functions-common:time_stop:2449 : total=33226 2024-04-05 18:00:09.345 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:09.347 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93987 2024-04-05 18:00:09.349 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-04-05 18:00:09.651 | Note: switching to 'FETCH_HEAD'. 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 18:00:09.651 | changes and commit them, and you can discard any commits you make in this 2024-04-05 18:00:09.651 | state without impacting any branches by switching back to a branch. 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | If you want to create a new branch to retain commits you create, you may 2024-04-05 18:00:09.651 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | git switch -c 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | Or undo this operation with: 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | git switch - 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 18:00:09.651 | 2024-04-05 18:00:09.651 | HEAD is now at b60ff8ca5a Add cpuset_reserved helper to instance NUMA topology 2024-04-05 18:00:09.656 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-04-05 18:00:09.668 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-04-05 18:00:09.670 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 18:00:09.670 | + functions-common:git_clone:696 : head -1 2024-04-05 18:00:09.673 | b60ff8ca5a Add cpuset_reserved helper to instance NUMA topology 2024-04-05 18:00:09.675 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 18:00:09.677 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-04-05 18:00:09.679 | + inc/python:setup_develop:334 : local bindep 2024-04-05 18:00:09.681 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-04-05 18:00:09.682 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-04-05 18:00:09.684 | + inc/python:setup_develop:340 : local extras= 2024-04-05 18:00:09.686 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-04-05 18:00:09.688 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 18:00:09.689 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-04-05 18:00:09.691 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-04-05 18:00:09.692 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 18:00:09.694 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 18:00:09.696 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-04-05 18:00:09.698 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 18:00:09.700 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-04-05 18:00:09.701 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 18:00:09.703 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 18:00:09.705 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-04-05 18:00:09.710 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-04-05 18:00:09.711 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-04-05 18:00:10.027 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-04-05 18:00:10.029 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 18:00:10.031 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 18:00:10.033 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 18:00:10.035 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-04-05 18:00:10.036 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-04-05 18:00:10.038 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 18:00:10.040 | + inc/python:setup_package:424 : local extras= 2024-04-05 18:00:10.042 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 18:00:10.043 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 18:00:10.045 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 18:00:10.047 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 18:00:10.048 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 18:00:10.050 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-04-05 18:00:10.065 | Using python 3.10 to install /opt/stack/nova 2024-04-05 18:00:10.067 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-04-05 18:00:11.001 | Obtaining file:///opt/stack/nova 2024-04-05 18:00:11.002 | Preparing metadata (setup.py): started 2024-04-05 18:00:13.911 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 18:00:13.999 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.1.2) 2024-04-05 18:00:14.001 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.5.2) 2024-04-05 18:00:14.001 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.1.1) 2024-04-05 18:00:14.002 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.4.1) 2024-04-05 18:00:14.003 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (6.0) 2024-04-05 18:00:14.004 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.5.1) 2024-04-05 18:00:14.004 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.4.41) 2024-04-05 18:00:14.005 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.8.7) 2024-04-05 18:00:14.006 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.8.1) 2024-04-05 18:00:14.007 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (4.1.0) 2024-04-05 18:00:14.008 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (38.0.2) 2024-04-05 18:00:14.008 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (0.2.3) 2024-04-05 18:00:14.009 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.1.1) 2024-04-05 18:00:14.010 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (0.33.1) 2024-04-05 18:00:14.011 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.4.1) 2024-04-05 18:00:14.012 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.1.3) 2024-04-05 18:00:14.012 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.1.0) 2024-04-05 18:00:14.013 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (4.16.0) 2024-04-05 18:00:14.014 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.1.2) 2024-04-05 18:00:14.015 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (10.2.0) 2024-04-05 18:00:14.016 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (4.9.1) 2024-04-05 18:00:14.106 | Collecting microversion-parse>=0.2.1 2024-04-05 18:00:14.108 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-04-05 18:00:14.111 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (0.8.0) 2024-04-05 18:00:14.112 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60228) (0.11.0) 2024-04-05 18:00:14.113 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.0.1) 2024-04-05 18:00:14.113 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (6.2.3) 2024-04-05 18:00:14.114 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.1.0) 2024-04-05 18:00:14.115 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.7.0) 2024-04-05 18:00:14.116 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.10.0) 2024-04-05 18:00:14.117 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.1.1) 2024-04-05 18:00:14.118 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.3.1) 2024-04-05 18:00:14.118 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.1.1) 2024-04-05 18:00:14.119 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (9.1.1) 2024-04-05 18:00:14.120 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.1.1) 2024-04-05 18:00:14.121 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (12.3.2) 2024-04-05 18:00:14.122 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (6.0.0) 2024-04-05 18:00:14.123 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.1.0) 2024-04-05 18:00:14.124 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.2.0) 2024-04-05 18:00:14.125 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (14.2.4) 2024-04-05 18:00:14.125 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.1.1) 2024-04-05 18:00:14.126 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (4.1.1) 2024-04-05 18:00:14.148 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.1.0) 2024-04-05 18:00:14.149 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.0.0) 2024-04-05 18:00:14.150 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (7.0.1) 2024-04-05 18:00:14.151 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.1.1) 2024-04-05 18:00:14.152 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.1.1) 2024-04-05 18:00:14.152 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.1.1) 2024-04-05 18:00:14.153 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (6.1.0) 2024-04-05 18:00:14.154 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.1.0) 2024-04-05 18:00:14.155 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (21.3) 2024-04-05 18:00:14.156 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.11.0) 2024-04-05 18:00:14.156 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.11.1) 2024-04-05 18:00:14.157 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.9.2) 2024-04-05 18:00:14.158 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (9.3.0) 2024-04-05 18:00:14.159 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.8.2) 2024-04-05 18:00:14.160 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (4.3.1) 2024-04-05 18:00:14.160 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (9.0.0) 2024-04-05 18:00:14.161 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (2.28.1) 2024-04-05 18:00:14.162 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.3.3) 2024-04-05 18:00:14.163 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (1.5.0) 2024-04-05 18:00:14.164 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (0.13.0) 2024-04-05 18:00:14.164 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (5.0.0) 2024-04-05 18:00:14.165 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60228) (3.2.0) 2024-04-05 18:00:14.186 | Collecting websockify>=0.9.0 2024-04-05 18:00:14.186 | Using cached websockify-0.10.0-py3-none-any.whl 2024-04-05 18:00:14.197 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60228) (1.2.3) 2024-04-05 18:00:14.207 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60228) (5.5.0) 2024-04-05 18:00:14.225 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60228) (1.15.1) 2024-04-05 18:00:14.238 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60228) (1.16.0) 2024-04-05 18:00:14.239 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60228) (2.2.1) 2024-04-05 18:00:14.247 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60228) (2.1.1) 2024-04-05 18:00:14.265 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60228) (0.18.1) 2024-04-05 18:00:14.266 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60228) (22.1.0) 2024-04-05 18:00:14.313 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60228) (5.1.0) 2024-04-05 18:00:14.315 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60228) (3.1.1) 2024-04-05 18:00:14.339 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60228) (1.32) 2024-04-05 18:00:14.340 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60228) (1.1.8) 2024-04-05 18:00:14.340 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60228) (1.4.4) 2024-04-05 18:00:14.341 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60228) (1.4.0) 2024-04-05 18:00:14.342 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60228) (1.0.1) 2024-04-05 18:00:14.353 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60228) (5.9.0) 2024-04-05 18:00:14.355 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60228) (6.3.1) 2024-04-05 18:00:14.374 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60228) (0.7.3) 2024-04-05 18:00:14.375 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60228) (2.2.1) 2024-04-05 18:00:14.377 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60228) (2.5.0) 2024-04-05 18:00:14.401 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60228) (0.18) 2024-04-05 18:00:14.444 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60228) (2.0.1) 2024-04-05 18:00:14.446 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60228) (0.5.0) 2024-04-05 18:00:14.477 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60228) (0.9.6) 2024-04-05 18:00:14.503 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60228) (5.1.1) 2024-04-05 18:00:14.504 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60228) (5.2.0) 2024-04-05 18:00:14.505 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60228) (0.6.0) 2024-04-05 18:00:14.507 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60228) (5.2.4) 2024-04-05 18:00:14.517 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60228) (3.3.0) 2024-04-05 18:00:14.518 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60228) (4.0.0) 2024-04-05 18:00:14.542 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60228) (1.0.4) 2024-04-05 18:00:14.566 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60228) (2022.4) 2024-04-05 18:00:14.579 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60228) (4.0.1) 2024-04-05 18:00:14.580 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60228) (1.4.0) 2024-04-05 18:00:14.599 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60228) (3.0.9) 2024-04-05 18:00:14.639 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60228) (1.5.0) 2024-04-05 18:00:14.649 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60228) (59.6.0) 2024-04-05 18:00:14.701 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60228) (0.2.5) 2024-04-05 18:00:14.749 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60228) (2.0.1) 2024-04-05 18:00:14.750 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60228) (22.1.0) 2024-04-05 18:00:14.751 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60228) (1.14.1) 2024-04-05 18:00:14.767 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (2.7.0) 2024-04-05 18:00:14.769 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (2.1.0) 2024-04-05 18:00:14.771 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (3.17.6) 2024-04-05 18:00:14.772 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (4.2.0) 2024-04-05 18:00:14.796 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60228) (2020.6.20) 2024-04-05 18:00:14.797 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60228) (3.4) 2024-04-05 18:00:14.798 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60228) (1.26.12) 2024-04-05 18:00:14.799 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60228) (2.1.1) 2024-04-05 18:00:14.830 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60228) (0.7) 2024-04-05 18:00:14.909 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60228) (0.4.3) 2024-04-05 18:00:14.909 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60228) (0.5.2) 2024-04-05 18:00:14.953 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60228) (0.13.1) 2024-04-05 18:00:15.387 | Collecting numpy 2024-04-05 18:00:15.488 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-04-05 18:00:15.582 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60228) (5.0.0) 2024-04-05 18:00:15.664 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60228) (2.21) 2024-04-05 18:00:15.689 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (5.0.0) 2024-04-05 18:00:15.690 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (0.5.1) 2024-04-05 18:00:15.691 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (2.4.2) 2024-04-05 18:00:15.899 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60228) (0.14.1) 2024-04-05 18:00:15.913 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60228) (2.17.7) 2024-04-05 18:00:16.186 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60228) (2.5.0) 2024-04-05 18:00:16.375 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (1.8.2) 2024-04-05 18:00:16.406 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60228) (3.8.1) 2024-04-05 18:00:16.422 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60228) (2.4.0) 2024-04-05 18:00:17.006 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-04-05 18:00:18.882 | Running setup.py develop for nova 2024-04-05 18:00:22.348 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-04-05 18:00:22.349 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:00:22.483 | + inc/python:pip_install:196 : result=0 2024-04-05 18:00:22.485 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:00:22.486 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:22.488 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:22.490 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:22.491 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:22.493 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:22.494 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:00:22.496 | + functions-common:time_stop:2442 : start_time=1712340010061 2024-04-05 18:00:22.497 | + functions-common:time_stop:2444 : [[ -z 1712340010061 ]] 2024-04-05 18:00:22.499 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:22.502 | + functions-common:time_stop:2447 : end_time=1712340022501 2024-04-05 18:00:22.504 | + functions-common:time_stop:2448 : elapsed_time=12440 2024-04-05 18:00:22.506 | + functions-common:time_stop:2449 : total=67123 2024-04-05 18:00:22.507 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:22.509 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79563 2024-04-05 18:00:22.511 | + inc/python:pip_install:199 : return 0 2024-04-05 18:00:22.512 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 18:00:22.514 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-04-05 18:00:22.516 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-04-05 18:00:22.529 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-04-05 18:00:22.539 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-04-05 18:00:22.541 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-04-05 18:00:22.542 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 18:00:22.544 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 18:00:22.546 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-04-05 18:00:22.548 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 18:00:22.549 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-04-05 18:00:22.560 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 18:00:22.562 | + stack.sh:main:963 : configure_nova 2024-04-05 18:00:22.564 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-04-05 18:00:22.573 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-04-05 18:00:22.575 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-04-05 18:00:22.576 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-04-05 18:00:22.579 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-04-05 18:00:22.579 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-04-05 18:00:22.582 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-04-05 18:00:22.584 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-04-05 18:00:22.586 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-04-05 18:00:22.587 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-04-05 18:00:22.589 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-04-05 18:00:22.591 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-04-05 18:00:22.592 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-04-05 18:00:22.594 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-04-05 18:00:22.603 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-04-05 18:00:22.612 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2024-04-05 18:00:22.621 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-04-05 18:00:22.630 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-04-05 18:00:22.639 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-04-05 18:00:22.641 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-04-05 18:00:22.645 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.lPS6wNBacO 2024-04-05 18:00:22.647 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-04-05 18:00:22.649 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-04-05 18:00:22.651 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-04-05 18:00:22.652 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-04-05 18:00:22.654 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-04-05 18:00:22.656 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.lPS6wNBacO 2024-04-05 18:00:22.658 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.lPS6wNBacO 2024-04-05 18:00:22.668 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.lPS6wNBacO /etc/sudoers.d/nova-rootwrap 2024-04-05 18:00:22.677 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-04-05 18:00:22.681 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-04-05 18:00:22.683 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-04-05 18:00:22.684 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-04-05 18:00:22.686 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-04-05 18:00:22.688 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-04-05 18:00:22.690 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-04-05 18:00:22.692 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-04-05 18:00:22.694 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-04-05 18:00:22.697 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-04-05 18:00:22.710 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:22.711 | + lib/nova:configure_nova:356 : create_nova_conf 2024-04-05 18:00:22.713 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-04-05 18:00:22.716 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-04-05 18:00:22.718 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-04-05 18:00:22.742 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-04-05 18:00:22.743 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-04-05 18:00:22.769 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-04-05 18:00:22.793 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-04-05 18:00:22.814 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-04-05 18:00:22.837 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-04-05 18:00:22.861 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-04-05 18:00:22.888 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-04-05 18:00:22.910 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-04-05 18:00:22.931 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-04-05 18:00:22.952 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-04-05 18:00:22.974 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-04-05 18:00:22.996 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-04-05 18:00:23.019 | + lib/nova:create_nova_conf:451 : is_fedora 2024-04-05 18:00:23.021 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 18:00:23.022 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 18:00:23.024 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 18:00:23.026 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 18:00:23.027 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 18:00:23.029 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 18:00:23.031 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 18:00:23.032 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 18:00:23.034 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 18:00:23.036 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 18:00:23.037 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 18:00:23.039 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 18:00:23.041 | + lib/nova:create_nova_conf:451 : is_suse 2024-04-05 18:00:23.042 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 18:00:23.044 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 18:00:23.046 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 18:00:23.047 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 18:00:23.049 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 18:00:23.051 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 18:00:23.052 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-04-05 18:00:23.064 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:23.066 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:00:23.067 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-04-05 18:00:23.069 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-04-05 18:00:23.071 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-04-05 18:00:23.073 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-04-05 18:00:23.075 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-04-05 18:00:23.076 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 18:00:23.078 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:23.080 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 18:00:23.091 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:23.093 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 18:00:23.095 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-04-05 18:00:23.097 | + 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&plugin=dbcounter' 2024-04-05 18:00:23.121 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-04-05 18:00:23.123 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-04-05 18:00:23.125 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-04-05 18:00:23.127 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-04-05 18:00:23.129 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 18:00:23.130 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:23.132 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 18:00:23.144 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:23.145 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 18:00:23.147 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-04-05 18:00:23.149 | + 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&plugin=dbcounter' 2024-04-05 18:00:23.172 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-04-05 18:00:23.195 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-04-05 18:00:23.217 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-04-05 18:00:23.238 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-04-05 18:00:23.250 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:23.251 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-04-05 18:00:23.263 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:23.265 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-04-05 18:00:23.266 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-04-05 18:00:23.269 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-04-05 18:00:23.271 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-04-05 18:00:23.292 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:23.294 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:23.296 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-04-05 18:00:23.319 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-04-05 18:00:23.340 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-04-05 18:00:23.353 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:23.354 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-04-05 18:00:23.356 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-04-05 18:00:23.358 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-05 18:00:23.359 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 18:00:23.361 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-04-05 18:00:23.384 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-04-05 18:00:23.405 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-05 18:00:23.429 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-04-05 18:00:23.450 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-04-05 18:00:23.472 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-04-05 18:00:23.493 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-04-05 18:00:23.516 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-04-05 18:00:23.539 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 18:00:23.562 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 18:00:23.584 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-04-05 18:00:23.596 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:23.597 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-04-05 18:00:23.599 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-04-05 18:00:23.623 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-04-05 18:00:23.644 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-04-05 18:00:23.666 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-04-05 18:00:23.688 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-04-05 18:00:23.710 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-04-05 18:00:23.732 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-04-05 18:00:23.754 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-04-05 18:00:23.775 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-04-05 18:00:23.787 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:23.789 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-04-05 18:00:23.790 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-04-05 18:00:23.812 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-04-05 18:00:23.837 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-04-05 18:00:23.838 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-04-05 18:00:23.860 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-04-05 18:00:23.862 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-04-05 18:00:23.864 | + lib/nova:create_nova_conf:526 : is_suse 2024-04-05 18:00:23.866 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 18:00:23.867 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 18:00:23.869 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 18:00:23.871 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 18:00:23.872 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 18:00:23.874 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 18:00:23.876 | + lib/nova:create_nova_conf:526 : is_fedora 2024-04-05 18:00:23.878 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 18:00:23.879 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 18:00:23.881 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 18:00:23.883 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 18:00:23.885 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 18:00:23.887 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 18:00:23.889 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 18:00:23.891 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 18:00:23.893 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 18:00:23.894 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 18:00:23.896 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 18:00:23.898 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 18:00:23.900 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-04-05 18:00:23.902 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-04-05 18:00:23.904 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-04-05 18:00:23.906 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 18:00:23.918 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 18:00:23.920 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 18:00:23.922 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:23.924 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 18:00:23.925 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 18:00:23.948 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:00:23.969 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:00:23.991 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 18:00:24.013 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-04-05 18:00:24.037 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-04-05 18:00:24.049 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:24.051 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-04-05 18:00:24.053 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-04-05 18:00:24.054 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-04-05 18:00:24.056 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-04-05 18:00:24.058 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 18:00:24.060 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 18:00:24.062 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-04-05 18:00:24.065 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-04-05 18:00:24.067 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 18:00:24.068 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 18:00:24.079 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 18:00:24.080 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 18:00:24.086 | d /var/run/uwsgi 0755 stack root 2024-04-05 18:00:24.089 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 18:00:24.097 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-05 18:00:24.099 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-04-05 18:00:24.101 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-04-05 18:00:24.104 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-04-05 18:00:24.127 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-04-05 18:00:24.148 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-04-05 18:00:24.169 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-04-05 18:00:24.191 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 18:00:24.213 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 18:00:24.234 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-04-05 18:00:24.256 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-04-05 18:00:24.277 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-04-05 18:00:24.299 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-05 18:00:24.320 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 18:00:24.342 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 18:00:24.363 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-04-05 18:00:24.385 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 18:00:24.387 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 18:00:24.389 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-04-05 18:00:24.391 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-04-05 18:00:24.393 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 18:00:24.395 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:24.397 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:24.399 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-05 18:00:24.401 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-05 18:00:24.402 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-04-05 18:00:24.424 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 18:00:24.446 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-04-05 18:00:24.446 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-05 18:00:24.452 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-04-05 18:00:24.455 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-04-05 18:00:24.457 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-04-05 18:00:24.458 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 18:00:24.460 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 18:00:24.462 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 18:00:24.464 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:24.466 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:24.467 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 18:00:24.469 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 18:00:24.471 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:24.473 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:24.475 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-04-05 18:00:24.507 | Enabling site nova-api-wsgi. 2024-04-05 18:00:24.510 | To activate the new configuration, you need to run: 2024-04-05 18:00:24.510 | systemctl reload apache2 2024-04-05 18:00:24.513 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 18:00:24.515 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 18:00:24.517 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 18:00:24.519 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 18:00:24.631 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-04-05 18:00:24.643 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:24.645 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-04-05 18:00:24.647 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-04-05 18:00:24.648 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-04-05 18:00:24.650 | + lib/apache:write_uwsgi_config:256 : local url= 2024-04-05 18:00:24.651 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-04-05 18:00:24.653 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 18:00:24.656 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-04-05 18:00:24.658 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-04-05 18:00:24.660 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 18:00:24.662 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 18:00:24.672 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 18:00:24.672 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 18:00:24.678 | d /var/run/uwsgi 0755 stack root 2024-04-05 18:00:24.681 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 18:00:24.689 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-05 18:00:24.692 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-04-05 18:00:24.694 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-04-05 18:00:24.697 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-04-05 18:00:24.720 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-04-05 18:00:24.741 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-04-05 18:00:24.763 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-04-05 18:00:24.784 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 18:00:24.806 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 18:00:24.829 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-04-05 18:00:24.851 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-04-05 18:00:24.873 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-04-05 18:00:24.895 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-05 18:00:24.918 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 18:00:24.940 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 18:00:24.962 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-04-05 18:00:24.984 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-04-05 18:00:24.985 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-04-05 18:00:25.007 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-04-05 18:00:25.018 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:25.020 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-04-05 18:00:25.044 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-04-05 18:00:25.046 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-04-05 18:00:25.048 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-04-05 18:00:25.060 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.061 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:00:25.064 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:00:25.086 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-04-05 18:00:25.109 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-04-05 18:00:25.111 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-04-05 18:00:25.112 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-04-05 18:00:25.114 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 18:00:25.116 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 18:00:25.117 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 18:00:25.128 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.130 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 18:00:25.132 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 18:00:25.134 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 18:00:25.146 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.147 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:00:25.149 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:00:25.173 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 18:00:25.175 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 18:00:25.176 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-04-05 18:00:25.198 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-04-05 18:00:25.220 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-04-05 18:00:25.244 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-04-05 18:00:25.255 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:25.257 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-04-05 18:00:25.278 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-04-05 18:00:25.280 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-04-05 18:00:25.282 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-04-05 18:00:25.305 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-04-05 18:00:25.327 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-04-05 18:00:25.348 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-04-05 18:00:25.370 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-04-05 18:00:25.391 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-04-05 18:00:25.413 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-04-05 18:00:25.434 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-04-05 18:00:25.456 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-04-05 18:00:25.478 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-04-05 18:00:25.489 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.491 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-04-05 18:00:25.494 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-05 18:00:25.496 | + lib/nova:create_nova_conf:574 : local conf 2024-04-05 18:00:25.497 | + lib/nova:create_nova_conf:575 : local vhost 2024-04-05 18:00:25.499 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-04-05 18:00:25.501 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-05 18:00:25.503 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-05 18:00:25.505 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-04-05 18:00:25.507 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-04-05 18:00:25.508 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-04-05 18:00:25.511 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-04-05 18:00:25.513 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-04-05 18:00:25.515 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-04-05 18:00:25.517 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-04-05 18:00:25.518 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 18:00:25.520 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:25.522 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 18:00:25.534 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.536 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 18:00:25.537 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-04-05 18:00:25.540 | + 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&plugin=dbcounter' 2024-04-05 18:00:25.563 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-04-05 18:00:25.587 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-04-05 18:00:25.610 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:00:25.612 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-04-05 18:00:25.614 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-04-05 18:00:25.615 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-04-05 18:00:25.617 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 18:00:25.619 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 18:00:25.620 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 18:00:25.631 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.633 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 18:00:25.635 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 18:00:25.637 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 18:00:25.648 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.650 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:00:25.652 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:00:25.673 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 18:00:25.675 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 18:00:25.676 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-04-05 18:00:25.678 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-04-05 18:00:25.680 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-04-05 18:00:25.681 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 18:00:25.694 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 18:00:25.696 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 18:00:25.697 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:25.699 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 18:00:25.700 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 18:00:25.723 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:00:25.744 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:00:25.766 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 18:00:25.789 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:00:25.790 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-04-05 18:00:25.792 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-04-05 18:00:25.794 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-04-05 18:00:25.796 | + lib/nova:configure_console_proxies:724 : offset=0 2024-04-05 18:00:25.798 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-04-05 18:00:25.809 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:25.811 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-04-05 18:00:25.813 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-04-05 18:00:25.825 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:25.827 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-04-05 18:00:25.839 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:25.840 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-04-05 18:00:25.853 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:25.855 | + stack.sh:main:966 : is_service_enabled placement 2024-04-05 18:00:25.867 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:25.869 | + stack.sh:main:968 : stack_install_service placement 2024-04-05 18:00:25.871 | + lib/stack:stack_install_service:20 : local service=placement 2024-04-05 18:00:25.873 | + lib/stack:stack_install_service:21 : type install_placement 2024-04-05 18:00:25.875 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 18:00:25.877 | + lib/stack:stack_install_service:32 : install_placement 2024-04-05 18:00:25.879 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-04-05 18:00:25.881 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-04-05 18:00:25.883 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:25.885 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:25.887 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-04-05 18:00:25.889 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 18:00:25.891 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 18:00:25.892 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 18:00:25.894 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 18:00:25.896 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 18:00:25.898 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 18:00:25.900 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:25.901 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:25.903 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 18:00:25.905 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:25.907 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 18:00:25.909 | + functions-common:apt_get_update:1186 : return 2024-04-05 18:00:25.911 | + functions-common:install_package:1460 : real_install_package apache2 2024-04-05 18:00:25.912 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 18:00:25.914 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:25.916 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:25.918 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-04-05 18:00:25.934 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-04-05 18:00:25.989 | Reading package lists... 2024-04-05 18:00:26.179 | Building dependency tree... 2024-04-05 18:00:26.180 | Reading state information... 2024-04-05 18:00:26.359 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 18:00:26.359 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 18:00:26.364 | + functions-common:apt_get:1230 : result=0 2024-04-05 18:00:26.366 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 18:00:26.368 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:26.370 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:26.371 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:26.373 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:26.375 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:26.377 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 18:00:26.379 | + functions-common:time_stop:2442 : start_time=1712340025932 2024-04-05 18:00:26.380 | + functions-common:time_stop:2444 : [[ -z 1712340025932 ]] 2024-04-05 18:00:26.382 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:26.386 | + functions-common:time_stop:2447 : end_time=1712340026384 2024-04-05 18:00:26.388 | + functions-common:time_stop:2448 : elapsed_time=452 2024-04-05 18:00:26.389 | + functions-common:time_stop:2449 : total=9551 2024-04-05 18:00:26.391 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:26.393 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10003 2024-04-05 18:00:26.395 | + functions-common:apt_get:1234 : return 0 2024-04-05 18:00:26.397 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-04-05 18:00:26.399 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-04-05 18:00:26.401 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-04-05 18:00:26.403 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-04-05 18:00:26.404 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-04-05 18:00:26.418 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-04-05 18:00:26.420 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 18:00:26.421 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 18:00:26.423 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 18:00:26.425 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 18:00:26.427 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 18:00:26.429 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 18:00:26.431 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:26.433 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:26.434 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 18:00:26.436 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:26.438 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 18:00:26.440 | + functions-common:apt_get_update:1186 : return 2024-04-05 18:00:26.442 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-04-05 18:00:26.444 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 18:00:26.446 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:26.448 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:26.450 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-04-05 18:00:26.466 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-04-05 18:00:26.521 | Reading package lists... 2024-04-05 18:00:26.701 | Building dependency tree... 2024-04-05 18:00:26.702 | Reading state information... 2024-04-05 18:00:26.878 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-04-05 18:00:26.878 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 18:00:26.882 | + functions-common:apt_get:1230 : result=0 2024-04-05 18:00:26.884 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 18:00:26.886 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:26.888 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:26.891 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:26.892 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:26.894 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:26.896 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 18:00:26.898 | + functions-common:time_stop:2442 : start_time=1712340026464 2024-04-05 18:00:26.900 | + functions-common:time_stop:2444 : [[ -z 1712340026464 ]] 2024-04-05 18:00:26.902 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:26.905 | + functions-common:time_stop:2447 : end_time=1712340026903 2024-04-05 18:00:26.907 | + functions-common:time_stop:2448 : elapsed_time=439 2024-04-05 18:00:26.909 | + functions-common:time_stop:2449 : total=10003 2024-04-05 18:00:26.911 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:26.912 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10442 2024-04-05 18:00:26.914 | + functions-common:apt_get:1234 : return 0 2024-04-05 18:00:26.916 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-04-05 18:00:26.918 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-04-05 18:00:26.920 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 18:00:26.922 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:26.924 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:26.926 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-04-05 18:00:26.928 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-04-05 18:00:26.955 | wsgi (enabled by maintainer script) 2024-04-05 18:00:26.958 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-04-05 18:00:26.960 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-04-05 18:00:26.962 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 18:00:26.964 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-04-05 18:00:26.967 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-04-05 18:00:26.969 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 18:00:26.972 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 18:00:26.972 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-04-05 18:00:26.977 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-04-05 18:00:26.979 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-04-05 18:00:26.981 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-04-05 18:00:26.983 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-04-05 18:00:26.985 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-04-05 18:00:27.002 | Using python 3.10 to install osc-placement 2024-04-05 18:00:27.004 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-04-05 18:00:28.131 | Collecting osc-placement 2024-04-05 18:00:28.133 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-04-05 18:00:28.140 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-04-05 18:00:28.141 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-04-05 18:00:28.142 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-04-05 18:00:28.142 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-04-05 18:00:28.143 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-04-05 18:00:28.168 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-04-05 18:00:28.169 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-04-05 18:00:28.170 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-04-05 18:00:28.171 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-04-05 18:00:28.172 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-04-05 18:00:28.178 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-04-05 18:00:28.178 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-04-05 18:00:28.179 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-04-05 18:00:28.185 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-04-05 18:00:28.186 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-04-05 18:00:28.187 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-04-05 18:00:28.188 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2024-04-05 18:00:28.189 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-04-05 18:00:28.189 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-04-05 18:00:28.197 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-04-05 18:00:28.197 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-04-05 18:00:28.198 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-04-05 18:00:28.199 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-04-05 18:00:28.200 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-04-05 18:00:28.203 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-04-05 18:00:28.218 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-04-05 18:00:28.219 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-04-05 18:00:28.220 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-04-05 18:00:28.220 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-04-05 18:00:28.221 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-04-05 18:00:28.223 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-04-05 18:00:28.223 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-04-05 18:00:28.242 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-04-05 18:00:28.243 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-04-05 18:00:28.244 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-04-05 18:00:28.245 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-04-05 18:00:28.300 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-04-05 18:00:28.301 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-04-05 18:00:28.301 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-04-05 18:00:28.320 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-04-05 18:00:28.347 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-04-05 18:00:28.408 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-04-05 18:00:29.234 | Installing collected packages: osc-placement 2024-04-05 18:00:29.311 | Successfully installed osc-placement-4.1.0 2024-04-05 18:00:29.311 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:00:29.421 | + inc/python:pip_install:196 : result=0 2024-04-05 18:00:29.423 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:00:29.425 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:29.427 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:29.429 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:29.430 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:29.432 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:29.434 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:00:29.436 | + functions-common:time_stop:2442 : start_time=1712340026998 2024-04-05 18:00:29.437 | + functions-common:time_stop:2444 : [[ -z 1712340026998 ]] 2024-04-05 18:00:29.440 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:29.443 | + functions-common:time_stop:2447 : end_time=1712340029441 2024-04-05 18:00:29.445 | + functions-common:time_stop:2448 : elapsed_time=2443 2024-04-05 18:00:29.447 | + functions-common:time_stop:2449 : total=79563 2024-04-05 18:00:29.448 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:29.451 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82006 2024-04-05 18:00:29.452 | + inc/python:pip_install:199 : return 0 2024-04-05 18:00:29.454 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-04-05 18:00:29.456 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-04-05 18:00:29.458 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-04-05 18:00:29.460 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 18:00:29.461 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 18:00:29.464 | ++ functions-common:git_clone:616 : pwd 2024-04-05 18:00:29.466 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 18:00:29.468 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 18:00:29.470 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 18:00:29.482 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 18:00:29.484 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 18:00:29.486 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 18:00:29.488 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 18:00:29.490 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 18:00:29.490 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 18:00:29.494 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-04-05 18:00:29.496 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 18:00:29.498 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-04-05 18:00:29.500 | + functions-common:git_timed:720 : local count=0 2024-04-05 18:00:29.502 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 18:00:29.503 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 18:00:29.505 | + functions-common:git_timed:724 : timeout=0 2024-04-05 18:00:29.507 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 18:00:29.508 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 18:00:29.510 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:00:29.512 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:00:29.514 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:00:29.518 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340029515 2024-04-05 18:00:29.519 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-04-05 18:00:29.521 | Cloning into '/opt/stack//placement'... 2024-04-05 18:00:31.207 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:00:31.209 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:31.211 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:31.212 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:31.214 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:31.216 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:31.218 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:00:31.220 | + functions-common:time_stop:2442 : start_time=1712340029515 2024-04-05 18:00:31.221 | + functions-common:time_stop:2444 : [[ -z 1712340029515 ]] 2024-04-05 18:00:31.223 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:31.227 | + functions-common:time_stop:2447 : end_time=1712340031224 2024-04-05 18:00:31.228 | + functions-common:time_stop:2448 : elapsed_time=1709 2024-04-05 18:00:31.230 | + functions-common:time_stop:2449 : total=93987 2024-04-05 18:00:31.232 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:31.234 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95696 2024-04-05 18:00:31.236 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-04-05 18:00:31.237 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 18:00:31.239 | + functions-common:git_timed:720 : local count=0 2024-04-05 18:00:31.241 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 18:00:31.243 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 18:00:31.244 | + functions-common:git_timed:724 : timeout=0 2024-04-05 18:00:31.246 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 18:00:31.248 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 18:00:31.250 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:00:31.252 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:00:31.254 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:00:31.257 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340031255 2024-04-05 18:00:31.259 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 18:00:32.458 | From https://opendev.org/openstack/placement 2024-04-05 18:00:32.458 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 18:00:32.462 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:00:32.464 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:32.466 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:32.468 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:32.469 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:32.471 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:32.473 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:00:32.475 | + functions-common:time_stop:2442 : start_time=1712340031255 2024-04-05 18:00:32.476 | + functions-common:time_stop:2444 : [[ -z 1712340031255 ]] 2024-04-05 18:00:32.478 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:32.482 | + functions-common:time_stop:2447 : end_time=1712340032480 2024-04-05 18:00:32.483 | + functions-common:time_stop:2448 : elapsed_time=1225 2024-04-05 18:00:32.485 | + functions-common:time_stop:2449 : total=95696 2024-04-05 18:00:32.487 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:32.489 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96921 2024-04-05 18:00:32.491 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 18:00:32.492 | + functions-common:git_timed:720 : local count=0 2024-04-05 18:00:32.494 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 18:00:32.496 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 18:00:32.498 | + functions-common:git_timed:724 : timeout=0 2024-04-05 18:00:32.499 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 18:00:32.501 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 18:00:32.503 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:00:32.505 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:00:32.507 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:00:32.510 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340032508 2024-04-05 18:00:32.512 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 18:00:32.538 | Note: switching to 'FETCH_HEAD'. 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 18:00:32.538 | changes and commit them, and you can discard any commits you make in this 2024-04-05 18:00:32.538 | state without impacting any branches by switching back to a branch. 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | If you want to create a new branch to retain commits you create, you may 2024-04-05 18:00:32.538 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | git switch -c 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | Or undo this operation with: 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | git switch - 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 18:00:32.538 | 2024-04-05 18:00:32.538 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 18:00:32.541 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:00:32.543 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:32.545 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:32.547 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:32.549 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:32.550 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:32.552 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:00:32.554 | + functions-common:time_stop:2442 : start_time=1712340032508 2024-04-05 18:00:32.556 | + functions-common:time_stop:2444 : [[ -z 1712340032508 ]] 2024-04-05 18:00:32.558 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:32.561 | + functions-common:time_stop:2447 : end_time=1712340032559 2024-04-05 18:00:32.563 | + functions-common:time_stop:2448 : elapsed_time=51 2024-04-05 18:00:32.565 | + functions-common:time_stop:2449 : total=96921 2024-04-05 18:00:32.567 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:32.568 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96972 2024-04-05 18:00:32.570 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-04-05 18:00:32.580 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-04-05 18:00:32.582 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 18:00:32.582 | + functions-common:git_clone:696 : head -1 2024-04-05 18:00:32.584 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 18:00:32.587 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 18:00:32.589 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-04-05 18:00:32.590 | + inc/python:setup_develop:334 : local bindep 2024-04-05 18:00:32.592 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-04-05 18:00:32.594 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-04-05 18:00:32.596 | + inc/python:setup_develop:340 : local extras= 2024-04-05 18:00:32.598 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-04-05 18:00:32.600 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 18:00:32.602 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-04-05 18:00:32.604 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-04-05 18:00:32.606 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 18:00:32.607 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 18:00:32.609 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-04-05 18:00:32.611 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 18:00:32.614 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-04-05 18:00:32.616 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 18:00:32.618 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 18:00:32.620 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-04-05 18:00:32.624 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-04-05 18:00:32.626 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-04-05 18:00:32.944 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-04-05 18:00:32.946 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 18:00:32.948 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 18:00:32.950 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 18:00:32.952 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-04-05 18:00:32.954 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-04-05 18:00:32.956 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 18:00:32.958 | + inc/python:setup_package:424 : local extras= 2024-04-05 18:00:32.960 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 18:00:32.961 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 18:00:32.963 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 18:00:32.965 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 18:00:32.967 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 18:00:32.969 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-04-05 18:00:32.985 | Using python 3.10 to install /opt/stack/placement 2024-04-05 18:00:32.987 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-04-05 18:00:33.918 | Obtaining file:///opt/stack/placement 2024-04-05 18:00:33.919 | Preparing metadata (setup.py): started 2024-04-05 18:00:34.293 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 18:00:34.350 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-04-05 18:00:34.351 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-04-05 18:00:34.352 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-04-05 18:00:34.353 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-04-05 18:00:34.353 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-04-05 18:00:34.354 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-04-05 18:00:34.355 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-04-05 18:00:34.356 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-04-05 18:00:34.356 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-05 18:00:34.357 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-04-05 18:00:34.358 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-05 18:00:34.359 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-04-05 18:00:34.360 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-04-05 18:00:34.360 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-05 18:00:34.361 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-04-05 18:00:34.362 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-05 18:00:34.363 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-04-05 18:00:34.363 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-04-05 18:00:34.364 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-04-05 18:00:34.365 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-04-05 18:00:34.366 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-04-05 18:00:34.383 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-04-05 18:00:34.384 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-04-05 18:00:34.408 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-04-05 18:00:34.409 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-04-05 18:00:34.410 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.2) 2024-04-05 18:00:34.410 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-04-05 18:00:34.411 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-04-05 18:00:34.412 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-04-05 18:00:34.421 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-04-05 18:00:34.439 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-04-05 18:00:34.439 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-04-05 18:00:34.440 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-04-05 18:00:34.441 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-04-05 18:00:34.442 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-04-05 18:00:34.483 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-04-05 18:00:34.484 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-04-05 18:00:34.485 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-04-05 18:00:34.486 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-04-05 18:00:34.503 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-04-05 18:00:34.504 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-04-05 18:00:34.513 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-04-05 18:00:34.513 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-04-05 18:00:34.514 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-04-05 18:00:34.525 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-04-05 18:00:34.526 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-04-05 18:00:34.531 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-04-05 18:00:34.538 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-04-05 18:00:34.539 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-04-05 18:00:34.539 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-04-05 18:00:34.540 | 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) (21.3) 2024-04-05 18:00:34.551 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-04-05 18:00:34.552 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-04-05 18:00:34.553 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-04-05 18:00:34.553 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-04-05 18:00:34.560 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-04-05 18:00:34.622 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-04-05 18:00:34.636 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-04-05 18:00:34.678 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-04-05 18:00:34.697 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-04-05 18:00:34.723 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-04-05 18:00:34.754 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-04-05 18:00:34.772 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-04-05 18:00:34.842 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-04-05 18:00:34.843 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-04-05 18:00:34.844 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-04-05 18:00:34.869 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-04-05 18:00:35.645 | Installing collected packages: openstack-placement 2024-04-05 18:00:35.645 | Running setup.py develop for openstack-placement 2024-04-05 18:00:36.269 | Successfully installed openstack-placement 2024-04-05 18:00:36.269 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:00:36.372 | + inc/python:pip_install:196 : result=0 2024-04-05 18:00:36.374 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:00:36.376 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:36.378 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:36.380 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:36.381 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:36.383 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:36.385 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:00:36.387 | + functions-common:time_stop:2442 : start_time=1712340032981 2024-04-05 18:00:36.388 | + functions-common:time_stop:2444 : [[ -z 1712340032981 ]] 2024-04-05 18:00:36.390 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:36.394 | + functions-common:time_stop:2447 : end_time=1712340036391 2024-04-05 18:00:36.395 | + functions-common:time_stop:2448 : elapsed_time=3410 2024-04-05 18:00:36.397 | + functions-common:time_stop:2449 : total=82006 2024-04-05 18:00:36.399 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:36.400 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=85416 2024-04-05 18:00:36.402 | + inc/python:pip_install:199 : return 0 2024-04-05 18:00:36.404 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 18:00:36.406 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-05 18:00:36.408 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-05 18:00:36.422 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-05 18:00:36.432 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-04-05 18:00:36.434 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-04-05 18:00:36.436 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 18:00:36.437 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 18:00:36.439 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-04-05 18:00:36.441 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 18:00:36.443 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 18:00:36.445 | + stack.sh:main:969 : configure_placement 2024-04-05 18:00:36.446 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-04-05 18:00:36.456 | + lib/placement:configure_placement:113 : create_placement_conf 2024-04-05 18:00:36.458 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-04-05 18:00:36.461 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-04-05 18:00:36.463 | ++ lib/database:database_connection_url:134 : local db=placement 2024-04-05 18:00:36.465 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-04-05 18:00:36.467 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-04-05 18:00:36.469 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 18:00:36.470 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:36.472 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 18:00:36.485 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:36.486 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 18:00:36.488 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-04-05 18:00:36.491 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-04-05 18:00:36.516 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-04-05 18:00:36.540 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-04-05 18:00:36.569 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-04-05 18:00:36.571 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-04-05 18:00:36.573 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-04-05 18:00:36.582 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 18:00:36.584 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-04-05 18:00:36.625 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-04-05 18:00:36.654 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-05 18:00:36.679 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-04-05 18:00:36.702 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-04-05 18:00:36.726 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-04-05 18:00:36.749 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-04-05 18:00:36.772 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-04-05 18:00:36.795 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 18:00:36.819 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 18:00:36.843 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-04-05 18:00:36.844 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-04-05 18:00:36.846 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-04-05 18:00:36.848 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 18:00:36.861 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 18:00:36.863 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 18:00:36.865 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:36.867 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 18:00:36.869 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 18:00:36.892 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:00:36.916 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:00:36.939 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 18:00:36.962 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-04-05 18:00:36.964 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-04-05 18:00:36.966 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-04-05 18:00:36.968 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-04-05 18:00:36.969 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-04-05 18:00:36.971 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 18:00:36.973 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 18:00:36.975 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-04-05 18:00:36.979 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-04-05 18:00:36.981 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 18:00:36.983 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 18:00:36.993 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 18:00:36.994 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 18:00:37.003 | d /var/run/uwsgi 0755 stack root 2024-04-05 18:00:37.006 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 18:00:37.014 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-04-05 18:00:37.018 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-04-05 18:00:37.020 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-04-05 18:00:37.023 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-04-05 18:00:37.050 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-04-05 18:00:37.074 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-04-05 18:00:37.098 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-04-05 18:00:37.122 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 18:00:37.145 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 18:00:37.168 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-04-05 18:00:37.192 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-04-05 18:00:37.216 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-04-05 18:00:37.240 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-04-05 18:00:37.263 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 18:00:37.286 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 18:00:37.309 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-04-05 18:00:37.332 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 18:00:37.334 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 18:00:37.337 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-04-05 18:00:37.338 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-04-05 18:00:37.340 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 18:00:37.342 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:37.344 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:37.345 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-04-05 18:00:37.348 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-04-05 18:00:37.350 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-04-05 18:00:37.373 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 18:00:37.397 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-04-05 18:00:37.397 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-04-05 18:00:37.404 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-04-05 18:00:37.407 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-04-05 18:00:37.409 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-04-05 18:00:37.411 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 18:00:37.413 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 18:00:37.415 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 18:00:37.416 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:37.418 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:37.420 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 18:00:37.422 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 18:00:37.424 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:37.426 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:37.427 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-04-05 18:00:37.466 | Enabling site placement-api. 2024-04-05 18:00:37.470 | To activate the new configuration, you need to run: 2024-04-05 18:00:37.470 | systemctl reload apache2 2024-04-05 18:00:37.474 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 18:00:37.476 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 18:00:37.478 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 18:00:37.480 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 18:00:37.574 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:37.576 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:37.578 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-04-05 18:00:37.604 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-04-05 18:00:37.628 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-04-05 18:00:37.641 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:37.643 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-04-05 18:00:37.656 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:37.658 | + stack.sh:main:977 : is_service_enabled n-sch 2024-04-05 18:00:37.670 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:37.672 | + stack.sh:main:978 : configure_placement_nova_compute 2024-04-05 18:00:37.674 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-04-05 18:00:37.676 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-04-05 18:00:37.701 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-04-05 18:00:37.726 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-04-05 18:00:37.750 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-04-05 18:00:37.774 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-04-05 18:00:37.797 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-04-05 18:00:37.821 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-04-05 18:00:37.845 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-04-05 18:00:37.868 | + stack.sh:main:982 : is_service_enabled horizon 2024-04-05 18:00:37.881 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:37.883 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-04-05 18:00:37.896 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:00:37.898 | + stack.sh:main:995 : run_phase stack install 2024-04-05 18:00:37.900 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 18:00:37.902 | + functions-common:run_phase:1864 : local phase=install 2024-04-05 18:00:37.903 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 18:00:37.905 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 18:00:37.907 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 18:00:37.909 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 18:00:37.911 | + functions-common:run_phase:1873 : local extra 2024-04-05 18:00:37.913 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 18:00:37.917 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 18:00:37.919 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 18:00:37.921 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 18:00:37.923 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-04-05 18:00:37.925 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 18:00:37.937 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:37.939 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:00:37.941 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:00:37.942 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-04-05 18:00:37.944 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-04-05 18:00:37.946 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:00:37.948 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-04-05 18:00:37.950 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-04-05 18:00:37.951 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-04-05 18:00:37.998 | ++ inc/async:async_inner:63 : install_tempest 2024-04-05 18:00:38.028 | [3441 Async install_tempest:27363]: running: install_tempest 2024-04-05 18:00:38.030 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 18:00:38.032 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 18:00:38.034 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:00:38.036 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-05 18:00:38.038 | + functions-common:run_phase:1890 : run_plugins stack install 2024-04-05 18:00:38.040 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 18:00:38.043 | + functions-common:run_plugins:1850 : local phase=install 2024-04-05 18:00:38.045 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 18:00:38.047 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 18:00:38.049 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 18:00:38.052 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 18:00:38.054 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 18:00:38.056 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-04-05 18:00:38.058 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:00:38.060 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:00:38.062 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-04-05 18:00:38.065 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-04-05 18:00:38.067 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:00:38.069 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-04-05 18:00:38.071 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-04-05 18:00:38.073 | ++ inc/python:setup_develop:334 : local bindep 2024-04-05 18:00:38.075 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-04-05 18:00:38.077 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-04-05 18:00:38.079 | ++ inc/python:setup_develop:340 : local extras= 2024-04-05 18:00:38.081 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-04-05 18:00:38.083 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 18:00:38.085 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-04-05 18:00:38.087 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-04-05 18:00:38.089 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 18:00:38.091 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 18:00:38.093 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-04-05 18:00:38.095 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 18:00:38.098 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-04-05 18:00:38.099 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 18:00:38.101 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 18:00:38.103 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-04-05 18:00:38.108 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-04-05 18:00:38.110 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-04-05 18:00:38.423 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-04-05 18:00:38.425 | ++ inc/python:setup_package:414 : local bindep=0 2024-04-05 18:00:38.427 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-04-05 18:00:38.429 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 18:00:38.431 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-04-05 18:00:38.433 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-04-05 18:00:38.435 | ++ inc/python:setup_package:423 : local flags=-e 2024-04-05 18:00:38.437 | ++ inc/python:setup_package:424 : local extras= 2024-04-05 18:00:38.439 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 18:00:38.441 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 18:00:38.443 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 18:00:38.444 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 18:00:38.446 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 18:00:38.448 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-04-05 18:00:38.464 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-04-05 18:00:38.466 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-04-05 18:00:39.407 | Obtaining file:///opt/stack/networking-nsx-t 2024-04-05 18:00:39.408 | Preparing metadata (setup.py): started 2024-04-05 18:00:39.803 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 18:00:39.954 | Collecting Babel>=1.3 2024-04-05 18:00:40.008 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-04-05 18:00:40.056 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (22.1.0) 2024-04-05 18:00:40.079 | Collecting ipaddress 2024-04-05 18:00:40.081 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-04-05 18:00:40.083 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.8.0) 2024-04-05 18:00:40.084 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.4.2) 2024-04-05 18:00:40.084 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.1.1) 2024-04-05 18:00:40.085 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (6.0.0) 2024-04-05 18:00:40.086 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.2.0) 2024-04-05 18:00:40.087 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-04-05 18:00:40.088 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.1.1) 2024-04-05 18:00:40.088 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (6.1.0) 2024-04-05 18:00:40.090 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.11.1) 2024-04-05 18:00:40.090 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.14.1) 2024-04-05 18:00:40.091 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.0.0) 2024-04-05 18:00:40.205 | Collecting ratelimiter 2024-04-05 18:00:40.208 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-04-05 18:00:40.209 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.2.0) 2024-04-05 18:00:40.211 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev22) (2022.4) 2024-04-05 18:00:40.228 | 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.dev22) (3.4.3) 2024-04-05 18:00:40.229 | 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.dev22) (1.3.2) 2024-04-05 18:00:40.230 | 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.dev22) (4.1.1) 2024-04-05 18:00:40.230 | 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.dev22) (2.10.0) 2024-04-05 18:00:40.231 | 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.dev22) (1.4.41) 2024-04-05 18:00:40.232 | 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.dev22) (2.6.0) 2024-04-05 18:00:40.233 | 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.dev22) (5.1.2) 2024-04-05 18:00:40.234 | 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.dev22) (5.1.1) 2024-04-05 18:00:40.234 | 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.dev22) (3.1.0) 2024-04-05 18:00:40.236 | 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.dev22) (1.8.7) 2024-04-05 18:00:40.237 | 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.dev22) (5.0.0) 2024-04-05 18:00:40.237 | 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.dev22) (1.4.2) 2024-04-05 18:00:40.238 | 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.dev22) (5.1.1) 2024-04-05 18:00:40.240 | 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.dev22) (14.2.4) 2024-04-05 18:00:40.240 | 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.dev22) (12.3.2) 2024-04-05 18:00:40.260 | 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.dev22) (1.5.0) 2024-04-05 18:00:40.261 | 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.dev22) (2.28.1) 2024-04-05 18:00:40.262 | 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.dev22) (2.5.0) 2024-04-05 18:00:40.263 | 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.dev22) (6.0) 2024-04-05 18:00:40.304 | 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.dev22) (2.8.2) 2024-04-05 18:00:40.306 | 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.dev22) (0.9.6) 2024-04-05 18:00:40.312 | 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.dev22) (1.0.4) 2024-04-05 18:00:40.322 | 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.dev22) (1.1.3) 2024-04-05 18:00:40.324 | 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.dev22) (2.1.1) 2024-04-05 18:00:40.325 | 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.dev22) (3.5.2) 2024-04-05 18:00:40.325 | 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.dev22) (4.0.1) 2024-04-05 18:00:40.326 | 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.dev22) (1.4.0) 2024-04-05 18:00:40.327 | 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.dev22) (0.33.1) 2024-04-05 18:00:40.328 | 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.dev22) (2.5.1) 2024-04-05 18:00:40.335 | 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.dev22) (21.3) 2024-04-05 18:00:40.335 | 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.dev22) (1.1.0) 2024-04-05 18:00:40.336 | 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.dev22) (3.0.9) 2024-04-05 18:00:40.337 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (0.11.0) 2024-04-05 18:00:40.381 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.1.0) 2024-04-05 18:00:40.382 | 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.dev22) (2.1.0) 2024-04-05 18:00:40.383 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.7.0) 2024-04-05 18:00:40.385 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (4.2.0) 2024-04-05 18:00:40.386 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.17.6) 2024-04-05 18:00:40.417 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (0.18) 2024-04-05 18:00:40.418 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (2.4.1) 2024-04-05 18:00:40.420 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (0.13.1) 2024-04-05 18:00:40.421 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (6.3.1) 2024-04-05 18:00:40.428 | 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.dev22) (5.0.0) 2024-04-05 18:00:40.429 | 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.dev22) (0.5.1) 2024-04-05 18:00:40.430 | 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.dev22) (3.4.1) 2024-04-05 18:00:40.431 | 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.dev22) (2.4.2) 2024-04-05 18:00:40.436 | 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.dev22) (1.14.1) 2024-04-05 18:00:40.442 | 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.dev22) (1.16.0) 2024-04-05 18:00:40.443 | 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.dev22) (2.2.1) 2024-04-05 18:00:40.487 | 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.dev22) (1.7.0) 2024-04-05 18:00:40.497 | 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.dev22) (1.0.1) 2024-04-05 18:00:40.507 | 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.dev22) (2.17.7) 2024-04-05 18:00:40.508 | 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.dev22) (0.6.13) 2024-04-05 18:00:40.554 | 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.dev22) (2.0.1) 2024-04-05 18:00:40.555 | 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.dev22) (0.13.0) 2024-04-05 18:00:40.556 | 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.dev22) (0.5.0) 2024-04-05 18:00:40.557 | 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.dev22) (1.8.1) 2024-04-05 18:00:40.583 | 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.dev22) (5.1.1) 2024-04-05 18:00:40.584 | 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.dev22) (5.1.1) 2024-04-05 18:00:40.585 | 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.dev22) (5.2.4) 2024-04-05 18:00:40.586 | 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.dev22) (5.2.0) 2024-04-05 18:00:40.587 | 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.dev22) (0.6.0) 2024-04-05 18:00:40.642 | 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.dev22) (59.6.0) 2024-04-05 18:00:40.658 | 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.dev22) (1.2.3) 2024-04-05 18:00:40.659 | 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.dev22) (0.3.5) 2024-04-05 18:00:40.713 | 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.dev22) (1.26.12) 2024-04-05 18:00:40.714 | 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.dev22) (2020.6.20) 2024-04-05 18:00:40.715 | 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.dev22) (3.4) 2024-04-05 18:00:40.716 | 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.dev22) (2.1.1) 2024-04-05 18:00:40.733 | 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.dev22) (0.7) 2024-04-05 18:00:40.872 | 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.dev22) (5.0.0) 2024-04-05 18:00:40.928 | 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.dev22) (1.8.2) 2024-04-05 18:00:40.929 | 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.dev22) (0.2.5) 2024-04-05 18:00:40.978 | 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.dev22) (3.8.1) 2024-04-05 18:00:41.022 | 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.dev22) (2.1.1) 2024-04-05 18:00:41.033 | 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.dev22) (4.9.1) 2024-04-05 18:00:41.034 | 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.dev22) (2.11.0) 2024-04-05 18:00:41.051 | 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.dev22) (1.32) 2024-04-05 18:00:41.053 | 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.dev22) (1.4.0) 2024-04-05 18:00:41.054 | 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.dev22) (1.4.4) 2024-04-05 18:00:41.054 | 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.dev22) (5.1.1) 2024-04-05 18:00:41.055 | 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.dev22) (1.1.8) 2024-04-05 18:00:41.056 | 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.dev22) (1.0.1) 2024-04-05 18:00:41.058 | 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.dev22) (38.0.2) 2024-04-05 18:00:41.118 | 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.dev22) (3.3.0) 2024-04-05 18:00:41.120 | 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.dev22) (3.1.2) 2024-04-05 18:00:41.122 | 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.dev22) (4.0.0) 2024-04-05 18:00:41.131 | 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.dev22) (2.4.0) 2024-04-05 18:00:41.174 | 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.dev22) (0.5.2) 2024-04-05 18:00:41.175 | 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.dev22) (0.4.3) 2024-04-05 18:00:41.198 | 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.dev22) (2.5.0) 2024-04-05 18:00:41.273 | 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.dev22) (1.15.1) 2024-04-05 18:00:41.364 | 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.dev22) (1.5.0) 2024-04-05 18:00:41.479 | 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.dev22) (2.21) 2024-04-05 18:00:42.041 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-04-05 18:00:42.080 | Attempting uninstall: Babel 2024-04-05 18:00:42.082 | Found existing installation: Babel 2.8.0 2024-04-05 18:00:42.083 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 18:00:42.083 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-04-05 18:00:42.451 | Running setup.py develop for networking-nsxv3 2024-04-05 18:00:43.275 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-04-05 18:00:43.276 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:00:43.398 | ++ inc/python:pip_install:196 : result=0 2024-04-05 18:00:43.400 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:00:43.402 | ++ functions-common:time_stop:2435 : local name 2024-04-05 18:00:43.403 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:43.405 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:43.407 | ++ functions-common:time_stop:2438 : local total 2024-04-05 18:00:43.409 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:43.411 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:00:43.412 | ++ functions-common:time_stop:2442 : start_time=1712340038460 2024-04-05 18:00:43.414 | ++ functions-common:time_stop:2444 : [[ -z 1712340038460 ]] 2024-04-05 18:00:43.417 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:43.420 | ++ functions-common:time_stop:2447 : end_time=1712340043418 2024-04-05 18:00:43.421 | ++ functions-common:time_stop:2448 : elapsed_time=4958 2024-04-05 18:00:43.423 | ++ functions-common:time_stop:2449 : total=85416 2024-04-05 18:00:43.425 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:43.426 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90374 2024-04-05 18:00:43.428 | ++ inc/python:pip_install:199 : return 0 2024-04-05 18:00:43.430 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 18:00:43.432 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-05 18:00:43.434 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-05 18:00:43.448 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-05 18:00:43.457 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-04-05 18:00:43.459 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-04-05 18:00:43.461 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 18:00:43.463 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 18:00:43.465 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-04-05 18:00:43.467 | ++ inc/python:use_library_from_git:249 : return 1 2024-04-05 18:00:43.469 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-04-05 18:00:43.471 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-04-05 18:00:43.472 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 18:00:43.474 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 18:00:43.476 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-04-05 18:00:43.478 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 18:00:43.480 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-04-05 18:00:43.482 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-04-05 18:00:43.484 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 18:00:43.486 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-04-05 18:00:43.488 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-04-05 18:00:43.490 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 18:00:43.494 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-04-05 18:00:43.494 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 18:00:43.498 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-04-05 18:00:43.500 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-04-05 18:00:43.502 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-04-05 18:00:43.504 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-04-05 18:00:43.506 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-04-05 18:00:43.522 | Using python 3.10 to install python-openstackclient 2024-04-05 18:00:43.524 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-04-05 18:00:44.593 | Collecting python-openstackclient 2024-04-05 18:00:44.602 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-04-05 18:00:44.621 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-04-05 18:00:44.622 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-04-05 18:00:44.622 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-04-05 18:00:44.623 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-04-05 18:00:44.624 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-04-05 18:00:44.625 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-04-05 18:00:44.625 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-04-05 18:00:44.626 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-04-05 18:00:44.627 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-04-05 18:00:44.628 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-04-05 18:00:44.628 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-04-05 18:00:44.634 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-04-05 18:00:44.634 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-04-05 18:00:44.635 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-04-05 18:00:44.636 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-04-05 18:00:44.637 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-04-05 18:00:44.648 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-04-05 18:00:44.649 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-04-05 18:00:44.650 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-04-05 18:00:44.651 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-04-05 18:00:44.651 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-04-05 18:00:44.652 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-04-05 18:00:44.653 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-04-05 18:00:44.654 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-04-05 18:00:44.654 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-04-05 18:00:44.655 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-04-05 18:00:44.662 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-04-05 18:00:44.669 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-04-05 18:00:44.670 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-04-05 18:00:44.671 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-04-05 18:00:44.672 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-04-05 18:00:44.673 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2024-04-05 18:00:44.681 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-04-05 18:00:44.690 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-04-05 18:00:44.691 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.1) 2024-04-05 18:00:44.693 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-04-05 18:00:44.752 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-04-05 18:00:44.754 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-04-05 18:00:44.754 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-04-05 18:00:44.773 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-04-05 18:00:44.778 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-04-05 18:00:44.803 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-04-05 18:00:44.860 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-04-05 18:00:44.866 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-04-05 18:00:44.898 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-04-05 18:00:44.898 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-04-05 18:00:44.899 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-04-05 18:00:44.900 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-04-05 18:00:44.944 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-04-05 18:00:45.813 | Installing collected packages: python-openstackclient 2024-04-05 18:00:46.680 | Successfully installed python-openstackclient-6.2.0 2024-04-05 18:00:46.680 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:00:46.805 | + inc/python:pip_install:196 : result=0 2024-04-05 18:00:46.810 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:00:46.812 | + functions-common:time_stop:2435 : local name 2024-04-05 18:00:46.814 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:00:46.816 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:00:46.818 | + functions-common:time_stop:2438 : local total 2024-04-05 18:00:46.822 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:00:46.824 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:00:46.826 | + functions-common:time_stop:2442 : start_time=1712340043518 2024-04-05 18:00:46.828 | + functions-common:time_stop:2444 : [[ -z 1712340043518 ]] 2024-04-05 18:00:46.830 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:00:46.834 | + functions-common:time_stop:2447 : end_time=1712340046831 2024-04-05 18:00:46.836 | + functions-common:time_stop:2448 : elapsed_time=3313 2024-04-05 18:00:46.837 | + functions-common:time_stop:2449 : total=90374 2024-04-05 18:00:46.839 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:00:46.841 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93687 2024-04-05 18:00:46.843 | + inc/python:pip_install:199 : return 0 2024-04-05 18:00:46.845 | + stack.sh:main:1007 : install_oscwrap 2024-04-05 18:00:46.847 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-04-05 18:00:46.851 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.bzPVI45l0V 2024-04-05 18:00:46.853 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-04-05 18:00:46.855 | + functions-common:install_oscwrap:2486 : unalias -a 2024-04-05 18:00:46.857 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-04-05 18:00:46.859 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-04-05 18:00:46.861 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-05 18:00:46.863 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-04-05 18:00:46.876 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:00:46.878 | + stack.sh:main:1061 : configure_database 2024-04-05 18:00:46.880 | + lib/database:configure_database:128 : configure_database_mysql 2024-04-05 18:00:46.881 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-04-05 18:00:46.883 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-04-05 18:00:46.885 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:00:46.887 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-04-05 18:00:46.888 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-04-05 18:00:46.890 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:46.892 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:46.894 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-04-05 18:00:46.896 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-04-05 18:00:46.898 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-04-05 18:00:46.899 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-05 18:00:46.902 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-04-05 18:00:46.950 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-04-05 18:00:46.952 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 18:00:46.954 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 18:00:46.956 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 18:00:46.957 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 18:00:46.959 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 18:00:46.961 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 18:00:46.963 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 18:00:46.964 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 18:00:46.966 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 18:00:46.968 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 18:00:46.970 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 18:00:46.972 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 18:00:46.973 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-04-05 18:00:46.975 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 18:00:46.977 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 18:00:46.978 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 18:00:46.980 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 18:00:46.982 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 18:00:46.984 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 18:00:46.985 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-04-05 18:00:46.987 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:46.989 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:46.991 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-04-05 18:00:46.993 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 18:00:46.995 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-04-05 18:00:47.475 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-04-05 18:00:47.478 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:47.480 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:47.481 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-04-05 18:00:47.483 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-04-05 18:00:47.486 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-04-05 18:00:47.488 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:47.490 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:47.492 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-04-05 18:00:47.494 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-04-05 18:00:47.495 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-04-05 18:00:47.498 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:47.500 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:47.501 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-04-05 18:00:47.503 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-04-05 18:00:47.505 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-04-05 18:00:47.507 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-04-05 18:00:47.528 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-04-05 18:00:47.530 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:00:47.532 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:00:47.534 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-04-05 18:00:47.536 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-04-05 18:00:47.539 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-04-05 18:00:47.589 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-04-05 18:00:47.636 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-04-05 18:00:47.680 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-04-05 18:00:47.682 | + lib/databases/mysql:configure_database_mysql:166 : [[ True == \T\r\u\e ]] 2024-04-05 18:00:47.683 | + lib/databases/mysql:configure_database_mysql:167 : echo 'enabling MySQL performance counting' 2024-04-05 18:00:47.684 | enabling MySQL performance counting 2024-04-05 18:00:47.685 | + lib/databases/mysql:configure_database_mysql:170 : pip_install /opt/stack/devstack/tools/dbcounter 2024-04-05 18:00:47.702 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-04-05 18:00:47.704 | + 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 /opt/stack/devstack/tools/dbcounter 2024-04-05 18:00:48.673 | Processing ./tools/dbcounter 2024-04-05 18:00:49.269 | Installing build dependencies: started 2024-04-05 18:00:55.289 | Installing build dependencies: finished with status 'done' 2024-04-05 18:00:55.293 | Getting requirements to build wheel: started 2024-04-05 18:00:55.527 | Getting requirements to build wheel: finished with status 'done' 2024-04-05 18:00:55.640 | Installing backend dependencies: started 2024-04-05 18:00:58.600 | Installing backend dependencies: finished with status 'done' 2024-04-05 18:00:58.600 | Preparing metadata (pyproject.toml): started 2024-04-05 18:00:58.813 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-04-05 18:00:58.816 | Building wheels for collected packages: dbcounter 2024-04-05 18:00:58.817 | Building wheel for dbcounter (pyproject.toml): started 2024-04-05 18:00:59.054 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-04-05 18:00:59.055 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3217 sha256=4daa22f7ac8dd8a536e800588fef16b92d84823aa3779830cc7238795bba2dc8 2024-04-05 18:00:59.055 | Stored in directory: /tmp/pip-ephem-wheel-cache-un1kyjm2/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-04-05 18:00:59.058 | Successfully built dbcounter 2024-04-05 18:00:59.092 | ++ inc/async:async_inner:64 : rc=0 2024-04-05 18:00:59.110 | [27363 Async install_tempest:27363]: finished successfully 2024-04-05 18:01:00.121 | Installing collected packages: dbcounter 2024-04-05 18:01:00.165 | Successfully installed dbcounter-0.1 2024-04-05 18:01:00.165 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:01:00.294 | + inc/python:pip_install:196 : result=0 2024-04-05 18:01:00.296 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:01:00.298 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:00.300 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:00.302 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:00.304 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:00.306 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:00.308 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:01:00.310 | + functions-common:time_stop:2442 : start_time=1712340047698 2024-04-05 18:01:00.311 | + functions-common:time_stop:2444 : [[ -z 1712340047698 ]] 2024-04-05 18:01:00.314 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:00.317 | + functions-common:time_stop:2447 : end_time=1712340060315 2024-04-05 18:01:00.319 | + functions-common:time_stop:2448 : elapsed_time=12617 2024-04-05 18:01:00.321 | + functions-common:time_stop:2449 : total=93687 2024-04-05 18:01:00.323 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:00.325 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=106304 2024-04-05 18:01:00.327 | + inc/python:pip_install:199 : return 0 2024-04-05 18:01:00.329 | + lib/databases/mysql:configure_database_mysql:173 : recreate_database stats 2024-04-05 18:01:00.331 | + lib/database:recreate_database:112 : local db=stats 2024-04-05 18:01:00.332 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-04-05 18:01:00.334 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2024-04-05 18:01:00.336 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-04-05 18:01:00.345 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-04-05 18:01:00.353 | + lib/databases/mysql:configure_database_mysql:174 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2024-04-05 18:01:00.354 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-04-05 18:01:00.375 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-04-05 18:01:00.377 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-04-05 18:01:00.379 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 18:01:00.381 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-04-05 18:01:00.900 | + stack.sh:main:1065 : save_stackenv 1065 2024-04-05 18:01:00.902 | + functions-common:save_stackenv:60 : local tag=1065 2024-04-05 18:01:00.905 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-05 18:01:00.909 | + functions-common:save_stackenv:62 : time_stamp=2024-04-05-180100 2024-04-05 18:01:00.911 | + functions-common:save_stackenv:63 : echo '# 2024-04-05-180100 1065' 2024-04-05 18:01:00.914 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.915 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 18:01:00.918 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.920 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-05 18:01:00.922 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.924 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-05 18:01:00.926 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.928 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-05 18:01:00.930 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.932 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-05 18:01:00.934 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.936 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-05 18:01:00.938 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.940 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-05-175648 2024-04-05 18:01:00.942 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.943 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-05 18:01:00.946 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.948 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-05 18:01:00.950 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.952 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-05 18:01:00.954 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.956 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-05 18:01:00.958 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.961 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-05 18:01:00.963 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.965 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-05 18:01:00.967 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.969 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-05 18:01:00.971 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:01:00.973 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-05 18:01:00.975 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-04-05 18:01:00.977 | + stack.sh:main:1091 : start_dstat 2024-04-05 18:01:00.979 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-04-05 18:01:00.981 | + functions-common:run_process:1689 : local service=dstat 2024-04-05 18:01:00.984 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-04-05 18:01:00.986 | + functions-common:run_process:1691 : local group= 2024-04-05 18:01:00.988 | + functions-common:run_process:1692 : local user= 2024-04-05 18:01:00.989 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:01:00.992 | + functions-common:run_process:1695 : local name=dstat 2024-04-05 18:01:00.994 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:01:00.996 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:01:00.998 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:01:01.000 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:01:01.003 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:01:01.007 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340061004 2024-04-05 18:01:01.009 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-04-05 18:01:01.024 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:01.026 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:01:01.028 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:01.030 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:01.032 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:01.034 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:01.036 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:01.038 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:01:01.041 | + functions-common:time_stop:2442 : start_time=1712340061004 2024-04-05 18:01:01.043 | + functions-common:time_stop:2444 : [[ -z 1712340061004 ]] 2024-04-05 18:01:01.045 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:01.049 | + functions-common:time_stop:2447 : end_time=1712340061046 2024-04-05 18:01:01.051 | + functions-common:time_stop:2448 : elapsed_time=42 2024-04-05 18:01:01.053 | + functions-common:time_stop:2449 : total=0 2024-04-05 18:01:01.055 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:01.058 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42 2024-04-05 18:01:01.060 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-04-05 18:01:01.062 | + functions-common:run_process:1689 : local service=memory_tracker 2024-04-05 18:01:01.064 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-04-05 18:01:01.066 | + functions-common:run_process:1691 : local group= 2024-04-05 18:01:01.068 | + functions-common:run_process:1692 : local user=root 2024-04-05 18:01:01.070 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:01:01.072 | + functions-common:run_process:1695 : local name=memory_tracker 2024-04-05 18:01:01.074 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:01:01.076 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:01:01.078 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:01:01.080 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:01:01.083 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:01:01.087 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340061084 2024-04-05 18:01:01.089 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-04-05 18:01:01.103 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:01.105 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:01:01.107 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:01.110 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:01.112 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:01.114 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:01.116 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:01.118 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:01:01.120 | + functions-common:time_stop:2442 : start_time=1712340061084 2024-04-05 18:01:01.122 | + functions-common:time_stop:2444 : [[ -z 1712340061084 ]] 2024-04-05 18:01:01.124 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:01.128 | + functions-common:time_stop:2447 : end_time=1712340061125 2024-04-05 18:01:01.130 | + functions-common:time_stop:2448 : elapsed_time=41 2024-04-05 18:01:01.132 | + functions-common:time_stop:2449 : total=42 2024-04-05 18:01:01.134 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:01.136 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83 2024-04-05 18:01:01.139 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-04-05 18:01:01.154 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:01.156 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-04-05 18:01:01.158 | + functions-common:run_process:1689 : local service=file_tracker 2024-04-05 18:01:01.160 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-04-05 18:01:01.162 | + functions-common:run_process:1691 : local group= 2024-04-05 18:01:01.164 | + functions-common:run_process:1692 : local user= 2024-04-05 18:01:01.166 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:01:01.168 | + functions-common:run_process:1695 : local name=file_tracker 2024-04-05 18:01:01.170 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:01:01.172 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:01:01.174 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:01:01.176 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:01:01.178 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:01:01.182 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340061180 2024-04-05 18:01:01.185 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-04-05 18:01:01.199 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:01.201 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:01:01.203 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:01.205 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:01.207 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:01.210 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:01.212 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:01.214 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:01:01.216 | + functions-common:time_stop:2442 : start_time=1712340061180 2024-04-05 18:01:01.218 | + functions-common:time_stop:2444 : [[ -z 1712340061180 ]] 2024-04-05 18:01:01.220 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:01.224 | + functions-common:time_stop:2447 : end_time=1712340061222 2024-04-05 18:01:01.226 | + functions-common:time_stop:2448 : elapsed_time=42 2024-04-05 18:01:01.228 | + functions-common:time_stop:2449 : total=83 2024-04-05 18:01:01.230 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:01.233 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=125 2024-04-05 18:01:01.235 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-04-05 18:01:01.249 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:01.251 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-04-05 18:01:01.266 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:01.268 | + stack.sh:main:1104 : start_etcd3 2024-04-05 18:01:01.270 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-04-05 18:01:01.272 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-04-05 18:01:01.274 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-04-05 18:01:01.276 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-04-05 18:01:01.278 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-04-05 18:01:01.280 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-04-05 18:01:01.282 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-04-05 18:01:01.284 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-04-05 18:01:01.286 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-04-05 18:01:01.288 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-04-05 18:01:01.290 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-04-05 18:01:01.292 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-04-05 18:01:01.294 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2024-04-05 18:01:01.296 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-04-05 18:01:01.298 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-04-05 18:01:01.300 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:01:01.302 | + functions-common:write_user_unit_file:1561 : local user=root 2024-04-05 18:01:01.304 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:01:01.306 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:01:01.308 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:01:01.310 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-04-05 18:01:01.312 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:01:01.315 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-04-05 18:01:01.369 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-04-05 18:01:01.420 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-04-05 18:01:01.462 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-04-05 18:01:01.506 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-04-05 18:01:01.550 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:01:01.591 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:01:01.593 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:01:01.595 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-04-05 18:01:01.645 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:01:01.968 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-04-05 18:01:02.012 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-04-05 18:01:02.053 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-04-05 18:01:02.094 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-04-05 18:01:02.135 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-04-05 18:01:02.137 | ++ functions-common:is_arch:507 : uname -m 2024-04-05 18:01:02.141 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-04-05 18:01:02.143 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-04-05 18:01:02.440 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-04-05 18:01:02.449 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-04-05 18:01:02.753 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-04-05 18:01:03.620 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-04-05 18:01:03.634 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:03.636 | + stack.sh:main:1115 : write_clouds_yaml 2024-04-05 18:01:03.637 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-04-05 18:01:03.640 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-04-05 18:01:03.643 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-04-05 18:01:03.653 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-04-05 18:01:03.662 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-04-05 18:01:03.663 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-05 18:01:03.665 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-04-05 18:01:03.708 | The user clouds.yaml file didn't exist. 2024-04-05 18:01:03.716 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-04-05 18:01:03.771 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-04-05 18:01:03.826 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-04-05 18:01:03.881 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-04-05 18:01:03.937 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-04-05 18:01:03.996 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-04-05 18:01:04.055 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-04-05 18:01:04.116 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-04-05 18:01:04.180 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-04-05 18:01:04.245 | + functions-common:write_clouds_yaml:198 : cat 2024-04-05 18:01:04.249 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-04-05 18:01:04.251 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-04-05 18:01:04.254 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-04-05 18:01:04.258 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-04-05 18:01:04.260 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-04-05 18:01:04.262 | + stack.sh:main:1118 : is_service_enabled keystone 2024-04-05 18:01:04.274 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:04.276 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-04-05 18:01:04.278 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:01:04.280 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-04-05 18:01:04.281 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-04-05 18:01:04.283 | + stack.sh:main:1122 : init_keystone 2024-04-05 18:01:04.285 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-04-05 18:01:04.297 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:04.299 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-04-05 18:01:04.301 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-04-05 18:01:04.303 | + lib/database:recreate_database:112 : local db=keystone 2024-04-05 18:01:04.304 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-04-05 18:01:04.306 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-04-05 18:01:04.308 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-04-05 18:01:04.317 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-04-05 18:01:04.324 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-04-05 18:01:04.326 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 18:01:04.328 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:01:04.330 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:01:04.332 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:01:04.335 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340064333 2024-04-05 18:01:04.337 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-04-05 18:01:06.160 | INFO dbcounter [-] Registered counter for database keystone 2024-04-05 18:01:06.169 | 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=29835) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:01:06.172 | DEBUG dbcounter [-] [29835] Writer thread running {{(pid=29835) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:01:06.174 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:01:06.174 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:01:06.175 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 18:01:06.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.176 | 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=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.176 | 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=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.176 | 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=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 18:01:06.177 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29835) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 18:01:06.189 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:01:06.189 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:01:06.218 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-04-05 18:01:06.870 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29835) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 18:01:06.871 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-04-05 18:01:06.871 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29835) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:01:06.872 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-04-05 18:01:06.873 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29835) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 18:01:07.132 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-04-05 18:01:07.134 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:07.137 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:07.139 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:07.141 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:07.143 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:07.145 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 18:01:07.147 | + functions-common:time_stop:2442 : start_time=1712340064333 2024-04-05 18:01:07.149 | + functions-common:time_stop:2444 : [[ -z 1712340064333 ]] 2024-04-05 18:01:07.151 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:07.155 | + functions-common:time_stop:2447 : end_time=1712340067153 2024-04-05 18:01:07.157 | + functions-common:time_stop:2448 : elapsed_time=2820 2024-04-05 18:01:07.159 | + functions-common:time_stop:2449 : total=0 2024-04-05 18:01:07.161 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:07.162 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2820 2024-04-05 18:01:07.164 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-04-05 18:01:07.166 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-04-05 18:01:07.169 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-04-05 18:01:08.783 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-04-05 18:01:08.784 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-04-05 18:01:08.784 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-04-05 18:01:08.784 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-04-05 18:01:08.784 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-04-05 18:01:08.785 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-04-05 18:01:08.785 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-04-05 18:01:08.785 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-04-05 18:01:08.785 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-04-05 18:01:09.046 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-04-05 18:01:09.050 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-04-05 18:01:10.665 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-04-05 18:01:10.665 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-04-05 18:01:10.666 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-04-05 18:01:10.666 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-04-05 18:01:10.666 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-04-05 18:01:10.666 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-04-05 18:01:10.666 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-04-05 18:01:10.666 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-04-05 18:01:10.667 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-04-05 18:01:10.906 | + stack.sh:main:1123 : start_keystone 2024-04-05 18:01:10.908 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-04-05 18:01:10.910 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-04-05 18:01:10.912 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-04-05 18:01:10.924 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:10.926 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-04-05 18:01:10.928 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-04-05 18:01:10.932 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-04-05 18:01:10.934 | + functions-common:run_process:1689 : local service=keystone 2024-04-05 18:01:10.936 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:10.937 | + functions-common:run_process:1691 : local group= 2024-04-05 18:01:10.939 | + functions-common:run_process:1692 : local user= 2024-04-05 18:01:10.941 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:01:10.943 | + functions-common:run_process:1695 : local name=keystone 2024-04-05 18:01:10.945 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:01:10.946 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:01:10.948 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:01:10.950 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:01:10.952 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:01:10.955 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340070953 2024-04-05 18:01:10.957 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-04-05 18:01:10.969 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:10.971 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-04-05 18:01:10.973 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-04-05 18:01:10.975 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:10.977 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:10.978 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:10.980 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:10.982 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-04-05 18:01:10.984 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-04-05 18:01:10.986 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-04-05 18:01:10.987 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:01:10.989 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:01:10.991 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:01:10.993 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:01:10.995 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-04-05 18:01:10.997 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-04-05 18:01:10.999 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-04-05 18:01:11.000 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:11.002 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 18:01:11.003 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 18:01:11.005 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 18:01:11.007 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-04-05 18:01:11.008 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 18:01:11.011 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-04-05 18:01:11.060 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-04-05 18:01:11.108 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-04-05 18:01:11.148 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 18:01:11.189 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:01:11.229 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-04-05 18:01:11.268 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-04-05 18:01:11.307 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-04-05 18:01:11.346 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-04-05 18:01:11.387 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-04-05 18:01:11.426 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 18:01:11.428 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 18:01:11.430 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-04-05 18:01:11.479 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 18:01:11.761 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-04-05 18:01:11.771 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-04-05 18:01:12.090 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-04-05 18:01:12.170 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:01:12.172 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:12.174 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:12.176 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:12.178 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:12.180 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:12.182 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:01:12.183 | + functions-common:time_stop:2442 : start_time=1712340070953 2024-04-05 18:01:12.185 | + functions-common:time_stop:2444 : [[ -z 1712340070953 ]] 2024-04-05 18:01:12.187 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:12.190 | + functions-common:time_stop:2447 : end_time=1712340072188 2024-04-05 18:01:12.192 | + functions-common:time_stop:2448 : elapsed_time=1235 2024-04-05 18:01:12.194 | + functions-common:time_stop:2449 : total=125 2024-04-05 18:01:12.196 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:12.197 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1360 2024-04-05 18:01:12.199 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-04-05 18:01:12.199 | Waiting for keystone to start... 2024-04-05 18:01:12.201 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-04-05 18:01:12.203 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-04-05 18:01:12.205 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 18:01:12.207 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-04-05 18:01:12.209 | + functions:wait_for_service:470 : local rval=0 2024-04-05 18:01:12.210 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 18:01:12.212 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 18:01:12.214 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:01:12.216 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:01:12.218 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:01:12.221 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340072219 2024-04-05 18:01:12.223 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 18:01:12.227 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-04-05 18:01:14.578 | + :: : [[ 200 == 503 ]] 2024-04-05 18:01:14.579 | + :: : [[ 0 -eq 7 ]] 2024-04-05 18:01:14.587 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 18:01:14.589 | + functions-common:time_stop:2435 : local name 2024-04-05 18:01:14.591 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:01:14.593 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:01:14.595 | + functions-common:time_stop:2438 : local total 2024-04-05 18:01:14.597 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:01:14.599 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 18:01:14.601 | + functions-common:time_stop:2442 : start_time=1712340072219 2024-04-05 18:01:14.603 | + functions-common:time_stop:2444 : [[ -z 1712340072219 ]] 2024-04-05 18:01:14.605 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:01:14.609 | + functions-common:time_stop:2447 : end_time=1712340074606 2024-04-05 18:01:14.610 | + functions-common:time_stop:2448 : elapsed_time=2387 2024-04-05 18:01:14.612 | + functions-common:time_stop:2449 : total=0 2024-04-05 18:01:14.614 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:01:14.616 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2387 2024-04-05 18:01:14.618 | + functions:wait_for_service:478 : return 0 2024-04-05 18:01:14.620 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-04-05 18:01:14.633 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:14.636 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-04-05 18:01:14.638 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 18:01:14.640 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-04-05 18:01:14.986 | + stack.sh:main:1124 : bootstrap_keystone 2024-04-05 18:01:14.988 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-04-05 18:01:16.628 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.628 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.628 | 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=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.632 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.640 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.640 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.656 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.671 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.671 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.776 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.776 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.776 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.776 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.776 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.777 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.783 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.787 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.788 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.789 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.789 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.789 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.789 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30531) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 18:01:16.819 | INFO dbcounter [-] Registered counter for database keystone 2024-04-05 18:01:16.827 | 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=30531) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:01:16.830 | DEBUG dbcounter [-] [30531] Writer thread running {{(pid=30531) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:01:16.924 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created domain default 2024-04-05 18:01:16.946 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created project admin 2024-04-05 18:01:16.960 | WARNING keystone.common.password_hashing [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-04-05 18:01:16.961 | DEBUG passlib.handlers.bcrypt [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30531) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-04-05 18:01:16.961 | DEBUG passlib.handlers.bcrypt [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30531) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-04-05 18:01:16.996 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created user admin 2024-04-05 18:01:17.002 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created role reader 2024-04-05 18:01:17.027 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created role member 2024-04-05 18:01:17.038 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created implied role where f8f73caec08145d28b1bc5f78aced509 implies ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:17.042 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created role admin 2024-04-05 18:01:17.050 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created implied role where 34895a6b17f648d68636669d9ea9b0fa implies f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:17.055 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Granted role admin on project admin to user admin. 2024-04-05 18:01:17.058 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Granted role admin on the system to user admin. 2024-04-05 18:01:17.067 | WARNING py.warnings [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-04-05 18:01:17.067 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-04-05 18:01:17.067 |  2024-04-05 18:01:17.069 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created region RegionOne 2024-04-05 18:01:17.083 | INFO keystone.cmd.bootstrap [None req-0b8c24dd-7ce3-4ff1-86f4-1e434c358c6d None None] Created public endpoint http://10.180.1.21/identity 2024-04-05 18:01:17.404 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-04-05 18:01:17.406 | + stack.sh:main:1127 : create_keystone_accounts 2024-04-05 18:01:17.408 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-04-05 18:01:17.411 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-04-05 18:01:19.049 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:19.051 | + lib/keystone:create_keystone_accounts:315 : admin_project=b62603d9c5204f1f9e12e7331f0fec8d 2024-04-05 18:01:19.053 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-04-05 18:01:19.055 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-04-05 18:01:20.263 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:20.266 | + lib/keystone:create_keystone_accounts:317 : admin_user=44c5722e37b1412bbee76ce40aaae879 2024-04-05 18:01:20.268 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-04-05 18:01:20.269 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-04-05 18:01:20.271 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-04-05 18:01:20.273 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 44c5722e37b1412bbee76ce40aaae879 default 2024-04-05 18:01:20.318 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 44c5722e37b1412bbee76ce40aaae879 default 2024-04-05 18:01:20.345 | [3441 Async ks-domain-role:30655]: running: get_or_add_user_domain_role admin 44c5722e37b1412bbee76ce40aaae879 default 2024-04-05 18:01:20.346 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-04-05 18:01:20.348 | + functions-common:get_or_create_domain:895 : local domain_id 2024-04-05 18:01:20.350 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-04-05 18:01:21.846 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:21.848 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-04-05 18:01:21.850 | + functions-common:get_or_create_domain:901 : echo default 2024-04-05 18:01:21.850 | default 2024-04-05 18:01:21.851 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-04-05 18:01:21.898 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-04-05 18:01:21.929 | [3441 Async ks-project:30767]: running: get_or_create_project service Default 2024-04-05 18:01:21.930 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-04-05 18:01:21.976 | + inc/async:async_inner:63 : get_or_create_role service 2024-04-05 18:01:22.009 | [3441 Async ks-service:30861]: running: get_or_create_role service 2024-04-05 18:01:22.011 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-04-05 18:01:22.055 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-04-05 18:01:22.089 | [3441 Async ks-reseller:30974]: running: get_or_create_role ResellerAdmin 2024-04-05 18:01:22.090 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-04-05 18:01:22.092 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-04-05 18:01:22.140 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-04-05 18:01:22.170 | [3441 Async ks-anotherrole:31072]: running: get_or_create_role anotherrole 2024-04-05 18:01:22.172 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-04-05 18:01:22.173 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-04-05 18:01:22.175 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 18:01:22.178 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-04-05 18:01:23.387 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:23.408 | [30861 Async ks-service:30861]: finished successfully 2024-04-05 18:01:23.480 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:23.498 | [30974 Async ks-reseller:30974]: finished successfully 2024-04-05 18:01:23.624 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:23.643 | [31072 Async ks-anotherrole:31072]: finished successfully 2024-04-05 18:01:23.790 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:23.793 | ++ functions-common:get_or_create_project:951 : project_id=bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:23.795 | ++ functions-common:get_or_create_project:952 : echo bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:23.800 | + lib/keystone:create_keystone_accounts:345 : invis_project=bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:23.802 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-04-05 18:01:23.805 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-04-05 18:01:23.807 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 18:01:23.810 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-04-05 18:01:23.835 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:23.853 | [30767 Async ks-project:30767]: finished successfully 2024-04-05 18:01:24.009 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:24.026 | [30655 Async ks-domain-role:30655]: finished successfully 2024-04-05 18:01:25.173 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:25.175 | ++ functions-common:get_or_create_project:951 : project_id=7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:25.177 | ++ functions-common:get_or_create_project:952 : echo 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:25.179 | + lib/keystone:create_keystone_accounts:349 : demo_project=7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:25.181 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-04-05 18:01:25.184 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-04-05 18:01:25.186 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:25.188 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-04-05 18:01:25.189 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-04-05 18:01:25.192 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-04-05 18:01:26.552 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:26.554 | ++ functions-common:get_or_create_user:938 : user_id=2f149c0cd0b140e89786cbdd788d9301 2024-04-05 18:01:26.556 | ++ functions-common:get_or_create_user:939 : echo 2f149c0cd0b140e89786cbdd788d9301 2024-04-05 18:01:26.559 | + lib/keystone:create_keystone_accounts:352 : demo_user=2f149c0cd0b140e89786cbdd788d9301 2024-04-05 18:01:26.560 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-04-05 18:01:26.595 | [3441 Async ks-domain-role:30655]: Waiting for completion of get_or_add_user_domain_role admin 44c5722e37b1412bbee76ce40aaae879 default running on PID 30655 (6 other jobs running) 2024-04-05 18:01:26.612 | [3441 Async ks-domain-role:30655]: Signaling child to exit 2024-04-05 18:01:26.612 | WAKEUP 2024-04-05 18:01:26.628 | [3441 Async ks-domain-role:30655]: Signaled 2024-04-05 18:01:26.628 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-04-05 18:01:26.628 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 44c5722e37b1412bbee76ce40aaae879 --domain default 2024-04-05 18:01:26.628 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 44c5722e37b1412bbee76ce40aaae879 --domain default -c Role -f value 2024-04-05 18:01:26.628 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:26.628 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:26.628 | + functions-common:get_or_add_user_domain_role:1022 : echo 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:26.628 | 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:26.658 | [3441 Async ks-domain-role:30655]: finished get_or_add_user_domain_role admin 44c5722e37b1412bbee76ce40aaae879 default with result 0 in 3 seconds 2024-04-05 18:01:26.663 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-04-05 18:01:26.687 | [3441 Async ks-project:30767]: Waiting for completion of get_or_create_project service Default running on PID 30767 (5 other jobs running) 2024-04-05 18:01:26.704 | [3441 Async ks-project:30767]: Signaling child to exit 2024-04-05 18:01:26.705 | WAKEUP 2024-04-05 18:01:26.720 | [3441 Async ks-project:30767]: Signaled 2024-04-05 18:01:26.721 | + functions-common:get_or_create_project:945 : local project_id 2024-04-05 18:01:26.721 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-04-05 18:01:26.721 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:26.721 | + functions-common:get_or_create_project:951 : project_id=a63c2bef09f44bd48ea98f370eff1d5e 2024-04-05 18:01:26.721 | + functions-common:get_or_create_project:952 : echo a63c2bef09f44bd48ea98f370eff1d5e 2024-04-05 18:01:26.721 | a63c2bef09f44bd48ea98f370eff1d5e 2024-04-05 18:01:26.751 | [3441 Async ks-project:30767]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-04-05 18:01:26.776 | [3441 Async ks-service:30861]: Waiting for completion of get_or_create_role service running on PID 30861 (4 other jobs running) 2024-04-05 18:01:26.793 | [3441 Async ks-service:30861]: Signaling child to exit 2024-04-05 18:01:26.793 | WAKEUP 2024-04-05 18:01:26.808 | [3441 Async ks-service:30861]: Signaled 2024-04-05 18:01:26.809 | + functions-common:get_or_create_role:958 : local role_id 2024-04-05 18:01:26.809 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-04-05 18:01:26.809 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:26.809 | + functions-common:get_or_create_role:963 : role_id=f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:01:26.809 | + functions-common:get_or_create_role:964 : echo f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:01:26.809 | f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:01:26.839 | [3441 Async ks-service:30861]: finished get_or_create_role service with result 0 in 1 seconds 2024-04-05 18:01:26.865 | [3441 Async ks-reseller:30974]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30974 (3 other jobs running) 2024-04-05 18:01:26.882 | [3441 Async ks-reseller:30974]: Signaling child to exit 2024-04-05 18:01:26.882 | WAKEUP 2024-04-05 18:01:26.897 | [3441 Async ks-reseller:30974]: Signaled 2024-04-05 18:01:26.898 | + functions-common:get_or_create_role:958 : local role_id 2024-04-05 18:01:26.898 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-04-05 18:01:26.898 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:26.898 | + functions-common:get_or_create_role:963 : role_id=b314b012f0e44c66a5a68a2b2fda9664 2024-04-05 18:01:26.898 | + functions-common:get_or_create_role:964 : echo b314b012f0e44c66a5a68a2b2fda9664 2024-04-05 18:01:26.898 | b314b012f0e44c66a5a68a2b2fda9664 2024-04-05 18:01:26.928 | [3441 Async ks-reseller:30974]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-04-05 18:01:26.952 | [3441 Async ks-anotherrole:31072]: Waiting for completion of get_or_create_role anotherrole running on PID 31072 (2 other jobs running) 2024-04-05 18:01:26.969 | [3441 Async ks-anotherrole:31072]: Signaling child to exit 2024-04-05 18:01:26.969 | WAKEUP 2024-04-05 18:01:26.984 | [3441 Async ks-anotherrole:31072]: Signaled 2024-04-05 18:01:26.985 | + functions-common:get_or_create_role:958 : local role_id 2024-04-05 18:01:26.985 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-04-05 18:01:26.985 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:26.985 | + functions-common:get_or_create_role:963 : role_id=3612186c053842e1a71858559f714c04 2024-04-05 18:01:26.985 | + functions-common:get_or_create_role:964 : echo 3612186c053842e1a71858559f714c04 2024-04-05 18:01:26.985 | 3612186c053842e1a71858559f714c04 2024-04-05 18:01:27.015 | [3441 Async ks-anotherrole:31072]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-04-05 18:01:27.018 | + inc/async:async_wait:197 : return 0 2024-04-05 18:01:27.020 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.065 | + inc/async:async_inner:63 : get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.094 | [3441 Async ks-demo-member:31915]: running: get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.096 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 44c5722e37b1412bbee76ce40aaae879 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.141 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 44c5722e37b1412bbee76ce40aaae879 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.170 | [3441 Async ks-demo-admin:32011]: running: get_or_add_user_project_role admin 44c5722e37b1412bbee76ce40aaae879 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.171 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.217 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.246 | [3441 Async ks-demo-another:32108]: running: get_or_add_user_project_role anotherrole 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:27.248 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:27.294 | + inc/async:async_inner:63 : get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:27.324 | [3441 Async ks-demo-invis:32205]: running: get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:27.326 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-04-05 18:01:27.328 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-04-05 18:01:27.330 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:27.332 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-04-05 18:01:27.334 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-04-05 18:01:27.336 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-04-05 18:01:29.061 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:29.065 | ++ functions-common:get_or_create_user:938 : user_id=4709eb4894c345208a6995ebdddf3449 2024-04-05 18:01:29.065 | ++ functions-common:get_or_create_user:939 : echo 4709eb4894c345208a6995ebdddf3449 2024-04-05 18:01:29.068 | + lib/keystone:create_keystone_accounts:365 : demo_reader=4709eb4894c345208a6995ebdddf3449 2024-04-05 18:01:29.070 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 4709eb4894c345208a6995ebdddf3449 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:29.127 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 4709eb4894c345208a6995ebdddf3449 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:29.166 | [3441 Async ks-demo-reader:32381]: running: get_or_add_user_project_role reader 4709eb4894c345208a6995ebdddf3449 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:29.167 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-04-05 18:01:29.170 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-04-05 18:01:29.172 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 18:01:29.174 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-04-05 18:01:30.982 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:30.984 | ++ functions-common:get_or_create_project:951 : project_id=a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:30.986 | ++ functions-common:get_or_create_project:952 : echo a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:30.988 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:30.990 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-04-05 18:01:30.992 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-04-05 18:01:30.994 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:30.997 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-04-05 18:01:30.999 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-04-05 18:01:31.002 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-04-05 18:01:31.305 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:31.325 | [31915 Async ks-demo-member:31915]: finished successfully 2024-04-05 18:01:31.387 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:31.406 | [32011 Async ks-demo-admin:32011]: finished successfully 2024-04-05 18:01:31.517 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:31.537 | [32108 Async ks-demo-another:32108]: finished successfully 2024-04-05 18:01:31.792 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:31.810 | [32205 Async ks-demo-invis:32205]: finished successfully 2024-04-05 18:01:32.441 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:32.443 | ++ functions-common:get_or_create_user:938 : user_id=fb828c37d9554e58b86151464382ee38 2024-04-05 18:01:32.445 | ++ functions-common:get_or_create_user:939 : echo fb828c37d9554e58b86151464382ee38 2024-04-05 18:01:32.448 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=fb828c37d9554e58b86151464382ee38 2024-04-05 18:01:32.450 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:32.496 | + inc/async:async_inner:63 : get_or_add_user_project_role admin fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:32.525 | [3441 Async ks-alt-admin:32813]: running: get_or_add_user_project_role admin fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:32.527 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:32.572 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:32.601 | [3441 Async ks-alt-another:32909]: running: get_or_add_user_project_role anotherrole fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:32.603 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-04-05 18:01:32.605 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-04-05 18:01:32.607 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:32.609 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-04-05 18:01:32.611 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-04-05 18:01:32.614 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-04-05 18:01:33.303 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:33.320 | [32381 Async ks-demo-reader:32381]: finished successfully 2024-04-05 18:01:34.064 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:34.066 | ++ functions-common:get_or_create_user:938 : user_id=c7a0ca1d057f435a998bc49c7939b503 2024-04-05 18:01:34.068 | ++ functions-common:get_or_create_user:939 : echo c7a0ca1d057f435a998bc49c7939b503 2024-04-05 18:01:34.071 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=c7a0ca1d057f435a998bc49c7939b503 2024-04-05 18:01:34.073 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member c7a0ca1d057f435a998bc49c7939b503 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:34.122 | + inc/async:async_inner:63 : get_or_add_user_project_role member c7a0ca1d057f435a998bc49c7939b503 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:34.152 | [3441 Async ks-alt-member-user:33086]: running: get_or_add_user_project_role member c7a0ca1d057f435a998bc49c7939b503 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:34.154 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-04-05 18:01:34.157 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-04-05 18:01:34.159 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:34.161 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-04-05 18:01:34.163 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-04-05 18:01:34.165 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-04-05 18:01:35.538 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:35.541 | ++ functions-common:get_or_create_user:938 : user_id=31c1b89ef1ad4444b80f422fa6239c52 2024-04-05 18:01:35.542 | ++ functions-common:get_or_create_user:939 : echo 31c1b89ef1ad4444b80f422fa6239c52 2024-04-05 18:01:35.544 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=31c1b89ef1ad4444b80f422fa6239c52 2024-04-05 18:01:35.546 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 31c1b89ef1ad4444b80f422fa6239c52 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:35.596 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 31c1b89ef1ad4444b80f422fa6239c52 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:35.627 | [3441 Async ks-alt-reader-user:33260]: running: get_or_add_user_project_role reader 31c1b89ef1ad4444b80f422fa6239c52 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:35.629 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-04-05 18:01:35.631 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:35.633 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-04-05 18:01:35.635 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-04-05 18:01:35.638 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-04-05 18:01:36.139 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:36.157 | [32813 Async ks-alt-admin:32813]: finished successfully 2024-04-05 18:01:36.231 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:36.248 | [32909 Async ks-alt-another:32909]: finished successfully 2024-04-05 18:01:37.104 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:37.106 | ++ functions-common:get_or_create_user:938 : user_id=8623d06a6d9d4cc09d0eabf131d7b3bd 2024-04-05 18:01:37.108 | ++ functions-common:get_or_create_user:939 : echo 8623d06a6d9d4cc09d0eabf131d7b3bd 2024-04-05 18:01:37.110 | + lib/keystone:create_keystone_accounts:397 : system_member_user=8623d06a6d9d4cc09d0eabf131d7b3bd 2024-04-05 18:01:37.112 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 8623d06a6d9d4cc09d0eabf131d7b3bd all 2024-04-05 18:01:37.161 | + inc/async:async_inner:63 : get_or_add_user_system_role member 8623d06a6d9d4cc09d0eabf131d7b3bd all 2024-04-05 18:01:37.194 | [3441 Async ks-system-member:33493]: running: get_or_add_user_system_role member 8623d06a6d9d4cc09d0eabf131d7b3bd all 2024-04-05 18:01:37.197 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-04-05 18:01:37.200 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:01:37.201 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-04-05 18:01:37.203 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-04-05 18:01:37.206 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-04-05 18:01:37.790 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:37.808 | [33086 Async ks-alt-member-user:33086]: finished successfully 2024-04-05 18:01:38.591 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:38.593 | ++ functions-common:get_or_create_user:938 : user_id=9aa898c18bf549868c15b829222849f9 2024-04-05 18:01:38.596 | ++ functions-common:get_or_create_user:939 : echo 9aa898c18bf549868c15b829222849f9 2024-04-05 18:01:38.598 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=9aa898c18bf549868c15b829222849f9 2024-04-05 18:01:38.600 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 9aa898c18bf549868c15b829222849f9 all 2024-04-05 18:01:38.650 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 9aa898c18bf549868c15b829222849f9 all 2024-04-05 18:01:38.680 | [3441 Async ks-system-reader:33701]: running: get_or_add_user_system_role reader 9aa898c18bf549868c15b829222849f9 all 2024-04-05 18:01:38.682 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-04-05 18:01:38.685 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-04-05 18:01:38.687 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-04-05 18:01:38.690 | ++ functions-common:get_or_create_group:908 : local group_id 2024-04-05 18:01:38.693 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-04-05 18:01:39.112 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:39.130 | [33260 Async ks-alt-reader-user:33260]: finished successfully 2024-04-05 18:01:40.137 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:40.139 | ++ functions-common:get_or_create_group:915 : group_id=82df676aafbd4e68a528c5a33eca7161 2024-04-05 18:01:40.142 | ++ functions-common:get_or_create_group:916 : echo 82df676aafbd4e68a528c5a33eca7161 2024-04-05 18:01:40.144 | + lib/keystone:create_keystone_accounts:407 : admin_group=82df676aafbd4e68a528c5a33eca7161 2024-04-05 18:01:40.145 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-04-05 18:01:40.148 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-04-05 18:01:40.150 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-04-05 18:01:40.152 | ++ functions-common:get_or_create_group:908 : local group_id 2024-04-05 18:01:40.155 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-04-05 18:01:41.527 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:41.530 | ++ functions-common:get_or_create_group:915 : group_id=977bcf5e994b4b3c8af5511e59915fd9 2024-04-05 18:01:41.531 | ++ functions-common:get_or_create_group:916 : echo 977bcf5e994b4b3c8af5511e59915fd9 2024-04-05 18:01:41.534 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=977bcf5e994b4b3c8af5511e59915fd9 2024-04-05 18:01:41.537 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:41.586 | + inc/async:async_inner:63 : get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:41.616 | [3441 Async ks-group-memberdemo:33970]: running: get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:41.617 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:41.665 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:41.696 | [3441 Async ks-group-anotherdemo:34049]: running: get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:41.698 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:41.761 | + inc/async:async_inner:63 : get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:41.806 | [3441 Async ks-group-memberalt:34129]: running: get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:41.808 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:41.857 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:41.888 | [3441 Async ks-group-anotheralt:34216]: running: get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:41.891 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 82df676aafbd4e68a528c5a33eca7161 b62603d9c5204f1f9e12e7331f0fec8d 2024-04-05 18:01:41.925 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:41.940 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 82df676aafbd4e68a528c5a33eca7161 b62603d9c5204f1f9e12e7331f0fec8d 2024-04-05 18:01:41.944 | [33493 Async ks-system-member:33493]: finished successfully 2024-04-05 18:01:41.972 | [3441 Async ks-group-admin:34329]: running: get_or_add_group_project_role admin 82df676aafbd4e68a528c5a33eca7161 b62603d9c5204f1f9e12e7331f0fec8d 2024-04-05 18:01:41.974 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-04-05 18:01:42.009 | [3441 Async ks-demo-member:31915]: Waiting for completion of get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 running on PID 31915 (17 other jobs running) 2024-04-05 18:01:42.026 | [3441 Async ks-demo-member:31915]: Signaling child to exit 2024-04-05 18:01:42.027 | WAKEUP 2024-04-05 18:01:42.042 | [3441 Async ks-demo-member:31915]: Signaled 2024-04-05 18:01:42.043 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.043 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.043 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.043 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.043 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.043 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.043 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.043 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.043 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.043 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 2f149c0cd0b140e89786cbdd788d9301 --project 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:42.043 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 2f149c0cd0b140e89786cbdd788d9301 --project 7563fd1e8541432688474d59ed03f6f9 -c Role -f value 2024-04-05 18:01:42.043 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.043 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.043 | + functions-common:get_or_add_user_project_role:1003 : echo f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.043 | f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.073 | [3441 Async ks-demo-member:31915]: finished get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 with result 0 in 4 seconds 2024-04-05 18:01:42.098 | [3441 Async ks-demo-admin:32011]: Waiting for completion of get_or_add_user_project_role admin 44c5722e37b1412bbee76ce40aaae879 7563fd1e8541432688474d59ed03f6f9 running on PID 32011 (16 other jobs running) 2024-04-05 18:01:42.116 | [3441 Async ks-demo-admin:32011]: Signaling child to exit 2024-04-05 18:01:42.116 | WAKEUP 2024-04-05 18:01:42.131 | [3441 Async ks-demo-admin:32011]: Signaled 2024-04-05 18:01:42.132 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.132 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.132 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.132 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.132 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.132 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.132 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.132 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.132 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.132 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 44c5722e37b1412bbee76ce40aaae879 --project 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:42.132 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 44c5722e37b1412bbee76ce40aaae879 --project 7563fd1e8541432688474d59ed03f6f9 -c Role -f value 2024-04-05 18:01:42.132 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.132 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:42.132 | + functions-common:get_or_add_user_project_role:1003 : echo 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:42.132 | 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:42.162 | [3441 Async ks-demo-admin:32011]: finished get_or_add_user_project_role admin 44c5722e37b1412bbee76ce40aaae879 7563fd1e8541432688474d59ed03f6f9 with result 0 in 4 seconds 2024-04-05 18:01:42.187 | [3441 Async ks-demo-another:32108]: Waiting for completion of get_or_add_user_project_role anotherrole 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 running on PID 32108 (15 other jobs running) 2024-04-05 18:01:42.204 | [3441 Async ks-demo-another:32108]: Signaling child to exit 2024-04-05 18:01:42.204 | WAKEUP 2024-04-05 18:01:42.220 | [3441 Async ks-demo-another:32108]: Signaled 2024-04-05 18:01:42.220 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.220 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.220 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.220 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.220 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.220 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.221 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.221 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.221 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.221 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 2f149c0cd0b140e89786cbdd788d9301 --project 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:42.221 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 2f149c0cd0b140e89786cbdd788d9301 --project 7563fd1e8541432688474d59ed03f6f9 -c Role -f value 2024-04-05 18:01:42.221 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.221 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=3612186c053842e1a71858559f714c04 2024-04-05 18:01:42.221 | + functions-common:get_or_add_user_project_role:1003 : echo 3612186c053842e1a71858559f714c04 2024-04-05 18:01:42.221 | 3612186c053842e1a71858559f714c04 2024-04-05 18:01:42.251 | [3441 Async ks-demo-another:32108]: finished get_or_add_user_project_role anotherrole 2f149c0cd0b140e89786cbdd788d9301 7563fd1e8541432688474d59ed03f6f9 with result 0 in 4 seconds 2024-04-05 18:01:42.276 | [3441 Async ks-demo-invis:32205]: Waiting for completion of get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 bf32bfa36c3a45c3b6edcdb997872d55 running on PID 32205 (14 other jobs running) 2024-04-05 18:01:42.293 | [3441 Async ks-demo-invis:32205]: Signaling child to exit 2024-04-05 18:01:42.293 | WAKEUP 2024-04-05 18:01:42.309 | [3441 Async ks-demo-invis:32205]: Signaled 2024-04-05 18:01:42.309 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.309 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.309 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.309 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.309 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.309 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.309 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.309 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.309 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.309 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 2f149c0cd0b140e89786cbdd788d9301 --project bf32bfa36c3a45c3b6edcdb997872d55 2024-04-05 18:01:42.309 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 2f149c0cd0b140e89786cbdd788d9301 --project bf32bfa36c3a45c3b6edcdb997872d55 -c Role -f value 2024-04-05 18:01:42.309 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.309 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.309 | + functions-common:get_or_add_user_project_role:1003 : echo f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.309 | f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.340 | [3441 Async ks-demo-invis:32205]: finished get_or_add_user_project_role member 2f149c0cd0b140e89786cbdd788d9301 bf32bfa36c3a45c3b6edcdb997872d55 with result 0 in 4 seconds 2024-04-05 18:01:42.364 | [3441 Async ks-demo-reader:32381]: Waiting for completion of get_or_add_user_project_role reader 4709eb4894c345208a6995ebdddf3449 7563fd1e8541432688474d59ed03f6f9 running on PID 32381 (13 other jobs running) 2024-04-05 18:01:42.381 | [3441 Async ks-demo-reader:32381]: Signaling child to exit 2024-04-05 18:01:42.382 | WAKEUP 2024-04-05 18:01:42.397 | [3441 Async ks-demo-reader:32381]: Signaled 2024-04-05 18:01:42.398 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.398 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.398 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.398 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.398 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.398 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.398 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.398 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.398 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.398 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 4709eb4894c345208a6995ebdddf3449 --project 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:42.398 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4709eb4894c345208a6995ebdddf3449 --project 7563fd1e8541432688474d59ed03f6f9 -c Role -f value 2024-04-05 18:01:42.398 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.398 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:42.398 | + functions-common:get_or_add_user_project_role:1003 : echo ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:42.398 | ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:42.428 | [3441 Async ks-demo-reader:32381]: finished get_or_add_user_project_role reader 4709eb4894c345208a6995ebdddf3449 7563fd1e8541432688474d59ed03f6f9 with result 0 in 4 seconds 2024-04-05 18:01:42.431 | + inc/async:async_wait:197 : return 0 2024-04-05 18:01:42.433 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-04-05 18:01:42.468 | [3441 Async ks-alt-admin:32813]: Waiting for completion of get_or_add_user_project_role admin fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 running on PID 32813 (12 other jobs running) 2024-04-05 18:01:42.486 | [3441 Async ks-alt-admin:32813]: Signaling child to exit 2024-04-05 18:01:42.486 | WAKEUP 2024-04-05 18:01:42.501 | [3441 Async ks-alt-admin:32813]: Signaled 2024-04-05 18:01:42.502 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.502 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.502 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.502 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.502 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.502 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.502 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.502 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.502 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.502 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user fb828c37d9554e58b86151464382ee38 --project a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:42.502 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user fb828c37d9554e58b86151464382ee38 --project a22ff69eecad4fc181d69dbe997a1040 -c Role -f value 2024-04-05 18:01:42.502 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.502 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:42.502 | + functions-common:get_or_add_user_project_role:1003 : echo 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:42.502 | 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:42.533 | [3441 Async ks-alt-admin:32813]: finished get_or_add_user_project_role admin fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 with result 0 in 3 seconds 2024-04-05 18:01:42.559 | [3441 Async ks-alt-another:32909]: Waiting for completion of get_or_add_user_project_role anotherrole fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 running on PID 32909 (11 other jobs running) 2024-04-05 18:01:42.577 | [3441 Async ks-alt-another:32909]: Signaling child to exit 2024-04-05 18:01:42.577 | WAKEUP 2024-04-05 18:01:42.592 | [3441 Async ks-alt-another:32909]: Signaled 2024-04-05 18:01:42.593 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.593 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.593 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.593 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.593 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.593 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.593 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.593 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.593 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.593 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user fb828c37d9554e58b86151464382ee38 --project a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:42.593 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user fb828c37d9554e58b86151464382ee38 --project a22ff69eecad4fc181d69dbe997a1040 -c Role -f value 2024-04-05 18:01:42.593 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.593 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=3612186c053842e1a71858559f714c04 2024-04-05 18:01:42.593 | + functions-common:get_or_add_user_project_role:1003 : echo 3612186c053842e1a71858559f714c04 2024-04-05 18:01:42.593 | 3612186c053842e1a71858559f714c04 2024-04-05 18:01:42.625 | [3441 Async ks-alt-another:32909]: finished get_or_add_user_project_role anotherrole fb828c37d9554e58b86151464382ee38 a22ff69eecad4fc181d69dbe997a1040 with result 0 in 3 seconds 2024-04-05 18:01:42.651 | [3441 Async ks-alt-member-user:33086]: Waiting for completion of get_or_add_user_project_role member c7a0ca1d057f435a998bc49c7939b503 a22ff69eecad4fc181d69dbe997a1040 running on PID 33086 (10 other jobs running) 2024-04-05 18:01:42.668 | [3441 Async ks-alt-member-user:33086]: Signaling child to exit 2024-04-05 18:01:42.668 | WAKEUP 2024-04-05 18:01:42.684 | [3441 Async ks-alt-member-user:33086]: Signaled 2024-04-05 18:01:42.684 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.684 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.684 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.684 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.684 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.684 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.684 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.685 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.685 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.685 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user c7a0ca1d057f435a998bc49c7939b503 --project a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:42.685 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c7a0ca1d057f435a998bc49c7939b503 --project a22ff69eecad4fc181d69dbe997a1040 -c Role -f value 2024-04-05 18:01:42.685 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.685 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.685 | + functions-common:get_or_add_user_project_role:1003 : echo f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.685 | f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.723 | [3441 Async ks-alt-member-user:33086]: finished get_or_add_user_project_role member c7a0ca1d057f435a998bc49c7939b503 a22ff69eecad4fc181d69dbe997a1040 with result 0 in 3 seconds 2024-04-05 18:01:42.779 | [3441 Async ks-alt-reader-user:33260]: Waiting for completion of get_or_add_user_project_role reader 31c1b89ef1ad4444b80f422fa6239c52 a22ff69eecad4fc181d69dbe997a1040 running on PID 33260 (9 other jobs running) 2024-04-05 18:01:42.809 | [3441 Async ks-alt-reader-user:33260]: Signaling child to exit 2024-04-05 18:01:42.810 | WAKEUP 2024-04-05 18:01:42.848 | [3441 Async ks-alt-reader-user:33260]: Signaled 2024-04-05 18:01:42.849 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:01:42.850 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:01:42.850 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 18:01:42.850 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.850 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.850 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.850 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.850 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.850 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 18:01:42.850 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 31c1b89ef1ad4444b80f422fa6239c52 --project a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:42.850 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 31c1b89ef1ad4444b80f422fa6239c52 --project a22ff69eecad4fc181d69dbe997a1040 -c Role -f value 2024-04-05 18:01:42.850 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.850 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:42.850 | + functions-common:get_or_add_user_project_role:1003 : echo ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:42.850 | ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:42.899 | [3441 Async ks-alt-reader-user:33260]: finished get_or_add_user_project_role reader 31c1b89ef1ad4444b80f422fa6239c52 a22ff69eecad4fc181d69dbe997a1040 with result 0 in 3 seconds 2024-04-05 18:01:42.902 | + inc/async:async_wait:197 : return 0 2024-04-05 18:01:42.904 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-04-05 18:01:42.951 | [3441 Async ks-system-member:33493]: Waiting for completion of get_or_add_user_system_role member 8623d06a6d9d4cc09d0eabf131d7b3bd all running on PID 33493 (8 other jobs running) 2024-04-05 18:01:42.972 | [3441 Async ks-system-member:33493]: Signaling child to exit 2024-04-05 18:01:42.972 | WAKEUP 2024-04-05 18:01:42.993 | [3441 Async ks-system-member:33493]: Signaled 2024-04-05 18:01:42.994 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-04-05 18:01:42.994 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-04-05 18:01:42.994 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-04-05 18:01:42.994 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:42.994 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:42.994 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:42.994 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:42.994 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:42.994 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-04-05 18:01:42.994 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8623d06a6d9d4cc09d0eabf131d7b3bd --system all -f value -c Role 2024-04-05 18:01:42.995 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.995 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-04-05 18:01:42.995 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-04-05 18:01:42.995 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 8623d06a6d9d4cc09d0eabf131d7b3bd --system all 2024-04-05 18:01:42.995 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8623d06a6d9d4cc09d0eabf131d7b3bd --system all -f value -c Role 2024-04-05 18:01:42.995 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:42.995 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.995 | + functions-common:get_or_add_user_system_role:1053 : echo f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:42.995 | f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:43.039 | [3441 Async ks-system-member:33493]: finished get_or_add_user_system_role member 8623d06a6d9d4cc09d0eabf131d7b3bd all with result 0 in 4 seconds 2024-04-05 18:01:43.074 | [3441 Async ks-system-reader:33701]: Waiting for completion of get_or_add_user_system_role reader 9aa898c18bf549868c15b829222849f9 all running on PID 33701 (7 other jobs running) 2024-04-05 18:01:43.096 | [3441 Async ks-system-reader:33701]: Signaling child to exit 2024-04-05 18:01:43.517 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:43.535 | [33701 Async ks-system-reader:33701]: finished successfully 2024-04-05 18:01:43.551 | WAKEUP 2024-04-05 18:01:43.567 | [3441 Async ks-system-reader:33701]: Signaled 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-04-05 18:01:43.568 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-04-05 18:01:43.568 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:01:43.568 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:01:43.568 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 18:01:43.568 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 18:01:43.568 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-04-05 18:01:43.568 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9aa898c18bf549868c15b829222849f9 --system all -f value -c Role 2024-04-05 18:01:43.568 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 9aa898c18bf549868c15b829222849f9 --system all 2024-04-05 18:01:43.568 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9aa898c18bf549868c15b829222849f9 --system all -f value -c Role 2024-04-05 18:01:43.568 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:43.568 | + functions-common:get_or_add_user_system_role:1053 : echo ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:43.568 | ce351c37409647bbb8a52564ed449d54 2024-04-05 18:01:43.599 | [3441 Async ks-system-reader:33701]: finished get_or_add_user_system_role reader 9aa898c18bf549868c15b829222849f9 all with result 0 in 4 seconds 2024-04-05 18:01:43.602 | + inc/async:async_wait:197 : return 0 2024-04-05 18:01:43.603 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-04-05 18:01:43.639 | [3441 Async ks-group-memberdemo:33970]: Waiting for completion of get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 running on PID 33970 (6 other jobs running) 2024-04-05 18:01:43.656 | [3441 Async ks-group-memberdemo:33970]: Signaling child to exit 2024-04-05 18:01:45.175 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:45.193 | [33970 Async ks-group-memberdemo:33970]: finished successfully 2024-04-05 18:01:45.211 | WAKEUP 2024-04-05 18:01:45.227 | [3441 Async ks-group-memberdemo:33970]: Signaled 2024-04-05 18:01:45.228 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 18:01:45.228 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 977bcf5e994b4b3c8af5511e59915fd9 --project 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:45.228 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 977bcf5e994b4b3c8af5511e59915fd9 --project 7563fd1e8541432688474d59ed03f6f9 -f value -c Role 2024-04-05 18:01:45.228 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:45.228 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:45.228 | + functions-common:get_or_add_group_project_role:1072 : echo f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:45.228 | f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:45.260 | [3441 Async ks-group-memberdemo:33970]: finished get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 with result 0 in 3 seconds 2024-04-05 18:01:45.288 | [3441 Async ks-group-anotherdemo:34049]: Waiting for completion of get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 running on PID 34049 (5 other jobs running) 2024-04-05 18:01:45.305 | [3441 Async ks-group-anotherdemo:34049]: Signaling child to exit 2024-04-05 18:01:45.384 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:45.403 | [34049 Async ks-group-anotherdemo:34049]: finished successfully 2024-04-05 18:01:45.419 | WAKEUP 2024-04-05 18:01:45.441 | [3441 Async ks-group-anotherdemo:34049]: Signaled 2024-04-05 18:01:45.442 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 18:01:45.442 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 977bcf5e994b4b3c8af5511e59915fd9 --project 7563fd1e8541432688474d59ed03f6f9 2024-04-05 18:01:45.442 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 977bcf5e994b4b3c8af5511e59915fd9 --project 7563fd1e8541432688474d59ed03f6f9 -f value -c Role 2024-04-05 18:01:45.442 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:45.442 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=3612186c053842e1a71858559f714c04 2024-04-05 18:01:45.442 | + functions-common:get_or_add_group_project_role:1072 : echo 3612186c053842e1a71858559f714c04 2024-04-05 18:01:45.442 | 3612186c053842e1a71858559f714c04 2024-04-05 18:01:45.468 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:45.477 | [3441 Async ks-group-anotherdemo:34049]: finished get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 7563fd1e8541432688474d59ed03f6f9 with result 0 in 3 seconds 2024-04-05 18:01:45.488 | [34129 Async ks-group-memberalt:34129]: finished successfully 2024-04-05 18:01:45.506 | [3441 Async ks-group-memberalt:34129]: Waiting for completion of get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 running on PID 34129 (4 other jobs running) 2024-04-05 18:01:45.523 | [3441 Async ks-group-memberalt:34129]: Signaling child to exit 2024-04-05 18:01:45.523 | WAKEUP 2024-04-05 18:01:45.539 | [3441 Async ks-group-memberalt:34129]: Signaled 2024-04-05 18:01:45.539 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 18:01:45.539 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 977bcf5e994b4b3c8af5511e59915fd9 --project a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:45.539 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 977bcf5e994b4b3c8af5511e59915fd9 --project a22ff69eecad4fc181d69dbe997a1040 -f value -c Role 2024-04-05 18:01:45.539 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:45.539 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:45.539 | + functions-common:get_or_add_group_project_role:1072 : echo f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:45.539 | f8f73caec08145d28b1bc5f78aced509 2024-04-05 18:01:45.571 | [3441 Async ks-group-memberalt:34129]: finished get_or_add_group_project_role member 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 with result 0 in 3 seconds 2024-04-05 18:01:45.598 | [3441 Async ks-group-anotheralt:34216]: Waiting for completion of get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 running on PID 34216 (3 other jobs running) 2024-04-05 18:01:45.615 | [3441 Async ks-group-anotheralt:34216]: Signaling child to exit 2024-04-05 18:01:45.636 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:45.654 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:01:45.655 | [34216 Async ks-group-anotheralt:34216]: finished successfully 2024-04-05 18:01:45.672 | [34329 Async ks-group-admin:34329]: finished successfully 2024-04-05 18:01:45.674 | WAKEUP 2024-04-05 18:01:45.697 | [3441 Async ks-group-anotheralt:34216]: Signaled 2024-04-05 18:01:45.698 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 18:01:45.698 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 977bcf5e994b4b3c8af5511e59915fd9 --project a22ff69eecad4fc181d69dbe997a1040 2024-04-05 18:01:45.698 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 977bcf5e994b4b3c8af5511e59915fd9 --project a22ff69eecad4fc181d69dbe997a1040 -f value -c Role 2024-04-05 18:01:45.698 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:45.698 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=3612186c053842e1a71858559f714c04 2024-04-05 18:01:45.698 | + functions-common:get_or_add_group_project_role:1072 : echo 3612186c053842e1a71858559f714c04 2024-04-05 18:01:45.698 | 3612186c053842e1a71858559f714c04 2024-04-05 18:01:45.732 | [3441 Async ks-group-anotheralt:34216]: finished get_or_add_group_project_role anotherrole 977bcf5e994b4b3c8af5511e59915fd9 a22ff69eecad4fc181d69dbe997a1040 with result 0 in 3 seconds 2024-04-05 18:01:45.757 | [3441 Async ks-group-admin:34329]: Waiting for completion of get_or_add_group_project_role admin 82df676aafbd4e68a528c5a33eca7161 b62603d9c5204f1f9e12e7331f0fec8d running on PID 34329 (2 other jobs running) 2024-04-05 18:01:45.774 | [3441 Async ks-group-admin:34329]: Signaling child to exit 2024-04-05 18:01:45.774 | WAKEUP 2024-04-05 18:01:45.790 | [3441 Async ks-group-admin:34329]: Signaled 2024-04-05 18:01:45.790 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 18:01:45.790 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 82df676aafbd4e68a528c5a33eca7161 --project b62603d9c5204f1f9e12e7331f0fec8d 2024-04-05 18:01:45.790 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 82df676aafbd4e68a528c5a33eca7161 --project b62603d9c5204f1f9e12e7331f0fec8d -f value -c Role 2024-04-05 18:01:45.790 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:01:45.790 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:45.790 | + functions-common:get_or_add_group_project_role:1072 : echo 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:45.790 | 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:01:45.821 | [3441 Async ks-group-admin:34329]: finished get_or_add_group_project_role admin 82df676aafbd4e68a528c5a33eca7161 b62603d9c5204f1f9e12e7331f0fec8d with result 0 in 3 seconds 2024-04-05 18:01:45.823 | + inc/async:async_wait:197 : return 0 2024-04-05 18:01:45.825 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-04-05 18:01:45.838 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:45.840 | + stack.sh:main:1128 : is_service_enabled nova 2024-04-05 18:01:45.854 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:45.856 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-04-05 18:01:45.858 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-04-05 18:01:45.905 | + inc/async:async_inner:63 : create_nova_accounts 2024-04-05 18:01:45.935 | [3441 Async create_nova_accounts:36196]: running: create_nova_accounts 2024-04-05 18:01:45.937 | + stack.sh:main:1131 : is_service_enabled glance 2024-04-05 18:01:45.951 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:45.953 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-04-05 18:01:45.955 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-04-05 18:01:46.001 | + inc/async:async_inner:63 : create_glance_accounts 2024-04-05 18:01:46.033 | [3441 Async create_glance_accounts:36319]: running: create_glance_accounts 2024-04-05 18:01:46.035 | + stack.sh:main:1134 : is_service_enabled cinder 2024-04-05 18:01:46.049 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:46.051 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-04-05 18:01:46.053 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-04-05 18:01:46.099 | + inc/async:async_inner:63 : create_cinder_accounts 2024-04-05 18:01:46.128 | [3441 Async create_cinder_accounts:36458]: running: create_cinder_accounts 2024-04-05 18:01:46.130 | + stack.sh:main:1137 : is_service_enabled neutron 2024-04-05 18:01:46.145 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:01:46.146 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-04-05 18:01:46.148 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-04-05 18:01:46.195 | + inc/async:async_inner:63 : create_neutron_accounts 2024-04-05 18:01:46.225 | [3441 Async create_neutron_accounts:36601]: running: create_neutron_accounts 2024-04-05 18:01:46.227 | + stack.sh:main:1140 : is_service_enabled swift 2024-04-05 18:01:46.242 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:46.244 | + stack.sh:main:1149 : is_service_enabled horizon 2024-04-05 18:01:46.257 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:01:46.259 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-04-05 18:01:46.295 | [3441 Async create_nova_accounts:36196]: Waiting for completion of create_nova_accounts running on PID 36196 (5 other jobs running) 2024-04-05 18:01:46.312 | [3441 Async create_nova_accounts:36196]: Signaling child to exit 2024-04-05 18:02:00.049 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:00.069 | [36601 Async create_neutron_accounts:36601]: finished successfully 2024-04-05 18:02:08.998 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:09.019 | [36458 Async create_cinder_accounts:36458]: finished successfully 2024-04-05 18:02:09.768 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:09.786 | [36196 Async create_nova_accounts:36196]: finished successfully 2024-04-05 18:02:09.803 | WAKEUP 2024-04-05 18:02:09.819 | [3441 Async create_nova_accounts:36196]: Signaled 2024-04-05 18:02:09.819 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-04-05 18:02:09.819 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-04-05 18:02:09.819 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-04-05 18:02:09.819 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:02:09.819 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 18:02:09.819 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 18:02:09.819 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-05 18:02:09.819 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.819 | + functions-common:get_or_create_user:938 : user_id=70da5af3424247fe91dbb646d14819b5 2024-04-05 18:02:09.819 | + functions-common:get_or_create_user:939 : echo 70da5af3424247fe91dbb646d14819b5 2024-04-05 18:02:09.819 | 70da5af3424247fe91dbb646d14819b5 2024-04-05 18:02:09.819 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-04-05 18:02:09.819 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:09.819 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:09.819 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:09.819 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:09.819 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-04-05 18:02:09.820 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:09.820 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:1003 : echo f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:09.820 | f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:09.820 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-04-05 18:02:09.820 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:09.820 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:09.820 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-04-05 18:02:09.820 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:09.820 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:02:09.820 | + functions-common:get_or_add_user_project_role:1003 : echo 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:02:09.820 | 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-04-05 18:02:09.820 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:09.820 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-04-05 18:02:09.820 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-04-05 18:02:09.820 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:09.820 | 9637661499aa41cf81f504a58e145625' 2024-04-05 18:02:09.820 | + functions-common:get_or_create_service:1090 : echo 9637661499aa41cf81f504a58e145625 2024-04-05 18:02:09.820 | 9637661499aa41cf81f504a58e145625 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:09.820 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:09.820 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:09.820 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:09.820 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-04-05 18:02:09.820 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a68a19aac4b74220a6a00be184aee6a8 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a68a19aac4b74220a6a00be184aee6a8 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1123 : public_id=a68a19aac4b74220a6a00be184aee6a8 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1132 : echo a68a19aac4b74220a6a00be184aee6a8 2024-04-05 18:02:09.820 | a68a19aac4b74220a6a00be184aee6a8 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-04-05 18:02:09.820 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:09.820 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-04-05 18:02:09.820 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-04-05 18:02:09.820 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:09.820 | 460f8e17af374a91946f0a2626568c88' 2024-04-05 18:02:09.820 | + functions-common:get_or_create_service:1090 : echo 460f8e17af374a91946f0a2626568c88 2024-04-05 18:02:09.820 | 460f8e17af374a91946f0a2626568c88 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:09.820 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:09.820 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:09.820 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:09.820 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-04-05 18:02:09.820 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b5bf9b7189c94ae8a41b5d077ea1e241 2024-04-05 18:02:09.820 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b5bf9b7189c94ae8a41b5d077ea1e241 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1123 : public_id=b5bf9b7189c94ae8a41b5d077ea1e241 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:09.820 | + functions-common:get_or_create_endpoint:1132 : echo b5bf9b7189c94ae8a41b5d077ea1e241 2024-04-05 18:02:09.820 | b5bf9b7189c94ae8a41b5d077ea1e241 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-04-05 18:02:09.820 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-04-05 18:02:09.820 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-04-05 18:02:09.820 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:09.820 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-04-05 18:02:09.821 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:09.821 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-04-05 18:02:09.851 | [3441 Async create_nova_accounts:36196]: finished create_nova_accounts with result 0 in 23 seconds 2024-04-05 18:02:09.876 | [3441 Async create_glance_accounts:36319]: Waiting for completion of create_glance_accounts running on PID 36319 (4 other jobs running) 2024-04-05 18:02:09.893 | [3441 Async create_glance_accounts:36319]: Signaling child to exit 2024-04-05 18:02:10.915 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:10.934 | [36319 Async create_glance_accounts:36319]: finished successfully 2024-04-05 18:02:10.951 | WAKEUP 2024-04-05 18:02:10.966 | [3441 Async create_glance_accounts:36319]: Signaled 2024-04-05 18:02:10.967 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-04-05 18:02:10.967 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:10.967 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-04-05 18:02:10.967 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-04-05 18:02:10.967 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:02:10.967 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 18:02:10.967 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 18:02:10.967 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-05 18:02:10.967 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.967 | + functions-common:get_or_create_user:938 : user_id=02aa87b7836d456086cfd449b7058f0f 2024-04-05 18:02:10.967 | + functions-common:get_or_create_user:939 : echo 02aa87b7836d456086cfd449b7058f0f 2024-04-05 18:02:10.967 | 02aa87b7836d456086cfd449b7058f0f 2024-04-05 18:02:10.967 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-04-05 18:02:10.967 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:10.967 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:10.967 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:10.967 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:10.967 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:10.967 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-04-05 18:02:10.967 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:10.967 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.967 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:10.967 | + functions-common:get_or_add_user_project_role:1003 : echo f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:10.967 | f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:10.967 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-04-05 18:02:10.968 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-04-05 18:02:10.968 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:10.968 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-04-05 18:02:10.968 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-04-05 18:02:10.968 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.968 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:10.968 | 94881b9e535349cda5d0aef677f26275' 2024-04-05 18:02:10.968 | + functions-common:get_or_create_service:1090 : echo 94881b9e535349cda5d0aef677f26275 2024-04-05 18:02:10.968 | 94881b9e535349cda5d0aef677f26275 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-04-05 18:02:10.968 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:10.968 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-04-05 18:02:10.968 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:10.968 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:10.968 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.968 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:10.968 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:10.968 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-04-05 18:02:10.968 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.968 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a08d7fd8f210489ab14fccf695cc9cd2 2024-04-05 18:02:10.968 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a08d7fd8f210489ab14fccf695cc9cd2 2024-04-05 18:02:10.968 | + functions-common:get_or_create_endpoint:1123 : public_id=a08d7fd8f210489ab14fccf695cc9cd2 2024-04-05 18:02:10.968 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:10.968 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:10.968 | + functions-common:get_or_create_endpoint:1132 : echo a08d7fd8f210489ab14fccf695cc9cd2 2024-04-05 18:02:10.968 | a08d7fd8f210489ab14fccf695cc9cd2 2024-04-05 18:02:10.968 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-04-05 18:02:10.968 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-04-05 18:02:10.968 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-04-05 18:02:10.968 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.968 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-04-05 18:02:10.968 | ++ functions-common:get_or_create_domain:901 : echo default 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-04-05 18:02:10.968 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | Field | Value | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | default_limit | 1000 | 2024-04-05 18:02:10.968 | | description | None | 2024-04-05 18:02:10.968 | | id | ce5d93ff9e004dd7ac70a174b856118d | 2024-04-05 18:02:10.968 | | region_id | RegionOne | 2024-04-05 18:02:10.968 | | resource_name | image_size_total | 2024-04-05 18:02:10.968 | | service_id | 94881b9e535349cda5d0aef677f26275 | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | Field | Value | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | default_limit | 1000 | 2024-04-05 18:02:10.968 | | description | None | 2024-04-05 18:02:10.968 | | id | 03690461841944a883efcdd4eace4aec | 2024-04-05 18:02:10.968 | | region_id | RegionOne | 2024-04-05 18:02:10.968 | | resource_name | image_stage_total | 2024-04-05 18:02:10.968 | | service_id | 94881b9e535349cda5d0aef677f26275 | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | Field | Value | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | default_limit | 100 | 2024-04-05 18:02:10.968 | | description | None | 2024-04-05 18:02:10.968 | | id | 907f646ed83447ad8735b0899db0f9f0 | 2024-04-05 18:02:10.968 | | region_id | RegionOne | 2024-04-05 18:02:10.968 | | resource_name | image_count_total | 2024-04-05 18:02:10.968 | | service_id | 94881b9e535349cda5d0aef677f26275 | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | Field | Value | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | | default_limit | 100 | 2024-04-05 18:02:10.968 | | description | None | 2024-04-05 18:02:10.968 | | id | 07e1f11a30fd428f93659e86e4b7110e | 2024-04-05 18:02:10.968 | | region_id | RegionOne | 2024-04-05 18:02:10.968 | | resource_name | image_count_uploading | 2024-04-05 18:02:10.968 | | service_id | 94881b9e535349cda5d0aef677f26275 | 2024-04-05 18:02:10.968 | +---------------+----------------------------------+ 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-04-05 18:02:10.968 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-04-05 18:02:10.968 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id a08d7fd8f210489ab14fccf695cc9cd2 2024-04-05 18:02:10.968 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-04-05 18:02:11.000 | [3441 Async create_glance_accounts:36319]: finished create_glance_accounts with result 0 in 24 seconds 2024-04-05 18:02:11.025 | [3441 Async create_cinder_accounts:36458]: Waiting for completion of create_cinder_accounts running on PID 36458 (3 other jobs running) 2024-04-05 18:02:11.042 | [3441 Async create_cinder_accounts:36458]: Signaling child to exit 2024-04-05 18:02:11.042 | WAKEUP 2024-04-05 18:02:11.057 | [3441 Async create_cinder_accounts:36458]: Signaled 2024-04-05 18:02:11.058 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-04-05 18:02:11.058 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-04-05 18:02:11.058 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-04-05 18:02:11.058 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:11.058 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-04-05 18:02:11.058 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-04-05 18:02:11.058 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:02:11.058 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 18:02:11.058 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 18:02:11.058 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-05 18:02:11.058 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.058 | + functions-common:get_or_create_user:938 : user_id=4902f984bfc84801bbab34f42c368a85 2024-04-05 18:02:11.058 | + functions-common:get_or_create_user:939 : echo 4902f984bfc84801bbab34f42c368a85 2024-04-05 18:02:11.058 | 4902f984bfc84801bbab34f42c368a85 2024-04-05 18:02:11.058 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-04-05 18:02:11.059 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:11.059 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:11.059 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:11.059 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:11.059 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:11.059 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-04-05 18:02:11.059 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:11.059 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.059 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:11.059 | + functions-common:get_or_add_user_project_role:1003 : echo f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:11.059 | f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:11.059 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-05 18:02:11.059 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-04-05 18:02:11.059 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:11.059 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-04-05 18:02:11.059 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-04-05 18:02:11.059 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.059 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:11.059 | 3f6d6171d86349baa7ad33dbcc66faf1' 2024-04-05 18:02:11.059 | + functions-common:get_or_create_service:1090 : echo 3f6d6171d86349baa7ad33dbcc66faf1 2024-04-05 18:02:11.059 | 3f6d6171d86349baa7ad33dbcc66faf1 2024-04-05 18:02:11.059 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-04-05 18:02:11.059 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-04-05 18:02:11.059 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:11.059 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-04-05 18:02:11.059 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:11.059 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:11.059 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.059 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:11.059 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:11.059 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-04-05 18:02:11.059 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.059 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3c09892e4b7d47c286489efd751c68d6 2024-04-05 18:02:11.059 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3c09892e4b7d47c286489efd751c68d6 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1123 : public_id=3c09892e4b7d47c286489efd751c68d6 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1132 : echo 3c09892e4b7d47c286489efd751c68d6 2024-04-05 18:02:11.060 | 3c09892e4b7d47c286489efd751c68d6 2024-04-05 18:02:11.060 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-04-05 18:02:11.060 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-04-05 18:02:11.060 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.060 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:11.060 | 58798af22c19492f856584087f7aa04d' 2024-04-05 18:02:11.060 | + functions-common:get_or_create_service:1090 : echo 58798af22c19492f856584087f7aa04d 2024-04-05 18:02:11.060 | 58798af22c19492f856584087f7aa04d 2024-04-05 18:02:11.060 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-04-05 18:02:11.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:11.060 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:11.060 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:11.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:11.060 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-04-05 18:02:11.060 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=12e3e685402a4b9694e05f518cb908ca 2024-04-05 18:02:11.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 12e3e685402a4b9694e05f518cb908ca 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1123 : public_id=12e3e685402a4b9694e05f518cb908ca 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:11.060 | + functions-common:get_or_create_endpoint:1132 : echo 12e3e685402a4b9694e05f518cb908ca 2024-04-05 18:02:11.060 | 12e3e685402a4b9694e05f518cb908ca 2024-04-05 18:02:11.060 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-04-05 18:02:11.060 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 18:02:11.060 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-04-05 18:02:11.060 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_project:951 : project_id=a63c2bef09f44bd48ea98f370eff1d5e 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_project:952 : echo a63c2bef09f44bd48ea98f370eff1d5e 2024-04-05 18:02:11.060 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id a63c2bef09f44bd48ea98f370eff1d5e 2024-04-05 18:02:11.060 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_user:926 : local email= 2024-04-05 18:02:11.060 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-04-05 18:02:11.060 | No password was supplied, authentication will fail when a user does not have a password. 2024-04-05 18:02:11.060 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.060 | ++ functions-common:get_or_create_user:938 : user_id=4902f984bfc84801bbab34f42c368a85 2024-04-05 18:02:11.061 | ++ functions-common:get_or_create_user:939 : echo 4902f984bfc84801bbab34f42c368a85 2024-04-05 18:02:11.061 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 4902f984bfc84801bbab34f42c368a85 2024-04-05 18:02:11.088 | [3441 Async create_cinder_accounts:36458]: finished create_cinder_accounts with result 0 in 22 seconds 2024-04-05 18:02:11.091 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:11.093 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-04-05 18:02:11.129 | [3441 Async create_neutron_accounts:36601]: Waiting for completion of create_neutron_accounts running on PID 36601 (2 other jobs running) 2024-04-05 18:02:11.146 | [3441 Async create_neutron_accounts:36601]: Signaling child to exit 2024-04-05 18:02:11.146 | WAKEUP 2024-04-05 18:02:11.162 | [3441 Async create_neutron_accounts:36601]: Signaled 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-04-05 18:02:11.163 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:11.163 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-04-05 18:02:11.164 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-04-05 18:02:11.164 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:02:11.164 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 18:02:11.164 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 18:02:11.164 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-05 18:02:11.164 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.164 | + functions-common:get_or_create_user:938 : user_id=8c8b10ee331b4f009293d76fd4a25e71 2024-04-05 18:02:11.164 | + functions-common:get_or_create_user:939 : echo 8c8b10ee331b4f009293d76fd4a25e71 2024-04-05 18:02:11.164 | 8c8b10ee331b4f009293d76fd4a25e71 2024-04-05 18:02:11.164 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-04-05 18:02:11.164 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:11.164 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:11.164 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:11.164 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:11.164 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:11.164 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-04-05 18:02:11.164 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:11.164 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.164 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:11.164 | + functions-common:get_or_add_user_project_role:1003 : echo f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:11.164 | f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:11.165 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-05 18:02:11.165 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-04-05 18:02:11.165 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:11.165 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-04-05 18:02:11.165 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-04-05 18:02:11.165 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.165 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:11.165 | 0a201ec456314e5fbd893b3eb34eece2' 2024-04-05 18:02:11.165 | + functions-common:get_or_create_service:1090 : echo 0a201ec456314e5fbd893b3eb34eece2 2024-04-05 18:02:11.165 | 0a201ec456314e5fbd893b3eb34eece2 2024-04-05 18:02:11.165 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-04-05 18:02:11.165 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:11.165 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-04-05 18:02:11.165 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:11.165 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:11.165 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.165 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:11.165 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:11.165 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-04-05 18:02:11.165 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:11.165 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=095326c6ec9e4c6389f8372859c1ff6e 2024-04-05 18:02:11.165 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 095326c6ec9e4c6389f8372859c1ff6e 2024-04-05 18:02:11.165 | + functions-common:get_or_create_endpoint:1123 : public_id=095326c6ec9e4c6389f8372859c1ff6e 2024-04-05 18:02:11.165 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:11.165 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:11.165 | + functions-common:get_or_create_endpoint:1132 : echo 095326c6ec9e4c6389f8372859c1ff6e 2024-04-05 18:02:11.165 | 095326c6ec9e4c6389f8372859c1ff6e 2024-04-05 18:02:11.195 | [3441 Async create_neutron_accounts:36601]: finished create_neutron_accounts with result 0 in 13 seconds 2024-04-05 18:02:11.200 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-04-05 18:02:11.204 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-04-05 18:02:11.206 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:11.208 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-04-05 18:02:11.221 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:11.223 | + stack.sh:main:1161 : is_service_enabled glance 2024-04-05 18:02:11.236 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:11.238 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-04-05 18:02:11.240 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:02:11.242 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-04-05 18:02:11.244 | + stack.sh:main:1163 : async_runfunc init_glance 2024-04-05 18:02:11.246 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-04-05 18:02:11.293 | + inc/async:async_inner:63 : init_glance 2024-04-05 18:02:11.322 | [3441 Async init_glance:38885]: running: init_glance 2024-04-05 18:02:11.325 | + stack.sh:main:1170 : is_service_enabled neutron 2024-04-05 18:02:11.338 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:11.340 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-04-05 18:02:11.342 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:02:11.344 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-04-05 18:02:11.346 | + stack.sh:main:1173 : configure_neutron 2024-04-05 18:02:11.348 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-04-05 18:02:11.350 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-04-05 18:02:11.352 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-04-05 18:02:11.362 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-04-05 18:02:11.364 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-04-05 18:02:15.855 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:15.873 | [38885 Async init_glance:38885]: finished successfully 2024-04-05 18:02:30.925 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-04-05 18:02:30.929 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-04-05 18:02:30.931 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-04-05 18:02:30.933 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-04-05 18:02:30.935 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-04-05 18:02:30.937 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-04-05 18:02:30.938 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-04-05 18:02:30.940 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-04-05 18:02:30.942 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-04-05 18:02:30.944 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-04-05 18:02:30.945 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-04-05 18:02:30.947 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-04-05 18:02:30.949 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-04-05 18:02:30.951 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-04-05 18:02:30.952 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-04-05 18:02:30.954 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-04-05 18:02:30.957 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:30.959 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:30.961 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-04-05 18:02:30.963 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:30.966 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-04-05 18:02:30.968 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-04-05 18:02:30.970 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-04-05 18:02:30.972 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-04-05 18:02:30.973 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 18:02:30.975 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:30.977 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 18:02:30.990 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:30.992 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 18:02:30.993 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-04-05 18:02:30.996 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-04-05 18:02:31.020 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-04-05 18:02:31.046 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-04-05 18:02:31.069 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-04-05 18:02:31.094 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-04-05 18:02:31.121 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-04-05 18:02:31.144 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-04-05 18:02:31.146 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-04-05 18:02:31.148 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-04-05 18:02:31.150 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 18:02:31.152 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 18:02:31.165 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 18:02:31.167 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 18:02:31.168 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 18:02:31.170 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 18:02:31.172 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-04-05 18:02:31.195 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:02:31.218 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-04-05 18:02:31.241 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 18:02:31.265 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-04-05 18:02:31.277 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:31.279 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-04-05 18:02:31.281 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-04-05 18:02:31.283 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-04-05 18:02:31.285 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-04-05 18:02:31.287 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-04-05 18:02:31.289 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-04-05 18:02:31.291 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-04-05 18:02:31.293 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-04-05 18:02:31.302 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-04-05 18:02:31.312 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-04-05 18:02:31.314 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-04-05 18:02:31.323 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-04-05 18:02:31.333 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-04-05 18:02:31.343 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-04-05 18:02:31.345 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:31.348 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-04-05 18:02:31.351 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.NvOXIvBTMt 2024-04-05 18:02:31.353 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-04-05 18:02:31.355 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:31.357 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.NvOXIvBTMt 2024-04-05 18:02:31.360 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.NvOXIvBTMt 2024-04-05 18:02:31.369 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.NvOXIvBTMt /etc/sudoers.d/neutron-rootwrap 2024-04-05 18:02:31.378 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-04-05 18:02:31.380 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-04-05 18:02:31.382 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 18:02:31.405 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:31.407 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:31.431 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-04-05 18:02:31.433 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-04-05 18:02:31.435 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-04-05 18:02:31.437 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 18:02:31.439 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 18:02:31.441 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 18:02:31.454 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:31.456 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 18:02:31.458 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 18:02:31.460 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 18:02:31.474 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:31.476 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:02:31.478 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 18:02:31.504 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 18:02:31.506 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 18:02:31.508 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-04-05 18:02:31.521 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:31.523 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-04-05 18:02:31.536 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:31.538 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-04-05 18:02:31.540 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:31.542 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:31.544 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 18:02:31.570 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:31.572 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:31.595 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-04-05 18:02:31.620 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-04-05 18:02:31.622 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-04-05 18:02:31.624 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-04-05 18:02:31.626 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-04-05 18:02:32.940 | INFO neutron.common.config [-] Logging enabled! 2024-04-05 18:02:32.940 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev15 2024-04-05 18:02:32.940 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39843) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-04-05 18:02:32.941 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-04-05 18:02:32.941 | 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/tmpa139etam/privsep.sock'] 2024-04-05 18:02:33.661 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-04-05 18:02:33.661 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpa139etam/privsep.sock {{(pid=39843) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-04-05 18:02:33.662 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-04-05 18:02:33.662 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-04-05 18:02:33.662 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2024-04-05 18:02:33.662 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39853 2024-04-05 18:02:33.663 | DEBUG oslo.privsep.daemon [-] privsep: reply[fd1a8862-5b4f-45d7-9893-9922d9965aeb]: (2,) {{(pid=39853) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:02:33.748 | 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=39853) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-04-05 18:02:33.757 | 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=39853) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-04-05 18:02:33.757 | DEBUG oslo.privsep.daemon [-] privsep: reply[ae9bb4ee-1857-4237-9952-f171f1c234c8]: (4, ('8cb2864e-ad3a-4c27-8e20-9fb54defa7b7\n', '')) {{(pid=39853) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:02:33.856 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39843) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 18:02:33.856 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39843) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 18:02:33.856 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39843) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:33.856 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39843) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:33.856 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39843) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:33.856 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39843) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:33.890 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-04-05 18:02:33.891 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39843) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-04-05 18:02:33.891 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39843) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-04-05 18:02:33.891 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-04-05 18:02:34.150 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-04-05 18:02:34.152 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-04-05 18:02:34.154 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-04-05 18:02:34.156 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-05 18:02:34.165 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-04-05 18:02:34.178 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2024-04-05 18:02:34.192 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-04-05 18:02:34.194 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:34.197 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-04-05 18:02:34.221 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-04-05 18:02:34.223 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-04-05 18:02:34.229 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-04-05 18:02:34.231 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-04-05 18:02:34.233 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-04-05 18:02:34.268 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-04-05 18:02:34.281 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-04-05 18:02:34.283 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-04-05 18:02:34.291 | net.bridge.bridge-nf-call-iptables = 1 2024-04-05 18:02:34.294 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-04-05 18:02:34.296 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-04-05 18:02:34.301 | net.bridge.bridge-nf-call-ip6tables = 1 2024-04-05 18:02:34.305 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-04-05 18:02:34.306 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-04-05 18:02:34.308 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-04-05 18:02:34.310 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-04-05 18:02:34.312 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-04-05 18:02:34.314 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-04-05 18:02:34.316 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-04-05 18:02:34.318 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-04-05 18:02:34.320 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-05 18:02:34.322 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-04-05 18:02:34.335 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-04-05 18:02:34.337 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-04-05 18:02:34.363 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-04-05 18:02:34.365 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-04-05 18:02:34.389 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-04-05 18:02:34.413 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-04-05 18:02:34.426 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:34.428 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-04-05 18:02:34.430 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.434 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-04-05 18:02:34.457 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-04-05 18:02:34.481 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.483 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.485 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 18:02:34.508 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:34.510 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:34.535 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-04-05 18:02:34.548 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:34.550 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.552 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-04-05 18:02:34.576 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.578 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.580 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-04-05 18:02:34.604 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.606 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-04-05 18:02:34.608 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-04-05 18:02:34.610 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-04-05 18:02:34.623 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:34.625 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-04-05 18:02:34.627 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-04-05 18:02:34.630 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-04-05 18:02:34.654 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 18:02:34.679 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:34.681 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:34.705 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-04-05 18:02:34.707 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-04-05 18:02:34.730 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-04-05 18:02:34.732 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-04-05 18:02:34.734 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-04-05 18:02:34.758 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-04-05 18:02:34.760 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-04-05 18:02:34.762 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-04-05 18:02:34.764 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-04-05 18:02:36.053 | INFO neutron.common.config [-] Logging enabled! 2024-04-05 18:02:36.054 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev15 2024-04-05 18:02:36.054 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40397) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-04-05 18:02:36.078 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 18:02:36.079 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 18:02:36.079 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:36.079 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:36.079 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:36.079 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40397) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 18:02:36.113 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-04-05 18:02:36.113 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40397) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-04-05 18:02:36.114 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40397) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-04-05 18:02:36.114 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-04-05 18:02:36.365 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-04-05 18:02:36.367 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-04-05 18:02:36.369 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-04-05 18:02:36.371 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-04-05 18:02:36.373 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-04-05 18:02:36.375 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-05 18:02:36.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-04-05 18:02:36.390 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-04-05 18:02:36.392 | + functions:set_mtu:796 : local dev=br-ex 2024-04-05 18:02:36.394 | + functions:set_mtu:797 : local mtu=8950 2024-04-05 18:02:36.396 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-04-05 18:02:36.406 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-04-05 18:02:36.418 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-04-05 18:02:36.420 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-04-05 18:02:36.422 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-04-05 18:02:36.424 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-04-05 18:02:36.426 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-04-05 18:02:36.428 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-04-05 18:02:36.429 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-04-05 18:02:36.431 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-04-05 18:02:36.433 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-04-05 18:02:36.435 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-04-05 18:02:36.437 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-04-05 18:02:36.439 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-04-05 18:02:36.441 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-04-05 18:02:36.443 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-04-05 18:02:36.446 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-04-05 18:02:36.447 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-04-05 18:02:36.451 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-04-05 18:02:36.453 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-04-05 18:02:36.455 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-04-05 18:02:36.457 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-04-05 18:02:36.460 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-04-05 18:02:36.460 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-04-05 18:02:36.461 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-04-05 18:02:36.466 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-04-05 18:02:36.468 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-04-05 18:02:36.470 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:36.472 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-04-05 18:02:36.474 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-04-05 18:02:36.476 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-04-05 18:02:36.478 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-04-05 18:02:36.492 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-04-05 18:02:36.492 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-04-05 18:02:36.496 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-04-05 18:02:36.498 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-04-05 18:02:36.511 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:36.513 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-04-05 18:02:36.515 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-04-05 18:02:36.519 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-04-05 18:02:36.543 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-04-05 18:02:36.567 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-04-05 18:02:36.591 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-04-05 18:02:36.593 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-04-05 18:02:36.594 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 18:02:36.619 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 18:02:36.621 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 18:02:36.645 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-05 18:02:36.647 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-04-05 18:02:36.660 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:36.662 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-04-05 18:02:36.664 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-04-05 18:02:36.677 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:36.679 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-04-05 18:02:36.691 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:36.693 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-04-05 18:02:36.706 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:36.708 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-04-05 18:02:36.721 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:36.723 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-04-05 18:02:36.725 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-04-05 18:02:36.727 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-04-05 18:02:36.730 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-04-05 18:02:36.732 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-04-05 18:02:36.734 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-04-05 18:02:36.737 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-04-05 18:02:36.739 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-04-05 18:02:36.741 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-04-05 18:02:36.745 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-04-05 18:02:36.748 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-04-05 18:02:36.752 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-04-05 18:02:36.777 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-04-05 18:02:36.802 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-04-05 18:02:36.827 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-04-05 18:02:36.852 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-04-05 18:02:36.854 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 18:02:36.856 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-04-05 18:02:36.858 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 18:02:36.860 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-04-05 18:02:36.884 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-04-05 18:02:36.910 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-04-05 18:02:36.936 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-04-05 18:02:36.961 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-04-05 18:02:36.988 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-04-05 18:02:37.015 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-04-05 18:02:37.041 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-04-05 18:02:37.065 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 18:02:37.090 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 18:02:37.115 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-04-05 18:02:37.139 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-04-05 18:02:37.164 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-04-05 18:02:37.166 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 18:02:37.168 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-05 18:02:37.170 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-04-05 18:02:37.172 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-04-05 18:02:37.198 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-04-05 18:02:37.222 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-04-05 18:02:37.247 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-04-05 18:02:37.271 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-04-05 18:02:37.296 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-04-05 18:02:37.321 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-04-05 18:02:37.346 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-04-05 18:02:37.371 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-04-05 18:02:37.396 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-04-05 18:02:37.422 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-04-05 18:02:37.424 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 18:02:37.426 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-04-05 18:02:37.428 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-04-05 18:02:37.430 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-04-05 18:02:37.455 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-04-05 18:02:37.481 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-04-05 18:02:37.505 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-04-05 18:02:37.530 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-04-05 18:02:37.555 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-04-05 18:02:37.584 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-04-05 18:02:37.609 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-04-05 18:02:37.633 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-04-05 18:02:37.657 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-04-05 18:02:37.681 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-04-05 18:02:37.683 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-04-05 18:02:37.685 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-04-05 18:02:37.687 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-04-05 18:02:37.689 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-04-05 18:02:37.691 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-04-05 18:02:37.692 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-04-05 18:02:37.694 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-04-05 18:02:37.696 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-04-05 18:02:37.698 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-04-05 18:02:37.700 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-04-05 18:02:37.702 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-04-05 18:02:37.703 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-04-05 18:02:37.705 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-04-05 18:02:37.707 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-04-05 18:02:37.709 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-04-05 18:02:37.711 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-04-05 18:02:37.713 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-04-05 18:02:37.715 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-04-05 18:02:37.717 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.718 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-04-05 18:02:37.720 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-04-05 18:02:37.722 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-04-05 18:02:37.724 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.726 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-04-05 18:02:37.748 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-04-05 18:02:37.750 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.752 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 18:02:37.753 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-04-05 18:02:37.755 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-04-05 18:02:37.757 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.759 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-04-05 18:02:37.782 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-04-05 18:02:37.784 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-04-05 18:02:37.786 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.788 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 18:02:37.790 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-04-05 18:02:37.792 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-04-05 18:02:37.793 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.795 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-04-05 18:02:37.819 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-04-05 18:02:37.820 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-04-05 18:02:37.822 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.824 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 18:02:37.826 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-04-05 18:02:37.827 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-04-05 18:02:37.830 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.831 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-04-05 18:02:37.855 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-04-05 18:02:37.857 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.858 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 18:02:37.860 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-04-05 18:02:37.862 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-04-05 18:02:37.864 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.866 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-04-05 18:02:37.890 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2024-04-05 18:02:37.892 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.894 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-04-05 18:02:37.896 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-04-05 18:02:37.898 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-04-05 18:02:37.900 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.902 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-04-05 18:02:37.926 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2024-04-05 18:02:37.927 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.929 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-04-05 18:02:37.931 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-04-05 18:02:37.933 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-04-05 18:02:37.935 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.937 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-04-05 18:02:37.960 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-04-05 18:02:37.962 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.964 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-04-05 18:02:37.966 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-04-05 18:02:37.968 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-04-05 18:02:37.969 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:37.971 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-04-05 18:02:37.995 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-04-05 18:02:37.997 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:37.999 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-04-05 18:02:38.000 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-04-05 18:02:38.002 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-04-05 18:02:38.004 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:38.006 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-04-05 18:02:38.030 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2024-04-05 18:02:38.031 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:02:38.033 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-04-05 18:02:38.035 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-04-05 18:02:38.037 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-04-05 18:02:38.039 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 18:02:38.041 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-04-05 18:02:38.065 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-05 18:02:38.067 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-04-05 18:02:38.093 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-04-05 18:02:38.118 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-04-05 18:02:38.120 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-04-05 18:02:38.133 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:38.135 | + stack.sh:main:1176 : is_service_enabled neutron 2024-04-05 18:02:38.149 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:38.151 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-04-05 18:02:38.153 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-04-05 18:02:38.201 | + inc/async:async_inner:63 : init_neutron 2024-04-05 18:02:38.230 | [3441 Async init_neutron:42196]: running: init_neutron 2024-04-05 18:02:38.232 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-04-05 18:02:38.247 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:38.249 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-04-05 18:02:38.259 | ++ stack.sh:main:1189 : true 2024-04-05 18:02:38.262 | + stack.sh:main:1189 : netman_pid= 2024-04-05 18:02:38.264 | + stack.sh:main:1190 : '[' -z '' ']' 2024-04-05 18:02:38.266 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-04-05 18:02:38.277 | dnsmasq: no process found 2024-04-05 18:02:38.281 | + stack.sh:main:1191 : true 2024-04-05 18:02:38.283 | + stack.sh:main:1196 : clean_iptables 2024-04-05 18:02:38.286 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 18:02:38.287 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-04-05 18:02:38.287 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-04-05 18:02:38.287 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-04-05 18:02:38.287 | + lib/nova:clean_iptables:184 : bash 2024-04-05 18:02:38.288 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-04-05 18:02:38.288 | + lib/nova:clean_iptables:184 : grep nova 2024-04-05 18:02:38.327 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-04-05 18:02:38.327 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 18:02:38.327 | + lib/nova:clean_iptables:186 : grep nova 2024-04-05 18:02:38.328 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-04-05 18:02:38.328 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-04-05 18:02:38.329 | + lib/nova:clean_iptables:186 : bash 2024-04-05 18:02:38.332 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-04-05 18:02:38.339 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-04-05 18:02:38.340 | + lib/nova:clean_iptables:188 : grep nova 2024-04-05 18:02:38.340 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 18:02:38.341 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-04-05 18:02:38.341 | + lib/nova:clean_iptables:188 : bash 2024-04-05 18:02:38.342 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-04-05 18:02:38.344 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-04-05 18:02:38.351 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-04-05 18:02:38.352 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-04-05 18:02:38.352 | + lib/nova:clean_iptables:190 : grep nova 2024-04-05 18:02:38.352 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-04-05 18:02:38.353 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 18:02:38.353 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-04-05 18:02:38.354 | + lib/nova:clean_iptables:190 : bash 2024-04-05 18:02:38.362 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-04-05 18:02:38.369 | net.ipv4.ip_forward = 1 2024-04-05 18:02:38.373 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-04-05 18:02:38.387 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:38.389 | + stack.sh:main:1205 : configure_os_vif 2024-04-05 18:02:38.391 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-04-05 18:02:38.393 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-04-05 18:02:38.419 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-04-05 18:02:38.421 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-04-05 18:02:38.448 | + stack.sh:main:1211 : is_service_enabled swift 2024-04-05 18:02:38.462 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:38.464 | + stack.sh:main:1220 : is_service_enabled cinder 2024-04-05 18:02:38.477 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:38.479 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-04-05 18:02:38.481 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:02:38.483 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-04-05 18:02:38.485 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-04-05 18:02:38.487 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-04-05 18:02:38.536 | + inc/async:async_inner:63 : init_cinder 2024-04-05 18:02:38.568 | [3441 Async init_cinder:42546]: running: init_cinder 2024-04-05 18:02:38.570 | + stack.sh:main:1228 : is_service_enabled placement 2024-04-05 18:02:38.584 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:38.586 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-04-05 18:02:38.588 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:02:38.590 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-04-05 18:02:38.592 | + stack.sh:main:1230 : async_runfunc init_placement 2024-04-05 18:02:38.595 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-04-05 18:02:38.643 | + inc/async:async_inner:63 : init_placement 2024-04-05 18:02:38.672 | [3441 Async init_placement:42693]: running: init_placement 2024-04-05 18:02:38.674 | + stack.sh:main:1234 : async_wait init_neutron 2024-04-05 18:02:38.711 | [3441 Async init_neutron:42196]: Waiting for completion of init_neutron running on PID 42196 (5 other jobs running) 2024-04-05 18:02:38.728 | [3441 Async init_neutron:42196]: Signaling child to exit 2024-04-05 18:02:42.056 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:42.076 | [42546 Async init_cinder:42546]: finished successfully 2024-04-05 18:02:46.897 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:46.916 | [42196 Async init_neutron:42196]: finished successfully 2024-04-05 18:02:46.932 | WAKEUP 2024-04-05 18:02:46.948 | [3441 Async init_neutron:42196]: Signaled 2024-04-05 18:02:46.949 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-04-05 18:02:46.949 | + lib/database:recreate_database:112 : local db=neutron 2024-04-05 18:02:46.949 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-04-05 18:02:46.949 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-04-05 18:02:46.949 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-04-05 18:02:46.949 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-04-05 18:02:46.949 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-04-05 18:02:46.949 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 18:02:46.949 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:02:46.949 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:02:46.949 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:02:46.949 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340158240 2024-04-05 18:02:46.949 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-04-05 18:02:46.949 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-04-05 18:02:46.950 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-04-05 18:02:46.951 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-04-05 18:02:46.951 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-04-05 18:02:46.951 | Running upgrade for neutron ... 2024-04-05 18:02:46.951 | OK 2024-04-05 18:02:46.951 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-04-05 18:02:46.951 | + functions-common:time_stop:2435 : local name 2024-04-05 18:02:46.951 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:02:46.951 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:02:46.951 | + functions-common:time_stop:2438 : local total 2024-04-05 18:02:46.951 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:02:46.951 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 18:02:46.951 | + functions-common:time_stop:2442 : start_time=1712340158240 2024-04-05 18:02:46.951 | + functions-common:time_stop:2444 : [[ -z 1712340158240 ]] 2024-04-05 18:02:46.951 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:02:46.951 | + functions-common:time_stop:2447 : end_time=1712340166885 2024-04-05 18:02:46.951 | + functions-common:time_stop:2448 : elapsed_time=8645 2024-04-05 18:02:46.951 | + functions-common:time_stop:2449 : total=2820 2024-04-05 18:02:46.951 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:02:46.951 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11465 2024-04-05 18:02:46.982 | [3441 Async init_neutron:42196]: finished init_neutron with result 0 in 8 seconds 2024-04-05 18:02:46.986 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:46.988 | + stack.sh:main:1235 : async_wait init_placement 2024-04-05 18:02:47.024 | [3441 Async init_placement:42693]: Waiting for completion of init_placement running on PID 42693 (4 other jobs running) 2024-04-05 18:02:47.041 | [3441 Async init_placement:42693]: Signaling child to exit 2024-04-05 18:02:56.327 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:02:56.345 | [42693 Async init_placement:42693]: finished successfully 2024-04-05 18:02:56.362 | WAKEUP 2024-04-05 18:02:56.378 | [3441 Async init_placement:42693]: Signaled 2024-04-05 18:02:56.379 | + lib/placement:init_placement:143 : recreate_database placement 2024-04-05 18:02:56.379 | + lib/database:recreate_database:112 : local db=placement 2024-04-05 18:02:56.379 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-04-05 18:02:56.379 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-04-05 18:02:56.379 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-04-05 18:02:56.379 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-04-05 18:02:56.379 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-04-05 18:02:56.379 | + lib/placement:init_placement:145 : create_placement_accounts 2024-04-05 18:02:56.379 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-04-05 18:02:56.379 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-04-05 18:02:56.379 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 18:02:56.379 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 18:02:56.379 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 18:02:56.379 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-04-05 18:02:56.379 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:56.379 | + functions-common:get_or_create_user:938 : user_id=2a96c529ae35473fa9a7847e482fab83 2024-04-05 18:02:56.379 | + functions-common:get_or_create_user:939 : echo 2a96c529ae35473fa9a7847e482fab83 2024-04-05 18:02:56.379 | 2a96c529ae35473fa9a7847e482fab83 2024-04-05 18:02:56.379 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:56.379 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-04-05 18:02:56.379 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:56.379 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:1003 : echo f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:56.379 | f2d94155df8e45f3bba60a717779c80d 2024-04-05 18:02:56.379 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-04-05 18:02:56.379 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 18:02:56.379 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 18:02:56.379 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-04-05 18:02:56.379 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-04-05 18:02:56.379 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:02:56.379 | + functions-common:get_or_add_user_project_role:1003 : echo 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:02:56.379 | 34895a6b17f648d68636669d9ea9b0fa 2024-04-05 18:02:56.379 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-04-05 18:02:56.380 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-04-05 18:02:56.380 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 18:02:56.380 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-04-05 18:02:56.380 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-04-05 18:02:56.380 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:56.380 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 18:02:56.380 | fafc28efd28a44bc998489940529e1dc' 2024-04-05 18:02:56.380 | + functions-common:get_or_create_service:1090 : echo fafc28efd28a44bc998489940529e1dc 2024-04-05 18:02:56.380 | fafc28efd28a44bc998489940529e1dc 2024-04-05 18:02:56.380 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-04-05 18:02:56.380 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 18:02:56.380 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-04-05 18:02:56.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 18:02:56.380 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-04-05 18:02:56.380 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:56.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 18:02:56.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 18:02:56.380 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-04-05 18:02:56.380 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:02:56.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=6c2954d4d40b48a38b9723f86fa79c3d 2024-04-05 18:02:56.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 6c2954d4d40b48a38b9723f86fa79c3d 2024-04-05 18:02:56.380 | + functions-common:get_or_create_endpoint:1123 : public_id=6c2954d4d40b48a38b9723f86fa79c3d 2024-04-05 18:02:56.380 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 18:02:56.380 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 18:02:56.380 | + functions-common:get_or_create_endpoint:1132 : echo 6c2954d4d40b48a38b9723f86fa79c3d 2024-04-05 18:02:56.380 | 6c2954d4d40b48a38b9723f86fa79c3d 2024-04-05 18:02:56.411 | [3441 Async init_placement:42693]: finished init_placement with result 0 in 17 seconds 2024-04-05 18:02:56.414 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:56.416 | + stack.sh:main:1236 : async_wait init_glance 2024-04-05 18:02:56.452 | [3441 Async init_glance:38885]: Waiting for completion of init_glance running on PID 38885 (3 other jobs running) 2024-04-05 18:02:56.469 | [3441 Async init_glance:38885]: Signaling child to exit 2024-04-05 18:02:56.469 | WAKEUP 2024-04-05 18:02:56.485 | [3441 Async init_glance:38885]: Signaled 2024-04-05 18:02:56.486 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-04-05 18:02:56.486 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-04-05 18:02:56.486 | + lib/glance:init_glance:489 : recreate_database glance 2024-04-05 18:02:56.486 | + lib/database:recreate_database:112 : local db=glance 2024-04-05 18:02:56.486 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-04-05 18:02:56.486 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-04-05 18:02:56.486 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-04-05 18:02:56.486 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-04-05 18:02:56.486 | + lib/glance:init_glance:491 : time_start dbsync 2024-04-05 18:02:56.486 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 18:02:56.486 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:02:56.486 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:02:56.486 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:02:56.486 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340131337 2024-04-05 18:02:56.486 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-04-05 18:02:56.486 | INFO dbcounter [-] Registered counter for database glance 2024-04-05 18:02:56.486 | 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=38972) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:02:56.486 | DEBUG dbcounter [-] [38972] Writer thread running {{(pid=38972) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:02:56.486 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.486 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 18:02:56.487 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 18:02:56.487 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-04-05 18:02:56.487 | Database migration is up to date. No migration needed. 2024-04-05 18:02:56.487 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-04-05 18:02:56.487 | Database is synced successfully. 2024-04-05 18:02:56.487 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-04-05 18:02:56.487 | INFO dbcounter [-] Registered counter for database glance 2024-04-05 18:02:56.487 | 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=39006) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:02:56.487 | DEBUG dbcounter [-] [39006] Writer thread running {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-04-05 18:02:56.487 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=76,glance:SHOW=6,glance:INSERT=18 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-04-05 18:02:56.487 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-04-05 18:02:56.487 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-04-05 18:02:56.487 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=77,glance:INSERT=23 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:INSERT=21,glance:SELECT=79 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:INSERT=24,glance:SELECT=76 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-04-05 18:02:56.488 | DEBUG dbcounter [-] [39006] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=39006) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-04-05 18:02:56.488 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-04-05 18:02:56.488 | + lib/glance:init_glance:497 : time_stop dbsync 2024-04-05 18:02:56.488 | + functions-common:time_stop:2435 : local name 2024-04-05 18:02:56.488 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:02:56.488 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:02:56.488 | + functions-common:time_stop:2438 : local total 2024-04-05 18:02:56.488 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:02:56.488 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 18:02:56.488 | + functions-common:time_stop:2442 : start_time=1712340131337 2024-04-05 18:02:56.488 | + functions-common:time_stop:2444 : [[ -z 1712340131337 ]] 2024-04-05 18:02:56.488 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:02:56.488 | + functions-common:time_stop:2447 : end_time=1712340135844 2024-04-05 18:02:56.488 | + functions-common:time_stop:2448 : elapsed_time=4507 2024-04-05 18:02:56.488 | + functions-common:time_stop:2449 : total=2820 2024-04-05 18:02:56.488 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:02:56.488 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7327 2024-04-05 18:02:56.518 | [3441 Async init_glance:38885]: finished init_glance with result 0 in 4 seconds 2024-04-05 18:02:56.521 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:56.523 | + stack.sh:main:1237 : async_wait init_swift 2024-04-05 18:02:56.538 | Not waiting for async task init_swift that we never started or has already been waited for 2024-04-05 18:02:56.540 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:56.542 | + stack.sh:main:1238 : async_wait init_cinder 2024-04-05 18:02:56.577 | [3441 Async init_cinder:42546]: Waiting for completion of init_cinder running on PID 42546 (2 other jobs running) 2024-04-05 18:02:56.595 | [3441 Async init_cinder:42546]: Signaling child to exit 2024-04-05 18:02:56.595 | WAKEUP 2024-04-05 18:02:56.611 | [3441 Async init_cinder:42546]: Signaled 2024-04-05 18:02:56.611 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-04-05 18:02:56.611 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:56.611 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-04-05 18:02:56.611 | + lib/database:recreate_database:112 : local db=cinder 2024-04-05 18:02:56.611 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-04-05 18:02:56.611 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-04-05 18:02:56.611 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-04-05 18:02:56.611 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-04-05 18:02:56.611 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-04-05 18:02:56.611 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 18:02:56.611 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:02:56.611 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:02:56.612 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:02:56.612 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340158591 2024-04-05 18:02:56.612 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-04-05 18:02:56.612 | INFO dbcounter [-] Registered counter for database cinder 2024-04-05 18:02:56.612 | 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=42650) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:02:56.612 | DEBUG dbcounter [-] [42650] Writer thread running {{(pid=42650) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | 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=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 18:02:56.612 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42650) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 18:02:56.612 | INFO cinder.db.migration [-] Applying migration(s) 2024-04-05 18:02:56.612 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:02:56.612 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:02:56.612 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-04-05 18:02:56.612 | DEBUG dbcounter [-] [42650] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=42650) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:02:56.612 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42650) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 18:02:56.612 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-04-05 18:02:56.612 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42650) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:02:56.612 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-04-05 18:02:56.612 | INFO dbcounter [-] Registered counter for database cinder 2024-04-05 18:02:56.612 | 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=42650) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:02:56.612 | DEBUG dbcounter [-] [42650] Writer thread running {{(pid=42650) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:02:56.612 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42650) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:02:56.612 | INFO cinder.db.migration [-] Migration(s) applied 2024-04-05 18:02:56.612 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-04-05 18:02:56.613 | + functions-common:time_stop:2435 : local name 2024-04-05 18:02:56.613 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:02:56.613 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:02:56.613 | + functions-common:time_stop:2438 : local total 2024-04-05 18:02:56.613 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:02:56.613 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 18:02:56.613 | + functions-common:time_stop:2442 : start_time=1712340158591 2024-04-05 18:02:56.613 | + functions-common:time_stop:2444 : [[ -z 1712340158591 ]] 2024-04-05 18:02:56.613 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:02:56.613 | + functions-common:time_stop:2447 : end_time=1712340161995 2024-04-05 18:02:56.613 | + functions-common:time_stop:2448 : elapsed_time=3404 2024-04-05 18:02:56.613 | + functions-common:time_stop:2449 : total=2820 2024-04-05 18:02:56.613 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:02:56.613 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6224 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-04-05 18:02:56.613 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-04-05 18:02:56.613 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:02:56.613 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-04-05 18:02:56.643 | [3441 Async init_cinder:42546]: finished init_cinder with result 0 in 3 seconds 2024-04-05 18:02:56.647 | + inc/async:async_wait:197 : return 0 2024-04-05 18:02:56.649 | + stack.sh:main:1243 : is_service_enabled nova 2024-04-05 18:02:56.662 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:56.664 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-04-05 18:02:56.666 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:02:56.668 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-04-05 18:02:56.670 | + stack.sh:main:1245 : init_nova 2024-04-05 18:02:56.672 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-04-05 18:02:56.684 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:56.686 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-04-05 18:02:56.699 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:02:56.701 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:02:56.703 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-04-05 18:02:56.705 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-04-05 18:02:56.707 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-04-05 18:02:56.709 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-04-05 18:02:56.711 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-04-05 18:02:56.720 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-04-05 18:02:56.728 | ++ lib/nova:init_nova:863 : seq 1 1 2024-04-05 18:02:56.731 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-05 18:02:56.734 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-04-05 18:02:56.736 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-05 18:02:56.738 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-05 18:02:56.740 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-05 18:02:56.787 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-05 18:02:56.818 | [3441 Async nova-cell-1:43790]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-05 18:02:56.820 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-04-05 18:02:56.822 | + lib/database:recreate_database:112 : local db=nova_api 2024-04-05 18:02:56.824 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-04-05 18:02:56.826 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-04-05 18:02:56.828 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-04-05 18:02:56.836 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-04-05 18:02:56.844 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-04-05 18:02:57.226 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:02:58.982 | INFO dbcounter [-] Registered counter for database nova_api 2024-04-05 18:02:58.993 | DEBUG dbcounter [-] [43857] Writer thread running {{(pid=43857) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:02:58.994 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 18:02:58.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:02:58.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:02:58.999 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 18:02:58.999 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43857) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 18:02:59.011 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:02:59.011 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:02:59.030 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-04-05 18:02:59.939 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43857) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 18:02:59.940 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-04-05 18:03:00.173 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43857) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:00.566 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-04-05 18:03:00.569 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-04-05 18:03:00.571 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-04-05 18:03:00.573 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-04-05 18:03:00.576 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 18:03:00.578 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 18:03:00.580 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 18:03:00.594 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:00.596 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 18:03:00.599 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-04-05 18:03:00.601 | + 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&plugin=dbcounter' 2024-04-05 18:03:00.997 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:03:02.115 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:03:02.134 | [43790 Async nova-cell-1:43790]: finished successfully 2024-04-05 18:03:02.327 | INFO dbcounter [None req-3b71a9f5-be5d-422c-87fc-c343a95e41f2 None None] Registered counter for database nova_api 2024-04-05 18:03:02.338 | DEBUG dbcounter [-] [43900] Writer thread running {{(pid=43900) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:02.688 | ++ lib/nova:init_nova:875 : seq 0 1 2024-04-05 18:03:02.692 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-04-05 18:03:02.694 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-04-05 18:03:02.709 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-04-05 18:03:02.711 | + inc/async:async_wait:197 : return 0 2024-04-05 18:03:02.713 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-04-05 18:03:02.715 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-04-05 18:03:02.750 | [3441 Async nova-cell-1:43790]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43790 (2 other jobs running) 2024-04-05 18:03:02.768 | [3441 Async nova-cell-1:43790]: Signaling child to exit 2024-04-05 18:03:02.768 | WAKEUP 2024-04-05 18:03:02.783 | [3441 Async nova-cell-1:43790]: Signaled 2024-04-05 18:03:02.784 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-04-05 18:03:02.784 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-04-05 18:03:02.784 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-04-05 18:03:02.784 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-04-05 18:03:02.784 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-04-05 18:03:02.784 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-04-05 18:03:02.784 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-04-05 18:03:02.784 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-04-05 18:03:02.784 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-04-05 18:03:02.784 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:03:02.784 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-04-05 18:03:02.784 | DEBUG dbcounter [-] [43840] Writer thread running {{(pid=43840) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 18:03:02.785 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43840) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 18:03:02.785 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 18:03:02.785 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 18:03:02.785 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-04-05 18:03:02.785 | DEBUG dbcounter [-] [43840] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=43840) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:03:02.785 | DEBUG dbcounter [-] [43840] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=34 {{(pid=43840) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:03:02.785 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43840) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 18:03:02.785 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-04-05 18:03:02.785 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43840) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:02.785 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-04-05 18:03:02.785 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43840) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:02.785 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-04-05 18:03:02.785 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43840) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:02.815 | [3441 Async nova-cell-1:43790]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-04-05 18:03:02.818 | + inc/async:async_wait:197 : return 0 2024-04-05 18:03:02.820 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:03:02.822 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-04-05 18:03:03.192 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:03:04.480 | INFO dbcounter [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Registered counter for database nova_api 2024-04-05 18:03:04.490 | DEBUG dbcounter [-] [44068] Writer thread running {{(pid=44068) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:04.516 | INFO dbcounter [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Registered counter for database nova_cell0 2024-04-05 18:03:04.521 | DEBUG dbcounter [-] [44068] Writer thread running {{(pid=44068) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:04.521 | DEBUG migrate.versioning.repository [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 18:03:04.522 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.522 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.522 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.523 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.523 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.523 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.523 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.524 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.524 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.524 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.524 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.524 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.525 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.525 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.525 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.525 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.525 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.526 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.526 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.526 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.526 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.526 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.527 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.527 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.527 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.527 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.527 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.528 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.528 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.528 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.528 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.528 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.529 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.529 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.529 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.529 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.530 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.530 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.530 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.530 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.530 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:04.531 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:04.531 | DEBUG migrate.versioning.repository [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 18:03:04.531 | DEBUG migrate.versioning.repository [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 18:03:04.543 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Context impl MySQLImpl. 2024-04-05 18:03:04.543 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Will assume non-transactional DDL. 2024-04-05 18:03:04.555 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-04-05 18:03:05.533 | DEBUG dbcounter [-] [44068] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=44068) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:03:06.308 | DEBUG dbcounter [-] [44068] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=34 {{(pid=44068) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:03:06.905 | DEBUG alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] new branch insert 8f2f1571d55b {{(pid=44068) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 18:03:06.906 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-04-05 18:03:06.947 | DEBUG alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44068) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:06.949 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-04-05 18:03:07.052 | DEBUG alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44068) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:07.053 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-04-05 18:03:07.076 | DEBUG alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44068) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 18:03:07.081 | INFO dbcounter [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Registered counter for database nova_cell1 2024-04-05 18:03:07.085 | DEBUG dbcounter [-] [44068] Writer thread running {{(pid=44068) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:07.086 | DEBUG migrate.versioning.repository [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 18:03:07.087 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.087 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.087 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.088 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.088 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.088 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.088 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.089 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.089 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.089 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.089 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.089 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.090 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.090 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.090 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.090 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.090 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.091 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.091 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.091 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.091 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.092 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.092 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.092 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.092 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.092 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.093 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.093 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.093 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.093 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.093 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.094 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.094 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.094 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.094 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.094 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.095 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.095 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.095 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.095 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.096 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 18:03:07.096 | DEBUG migrate.versioning.script.base [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 18:03:07.096 | DEBUG migrate.versioning.repository [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 18:03:07.096 | DEBUG migrate.versioning.repository [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44068) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 18:03:07.100 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Context impl MySQLImpl. 2024-04-05 18:03:07.100 | INFO alembic.runtime.migration [None req-aba90ca9-1c87-483c-9196-59301560bac0 None None] Will assume non-transactional DDL. 2024-04-05 18:03:07.458 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-04-05 18:03:07.830 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:03:09.122 | Running batches of 50 until complete 2024-04-05 18:03:09.122 | INFO dbcounter [None req-6df46f32-20f8-4f62-a277-05335fc06da8 None None] Registered counter for database nova_cell1 2024-04-05 18:03:09.133 | DEBUG dbcounter [-] [44073] Writer thread running {{(pid=44073) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:09.187 | INFO dbcounter [None req-6df46f32-20f8-4f62-a277-05335fc06da8 None None] Registered counter for database nova_api 2024-04-05 18:03:09.191 | DEBUG dbcounter [-] [44073] Writer thread running {{(pid=44073) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:09.247 | INFO dbcounter [None req-6df46f32-20f8-4f62-a277-05335fc06da8 None None] Registered counter for database nova_cell0 2024-04-05 18:03:09.251 | DEBUG dbcounter [-] [44073] Writer thread running {{(pid=44073) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:09.283 | +-------------------------------------+--------------+-----------+ 2024-04-05 18:03:09.283 | | Migration | Total Needed | Completed | 2024-04-05 18:03:09.283 | +-------------------------------------+--------------+-----------+ 2024-04-05 18:03:09.283 | | fill_virtual_interface_list | 0 | 0 | 2024-04-05 18:03:09.283 | | migrate_empty_ratio | 0 | 0 | 2024-04-05 18:03:09.283 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-04-05 18:03:09.283 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-04-05 18:03:09.283 | | migration_migrate_to_uuid | 0 | 0 | 2024-04-05 18:03:09.283 | | populate_dev_uuids | 0 | 0 | 2024-04-05 18:03:09.283 | | populate_missing_availability_zones | 0 | 0 | 2024-04-05 18:03:09.283 | | populate_queued_for_delete | 0 | 0 | 2024-04-05 18:03:09.284 | | populate_user_id | 0 | 0 | 2024-04-05 18:03:09.284 | | populate_uuids | 0 | 0 | 2024-04-05 18:03:09.284 | +-------------------------------------+--------------+-----------+ 2024-04-05 18:03:09.647 | ++ lib/nova:init_nova:889 : seq 1 1 2024-04-05 18:03:09.651 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-05 18:03:09.654 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-04-05 18:03:09.656 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-05 18:03:09.658 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-05 18:03:09.661 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-04-05 18:03:10.037 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:03:11.336 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-04-05 18:03:11.336 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-04-05 18:03:11.336 | INFO dbcounter [None req-003e78f7-c704-48d9-a64b-57f502c16ad4 None None] Registered counter for database nova_api 2024-04-05 18:03:11.347 | DEBUG dbcounter [-] [44092] Writer thread running {{(pid=44092) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:11.714 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-04-05 18:03:11.716 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-04-05 18:03:11.726 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-04-05 18:03:11.728 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-04-05 18:03:11.730 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-04-05 18:03:11.780 | + inc/async:async_inner:63 : configure_neutron_nova 2024-04-05 18:03:11.812 | [3441 Async configure_neutron_nova:44149]: running: configure_neutron_nova 2024-04-05 18:03:11.814 | + stack.sh:main:1255 : run_phase stack post-config 2024-04-05 18:03:11.816 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 18:03:11.818 | + functions-common:run_phase:1864 : local phase=post-config 2024-04-05 18:03:11.820 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 18:03:11.822 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 18:03:11.824 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 18:03:11.826 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 18:03:11.828 | + functions-common:run_phase:1873 : local extra 2024-04-05 18:03:11.831 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 18:03:11.835 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 18:03:11.837 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 18:03:11.839 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 18:03:11.841 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-04-05 18:03:11.843 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 18:03:11.856 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:11.858 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:03:11.861 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:03:11.862 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-04-05 18:03:11.865 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:03:11.866 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:03:11.869 | ++ extras.d/80-tempest.sh:source:12 : : 2024-04-05 18:03:11.871 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 18:03:11.873 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 18:03:11.875 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:03:11.877 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-05 18:03:11.879 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-04-05 18:03:11.881 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 18:03:11.883 | + functions-common:run_plugins:1850 : local phase=post-config 2024-04-05 18:03:11.885 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 18:03:11.887 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 18:03:11.890 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 18:03:11.892 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 18:03:11.894 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 18:03:11.896 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-04-05 18:03:11.899 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:03:11.901 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:03:11.903 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-04-05 18:03:11.905 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:03:11.908 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:03:11.910 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-04-05 18:03:11.912 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:11.914 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-04-05 18:03:11.916 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-04-05 18:03:11.918 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 18:03:11.920 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 18:03:11.922 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-04-05 18:03:11.924 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:11.927 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 18:03:11.929 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 18:03:11.932 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-04-05 18:03:11.934 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:11.936 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-04-05 18:03:11.938 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:11.940 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-04-05 18:03:11.940 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:11.940 | gsub("[][]", "", $1); 2024-04-05 18:03:11.940 | split($1, a, "|"); 2024-04-05 18:03:11.940 | if (a[1] == matchgroup) 2024-04-05 18:03:11.940 | print a[2] 2024-04-05 18:03:11.940 | } 2024-04-05 18:03:11.940 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:11.945 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 18:03:11.947 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 18:03:11.949 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 18:03:11.952 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-04-05 18:03:11.955 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-04-05 18:03:11.958 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-04-05 18:03:11.959 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-04-05 18:03:11.962 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-04-05 18:03:11.965 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-04-05 18:03:11.968 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-04-05 18:03:11.970 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-04-05 18:03:11.972 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:11.974 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 18:03:11.976 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-04-05 18:03:11.978 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 18:03:11.982 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-04-05 18:03:11.984 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-04-05 18:03:11.986 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-04-05 18:03:11.988 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-04-05 18:03:11.991 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-04-05 18:03:11.992 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-04-05 18:03:11.992 | BEGIN { 2024-04-05 18:03:11.992 | section = "" 2024-04-05 18:03:11.992 | last_section = "" 2024-04-05 18:03:11.992 | section_count = 0 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | /^\[.+\]/ { 2024-04-05 18:03:11.992 | gsub("[][]", "", $1); 2024-04-05 18:03:11.992 | section=$1 2024-04-05 18:03:11.992 | next 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | /^ *\#/ { 2024-04-05 18:03:11.992 | next 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | /^[^ \t]+/ { 2024-04-05 18:03:11.992 | # get offset of first = in $0 2024-04-05 18:03:11.992 | eq_idx = index($0, "=") 2024-04-05 18:03:11.992 | # extract attr & value from $0 2024-04-05 18:03:11.992 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 18:03:11.992 | value = substr($0, eq_idx + 1) 2024-04-05 18:03:11.992 | # only need to strip trailing whitespace from attr 2024-04-05 18:03:11.992 | sub(/[ \t]*$/, "", attr) 2024-04-05 18:03:11.992 | # need to strip leading & trailing whitespace from value 2024-04-05 18:03:11.992 | sub(/^[ \t]*/, "", value) 2024-04-05 18:03:11.992 | sub(/[ \t]*$/, "", value) 2024-04-05 18:03:11.992 | 2024-04-05 18:03:11.992 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 18:03:11.992 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 18:03:11.992 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 18:03:11.992 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 18:03:11.992 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 18:03:11.992 | if (section != last_section) { 2024-04-05 18:03:11.992 | cfg_section[section_count++] = section 2024-04-05 18:03:11.992 | last_section = section 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 18:03:11.992 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 18:03:11.992 | 2024-04-05 18:03:11.992 | cfg_attr[section, attr, 0] = value 2024-04-05 18:03:11.992 | cfg_attr_count[section, attr] = 1 2024-04-05 18:03:11.992 | } else { 2024-04-05 18:03:11.992 | lno = cfg_attr_count[section, attr]++ 2024-04-05 18:03:11.992 | cfg_attr[section, attr, lno] = value 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | END { 2024-04-05 18:03:11.992 | # Process each section in order 2024-04-05 18:03:11.992 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 18:03:11.992 | section = cfg_section[sno] 2024-04-05 18:03:11.992 | # The ini routines simply append a config item immediately 2024-04-05 18:03:11.992 | # after the section header. To keep the same order as defined 2024-04-05 18:03:11.992 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 18:03:11.992 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 18:03:11.992 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 18:03:11.992 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 18:03:11.992 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 18:03:11.992 | else { 2024-04-05 18:03:11.992 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 18:03:11.992 | count = cfg_attr_count[section, attr] 2024-04-05 18:03:11.992 | print "inidelete " configfile " " section " " attr 2024-04-05 18:03:11.992 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 18:03:11.992 | for (l = count -2; l >= 0; l--) 2024-04-05 18:03:11.992 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | } 2024-04-05 18:03:11.992 | ' 2024-04-05 18:03:11.992 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:11.994 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:11.994 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 18:03:11.996 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 18:03:11.998 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-04-05 18:03:12.001 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:12.003 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-04-05 18:03:12.005 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-04-05 18:03:12.005 | BEGIN { group = "" } 2024-04-05 18:03:12.005 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:12.005 | gsub("[][]", "", $1); 2024-04-05 18:03:12.005 | split($1, a, "|"); 2024-04-05 18:03:12.005 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 18:03:12.005 | group=a[1] 2024-04-05 18:03:12.005 | } else { 2024-04-05 18:03:12.005 | group="" 2024-04-05 18:03:12.005 | } 2024-04-05 18:03:12.005 | next 2024-04-05 18:03:12.005 | } 2024-04-05 18:03:12.005 | { 2024-04-05 18:03:12.005 | if (group != "") 2024-04-05 18:03:12.005 | print $0 2024-04-05 18:03:12.005 | } 2024-04-05 18:03:12.005 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:12.009 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-04-05 18:03:12.012 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-04-05 18:03:12.037 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.039 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 18:03:12.041 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 18:03:12.044 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 18:03:12.046 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-04-05 18:03:12.049 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-04-05 18:03:12.051 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-04-05 18:03:12.053 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-04-05 18:03:12.056 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-04-05 18:03:12.059 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-04-05 18:03:12.061 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-04-05 18:03:12.063 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-04-05 18:03:12.066 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.068 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 18:03:12.070 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-04-05 18:03:12.072 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 18:03:12.075 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-04-05 18:03:12.077 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-04-05 18:03:12.080 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-04-05 18:03:12.082 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-04-05 18:03:12.084 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-04-05 18:03:12.085 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-04-05 18:03:12.085 | BEGIN { 2024-04-05 18:03:12.085 | section = "" 2024-04-05 18:03:12.085 | last_section = "" 2024-04-05 18:03:12.085 | section_count = 0 2024-04-05 18:03:12.085 | } 2024-04-05 18:03:12.085 | /^\[.+\]/ { 2024-04-05 18:03:12.085 | gsub("[][]", "", $1); 2024-04-05 18:03:12.085 | section=$1 2024-04-05 18:03:12.085 | next 2024-04-05 18:03:12.085 | } 2024-04-05 18:03:12.085 | /^ *\#/ { 2024-04-05 18:03:12.085 | next 2024-04-05 18:03:12.085 | } 2024-04-05 18:03:12.085 | /^[^ \t]+/ { 2024-04-05 18:03:12.085 | # get offset of first = in $0 2024-04-05 18:03:12.085 | eq_idx = index($0, "=") 2024-04-05 18:03:12.085 | # extract attr & value from $0 2024-04-05 18:03:12.085 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 18:03:12.085 | value = substr($0, eq_idx + 1) 2024-04-05 18:03:12.085 | # only need to strip trailing whitespace from attr 2024-04-05 18:03:12.085 | sub(/[ \t]*$/, "", attr) 2024-04-05 18:03:12.085 | # need to strip leading & trailing whitespace from value 2024-04-05 18:03:12.085 | sub(/^[ \t]*/, "", value) 2024-04-05 18:03:12.085 | sub(/[ \t]*$/, "", value) 2024-04-05 18:03:12.085 | 2024-04-05 18:03:12.085 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 18:03:12.085 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 18:03:12.085 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 18:03:12.085 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 18:03:12.085 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 18:03:12.085 | if (section != last_section) { 2024-04-05 18:03:12.085 | cfg_section[section_count++] = section 2024-04-05 18:03:12.085 | last_section = section 2024-04-05 18:03:12.085 | } 2024-04-05 18:03:12.085 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 18:03:12.085 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 18:03:12.085 | 2024-04-05 18:03:12.085 | cfg_attr[section, attr, 0] = value 2024-04-05 18:03:12.085 | cfg_attr_count[section, attr] = 1 2024-04-05 18:03:12.085 | } else { 2024-04-05 18:03:12.085 | lno = cfg_attr_count[section, attr]++ 2024-04-05 18:03:12.085 | cfg_attr[section, attr, lno] = value 2024-04-05 18:03:12.085 | } 2024-04-05 18:03:12.085 | } 2024-04-05 18:03:12.085 | END { 2024-04-05 18:03:12.085 | # Process each section in order 2024-04-05 18:03:12.085 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 18:03:12.085 | section = cfg_section[sno] 2024-04-05 18:03:12.085 | # The ini routines simply append a config item immediately 2024-04-05 18:03:12.085 | # after the section header. To keep the same order as defined 2024-04-05 18:03:12.085 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 18:03:12.085 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 18:03:12.085 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 18:03:12.085 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 18:03:12.085 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 18:03:12.085 | else { 2024-04-05 18:03:12.085 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 18:03:12.086 | count = cfg_attr_count[section, attr] 2024-04-05 18:03:12.086 | print "inidelete " configfile " " section " " attr 2024-04-05 18:03:12.086 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 18:03:12.086 | for (l = count -2; l >= 0; l--) 2024-04-05 18:03:12.086 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 18:03:12.086 | } 2024-04-05 18:03:12.086 | } 2024-04-05 18:03:12.086 | } 2024-04-05 18:03:12.086 | } 2024-04-05 18:03:12.086 | ' 2024-04-05 18:03:12.086 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.087 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.088 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 18:03:12.089 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 18:03:12.091 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-04-05 18:03:12.093 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:12.095 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-04-05 18:03:12.097 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-04-05 18:03:12.097 | BEGIN { group = "" } 2024-04-05 18:03:12.097 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:12.097 | gsub("[][]", "", $1); 2024-04-05 18:03:12.097 | split($1, a, "|"); 2024-04-05 18:03:12.097 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 18:03:12.097 | group=a[1] 2024-04-05 18:03:12.097 | } else { 2024-04-05 18:03:12.097 | group="" 2024-04-05 18:03:12.097 | } 2024-04-05 18:03:12.097 | next 2024-04-05 18:03:12.097 | } 2024-04-05 18:03:12.097 | { 2024-04-05 18:03:12.097 | if (group != "") 2024-04-05 18:03:12.097 | print $0 2024-04-05 18:03:12.097 | } 2024-04-05 18:03:12.097 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:12.102 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-04-05 18:03:12.104 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-04-05 18:03:12.124 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:03:12.129 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.131 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 18:03:12.133 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 18:03:12.135 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 18:03:12.138 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-04-05 18:03:12.141 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-04-05 18:03:12.143 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-04-05 18:03:12.144 | [44149 Async configure_neutron_nova:44149]: finished successfully 2024-04-05 18:03:12.145 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-04-05 18:03:12.148 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-04-05 18:03:12.151 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-04-05 18:03:12.153 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-04-05 18:03:12.155 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-04-05 18:03:12.157 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.159 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 18:03:12.161 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-04-05 18:03:12.163 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 18:03:12.166 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-04-05 18:03:12.168 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-04-05 18:03:12.170 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-04-05 18:03:12.172 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-04-05 18:03:12.175 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-04-05 18:03:12.176 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-04-05 18:03:12.176 | BEGIN { 2024-04-05 18:03:12.176 | section = "" 2024-04-05 18:03:12.176 | last_section = "" 2024-04-05 18:03:12.176 | section_count = 0 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | /^\[.+\]/ { 2024-04-05 18:03:12.176 | gsub("[][]", "", $1); 2024-04-05 18:03:12.176 | section=$1 2024-04-05 18:03:12.176 | next 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | /^ *\#/ { 2024-04-05 18:03:12.176 | next 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | /^[^ \t]+/ { 2024-04-05 18:03:12.176 | # get offset of first = in $0 2024-04-05 18:03:12.176 | eq_idx = index($0, "=") 2024-04-05 18:03:12.176 | # extract attr & value from $0 2024-04-05 18:03:12.176 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 18:03:12.176 | value = substr($0, eq_idx + 1) 2024-04-05 18:03:12.176 | # only need to strip trailing whitespace from attr 2024-04-05 18:03:12.176 | sub(/[ \t]*$/, "", attr) 2024-04-05 18:03:12.176 | # need to strip leading & trailing whitespace from value 2024-04-05 18:03:12.176 | sub(/^[ \t]*/, "", value) 2024-04-05 18:03:12.176 | sub(/[ \t]*$/, "", value) 2024-04-05 18:03:12.176 | 2024-04-05 18:03:12.176 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 18:03:12.176 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 18:03:12.176 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 18:03:12.176 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 18:03:12.176 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 18:03:12.176 | if (section != last_section) { 2024-04-05 18:03:12.176 | cfg_section[section_count++] = section 2024-04-05 18:03:12.176 | last_section = section 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 18:03:12.176 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 18:03:12.176 | 2024-04-05 18:03:12.176 | cfg_attr[section, attr, 0] = value 2024-04-05 18:03:12.176 | cfg_attr_count[section, attr] = 1 2024-04-05 18:03:12.176 | } else { 2024-04-05 18:03:12.176 | lno = cfg_attr_count[section, attr]++ 2024-04-05 18:03:12.176 | cfg_attr[section, attr, lno] = value 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | END { 2024-04-05 18:03:12.176 | # Process each section in order 2024-04-05 18:03:12.176 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 18:03:12.176 | section = cfg_section[sno] 2024-04-05 18:03:12.176 | # The ini routines simply append a config item immediately 2024-04-05 18:03:12.176 | # after the section header. To keep the same order as defined 2024-04-05 18:03:12.176 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 18:03:12.176 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 18:03:12.176 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 18:03:12.176 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 18:03:12.176 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 18:03:12.176 | else { 2024-04-05 18:03:12.176 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 18:03:12.176 | count = cfg_attr_count[section, attr] 2024-04-05 18:03:12.176 | print "inidelete " configfile " " section " " attr 2024-04-05 18:03:12.176 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 18:03:12.176 | for (l = count -2; l >= 0; l--) 2024-04-05 18:03:12.176 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | } 2024-04-05 18:03:12.176 | ' 2024-04-05 18:03:12.176 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.178 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 18:03:12.178 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.180 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 18:03:12.182 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-04-05 18:03:12.184 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:12.185 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-04-05 18:03:12.187 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-04-05 18:03:12.187 | BEGIN { group = "" } 2024-04-05 18:03:12.187 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:12.187 | gsub("[][]", "", $1); 2024-04-05 18:03:12.187 | split($1, a, "|"); 2024-04-05 18:03:12.187 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 18:03:12.187 | group=a[1] 2024-04-05 18:03:12.187 | } else { 2024-04-05 18:03:12.187 | group="" 2024-04-05 18:03:12.187 | } 2024-04-05 18:03:12.187 | next 2024-04-05 18:03:12.188 | } 2024-04-05 18:03:12.188 | { 2024-04-05 18:03:12.188 | if (group != "") 2024-04-05 18:03:12.188 | print $0 2024-04-05 18:03:12.188 | } 2024-04-05 18:03:12.188 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:12.192 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-04-05 18:03:12.194 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-04-05 18:03:12.219 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.221 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-04-05 18:03:12.223 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-04-05 18:03:12.248 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.251 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 18:03:12.253 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 18:03:12.255 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 18:03:12.258 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-04-05 18:03:12.260 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:03:12.262 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:03:12.264 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-04-05 18:03:12.266 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:03:12.270 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-04-05 18:03:12.271 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-04-05 18:03:12.274 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-04-05 18:03:12.276 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.278 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 18:03:12.279 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-04-05 18:03:12.282 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 18:03:12.284 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-04-05 18:03:12.286 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:03:12.289 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 18:03:12.290 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-04-05 18:03:12.293 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-04-05 18:03:12.294 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-04-05 18:03:12.294 | BEGIN { 2024-04-05 18:03:12.294 | section = "" 2024-04-05 18:03:12.294 | last_section = "" 2024-04-05 18:03:12.294 | section_count = 0 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | /^\[.+\]/ { 2024-04-05 18:03:12.294 | gsub("[][]", "", $1); 2024-04-05 18:03:12.294 | section=$1 2024-04-05 18:03:12.294 | next 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | /^ *\#/ { 2024-04-05 18:03:12.294 | next 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | /^[^ \t]+/ { 2024-04-05 18:03:12.294 | # get offset of first = in $0 2024-04-05 18:03:12.294 | eq_idx = index($0, "=") 2024-04-05 18:03:12.294 | # extract attr & value from $0 2024-04-05 18:03:12.294 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 18:03:12.294 | value = substr($0, eq_idx + 1) 2024-04-05 18:03:12.294 | # only need to strip trailing whitespace from attr 2024-04-05 18:03:12.294 | sub(/[ \t]*$/, "", attr) 2024-04-05 18:03:12.294 | # need to strip leading & trailing whitespace from value 2024-04-05 18:03:12.294 | sub(/^[ \t]*/, "", value) 2024-04-05 18:03:12.294 | sub(/[ \t]*$/, "", value) 2024-04-05 18:03:12.294 | 2024-04-05 18:03:12.294 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 18:03:12.294 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 18:03:12.294 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 18:03:12.294 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 18:03:12.294 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 18:03:12.294 | if (section != last_section) { 2024-04-05 18:03:12.294 | cfg_section[section_count++] = section 2024-04-05 18:03:12.294 | last_section = section 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 18:03:12.294 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 18:03:12.294 | 2024-04-05 18:03:12.294 | cfg_attr[section, attr, 0] = value 2024-04-05 18:03:12.294 | cfg_attr_count[section, attr] = 1 2024-04-05 18:03:12.294 | } else { 2024-04-05 18:03:12.294 | lno = cfg_attr_count[section, attr]++ 2024-04-05 18:03:12.294 | cfg_attr[section, attr, lno] = value 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | END { 2024-04-05 18:03:12.294 | # Process each section in order 2024-04-05 18:03:12.294 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 18:03:12.294 | section = cfg_section[sno] 2024-04-05 18:03:12.294 | # The ini routines simply append a config item immediately 2024-04-05 18:03:12.294 | # after the section header. To keep the same order as defined 2024-04-05 18:03:12.294 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 18:03:12.294 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 18:03:12.294 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 18:03:12.294 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 18:03:12.294 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 18:03:12.294 | else { 2024-04-05 18:03:12.294 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 18:03:12.294 | count = cfg_attr_count[section, attr] 2024-04-05 18:03:12.294 | print "inidelete " configfile " " section " " attr 2024-04-05 18:03:12.294 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 18:03:12.294 | for (l = count -2; l >= 0; l--) 2024-04-05 18:03:12.294 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | } 2024-04-05 18:03:12.294 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.294 | ' 2024-04-05 18:03:12.296 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 18:03:12.296 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.298 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 18:03:12.300 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-04-05 18:03:12.303 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:12.305 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-04-05 18:03:12.307 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-04-05 18:03:12.307 | BEGIN { group = "" } 2024-04-05 18:03:12.307 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:12.307 | gsub("[][]", "", $1); 2024-04-05 18:03:12.307 | split($1, a, "|"); 2024-04-05 18:03:12.307 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 18:03:12.307 | group=a[1] 2024-04-05 18:03:12.307 | } else { 2024-04-05 18:03:12.307 | group="" 2024-04-05 18:03:12.307 | } 2024-04-05 18:03:12.307 | next 2024-04-05 18:03:12.307 | } 2024-04-05 18:03:12.307 | { 2024-04-05 18:03:12.307 | if (group != "") 2024-04-05 18:03:12.307 | print $0 2024-04-05 18:03:12.307 | } 2024-04-05 18:03:12.307 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:12.311 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-04-05 18:03:12.313 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-04-05 18:03:12.337 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.339 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-04-05 18:03:12.341 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-04-05 18:03:12.366 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.368 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-04-05 18:03:12.370 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-04-05 18:03:12.395 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.397 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-04-05 18:03:12.399 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-04-05 18:03:12.423 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.425 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-04-05 18:03:12.427 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-04-05 18:03:12.451 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.453 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-04-05 18:03:12.455 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-04-05 18:03:12.478 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.480 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-04-05 18:03:12.482 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-04-05 18:03:12.507 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.509 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-04-05 18:03:12.511 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-04-05 18:03:12.536 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.538 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-04-05 18:03:12.540 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-04-05 18:03:12.566 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.569 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 18:03:12.571 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 18:03:12.573 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 18:03:12.576 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:12.578 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.580 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.582 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-04-05 18:03:12.585 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.588 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-04-05 18:03:12.590 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-04-05 18:03:12.592 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.594 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.596 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 18:03:12.598 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.600 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 18:03:12.603 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.605 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.607 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.609 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-04-05 18:03:12.612 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.613 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.613 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-04-05 18:03:12.613 | BEGIN { 2024-04-05 18:03:12.613 | section = "" 2024-04-05 18:03:12.613 | last_section = "" 2024-04-05 18:03:12.613 | section_count = 0 2024-04-05 18:03:12.613 | } 2024-04-05 18:03:12.613 | /^\[.+\]/ { 2024-04-05 18:03:12.613 | gsub("[][]", "", $1); 2024-04-05 18:03:12.613 | section=$1 2024-04-05 18:03:12.613 | next 2024-04-05 18:03:12.613 | } 2024-04-05 18:03:12.613 | /^ *\#/ { 2024-04-05 18:03:12.613 | next 2024-04-05 18:03:12.613 | } 2024-04-05 18:03:12.613 | /^[^ \t]+/ { 2024-04-05 18:03:12.613 | # get offset of first = in $0 2024-04-05 18:03:12.613 | eq_idx = index($0, "=") 2024-04-05 18:03:12.613 | # extract attr & value from $0 2024-04-05 18:03:12.613 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 18:03:12.613 | value = substr($0, eq_idx + 1) 2024-04-05 18:03:12.613 | # only need to strip trailing whitespace from attr 2024-04-05 18:03:12.613 | sub(/[ \t]*$/, "", attr) 2024-04-05 18:03:12.613 | # need to strip leading & trailing whitespace from value 2024-04-05 18:03:12.614 | sub(/^[ \t]*/, "", value) 2024-04-05 18:03:12.614 | sub(/[ \t]*$/, "", value) 2024-04-05 18:03:12.614 | 2024-04-05 18:03:12.614 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 18:03:12.614 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 18:03:12.614 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 18:03:12.614 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 18:03:12.614 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 18:03:12.614 | if (section != last_section) { 2024-04-05 18:03:12.614 | cfg_section[section_count++] = section 2024-04-05 18:03:12.614 | last_section = section 2024-04-05 18:03:12.614 | } 2024-04-05 18:03:12.614 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 18:03:12.614 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 18:03:12.614 | 2024-04-05 18:03:12.614 | cfg_attr[section, attr, 0] = value 2024-04-05 18:03:12.614 | cfg_attr_count[section, attr] = 1 2024-04-05 18:03:12.614 | } else { 2024-04-05 18:03:12.614 | lno = cfg_attr_count[section, attr]++ 2024-04-05 18:03:12.614 | cfg_attr[section, attr, lno] = value 2024-04-05 18:03:12.614 | } 2024-04-05 18:03:12.614 | } 2024-04-05 18:03:12.614 | END { 2024-04-05 18:03:12.614 | # Process each section in order 2024-04-05 18:03:12.614 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 18:03:12.614 | section = cfg_section[sno] 2024-04-05 18:03:12.614 | # The ini routines simply append a config item immediately 2024-04-05 18:03:12.614 | # after the section header. To keep the same order as defined 2024-04-05 18:03:12.614 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 18:03:12.614 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 18:03:12.614 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 18:03:12.614 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 18:03:12.614 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 18:03:12.614 | else { 2024-04-05 18:03:12.614 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 18:03:12.614 | count = cfg_attr_count[section, attr] 2024-04-05 18:03:12.614 | print "inidelete " configfile " " section " " attr 2024-04-05 18:03:12.614 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 18:03:12.614 | for (l = count -2; l >= 0; l--) 2024-04-05 18:03:12.614 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 18:03:12.615 | } 2024-04-05 18:03:12.615 | } 2024-04-05 18:03:12.615 | } 2024-04-05 18:03:12.615 | } 2024-04-05 18:03:12.615 | ' 2024-04-05 18:03:12.615 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:12.615 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 18:03:12.617 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 18:03:12.618 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-04-05 18:03:12.620 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:12.622 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-04-05 18:03:12.624 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-04-05 18:03:12.624 | BEGIN { group = "" } 2024-04-05 18:03:12.624 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:12.624 | gsub("[][]", "", $1); 2024-04-05 18:03:12.624 | split($1, a, "|"); 2024-04-05 18:03:12.624 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 18:03:12.624 | group=a[1] 2024-04-05 18:03:12.624 | } else { 2024-04-05 18:03:12.624 | group="" 2024-04-05 18:03:12.624 | } 2024-04-05 18:03:12.624 | next 2024-04-05 18:03:12.624 | } 2024-04-05 18:03:12.624 | { 2024-04-05 18:03:12.624 | if (group != "") 2024-04-05 18:03:12.624 | print $0 2024-04-05 18:03:12.625 | } 2024-04-05 18:03:12.625 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:12.629 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-04-05 18:03:12.631 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-04-05 18:03:12.654 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.656 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-04-05 18:03:12.658 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-04-05 18:03:12.682 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.684 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-04-05 18:03:12.686 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-04-05 18:03:12.711 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:12.713 | + stack.sh:main:1272 : is_service_enabled swift 2024-04-05 18:03:12.727 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:12.729 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 18:03:12.731 | + stack.sh:main:1281 : is_service_enabled cinder 2024-04-05 18:03:12.744 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:12.746 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 18:03:12.773 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-04-05 18:03:12.808 | [3441 Async configure_neutron_nova:44149]: Waiting for completion of configure_neutron_nova running on PID 44149 (2 other jobs running) 2024-04-05 18:03:12.826 | [3441 Async configure_neutron_nova:44149]: Signaling child to exit 2024-04-05 18:03:12.826 | WAKEUP 2024-04-05 18:03:12.841 | [3441 Async configure_neutron_nova:44149]: Signaled 2024-04-05 18:03:12.842 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-04-05 18:03:12.842 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-04-05 18:03:12.843 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-04-05 18:03:12.843 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-04-05 18:03:12.843 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-04-05 18:03:12.843 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-04-05 18:03:12.843 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:03:12.872 | [3441 Async configure_neutron_nova:44149]: finished configure_neutron_nova with result 0 in 0 seconds 2024-04-05 18:03:12.875 | + inc/async:async_wait:197 : return 0 2024-04-05 18:03:12.877 | + stack.sh:main:1291 : is_service_enabled nova 2024-04-05 18:03:12.892 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:12.894 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 18:03:12.918 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 18:03:12.945 | + stack.sh:main:1297 : is_service_enabled n-api 2024-04-05 18:03:12.959 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:12.961 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-04-05 18:03:12.963 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:12.965 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-04-05 18:03:12.967 | + stack.sh:main:1299 : start_nova_api 2024-04-05 18:03:12.969 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-04-05 18:03:12.971 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-04-05 18:03:12.973 | + lib/nova:start_nova_api:972 : local nova_url 2024-04-05 18:03:12.975 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-04-05 18:03:12.989 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:12.991 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:12.993 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:12.995 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:12.998 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-04-05 18:03:13.000 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-04-05 18:03:13.003 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.006 | + functions-common:run_process:1689 : local service=n-api 2024-04-05 18:03:13.008 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.010 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:13.012 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:13.014 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:13.016 | + functions-common:run_process:1695 : local name=n-api 2024-04-05 18:03:13.018 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:13.020 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:13.022 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:13.025 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:13.027 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:13.030 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340193028 2024-04-05 18:03:13.032 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-04-05 18:03:13.045 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:13.047 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-04-05 18:03:13.049 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-04-05 18:03:13.051 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.053 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.055 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.057 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.059 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-04-05 18:03:13.061 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-04-05 18:03:13.063 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-04-05 18:03:13.065 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:13.067 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:13.069 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:13.071 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:13.073 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-04-05 18:03:13.075 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-04-05 18:03:13.077 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-04-05 18:03:13.079 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.081 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 18:03:13.083 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 18:03:13.084 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 18:03:13.086 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-04-05 18:03:13.088 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 18:03:13.091 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-04-05 18:03:13.139 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-04-05 18:03:13.187 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-04-05 18:03:13.227 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 18:03:13.267 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:13.307 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-04-05 18:03:13.348 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-04-05 18:03:13.389 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-04-05 18:03:13.430 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-04-05 18:03:13.470 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-04-05 18:03:13.510 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 18:03:13.512 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 18:03:13.514 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-04-05 18:03:13.563 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 18:03:13.865 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-04-05 18:03:13.875 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-04-05 18:03:14.176 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-04-05 18:03:14.232 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:14.234 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:14.236 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:14.238 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:14.241 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:14.244 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:14.246 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:14.248 | + functions-common:time_stop:2442 : start_time=1712340193028 2024-04-05 18:03:14.250 | + functions-common:time_stop:2444 : [[ -z 1712340193028 ]] 2024-04-05 18:03:14.252 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:14.256 | + functions-common:time_stop:2447 : end_time=1712340194253 2024-04-05 18:03:14.258 | + functions-common:time_stop:2448 : elapsed_time=1225 2024-04-05 18:03:14.259 | + functions-common:time_stop:2449 : total=1360 2024-04-05 18:03:14.261 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:14.263 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2585 2024-04-05 18:03:14.265 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-04-05 18:03:14.267 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-04-05 18:03:14.267 | Waiting for nova-api to start... 2024-04-05 18:03:14.269 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-04-05 18:03:14.271 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 18:03:14.273 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-04-05 18:03:14.275 | + functions:wait_for_service:470 : local rval=0 2024-04-05 18:03:14.278 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 18:03:14.280 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 18:03:14.282 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:14.284 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:14.287 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:14.290 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340194288 2024-04-05 18:03:14.292 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 18:03:14.296 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-04-05 18:03:16.976 | + :: : [[ 200 == 503 ]] 2024-04-05 18:03:16.978 | + :: : [[ 0 -eq 7 ]] 2024-04-05 18:03:16.980 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 18:03:16.982 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:16.984 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:16.986 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:16.988 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:16.991 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:16.992 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 18:03:16.994 | + functions-common:time_stop:2442 : start_time=1712340194288 2024-04-05 18:03:16.996 | + functions-common:time_stop:2444 : [[ -z 1712340194288 ]] 2024-04-05 18:03:16.999 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:17.003 | + functions-common:time_stop:2447 : end_time=1712340197000 2024-04-05 18:03:17.005 | + functions-common:time_stop:2448 : elapsed_time=2712 2024-04-05 18:03:17.006 | + functions-common:time_stop:2449 : total=2387 2024-04-05 18:03:17.009 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:17.010 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5099 2024-04-05 18:03:17.012 | + functions:wait_for_service:478 : return 0 2024-04-05 18:03:17.015 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:17.017 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:17.019 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-04-05 18:03:17.032 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:17.034 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-04-05 18:03:17.047 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:17.049 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-04-05 18:03:17.062 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:17.064 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-04-05 18:03:17.066 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:17.068 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-04-05 18:03:17.070 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-04-05 18:03:17.072 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-04-05 18:03:17.074 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-04-05 18:03:17.099 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-04-05 18:03:17.101 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-04-05 18:03:17.103 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-04-05 18:03:17.106 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-04-05 18:03:17.130 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-04-05 18:03:17.155 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-04-05 18:03:17.157 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-04-05 18:03:17.159 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-04-05 18:03:17.161 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-04-05 18:03:17.163 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-04-05 18:03:17.166 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-04-05 18:03:17.168 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-04-05 18:03:17.170 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-04-05 18:03:17.172 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-04-05 18:03:17.175 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-04-05 18:03:17.177 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-04-05 18:03:17.179 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-04-05 18:03:17.181 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.183 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.186 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.188 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-04-05 18:03:17.189 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.192 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.194 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-04-05 18:03:17.207 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:17.209 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-04-05 18:03:17.211 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.213 | + functions-common:run_process:1689 : local service=q-svc 2024-04-05 18:03:17.215 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.217 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:17.219 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:17.221 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:17.223 | + functions-common:run_process:1695 : local name=q-svc 2024-04-05 18:03:17.226 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:17.228 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:17.230 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:17.232 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:17.235 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:17.238 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340197236 2024-04-05 18:03:17.240 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-04-05 18:03:17.253 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:17.256 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-04-05 18:03:17.258 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-04-05 18:03:17.260 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.262 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.264 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.266 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.267 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-04-05 18:03:17.269 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-04-05 18:03:17.271 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-04-05 18:03:17.274 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:17.276 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:17.278 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:17.280 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:17.282 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-04-05 18:03:17.284 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-04-05 18:03:17.286 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-04-05 18:03:17.288 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.290 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:17.291 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:17.293 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:17.295 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:17.297 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:17.299 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-04-05 18:03:17.301 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:17.304 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-04-05 18:03:17.353 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-04-05 18:03:17.402 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:17.446 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-04-05 18:03:17.487 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-04-05 18:03:17.528 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:17.569 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:17.571 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:17.573 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-04-05 18:03:17.622 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:17.950 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-04-05 18:03:17.976 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-04-05 18:03:18.286 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-04-05 18:03:18.355 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:18.357 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:18.359 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:18.361 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:18.364 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:18.366 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:18.368 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:18.370 | + functions-common:time_stop:2442 : start_time=1712340197236 2024-04-05 18:03:18.372 | + functions-common:time_stop:2444 : [[ -z 1712340197236 ]] 2024-04-05 18:03:18.374 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:18.378 | + functions-common:time_stop:2447 : end_time=1712340198376 2024-04-05 18:03:18.380 | + functions-common:time_stop:2448 : elapsed_time=1140 2024-04-05 18:03:18.382 | + functions-common:time_stop:2449 : total=2585 2024-04-05 18:03:18.384 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:18.386 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3725 2024-04-05 18:03:18.388 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-04-05 18:03:18.389 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-04-05 18:03:18.403 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:18.405 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-04-05 18:03:18.407 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-04-05 18:03:18.409 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-04-05 18:03:18.409 | Waiting for Neutron to start... 2024-04-05 18:03:18.411 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-04-05 18:03:18.413 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-04-05 18:03:18.414 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-04-05 18:03:18.416 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-04-05 18:03:18.418 | + functions-common:test_with_retry:2375 : local until=60 2024-04-05 18:03:18.420 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-04-05 18:03:18.422 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-04-05 18:03:18.424 | + functions-common:time_start:2421 : local name=test_with_retry 2024-04-05 18:03:18.426 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:18.428 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:18.430 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:18.434 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340198432 2024-04-05 18:03:18.436 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-04-05 18:03:21.474 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-04-05 18:03:21.477 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:21.479 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:21.480 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:21.483 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:21.484 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:21.486 | + functions-common:time_stop:2441 : name=test_with_retry 2024-04-05 18:03:21.488 | + functions-common:time_stop:2442 : start_time=1712340198432 2024-04-05 18:03:21.490 | + functions-common:time_stop:2444 : [[ -z 1712340198432 ]] 2024-04-05 18:03:21.493 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:21.496 | + functions-common:time_stop:2447 : end_time=1712340201494 2024-04-05 18:03:21.498 | + functions-common:time_stop:2448 : elapsed_time=3062 2024-04-05 18:03:21.500 | + functions-common:time_stop:2449 : total=0 2024-04-05 18:03:21.502 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:21.504 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3062 2024-04-05 18:03:21.506 | + stack.sh:main:1318 : is_service_enabled placement 2024-04-05 18:03:21.520 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:21.522 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-04-05 18:03:21.524 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:21.525 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-04-05 18:03:21.528 | + stack.sh:main:1320 : start_placement 2024-04-05 18:03:21.529 | + lib/placement:start_placement:173 : start_placement_api 2024-04-05 18:03:21.531 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-04-05 18:03:21.534 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-04-05 18:03:21.538 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.540 | + functions-common:run_process:1689 : local service=placement-api 2024-04-05 18:03:21.542 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.543 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:21.545 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:21.547 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:21.549 | + functions-common:run_process:1695 : local name=placement-api 2024-04-05 18:03:21.551 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:21.553 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:21.555 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:21.557 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:21.559 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:21.563 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340201560 2024-04-05 18:03:21.565 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-04-05 18:03:21.578 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:21.580 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-04-05 18:03:21.582 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-04-05 18:03:21.584 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.586 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.588 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.590 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.591 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-04-05 18:03:21.593 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-04-05 18:03:21.596 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-04-05 18:03:21.597 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:21.599 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:21.601 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:21.603 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:21.605 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-04-05 18:03:21.607 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-04-05 18:03:21.609 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-04-05 18:03:21.611 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.612 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 18:03:21.614 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 18:03:21.616 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 18:03:21.618 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-04-05 18:03:21.620 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 18:03:21.623 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-04-05 18:03:21.671 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-04-05 18:03:21.719 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-04-05 18:03:21.759 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 18:03:21.800 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:21.842 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-04-05 18:03:21.884 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-04-05 18:03:21.927 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-04-05 18:03:21.969 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-04-05 18:03:22.010 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-04-05 18:03:22.052 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 18:03:22.054 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 18:03:22.056 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-04-05 18:03:22.106 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 18:03:22.418 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-04-05 18:03:22.428 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-04-05 18:03:22.752 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-04-05 18:03:22.815 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:22.817 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:22.820 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:22.822 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:22.824 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:22.826 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:22.828 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:22.830 | + functions-common:time_stop:2442 : start_time=1712340201560 2024-04-05 18:03:22.832 | + functions-common:time_stop:2444 : [[ -z 1712340201560 ]] 2024-04-05 18:03:22.835 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:22.839 | + functions-common:time_stop:2447 : end_time=1712340202837 2024-04-05 18:03:22.841 | + functions-common:time_stop:2448 : elapsed_time=1277 2024-04-05 18:03:22.843 | + functions-common:time_stop:2449 : total=3725 2024-04-05 18:03:22.845 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:22.847 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5002 2024-04-05 18:03:22.849 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-04-05 18:03:22.849 | Waiting for placement-api to start... 2024-04-05 18:03:22.851 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-04-05 18:03:22.853 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 18:03:22.855 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-04-05 18:03:22.857 | + functions:wait_for_service:470 : local rval=0 2024-04-05 18:03:22.859 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 18:03:22.861 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 18:03:22.863 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:22.865 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:22.867 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:22.871 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340202869 2024-04-05 18:03:22.873 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 18:03:22.876 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-04-05 18:03:24.134 | + :: : [[ 200 == 503 ]] 2024-04-05 18:03:24.135 | + :: : [[ 0 -eq 7 ]] 2024-04-05 18:03:24.137 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 18:03:24.139 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:24.141 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:24.143 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:24.145 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:24.147 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:24.149 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 18:03:24.151 | + functions-common:time_stop:2442 : start_time=1712340202869 2024-04-05 18:03:24.153 | + functions-common:time_stop:2444 : [[ -z 1712340202869 ]] 2024-04-05 18:03:24.155 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:24.159 | + functions-common:time_stop:2447 : end_time=1712340204156 2024-04-05 18:03:24.161 | + functions-common:time_stop:2448 : elapsed_time=1287 2024-04-05 18:03:24.163 | + functions-common:time_stop:2449 : total=5099 2024-04-05 18:03:24.164 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:24.166 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6386 2024-04-05 18:03:24.169 | + functions:wait_for_service:478 : return 0 2024-04-05 18:03:24.170 | + stack.sh:main:1323 : is_service_enabled neutron 2024-04-05 18:03:24.185 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:24.187 | + stack.sh:main:1324 : start_neutron 2024-04-05 18:03:24.188 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-04-05 18:03:24.190 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.192 | + functions-common:run_process:1689 : local service=q-agt 2024-04-05 18:03:24.194 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.196 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:24.198 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:24.200 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:24.202 | + functions-common:run_process:1695 : local name=q-agt 2024-04-05 18:03:24.204 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:24.206 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:24.208 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:24.210 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:24.212 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:24.215 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340204213 2024-04-05 18:03:24.218 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-04-05 18:03:24.230 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:24.232 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-04-05 18:03:24.234 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-04-05 18:03:24.236 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.238 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.240 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.242 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.244 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-04-05 18:03:24.246 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-04-05 18:03:24.248 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-04-05 18:03:24.250 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:24.252 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:24.254 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:24.256 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:24.258 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-04-05 18:03:24.260 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-04-05 18:03:24.262 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-04-05 18:03:24.263 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.265 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:24.267 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:24.269 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:24.270 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:24.272 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:24.274 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-04-05 18:03:24.276 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:24.279 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-04-05 18:03:24.327 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-04-05 18:03:24.374 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-04-05 18:03:24.415 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-04-05 18:03:24.455 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-04-05 18:03:24.495 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:24.537 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:24.539 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:24.540 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-04-05 18:03:24.589 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:24.924 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-04-05 18:03:24.933 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-04-05 18:03:25.235 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-04-05 18:03:25.289 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:25.291 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:25.293 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:25.295 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:25.298 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:25.300 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:25.302 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:25.304 | + functions-common:time_stop:2442 : start_time=1712340204213 2024-04-05 18:03:25.306 | + functions-common:time_stop:2444 : [[ -z 1712340204213 ]] 2024-04-05 18:03:25.308 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:25.312 | + functions-common:time_stop:2447 : end_time=1712340205309 2024-04-05 18:03:25.313 | + functions-common:time_stop:2448 : elapsed_time=1096 2024-04-05 18:03:25.315 | + functions-common:time_stop:2449 : total=5002 2024-04-05 18:03:25.317 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:25.319 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6098 2024-04-05 18:03:25.321 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-04-05 18:03:25.323 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-05 18:03:25.325 | + functions-common:is_provider_network:2287 : return 1 2024-04-05 18:03:25.327 | + lib/neutron:start_neutron:620 : start_other_agents 2024-04-05 18:03:25.329 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.331 | + functions-common:run_process:1689 : local service=q-dhcp 2024-04-05 18:03:25.333 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.334 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:25.336 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:25.338 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:25.340 | + functions-common:run_process:1695 : local name=q-dhcp 2024-04-05 18:03:25.342 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:25.344 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:25.345 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:25.348 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:25.350 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:25.354 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340205351 2024-04-05 18:03:25.356 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-04-05 18:03:25.369 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:25.371 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-04-05 18:03:25.373 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-04-05 18:03:25.375 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.377 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.379 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.381 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.383 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-04-05 18:03:25.385 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-04-05 18:03:25.387 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-04-05 18:03:25.389 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:25.391 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:25.393 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:25.395 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:25.397 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-04-05 18:03:25.398 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-04-05 18:03:25.400 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-04-05 18:03:25.402 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.404 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:25.406 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:25.408 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:25.410 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:25.412 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:25.414 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-04-05 18:03:25.416 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:25.419 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-04-05 18:03:25.468 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-04-05 18:03:25.518 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-04-05 18:03:25.561 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-04-05 18:03:25.603 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-04-05 18:03:25.646 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:25.692 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:25.694 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:25.696 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-04-05 18:03:25.750 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:26.077 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-04-05 18:03:26.087 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-04-05 18:03:26.452 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-04-05 18:03:26.481 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:26.483 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:26.485 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:26.487 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:26.489 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:26.491 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:26.492 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:26.495 | + functions-common:time_stop:2442 : start_time=1712340205351 2024-04-05 18:03:26.496 | + functions-common:time_stop:2444 : [[ -z 1712340205351 ]] 2024-04-05 18:03:26.499 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:26.502 | + functions-common:time_stop:2447 : end_time=1712340206500 2024-04-05 18:03:26.504 | + functions-common:time_stop:2448 : elapsed_time=1149 2024-04-05 18:03:26.506 | + functions-common:time_stop:2449 : total=6098 2024-04-05 18:03:26.508 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:26.510 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7247 2024-04-05 18:03:26.512 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-04-05 18:03:26.514 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-04-05 18:03:26.516 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-04-05 18:03:26.519 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-04-05 18:03:26.521 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.523 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.525 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.528 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-04-05 18:03:26.530 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.533 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.534 | + functions-common:run_process:1689 : local service=q-l3 2024-04-05 18:03:26.536 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.538 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:26.540 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:26.541 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:26.543 | + functions-common:run_process:1695 : local name=q-l3 2024-04-05 18:03:26.545 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:26.547 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:26.548 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:26.551 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:26.553 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:26.557 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340206554 2024-04-05 18:03:26.558 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-04-05 18:03:26.572 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:26.574 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-04-05 18:03:26.576 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-04-05 18:03:26.578 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.579 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.581 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.583 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.585 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-04-05 18:03:26.587 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-04-05 18:03:26.589 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-04-05 18:03:26.590 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:26.592 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:26.594 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:26.596 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:26.598 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-04-05 18:03:26.600 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-04-05 18:03:26.602 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-04-05 18:03:26.603 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.605 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:26.607 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:26.609 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:26.611 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:26.613 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:26.615 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-04-05 18:03:26.616 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:26.619 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-04-05 18:03:26.669 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-04-05 18:03:26.719 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 18:03:26.761 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-04-05 18:03:26.802 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-04-05 18:03:26.845 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:26.890 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:26.891 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:26.893 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-04-05 18:03:26.946 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:27.270 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-04-05 18:03:27.279 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-04-05 18:03:27.614 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-04-05 18:03:27.666 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:27.668 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:27.670 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:27.672 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:27.674 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:27.676 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:27.678 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:27.679 | + functions-common:time_stop:2442 : start_time=1712340206554 2024-04-05 18:03:27.681 | + functions-common:time_stop:2444 : [[ -z 1712340206554 ]] 2024-04-05 18:03:27.684 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:27.688 | + functions-common:time_stop:2447 : end_time=1712340207685 2024-04-05 18:03:27.690 | + functions-common:time_stop:2448 : elapsed_time=1131 2024-04-05 18:03:27.692 | + functions-common:time_stop:2449 : total=7247 2024-04-05 18:03:27.694 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:27.696 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8378 2024-04-05 18:03:27.697 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.699 | + functions-common:run_process:1689 : local service=q-meta 2024-04-05 18:03:27.701 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.703 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:27.704 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:27.706 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:27.708 | + functions-common:run_process:1695 : local name=q-meta 2024-04-05 18:03:27.710 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:27.711 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:27.713 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:27.715 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:27.718 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:27.721 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340207719 2024-04-05 18:03:27.722 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-04-05 18:03:27.736 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:27.737 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-04-05 18:03:27.739 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-04-05 18:03:27.741 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.743 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.745 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.747 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.748 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-04-05 18:03:27.750 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-04-05 18:03:27.752 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-04-05 18:03:27.754 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:27.756 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:27.757 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:27.759 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:27.761 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-04-05 18:03:27.763 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-04-05 18:03:27.765 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-04-05 18:03:27.767 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.769 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:27.770 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:27.772 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:27.774 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:27.775 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:27.777 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-04-05 18:03:27.779 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:27.782 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-04-05 18:03:27.832 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-04-05 18:03:27.881 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-04-05 18:03:27.924 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-04-05 18:03:27.967 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-04-05 18:03:28.010 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:28.055 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:28.057 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:28.059 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-04-05 18:03:28.114 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:28.469 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-04-05 18:03:28.480 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-04-05 18:03:28.803 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-04-05 18:03:28.830 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:28.832 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:28.834 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:28.836 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:28.838 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:28.840 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:28.842 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:28.844 | + functions-common:time_stop:2442 : start_time=1712340207719 2024-04-05 18:03:28.846 | + functions-common:time_stop:2444 : [[ -z 1712340207719 ]] 2024-04-05 18:03:28.848 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:28.852 | + functions-common:time_stop:2447 : end_time=1712340208850 2024-04-05 18:03:28.854 | + functions-common:time_stop:2448 : elapsed_time=1131 2024-04-05 18:03:28.856 | + functions-common:time_stop:2449 : total=8378 2024-04-05 18:03:28.858 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:28.860 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9509 2024-04-05 18:03:28.862 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-04-05 18:03:28.864 | + functions-common:run_process:1689 : local service=q-metering 2024-04-05 18:03:28.866 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-04-05 18:03:28.868 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:28.870 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:28.871 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:28.873 | + functions-common:run_process:1695 : local name=q-metering 2024-04-05 18:03:28.875 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:28.877 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:28.879 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:28.881 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:28.883 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:28.887 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340208884 2024-04-05 18:03:28.889 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-04-05 18:03:28.903 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:28.905 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:28.907 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:28.908 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:28.910 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:28.912 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:28.914 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:28.916 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:28.918 | + functions-common:time_stop:2442 : start_time=1712340208884 2024-04-05 18:03:28.920 | + functions-common:time_stop:2444 : [[ -z 1712340208884 ]] 2024-04-05 18:03:28.922 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:28.926 | + functions-common:time_stop:2447 : end_time=1712340208923 2024-04-05 18:03:28.928 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-05 18:03:28.929 | + functions-common:time_stop:2449 : total=9509 2024-04-05 18:03:28.931 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:28.933 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9548 2024-04-05 18:03:28.935 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-04-05 18:03:28.949 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:28.951 | + stack.sh:main:1327 : [[ True == \T\r\u\e ]] 2024-04-05 18:03:28.953 | + stack.sh:main:1328 : echo_summary 'Creating initial neutron network elements' 2024-04-05 18:03:28.954 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:28.956 | + stack.sh:echo_summary:472 : echo -e Creating initial neutron network elements 2024-04-05 18:03:28.958 | + stack.sh:main:1331 : type -p neutron_plugin_create_initial_networks 2024-04-05 18:03:28.960 | + stack.sh:main:1334 : create_neutron_initial_network 2024-04-05 18:03:28.962 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-04-05 18:03:28.964 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-04-05 18:03:28.966 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-04-05 18:03:28.969 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-05 18:03:30.453 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:30.457 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 18:03:30.457 | address-scope 2024-04-05 18:03:30.457 | router-admin-state-down-before-update 2024-04-05 18:03:30.457 | agent 2024-04-05 18:03:30.457 | agent-resources-synced 2024-04-05 18:03:30.457 | allowed-address-pairs 2024-04-05 18:03:30.457 | auto-allocated-topology 2024-04-05 18:03:30.457 | availability_zone 2024-04-05 18:03:30.457 | availability_zone_filter 2024-04-05 18:03:30.457 | default-subnetpools 2024-04-05 18:03:30.457 | dhcp_agent_scheduler 2024-04-05 18:03:30.457 | dvr 2024-04-05 18:03:30.457 | empty-string-filtering 2024-04-05 18:03:30.457 | external-net 2024-04-05 18:03:30.457 | extra_dhcp_opt 2024-04-05 18:03:30.457 | extraroute 2024-04-05 18:03:30.457 | extraroute-atomic 2024-04-05 18:03:30.457 | filter-validation 2024-04-05 18:03:30.457 | floating-ip-port-forwarding-detail 2024-04-05 18:03:30.457 | fip-port-details 2024-04-05 18:03:30.457 | flavors 2024-04-05 18:03:30.457 | floatingip-pools 2024-04-05 18:03:30.457 | ip-substring-filtering 2024-04-05 18:03:30.457 | router 2024-04-05 18:03:30.457 | ext-gw-mode 2024-04-05 18:03:30.457 | l3-ha 2024-04-05 18:03:30.457 | l3-flavors 2024-04-05 18:03:30.457 | l3-port-ip-change-not-allowed 2024-04-05 18:03:30.457 | l3_agent_scheduler 2024-04-05 18:03:30.457 | multi-provider 2024-04-05 18:03:30.457 | net-mtu 2024-04-05 18:03:30.457 | net-mtu-writable 2024-04-05 18:03:30.457 | network_availability_zone 2024-04-05 18:03:30.457 | network-ip-availability 2024-04-05 18:03:30.457 | pagination 2024-04-05 18:03:30.457 | port-device-profile 2024-04-05 18:03:30.457 | port-mac-override 2024-04-05 18:03:30.457 | port-mac-address-regenerate 2024-04-05 18:03:30.457 | port-numa-affinity-policy 2024-04-05 18:03:30.457 | binding 2024-04-05 18:03:30.457 | binding-extended 2024-04-05 18:03:30.457 | port-security 2024-04-05 18:03:30.457 | project-id 2024-04-05 18:03:30.457 | provider 2024-04-05 18:03:30.457 | quota-check-limit 2024-04-05 18:03:30.457 | quotas 2024-04-05 18:03:30.457 | quota_details 2024-04-05 18:03:30.457 | rbac-policies 2024-04-05 18:03:30.457 | rbac-address-group 2024-04-05 18:03:30.457 | rbac-address-scope 2024-04-05 18:03:30.457 | rbac-security-groups 2024-04-05 18:03:30.457 | rbac-subnetpool 2024-04-05 18:03:30.457 | revision-if-match 2024-04-05 18:03:30.457 | standard-attr-revisions 2024-04-05 18:03:30.457 | router_availability_zone 2024-04-05 18:03:30.457 | security-groups-normalized-cidr 2024-04-05 18:03:30.457 | port-security-groups-filtering 2024-04-05 18:03:30.457 | security-groups-remote-address-group 2024-04-05 18:03:30.457 | security-groups-shared-filtering 2024-04-05 18:03:30.457 | security-group 2024-04-05 18:03:30.457 | service-type 2024-04-05 18:03:30.457 | sorting 2024-04-05 18:03:30.457 | standard-attr-description 2024-04-05 18:03:30.457 | stateful-security-group 2024-04-05 18:03:30.457 | subnet_onboard 2024-04-05 18:03:30.457 | subnet-service-types 2024-04-05 18:03:30.457 | subnet_allocation 2024-04-05 18:03:30.457 | subnetpool-prefix-ops 2024-04-05 18:03:30.457 | standard-attr-tag 2024-04-05 18:03:30.457 | standard-attr-timestamp 2024-04-05 18:03:30.457 | nsxt-ops' 2024-04-05 18:03:30.459 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 18:03:30.459 | address-scope 2024-04-05 18:03:30.459 | router-admin-state-down-before-update 2024-04-05 18:03:30.459 | agent 2024-04-05 18:03:30.459 | agent-resources-synced 2024-04-05 18:03:30.459 | allowed-address-pairs 2024-04-05 18:03:30.459 | auto-allocated-topology 2024-04-05 18:03:30.459 | availability_zone 2024-04-05 18:03:30.459 | availability_zone_filter 2024-04-05 18:03:30.459 | default-subnetpools 2024-04-05 18:03:30.459 | dhcp_agent_scheduler 2024-04-05 18:03:30.459 | dvr 2024-04-05 18:03:30.459 | empty-string-filtering 2024-04-05 18:03:30.459 | external-net 2024-04-05 18:03:30.459 | extra_dhcp_opt 2024-04-05 18:03:30.459 | extraroute 2024-04-05 18:03:30.459 | extraroute-atomic 2024-04-05 18:03:30.459 | filter-validation 2024-04-05 18:03:30.459 | floating-ip-port-forwarding-detail 2024-04-05 18:03:30.459 | fip-port-details 2024-04-05 18:03:30.459 | flavors 2024-04-05 18:03:30.459 | floatingip-pools 2024-04-05 18:03:30.459 | ip-substring-filtering 2024-04-05 18:03:30.459 | router 2024-04-05 18:03:30.459 | ext-gw-mode 2024-04-05 18:03:30.459 | l3-ha 2024-04-05 18:03:30.459 | l3-flavors 2024-04-05 18:03:30.459 | l3-port-ip-change-not-allowed 2024-04-05 18:03:30.459 | l3_agent_scheduler 2024-04-05 18:03:30.459 | multi-provider 2024-04-05 18:03:30.459 | net-mtu 2024-04-05 18:03:30.459 | net-mtu-writable 2024-04-05 18:03:30.459 | network_availability_zone 2024-04-05 18:03:30.459 | network-ip-availability 2024-04-05 18:03:30.459 | pagination 2024-04-05 18:03:30.459 | port-device-profile 2024-04-05 18:03:30.459 | port-mac-override 2024-04-05 18:03:30.459 | port-mac-address-regenerate 2024-04-05 18:03:30.459 | port-numa-affinity-policy 2024-04-05 18:03:30.459 | binding 2024-04-05 18:03:30.459 | binding-extended 2024-04-05 18:03:30.459 | port-security 2024-04-05 18:03:30.459 | project-id 2024-04-05 18:03:30.459 | provider 2024-04-05 18:03:30.459 | quota-check-limit 2024-04-05 18:03:30.459 | quotas 2024-04-05 18:03:30.459 | quota_details 2024-04-05 18:03:30.459 | rbac-policies 2024-04-05 18:03:30.459 | rbac-address-group 2024-04-05 18:03:30.459 | rbac-address-scope 2024-04-05 18:03:30.459 | rbac-security-groups 2024-04-05 18:03:30.459 | rbac-subnetpool 2024-04-05 18:03:30.459 | revision-if-match 2024-04-05 18:03:30.459 | standard-attr-revisions 2024-04-05 18:03:30.459 | router_availability_zone 2024-04-05 18:03:30.459 | security-groups-normalized-cidr 2024-04-05 18:03:30.459 | port-security-groups-filtering 2024-04-05 18:03:30.459 | security-groups-remote-address-group 2024-04-05 18:03:30.459 | security-groups-shared-filtering 2024-04-05 18:03:30.459 | security-group 2024-04-05 18:03:30.459 | service-type 2024-04-05 18:03:30.459 | sorting 2024-04-05 18:03:30.459 | standard-attr-description 2024-04-05 18:03:30.459 | stateful-security-group 2024-04-05 18:03:30.459 | subnet_onboard 2024-04-05 18:03:30.459 | subnet-service-types 2024-04-05 18:03:30.459 | subnet_allocation 2024-04-05 18:03:30.459 | subnetpool-prefix-ops 2024-04-05 18:03:30.459 | standard-attr-tag 2024-04-05 18:03:30.459 | standard-attr-timestamp 2024-04-05 18:03:30.459 | nsxt-ops =~ auto-allocated-topology ]] 2024-04-05 18:03:30.461 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 18:03:30.463 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-04-05 18:03:30.465 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-04-05 18:03:30.468 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-04-05 18:03:31.851 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:31.854 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=7f99ad95-bd4a-4266-9bdc-edf5409d5c3c 2024-04-05 18:03:31.856 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-04-05 18:03:31.858 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-04-05 18:03:31.860 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-05 18:03:31.862 | + functions-common:is_provider_network:2287 : return 1 2024-04-05 18:03:31.864 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-04-05 18:03:33.344 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:33.347 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=015ce9a8-68c3-4ea7-ac4f-c78bc38404b8 2024-04-05 18:03:33.349 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-04-05 18:03:33.351 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 18:03:33.364 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-04-05 18:03:33.366 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-04-05 18:03:33.368 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 7f99ad95-bd4a-4266-9bdc-edf5409d5c3c ']' 2024-04-05 18:03:33.370 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-04-05 18:03:33.372 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-04-05 18:03:33.374 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 7f99ad95-bd4a-4266-9bdc-edf5409d5c3c ' 2024-04-05 18:03:33.376 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-04-05 18:03:33.379 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 015ce9a8-68c3-4ea7-ac4f-c78bc38404b8 private-subnet' 2024-04-05 18:03:33.381 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-04-05 18:03:33.384 | +++ 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 7f99ad95-bd4a-4266-9bdc-edf5409d5c3c --network 015ce9a8-68c3-4ea7-ac4f-c78bc38404b8 private-subnet -f value -c id 2024-04-05 18:03:35.142 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:35.144 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=da2cb236-81e9-4ae6-b431-a30bfe1cb0f8 2024-04-05 18:03:35.146 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-04-05 18:03:35.148 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 18:03:35.160 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo da2cb236-81e9-4ae6-b431-a30bfe1cb0f8 2024-04-05 18:03:35.163 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=da2cb236-81e9-4ae6-b431-a30bfe1cb0f8 2024-04-05 18:03:35.165 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-04-05 18:03:35.167 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-04-05 18:03:35.169 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-04-05 18:03:35.171 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-05 18:03:36.426 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:36.429 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 18:03:36.429 | address-scope 2024-04-05 18:03:36.429 | router-admin-state-down-before-update 2024-04-05 18:03:36.429 | agent 2024-04-05 18:03:36.429 | agent-resources-synced 2024-04-05 18:03:36.429 | allowed-address-pairs 2024-04-05 18:03:36.429 | auto-allocated-topology 2024-04-05 18:03:36.429 | availability_zone 2024-04-05 18:03:36.429 | availability_zone_filter 2024-04-05 18:03:36.429 | default-subnetpools 2024-04-05 18:03:36.429 | dhcp_agent_scheduler 2024-04-05 18:03:36.430 | dvr 2024-04-05 18:03:36.430 | empty-string-filtering 2024-04-05 18:03:36.430 | external-net 2024-04-05 18:03:36.430 | extra_dhcp_opt 2024-04-05 18:03:36.430 | extraroute 2024-04-05 18:03:36.430 | extraroute-atomic 2024-04-05 18:03:36.430 | filter-validation 2024-04-05 18:03:36.430 | floating-ip-port-forwarding-detail 2024-04-05 18:03:36.430 | fip-port-details 2024-04-05 18:03:36.430 | flavors 2024-04-05 18:03:36.430 | floatingip-pools 2024-04-05 18:03:36.430 | ip-substring-filtering 2024-04-05 18:03:36.430 | router 2024-04-05 18:03:36.430 | ext-gw-mode 2024-04-05 18:03:36.430 | l3-ha 2024-04-05 18:03:36.430 | l3-flavors 2024-04-05 18:03:36.430 | l3-port-ip-change-not-allowed 2024-04-05 18:03:36.430 | l3_agent_scheduler 2024-04-05 18:03:36.430 | multi-provider 2024-04-05 18:03:36.430 | net-mtu 2024-04-05 18:03:36.430 | net-mtu-writable 2024-04-05 18:03:36.430 | network_availability_zone 2024-04-05 18:03:36.430 | network-ip-availability 2024-04-05 18:03:36.430 | pagination 2024-04-05 18:03:36.430 | port-device-profile 2024-04-05 18:03:36.430 | port-mac-override 2024-04-05 18:03:36.430 | port-mac-address-regenerate 2024-04-05 18:03:36.430 | port-numa-affinity-policy 2024-04-05 18:03:36.430 | binding 2024-04-05 18:03:36.430 | binding-extended 2024-04-05 18:03:36.430 | port-security 2024-04-05 18:03:36.430 | project-id 2024-04-05 18:03:36.430 | provider 2024-04-05 18:03:36.430 | quota-check-limit 2024-04-05 18:03:36.430 | quotas 2024-04-05 18:03:36.430 | quota_details 2024-04-05 18:03:36.430 | rbac-policies 2024-04-05 18:03:36.430 | rbac-address-group 2024-04-05 18:03:36.430 | rbac-address-scope 2024-04-05 18:03:36.430 | rbac-security-groups 2024-04-05 18:03:36.430 | rbac-subnetpool 2024-04-05 18:03:36.430 | revision-if-match 2024-04-05 18:03:36.430 | standard-attr-revisions 2024-04-05 18:03:36.430 | router_availability_zone 2024-04-05 18:03:36.430 | security-groups-normalized-cidr 2024-04-05 18:03:36.430 | port-security-groups-filtering 2024-04-05 18:03:36.430 | security-groups-remote-address-group 2024-04-05 18:03:36.430 | security-groups-shared-filtering 2024-04-05 18:03:36.430 | security-group 2024-04-05 18:03:36.430 | service-type 2024-04-05 18:03:36.430 | sorting 2024-04-05 18:03:36.430 | standard-attr-description 2024-04-05 18:03:36.431 | stateful-security-group 2024-04-05 18:03:36.431 | subnet_onboard 2024-04-05 18:03:36.431 | subnet-service-types 2024-04-05 18:03:36.431 | subnet_allocation 2024-04-05 18:03:36.431 | subnetpool-prefix-ops 2024-04-05 18:03:36.431 | standard-attr-tag 2024-04-05 18:03:36.431 | standard-attr-timestamp 2024-04-05 18:03:36.431 | nsxt-ops' 2024-04-05 18:03:36.431 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 18:03:36.431 | address-scope 2024-04-05 18:03:36.431 | router-admin-state-down-before-update 2024-04-05 18:03:36.431 | agent 2024-04-05 18:03:36.431 | agent-resources-synced 2024-04-05 18:03:36.431 | allowed-address-pairs 2024-04-05 18:03:36.431 | auto-allocated-topology 2024-04-05 18:03:36.431 | availability_zone 2024-04-05 18:03:36.431 | availability_zone_filter 2024-04-05 18:03:36.431 | default-subnetpools 2024-04-05 18:03:36.431 | dhcp_agent_scheduler 2024-04-05 18:03:36.431 | dvr 2024-04-05 18:03:36.431 | empty-string-filtering 2024-04-05 18:03:36.431 | external-net 2024-04-05 18:03:36.431 | extra_dhcp_opt 2024-04-05 18:03:36.431 | extraroute 2024-04-05 18:03:36.431 | extraroute-atomic 2024-04-05 18:03:36.431 | filter-validation 2024-04-05 18:03:36.431 | floating-ip-port-forwarding-detail 2024-04-05 18:03:36.431 | fip-port-details 2024-04-05 18:03:36.432 | flavors 2024-04-05 18:03:36.432 | floatingip-pools 2024-04-05 18:03:36.432 | ip-substring-filtering 2024-04-05 18:03:36.432 | router 2024-04-05 18:03:36.432 | ext-gw-mode 2024-04-05 18:03:36.432 | l3-ha 2024-04-05 18:03:36.432 | l3-flavors 2024-04-05 18:03:36.432 | l3-port-ip-change-not-allowed 2024-04-05 18:03:36.432 | l3_agent_scheduler 2024-04-05 18:03:36.432 | multi-provider 2024-04-05 18:03:36.432 | net-mtu 2024-04-05 18:03:36.432 | net-mtu-writable 2024-04-05 18:03:36.432 | network_availability_zone 2024-04-05 18:03:36.432 | network-ip-availability 2024-04-05 18:03:36.432 | pagination 2024-04-05 18:03:36.432 | port-device-profile 2024-04-05 18:03:36.432 | port-mac-override 2024-04-05 18:03:36.432 | port-mac-address-regenerate 2024-04-05 18:03:36.432 | port-numa-affinity-policy 2024-04-05 18:03:36.432 | binding 2024-04-05 18:03:36.432 | binding-extended 2024-04-05 18:03:36.432 | port-security 2024-04-05 18:03:36.432 | project-id 2024-04-05 18:03:36.432 | provider 2024-04-05 18:03:36.432 | quota-check-limit 2024-04-05 18:03:36.432 | quotas 2024-04-05 18:03:36.432 | quota_details 2024-04-05 18:03:36.432 | rbac-policies 2024-04-05 18:03:36.432 | rbac-address-group 2024-04-05 18:03:36.432 | rbac-address-scope 2024-04-05 18:03:36.432 | rbac-security-groups 2024-04-05 18:03:36.432 | rbac-subnetpool 2024-04-05 18:03:36.432 | revision-if-match 2024-04-05 18:03:36.432 | standard-attr-revisions 2024-04-05 18:03:36.432 | router_availability_zone 2024-04-05 18:03:36.432 | security-groups-normalized-cidr 2024-04-05 18:03:36.432 | port-security-groups-filtering 2024-04-05 18:03:36.432 | security-groups-remote-address-group 2024-04-05 18:03:36.432 | security-groups-shared-filtering 2024-04-05 18:03:36.432 | security-group 2024-04-05 18:03:36.432 | service-type 2024-04-05 18:03:36.432 | sorting 2024-04-05 18:03:36.432 | standard-attr-description 2024-04-05 18:03:36.432 | stateful-security-group 2024-04-05 18:03:36.432 | subnet_onboard 2024-04-05 18:03:36.432 | subnet-service-types 2024-04-05 18:03:36.432 | subnet_allocation 2024-04-05 18:03:36.432 | subnetpool-prefix-ops 2024-04-05 18:03:36.432 | standard-attr-tag 2024-04-05 18:03:36.432 | standard-attr-timestamp 2024-04-05 18:03:36.432 | nsxt-ops =~ router ]] 2024-04-05 18:03:36.433 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 18:03:36.435 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-04-05 18:03:36.437 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-04-05 18:03:36.440 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-05 18:03:37.699 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:37.702 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 18:03:37.702 | address-scope 2024-04-05 18:03:37.702 | router-admin-state-down-before-update 2024-04-05 18:03:37.703 | agent 2024-04-05 18:03:37.703 | agent-resources-synced 2024-04-05 18:03:37.703 | allowed-address-pairs 2024-04-05 18:03:37.703 | auto-allocated-topology 2024-04-05 18:03:37.703 | availability_zone 2024-04-05 18:03:37.703 | availability_zone_filter 2024-04-05 18:03:37.703 | default-subnetpools 2024-04-05 18:03:37.703 | dhcp_agent_scheduler 2024-04-05 18:03:37.703 | dvr 2024-04-05 18:03:37.703 | empty-string-filtering 2024-04-05 18:03:37.703 | external-net 2024-04-05 18:03:37.703 | extra_dhcp_opt 2024-04-05 18:03:37.703 | extraroute 2024-04-05 18:03:37.703 | extraroute-atomic 2024-04-05 18:03:37.703 | filter-validation 2024-04-05 18:03:37.703 | floating-ip-port-forwarding-detail 2024-04-05 18:03:37.703 | fip-port-details 2024-04-05 18:03:37.703 | flavors 2024-04-05 18:03:37.703 | floatingip-pools 2024-04-05 18:03:37.703 | ip-substring-filtering 2024-04-05 18:03:37.703 | router 2024-04-05 18:03:37.703 | ext-gw-mode 2024-04-05 18:03:37.703 | l3-ha 2024-04-05 18:03:37.703 | l3-flavors 2024-04-05 18:03:37.703 | l3-port-ip-change-not-allowed 2024-04-05 18:03:37.703 | l3_agent_scheduler 2024-04-05 18:03:37.703 | multi-provider 2024-04-05 18:03:37.703 | net-mtu 2024-04-05 18:03:37.703 | net-mtu-writable 2024-04-05 18:03:37.703 | network_availability_zone 2024-04-05 18:03:37.703 | network-ip-availability 2024-04-05 18:03:37.703 | pagination 2024-04-05 18:03:37.703 | port-device-profile 2024-04-05 18:03:37.703 | port-mac-override 2024-04-05 18:03:37.703 | port-mac-address-regenerate 2024-04-05 18:03:37.703 | port-numa-affinity-policy 2024-04-05 18:03:37.703 | binding 2024-04-05 18:03:37.703 | binding-extended 2024-04-05 18:03:37.703 | port-security 2024-04-05 18:03:37.703 | project-id 2024-04-05 18:03:37.703 | provider 2024-04-05 18:03:37.703 | quota-check-limit 2024-04-05 18:03:37.703 | quotas 2024-04-05 18:03:37.703 | quota_details 2024-04-05 18:03:37.703 | rbac-policies 2024-04-05 18:03:37.703 | rbac-address-group 2024-04-05 18:03:37.703 | rbac-address-scope 2024-04-05 18:03:37.703 | rbac-security-groups 2024-04-05 18:03:37.703 | rbac-subnetpool 2024-04-05 18:03:37.704 | revision-if-match 2024-04-05 18:03:37.704 | standard-attr-revisions 2024-04-05 18:03:37.704 | router_availability_zone 2024-04-05 18:03:37.704 | security-groups-normalized-cidr 2024-04-05 18:03:37.704 | port-security-groups-filtering 2024-04-05 18:03:37.704 | security-groups-remote-address-group 2024-04-05 18:03:37.704 | security-groups-shared-filtering 2024-04-05 18:03:37.704 | security-group 2024-04-05 18:03:37.704 | service-type 2024-04-05 18:03:37.704 | sorting 2024-04-05 18:03:37.704 | standard-attr-description 2024-04-05 18:03:37.704 | stateful-security-group 2024-04-05 18:03:37.704 | subnet_onboard 2024-04-05 18:03:37.704 | subnet-service-types 2024-04-05 18:03:37.704 | subnet_allocation 2024-04-05 18:03:37.704 | subnetpool-prefix-ops 2024-04-05 18:03:37.704 | standard-attr-tag 2024-04-05 18:03:37.704 | standard-attr-timestamp 2024-04-05 18:03:37.704 | nsxt-ops' 2024-04-05 18:03:37.705 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 18:03:37.705 | address-scope 2024-04-05 18:03:37.705 | router-admin-state-down-before-update 2024-04-05 18:03:37.705 | agent 2024-04-05 18:03:37.705 | agent-resources-synced 2024-04-05 18:03:37.705 | allowed-address-pairs 2024-04-05 18:03:37.705 | auto-allocated-topology 2024-04-05 18:03:37.705 | availability_zone 2024-04-05 18:03:37.705 | availability_zone_filter 2024-04-05 18:03:37.705 | default-subnetpools 2024-04-05 18:03:37.705 | dhcp_agent_scheduler 2024-04-05 18:03:37.705 | dvr 2024-04-05 18:03:37.705 | empty-string-filtering 2024-04-05 18:03:37.705 | external-net 2024-04-05 18:03:37.705 | extra_dhcp_opt 2024-04-05 18:03:37.705 | extraroute 2024-04-05 18:03:37.705 | extraroute-atomic 2024-04-05 18:03:37.705 | filter-validation 2024-04-05 18:03:37.705 | floating-ip-port-forwarding-detail 2024-04-05 18:03:37.705 | fip-port-details 2024-04-05 18:03:37.705 | flavors 2024-04-05 18:03:37.705 | floatingip-pools 2024-04-05 18:03:37.705 | ip-substring-filtering 2024-04-05 18:03:37.705 | router 2024-04-05 18:03:37.705 | ext-gw-mode 2024-04-05 18:03:37.705 | l3-ha 2024-04-05 18:03:37.705 | l3-flavors 2024-04-05 18:03:37.705 | l3-port-ip-change-not-allowed 2024-04-05 18:03:37.705 | l3_agent_scheduler 2024-04-05 18:03:37.705 | multi-provider 2024-04-05 18:03:37.705 | net-mtu 2024-04-05 18:03:37.705 | net-mtu-writable 2024-04-05 18:03:37.705 | network_availability_zone 2024-04-05 18:03:37.705 | network-ip-availability 2024-04-05 18:03:37.705 | pagination 2024-04-05 18:03:37.705 | port-device-profile 2024-04-05 18:03:37.705 | port-mac-override 2024-04-05 18:03:37.705 | port-mac-address-regenerate 2024-04-05 18:03:37.705 | port-numa-affinity-policy 2024-04-05 18:03:37.705 | binding 2024-04-05 18:03:37.705 | binding-extended 2024-04-05 18:03:37.705 | port-security 2024-04-05 18:03:37.705 | project-id 2024-04-05 18:03:37.705 | provider 2024-04-05 18:03:37.705 | quota-check-limit 2024-04-05 18:03:37.705 | quotas 2024-04-05 18:03:37.705 | quota_details 2024-04-05 18:03:37.705 | rbac-policies 2024-04-05 18:03:37.705 | rbac-address-group 2024-04-05 18:03:37.705 | rbac-address-scope 2024-04-05 18:03:37.705 | rbac-security-groups 2024-04-05 18:03:37.705 | rbac-subnetpool 2024-04-05 18:03:37.705 | revision-if-match 2024-04-05 18:03:37.705 | standard-attr-revisions 2024-04-05 18:03:37.705 | router_availability_zone 2024-04-05 18:03:37.705 | security-groups-normalized-cidr 2024-04-05 18:03:37.705 | port-security-groups-filtering 2024-04-05 18:03:37.705 | security-groups-remote-address-group 2024-04-05 18:03:37.705 | security-groups-shared-filtering 2024-04-05 18:03:37.705 | security-group 2024-04-05 18:03:37.705 | service-type 2024-04-05 18:03:37.705 | sorting 2024-04-05 18:03:37.705 | standard-attr-description 2024-04-05 18:03:37.705 | stateful-security-group 2024-04-05 18:03:37.705 | subnet_onboard 2024-04-05 18:03:37.705 | subnet-service-types 2024-04-05 18:03:37.705 | subnet_allocation 2024-04-05 18:03:37.705 | subnetpool-prefix-ops 2024-04-05 18:03:37.705 | standard-attr-tag 2024-04-05 18:03:37.705 | standard-attr-timestamp 2024-04-05 18:03:37.705 | nsxt-ops =~ external-net ]] 2024-04-05 18:03:37.707 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 18:03:37.709 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-04-05 18:03:37.711 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-04-05 18:03:39.010 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:39.013 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=d82990f1-606d-4bf1-a4f1-72b759860680 2024-04-05 18:03:39.015 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-04-05 18:03:39.017 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 18:03:39.031 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-04-05 18:03:39.033 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-04-05 18:03:39.035 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-04-05 18:03:39.038 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-05 18:03:40.282 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:40.285 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 18:03:40.285 | address-scope 2024-04-05 18:03:40.285 | router-admin-state-down-before-update 2024-04-05 18:03:40.285 | agent 2024-04-05 18:03:40.285 | agent-resources-synced 2024-04-05 18:03:40.285 | allowed-address-pairs 2024-04-05 18:03:40.285 | auto-allocated-topology 2024-04-05 18:03:40.285 | availability_zone 2024-04-05 18:03:40.285 | availability_zone_filter 2024-04-05 18:03:40.285 | default-subnetpools 2024-04-05 18:03:40.285 | dhcp_agent_scheduler 2024-04-05 18:03:40.285 | dvr 2024-04-05 18:03:40.285 | empty-string-filtering 2024-04-05 18:03:40.285 | external-net 2024-04-05 18:03:40.285 | extra_dhcp_opt 2024-04-05 18:03:40.285 | extraroute 2024-04-05 18:03:40.285 | extraroute-atomic 2024-04-05 18:03:40.285 | filter-validation 2024-04-05 18:03:40.285 | floating-ip-port-forwarding-detail 2024-04-05 18:03:40.285 | fip-port-details 2024-04-05 18:03:40.285 | flavors 2024-04-05 18:03:40.285 | floatingip-pools 2024-04-05 18:03:40.285 | ip-substring-filtering 2024-04-05 18:03:40.285 | router 2024-04-05 18:03:40.285 | ext-gw-mode 2024-04-05 18:03:40.285 | l3-ha 2024-04-05 18:03:40.285 | l3-flavors 2024-04-05 18:03:40.285 | l3-port-ip-change-not-allowed 2024-04-05 18:03:40.285 | l3_agent_scheduler 2024-04-05 18:03:40.285 | multi-provider 2024-04-05 18:03:40.285 | net-mtu 2024-04-05 18:03:40.285 | net-mtu-writable 2024-04-05 18:03:40.285 | network_availability_zone 2024-04-05 18:03:40.285 | network-ip-availability 2024-04-05 18:03:40.286 | pagination 2024-04-05 18:03:40.286 | port-device-profile 2024-04-05 18:03:40.286 | port-mac-override 2024-04-05 18:03:40.286 | port-mac-address-regenerate 2024-04-05 18:03:40.286 | port-numa-affinity-policy 2024-04-05 18:03:40.286 | binding 2024-04-05 18:03:40.286 | binding-extended 2024-04-05 18:03:40.286 | port-security 2024-04-05 18:03:40.286 | project-id 2024-04-05 18:03:40.286 | provider 2024-04-05 18:03:40.286 | quota-check-limit 2024-04-05 18:03:40.286 | quotas 2024-04-05 18:03:40.286 | quota_details 2024-04-05 18:03:40.286 | rbac-policies 2024-04-05 18:03:40.286 | rbac-address-group 2024-04-05 18:03:40.286 | rbac-address-scope 2024-04-05 18:03:40.286 | rbac-security-groups 2024-04-05 18:03:40.286 | rbac-subnetpool 2024-04-05 18:03:40.286 | revision-if-match 2024-04-05 18:03:40.286 | standard-attr-revisions 2024-04-05 18:03:40.286 | router_availability_zone 2024-04-05 18:03:40.286 | security-groups-normalized-cidr 2024-04-05 18:03:40.286 | port-security-groups-filtering 2024-04-05 18:03:40.286 | security-groups-remote-address-group 2024-04-05 18:03:40.286 | security-groups-shared-filtering 2024-04-05 18:03:40.286 | security-group 2024-04-05 18:03:40.286 | service-type 2024-04-05 18:03:40.286 | sorting 2024-04-05 18:03:40.286 | standard-attr-description 2024-04-05 18:03:40.286 | stateful-security-group 2024-04-05 18:03:40.286 | subnet_onboard 2024-04-05 18:03:40.286 | subnet-service-types 2024-04-05 18:03:40.286 | subnet_allocation 2024-04-05 18:03:40.286 | subnetpool-prefix-ops 2024-04-05 18:03:40.286 | standard-attr-tag 2024-04-05 18:03:40.286 | standard-attr-timestamp 2024-04-05 18:03:40.286 | nsxt-ops' 2024-04-05 18:03:40.287 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 18:03:40.287 | address-scope 2024-04-05 18:03:40.287 | router-admin-state-down-before-update 2024-04-05 18:03:40.287 | agent 2024-04-05 18:03:40.287 | agent-resources-synced 2024-04-05 18:03:40.287 | allowed-address-pairs 2024-04-05 18:03:40.287 | auto-allocated-topology 2024-04-05 18:03:40.287 | availability_zone 2024-04-05 18:03:40.287 | availability_zone_filter 2024-04-05 18:03:40.287 | default-subnetpools 2024-04-05 18:03:40.287 | dhcp_agent_scheduler 2024-04-05 18:03:40.287 | dvr 2024-04-05 18:03:40.287 | empty-string-filtering 2024-04-05 18:03:40.287 | external-net 2024-04-05 18:03:40.287 | extra_dhcp_opt 2024-04-05 18:03:40.287 | extraroute 2024-04-05 18:03:40.287 | extraroute-atomic 2024-04-05 18:03:40.287 | filter-validation 2024-04-05 18:03:40.287 | floating-ip-port-forwarding-detail 2024-04-05 18:03:40.287 | fip-port-details 2024-04-05 18:03:40.287 | flavors 2024-04-05 18:03:40.287 | floatingip-pools 2024-04-05 18:03:40.287 | ip-substring-filtering 2024-04-05 18:03:40.287 | router 2024-04-05 18:03:40.287 | ext-gw-mode 2024-04-05 18:03:40.287 | l3-ha 2024-04-05 18:03:40.287 | l3-flavors 2024-04-05 18:03:40.287 | l3-port-ip-change-not-allowed 2024-04-05 18:03:40.287 | l3_agent_scheduler 2024-04-05 18:03:40.287 | multi-provider 2024-04-05 18:03:40.287 | net-mtu 2024-04-05 18:03:40.287 | net-mtu-writable 2024-04-05 18:03:40.287 | network_availability_zone 2024-04-05 18:03:40.287 | network-ip-availability 2024-04-05 18:03:40.287 | pagination 2024-04-05 18:03:40.288 | port-device-profile 2024-04-05 18:03:40.288 | port-mac-override 2024-04-05 18:03:40.288 | port-mac-address-regenerate 2024-04-05 18:03:40.288 | port-numa-affinity-policy 2024-04-05 18:03:40.288 | binding 2024-04-05 18:03:40.288 | binding-extended 2024-04-05 18:03:40.288 | port-security 2024-04-05 18:03:40.288 | project-id 2024-04-05 18:03:40.288 | provider 2024-04-05 18:03:40.288 | quota-check-limit 2024-04-05 18:03:40.288 | quotas 2024-04-05 18:03:40.288 | quota_details 2024-04-05 18:03:40.288 | rbac-policies 2024-04-05 18:03:40.288 | rbac-address-group 2024-04-05 18:03:40.288 | rbac-address-scope 2024-04-05 18:03:40.288 | rbac-security-groups 2024-04-05 18:03:40.288 | rbac-subnetpool 2024-04-05 18:03:40.288 | revision-if-match 2024-04-05 18:03:40.288 | standard-attr-revisions 2024-04-05 18:03:40.288 | router_availability_zone 2024-04-05 18:03:40.288 | security-groups-normalized-cidr 2024-04-05 18:03:40.288 | port-security-groups-filtering 2024-04-05 18:03:40.288 | security-groups-remote-address-group 2024-04-05 18:03:40.288 | security-groups-shared-filtering 2024-04-05 18:03:40.288 | security-group 2024-04-05 18:03:40.288 | service-type 2024-04-05 18:03:40.288 | sorting 2024-04-05 18:03:40.288 | standard-attr-description 2024-04-05 18:03:40.288 | stateful-security-group 2024-04-05 18:03:40.288 | subnet_onboard 2024-04-05 18:03:40.288 | subnet-service-types 2024-04-05 18:03:40.288 | subnet_allocation 2024-04-05 18:03:40.288 | subnetpool-prefix-ops 2024-04-05 18:03:40.288 | standard-attr-tag 2024-04-05 18:03:40.288 | standard-attr-timestamp 2024-04-05 18:03:40.288 | nsxt-ops =~ auto-allocated-topology ]] 2024-04-05 18:03:40.289 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 18:03:40.291 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-04-05 18:03:40.293 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-04-05 18:03:40.296 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-04-05 18:03:41.724 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:41.726 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=b9126607-66ea-44a7-a2af-8ba575d548a2 2024-04-05 18:03:41.729 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-04-05 18:03:41.731 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 18:03:41.745 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-04-05 18:03:41.748 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-04-05 18:03:41.750 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet d82990f1-606d-4bf1-a4f1-72b759860680 da2cb236-81e9-4ae6-b431-a30bfe1cb0f8 2024-04-05 18:03:43.790 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-04-05 18:03:43.792 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 b9126607-66ea-44a7-a2af-8ba575d548a2 2024-04-05 18:03:43.794 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-04-05 18:03:43.796 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-04-05 18:03:43.798 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-04-05 18:03:43.800 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-04-05 18:03:43.802 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network b9126607-66ea-44a7-a2af-8ba575d548a2 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-04-05 18:03:43.804 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-04-05 18:03:43.806 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-04-05 18:03:43.809 | +++ 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 b9126607-66ea-44a7-a2af-8ba575d548a2 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-04-05 18:03:43.809 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-04-05 18:03:45.232 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:45.235 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-04-05 18:03:45.236 | | id | e956de42-687d-4178-b415-d286a9cda9f5 |' 2024-04-05 18:03:45.237 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-04-05 18:03:45.239 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 18:03:45.251 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e956de42-687d-4178-b415-d286a9cda9f5 '|' 2024-04-05 18:03:45.253 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | e956de42-687d-4178-b415-d286a9cda9f5 |' 2024-04-05 18:03:45.255 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-04-05 18:03:45.257 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e956de42-687d-4178-b415-d286a9cda9f5 '|' 2024-04-05 18:03:45.258 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-04-05 18:03:45.259 | ++ functions-common:get_field:829 : local data field 2024-04-05 18:03:45.261 | ++ functions-common:get_field:830 : read data 2024-04-05 18:03:45.263 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-04-05 18:03:45.265 | ++ functions-common:get_field:834 : field='$3' 2024-04-05 18:03:45.268 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | e956de42-687d-4178-b415-d286a9cda9f5 |' 2024-04-05 18:03:45.268 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-04-05 18:03:45.273 | ++ functions-common:get_field:830 : read data 2024-04-05 18:03:45.276 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-04-05 18:03:45.278 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e956de42-687d-4178-b415-d286a9cda9f5 '|' 2024-04-05 18:03:45.279 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-04-05 18:03:45.280 | ++ functions-common:get_field:829 : local data field 2024-04-05 18:03:45.282 | ++ functions-common:get_field:830 : read data 2024-04-05 18:03:45.284 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-04-05 18:03:45.286 | ++ functions-common:get_field:834 : field='$6' 2024-04-05 18:03:45.289 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | e956de42-687d-4178-b415-d286a9cda9f5 |' 2024-04-05 18:03:45.289 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-04-05 18:03:45.293 | ++ functions-common:get_field:830 : read data 2024-04-05 18:03:45.296 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=e956de42-687d-4178-b415-d286a9cda9f5 2024-04-05 18:03:45.298 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway b9126607-66ea-44a7-a2af-8ba575d548a2 d82990f1-606d-4bf1-a4f1-72b759860680 2024-04-05 18:03:47.389 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-04-05 18:03:47.392 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-04-05 18:03:47.404 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:47.406 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-04-05 18:03:47.408 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-04-05 18:03:47.409 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-04-05 18:03:47.412 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-04-05 18:03:47.413 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-04-05 18:03:47.415 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-04-05 18:03:47.428 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-04-05 18:03:47.430 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-04-05 18:03:47.432 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-04-05 18:03:47.434 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-04-05 18:03:47.436 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-04-05 18:03:47.438 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-04-05 18:03:47.439 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-04-05 18:03:47.441 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-04-05 18:03:47.443 | + functions-common:test_with_retry:2375 : local until=10 2024-04-05 18:03:47.444 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-04-05 18:03:47.447 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-04-05 18:03:47.448 | + functions-common:time_start:2421 : local name=test_with_retry 2024-04-05 18:03:47.450 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:47.452 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:47.454 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:47.457 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340227455 2024-04-05 18:03:47.459 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-04-05 18:03:47.464 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-04-05 18:03:47.466 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:47.468 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:47.470 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:47.471 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:47.473 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:47.475 | + functions-common:time_stop:2441 : name=test_with_retry 2024-04-05 18:03:47.476 | + functions-common:time_stop:2442 : start_time=1712340227455 2024-04-05 18:03:47.478 | + functions-common:time_stop:2444 : [[ -z 1712340227455 ]] 2024-04-05 18:03:47.480 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:47.483 | + functions-common:time_stop:2447 : end_time=1712340227481 2024-04-05 18:03:47.485 | + functions-common:time_stop:2448 : elapsed_time=26 2024-04-05 18:03:47.487 | + functions-common:time_stop:2449 : total=3062 2024-04-05 18:03:47.488 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:47.490 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3088 2024-04-05 18:03:47.493 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-04-05 18:03:47.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-04-05 18:03:47.498 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-04-05 18:03:47.499 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-04-05 18:03:47.501 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-04-05 18:03:47.503 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-04-05 18:03:47.506 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-04-05 18:03:47.506 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-04-05 18:03:47.506 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-04-05 18:03:47.506 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-04-05 18:03:48.775 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:03:48.778 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.250 ' 2024-04-05 18:03:48.780 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-04-05 18:03:48.782 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 18:03:48.794 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-04-05 18:03:48.796 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-04-05 18:03:48.798 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-04-05 18:03:48.800 | + stack.sh:main:1339 : is_service_enabled nova 2024-04-05 18:03:48.814 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:48.815 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-04-05 18:03:48.818 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:48.820 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-04-05 18:03:48.822 | + stack.sh:main:1341 : start_nova 2024-04-05 18:03:48.824 | + lib/nova:start_nova:1176 : start_nova_rest 2024-04-05 18:03:48.826 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:48.828 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:48.830 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:48.834 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-04-05 18:03:48.836 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.838 | + functions-common:run_process:1689 : local service=n-sch 2024-04-05 18:03:48.840 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.842 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:48.844 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:48.846 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:48.848 | + functions-common:run_process:1695 : local name=n-sch 2024-04-05 18:03:48.851 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:48.853 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:48.855 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:48.857 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:48.860 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:48.863 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340228861 2024-04-05 18:03:48.865 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-04-05 18:03:48.879 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:48.881 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-04-05 18:03:48.882 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-04-05 18:03:48.885 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.887 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.889 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.891 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.893 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-04-05 18:03:48.895 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-04-05 18:03:48.897 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-04-05 18:03:48.899 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:48.901 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:48.903 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:48.905 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:48.907 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-04-05 18:03:48.909 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-04-05 18:03:48.910 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-04-05 18:03:48.912 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:48.914 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:48.916 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:48.918 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:48.920 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:48.922 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:48.924 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-04-05 18:03:48.926 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:48.929 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-04-05 18:03:48.982 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-04-05 18:03:49.033 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 18:03:49.076 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-04-05 18:03:49.118 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-04-05 18:03:49.161 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:49.203 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:49.205 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:49.207 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-04-05 18:03:49.260 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:49.621 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-04-05 18:03:49.630 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-04-05 18:03:49.991 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-04-05 18:03:50.030 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:50.031 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:50.033 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:50.035 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:50.038 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:50.039 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:50.041 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:50.043 | + functions-common:time_stop:2442 : start_time=1712340228861 2024-04-05 18:03:50.045 | + functions-common:time_stop:2444 : [[ -z 1712340228861 ]] 2024-04-05 18:03:50.047 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:50.051 | + functions-common:time_stop:2447 : end_time=1712340230049 2024-04-05 18:03:50.053 | + functions-common:time_stop:2448 : elapsed_time=1188 2024-04-05 18:03:50.055 | + functions-common:time_stop:2449 : total=9548 2024-04-05 18:03:50.057 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:50.059 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10736 2024-04-05 18:03:50.061 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-04-05 18:03:50.063 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-04-05 18:03:50.067 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.069 | + functions-common:run_process:1689 : local service=n-api-meta 2024-04-05 18:03:50.072 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.074 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:50.076 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:50.077 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:50.079 | + functions-common:run_process:1695 : local name=n-api-meta 2024-04-05 18:03:50.081 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:50.083 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:50.086 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:50.088 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:50.091 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:50.095 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340230092 2024-04-05 18:03:50.097 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-04-05 18:03:50.111 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:50.112 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-04-05 18:03:50.114 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-04-05 18:03:50.116 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.118 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.120 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.122 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.124 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-04-05 18:03:50.126 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-04-05 18:03:50.128 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-04-05 18:03:50.130 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:50.132 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:50.134 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:50.136 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:50.138 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-04-05 18:03:50.140 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2024-04-05 18:03:50.142 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-04-05 18:03:50.144 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.146 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 18:03:50.148 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 18:03:50.149 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 18:03:50.151 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-04-05 18:03:50.153 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 18:03:50.157 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-04-05 18:03:50.207 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-04-05 18:03:50.257 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-04-05 18:03:50.302 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-04-05 18:03:50.346 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:50.388 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-04-05 18:03:50.430 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-04-05 18:03:50.471 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-04-05 18:03:50.512 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-04-05 18:03:50.555 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-04-05 18:03:50.596 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 18:03:50.598 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 18:03:50.599 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-04-05 18:03:50.650 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 18:03:51.004 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-04-05 18:03:51.015 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-04-05 18:03:51.319 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-04-05 18:03:51.390 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:51.392 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:51.394 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:51.396 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:51.398 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:51.400 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:51.402 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:51.404 | + functions-common:time_stop:2442 : start_time=1712340230092 2024-04-05 18:03:51.406 | + functions-common:time_stop:2444 : [[ -z 1712340230092 ]] 2024-04-05 18:03:51.409 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:51.413 | + functions-common:time_stop:2447 : end_time=1712340231410 2024-04-05 18:03:51.415 | + functions-common:time_stop:2448 : elapsed_time=1318 2024-04-05 18:03:51.417 | + functions-common:time_stop:2449 : total=10736 2024-04-05 18:03:51.418 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:51.421 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12054 2024-04-05 18:03:51.423 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.425 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.427 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-04-05 18:03:51.429 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.431 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.433 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.435 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-04-05 18:03:51.437 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:03:51.439 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-04-05 18:03:51.441 | + functions-common:run_process:1689 : local service=n-novnc 2024-04-05 18:03:51.443 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-04-05 18:03:51.445 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:51.447 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:51.449 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:51.451 | + functions-common:run_process:1695 : local name=n-novnc 2024-04-05 18:03:51.452 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:51.454 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:51.456 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:51.458 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:51.461 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:51.464 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340231461 2024-04-05 18:03:51.466 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-04-05 18:03:51.478 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:51.480 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:51.482 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:51.484 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:51.486 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:51.488 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:51.490 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:51.492 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:51.494 | + functions-common:time_stop:2442 : start_time=1712340231461 2024-04-05 18:03:51.496 | + functions-common:time_stop:2444 : [[ -z 1712340231461 ]] 2024-04-05 18:03:51.499 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:51.502 | + functions-common:time_stop:2447 : end_time=1712340231500 2024-04-05 18:03:51.504 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-05 18:03:51.506 | + functions-common:time_stop:2449 : total=12054 2024-04-05 18:03:51.508 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:51.510 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12093 2024-04-05 18:03:51.512 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-04-05 18:03:51.514 | + functions-common:run_process:1689 : local service=n-spice 2024-04-05 18:03:51.516 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-04-05 18:03:51.518 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:51.520 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:51.522 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:51.524 | + functions-common:run_process:1695 : local name=n-spice 2024-04-05 18:03:51.526 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:51.528 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:51.531 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:51.533 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:51.535 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:51.539 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340231536 2024-04-05 18:03:51.541 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-04-05 18:03:51.555 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:51.557 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:51.559 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:51.561 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:51.563 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:51.565 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:51.567 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:51.569 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:51.571 | + functions-common:time_stop:2442 : start_time=1712340231536 2024-04-05 18:03:51.573 | + functions-common:time_stop:2444 : [[ -z 1712340231536 ]] 2024-04-05 18:03:51.576 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:51.579 | + functions-common:time_stop:2447 : end_time=1712340231577 2024-04-05 18:03:51.581 | + functions-common:time_stop:2448 : elapsed_time=41 2024-04-05 18:03:51.583 | + functions-common:time_stop:2449 : total=12093 2024-04-05 18:03:51.585 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:51.587 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12134 2024-04-05 18:03:51.589 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.591 | + functions-common:run_process:1689 : local service=n-sproxy 2024-04-05 18:03:51.593 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.595 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:51.597 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:51.599 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:51.601 | + functions-common:run_process:1695 : local name=n-sproxy 2024-04-05 18:03:51.603 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:51.605 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:51.607 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:51.609 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:51.612 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:51.615 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340231613 2024-04-05 18:03:51.617 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-04-05 18:03:51.631 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:51.633 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:51.635 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:51.637 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:51.639 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:51.640 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:51.642 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:51.644 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:51.646 | + functions-common:time_stop:2442 : start_time=1712340231613 2024-04-05 18:03:51.648 | + functions-common:time_stop:2444 : [[ -z 1712340231613 ]] 2024-04-05 18:03:51.651 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:51.654 | + functions-common:time_stop:2447 : end_time=1712340231652 2024-04-05 18:03:51.656 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-05 18:03:51.658 | + functions-common:time_stop:2449 : total=12134 2024-04-05 18:03:51.660 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:51.663 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12173 2024-04-05 18:03:51.664 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.667 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:51.669 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-04-05 18:03:51.671 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:03:51.674 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-04-05 18:03:51.674 | Starting nova-conductor in a cellsv1-compatible way 2024-04-05 18:03:51.676 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.678 | + functions-common:run_process:1689 : local service=n-cond 2024-04-05 18:03:51.680 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.682 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:51.684 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:51.687 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:51.689 | + functions-common:run_process:1695 : local name=n-cond 2024-04-05 18:03:51.691 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:51.693 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:51.695 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:51.697 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:51.700 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:51.703 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340231701 2024-04-05 18:03:51.705 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-04-05 18:03:51.719 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:51.721 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-04-05 18:03:51.724 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-04-05 18:03:51.726 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.728 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.730 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.732 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.734 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-04-05 18:03:51.736 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-04-05 18:03:51.738 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-04-05 18:03:51.740 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:51.742 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:51.747 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:51.749 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:51.752 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-04-05 18:03:51.754 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-04-05 18:03:51.756 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-04-05 18:03:51.758 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.759 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:51.761 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:51.774 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:51.775 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:51.777 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:51.780 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-04-05 18:03:51.782 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:51.787 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-04-05 18:03:51.842 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-04-05 18:03:51.893 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 18:03:51.935 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-04-05 18:03:51.977 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-04-05 18:03:52.018 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:52.060 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:52.061 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:52.063 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-04-05 18:03:52.112 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:52.453 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-04-05 18:03:52.464 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-04-05 18:03:52.792 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-04-05 18:03:52.842 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:52.845 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:52.847 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:52.849 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:52.851 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:52.853 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:52.855 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:52.857 | + functions-common:time_stop:2442 : start_time=1712340231701 2024-04-05 18:03:52.859 | + functions-common:time_stop:2444 : [[ -z 1712340231701 ]] 2024-04-05 18:03:52.862 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:52.866 | + functions-common:time_stop:2447 : end_time=1712340232863 2024-04-05 18:03:52.868 | + functions-common:time_stop:2448 : elapsed_time=1162 2024-04-05 18:03:52.870 | + functions-common:time_stop:2449 : total=12173 2024-04-05 18:03:52.872 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:52.874 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13335 2024-04-05 18:03:52.876 | + lib/nova:start_nova_conductor:1149 : return 2024-04-05 18:03:52.878 | + lib/nova:start_nova:1179 : start_nova_compute 2024-04-05 18:03:52.880 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:52.883 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:52.885 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:52.887 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-04-05 18:03:52.889 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-04-05 18:03:52.893 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-04-05 18:03:52.895 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:52.898 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 18:03:52.900 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-04-05 18:03:52.902 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 18:03:52.904 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-04-05 18:03:52.907 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-04-05 18:03:52.909 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-04-05 18:03:52.912 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-04-05 18:03:52.914 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-04-05 18:03:52.914 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-04-05 18:03:52.914 | BEGIN { 2024-04-05 18:03:52.914 | section = "" 2024-04-05 18:03:52.914 | last_section = "" 2024-04-05 18:03:52.914 | section_count = 0 2024-04-05 18:03:52.914 | } 2024-04-05 18:03:52.914 | /^\[.+\]/ { 2024-04-05 18:03:52.914 | gsub("[][]", "", $1); 2024-04-05 18:03:52.914 | section=$1 2024-04-05 18:03:52.914 | next 2024-04-05 18:03:52.914 | } 2024-04-05 18:03:52.914 | /^ *\#/ { 2024-04-05 18:03:52.914 | next 2024-04-05 18:03:52.914 | } 2024-04-05 18:03:52.914 | /^[^ \t]+/ { 2024-04-05 18:03:52.914 | # get offset of first = in $0 2024-04-05 18:03:52.914 | eq_idx = index($0, "=") 2024-04-05 18:03:52.914 | # extract attr & value from $0 2024-04-05 18:03:52.914 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 18:03:52.914 | value = substr($0, eq_idx + 1) 2024-04-05 18:03:52.914 | # only need to strip trailing whitespace from attr 2024-04-05 18:03:52.914 | sub(/[ \t]*$/, "", attr) 2024-04-05 18:03:52.914 | # need to strip leading & trailing whitespace from value 2024-04-05 18:03:52.914 | sub(/^[ \t]*/, "", value) 2024-04-05 18:03:52.914 | sub(/[ \t]*$/, "", value) 2024-04-05 18:03:52.914 | 2024-04-05 18:03:52.914 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 18:03:52.914 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 18:03:52.914 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 18:03:52.914 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 18:03:52.914 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 18:03:52.915 | if (section != last_section) { 2024-04-05 18:03:52.915 | cfg_section[section_count++] = section 2024-04-05 18:03:52.915 | last_section = section 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 18:03:52.915 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 18:03:52.915 | 2024-04-05 18:03:52.915 | cfg_attr[section, attr, 0] = value 2024-04-05 18:03:52.915 | cfg_attr_count[section, attr] = 1 2024-04-05 18:03:52.915 | } else { 2024-04-05 18:03:52.915 | lno = cfg_attr_count[section, attr]++ 2024-04-05 18:03:52.915 | cfg_attr[section, attr, lno] = value 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | END { 2024-04-05 18:03:52.915 | # Process each section in order 2024-04-05 18:03:52.915 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 18:03:52.915 | section = cfg_section[sno] 2024-04-05 18:03:52.915 | # The ini routines simply append a config item immediately 2024-04-05 18:03:52.915 | # after the section header. To keep the same order as defined 2024-04-05 18:03:52.915 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 18:03:52.915 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 18:03:52.915 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 18:03:52.915 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 18:03:52.915 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 18:03:52.915 | else { 2024-04-05 18:03:52.915 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 18:03:52.915 | count = cfg_attr_count[section, attr] 2024-04-05 18:03:52.915 | print "inidelete " configfile " " section " " attr 2024-04-05 18:03:52.915 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 18:03:52.915 | for (l = count -2; l >= 0; l--) 2024-04-05 18:03:52.915 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | } 2024-04-05 18:03:52.915 | ' 2024-04-05 18:03:52.916 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 18:03:52.917 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 18:03:52.917 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:03:52.919 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 18:03:52.921 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-04-05 18:03:52.923 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:03:52.926 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-04-05 18:03:52.928 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-04-05 18:03:52.928 | BEGIN { group = "" } 2024-04-05 18:03:52.928 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:03:52.928 | gsub("[][]", "", $1); 2024-04-05 18:03:52.928 | split($1, a, "|"); 2024-04-05 18:03:52.928 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 18:03:52.928 | group=a[1] 2024-04-05 18:03:52.928 | } else { 2024-04-05 18:03:52.928 | group="" 2024-04-05 18:03:52.928 | } 2024-04-05 18:03:52.928 | next 2024-04-05 18:03:52.928 | } 2024-04-05 18:03:52.928 | { 2024-04-05 18:03:52.928 | if (group != "") 2024-04-05 18:03:52.928 | print $0 2024-04-05 18:03:52.928 | } 2024-04-05 18:03:52.928 | ' /opt/stack/devstack/local.conf 2024-04-05 18:03:52.934 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 18:03:52.936 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-04-05 18:03:52.936 | Skipping multi-cell conductor fleet setup 2024-04-05 18:03:52.938 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-04-05 18:03:52.955 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-04-05 18:03:52.976 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-04-05 18:03:52.979 | + lib/nova:configure_console_compute:664 : local offset 2024-04-05 18:03:52.981 | + lib/nova:configure_console_compute:665 : offset=0 2024-04-05 18:03:52.983 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-04-05 18:03:52.985 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-04-05 18:03:53.002 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-04-05 18:03:53.004 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-04-05 18:03:53.019 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:53.021 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-04-05 18:03:53.036 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:53.039 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-04-05 18:03:53.041 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-04-05 18:03:53.074 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-04-05 18:03:53.093 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:53.096 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-04-05 18:03:53.114 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:53.117 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-04-05 18:03:53.149 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-04-05 18:03:53.151 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-04-05 18:03:53.154 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-04-05 18:03:53.156 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-04-05 18:03:53.158 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-04-05 18:03:53.160 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-04-05 18:03:53.162 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-04-05 18:03:53.165 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-04-05 18:03:53.181 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:53.184 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-04-05 18:03:53.186 | + functions-common:run_process:1689 : local service=n-cpu 2024-04-05 18:03:53.188 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-04-05 18:03:53.191 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:53.193 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:53.196 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:53.199 | + functions-common:run_process:1695 : local name=n-cpu 2024-04-05 18:03:53.203 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:53.205 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:53.207 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:53.209 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:53.212 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:53.216 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340233213 2024-04-05 18:03:53.218 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-04-05 18:03:53.233 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:53.235 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:53.238 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:53.240 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:53.242 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:53.244 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:53.247 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:53.249 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:53.251 | + functions-common:time_stop:2442 : start_time=1712340233213 2024-04-05 18:03:53.253 | + functions-common:time_stop:2444 : [[ -z 1712340233213 ]] 2024-04-05 18:03:53.256 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:53.259 | + functions-common:time_stop:2447 : end_time=1712340233257 2024-04-05 18:03:53.262 | + functions-common:time_stop:2448 : elapsed_time=44 2024-04-05 18:03:53.264 | + functions-common:time_stop:2449 : total=13335 2024-04-05 18:03:53.266 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:53.268 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13379 2024-04-05 18:03:53.270 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:53.273 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-04-05 18:03:53.275 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-04-05 18:03:53.291 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:53.293 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-04-05 18:03:53.293 | Dumping cells_v2 mapping 2024-04-05 18:03:53.296 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-04-05 18:03:53.704 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:03:55.011 | INFO dbcounter [None req-c656d294-3495-4736-8ce8-0a3d3c98f6c8 None None] Registered counter for database nova_api 2024-04-05 18:03:55.022 | DEBUG dbcounter [-] [52597] Writer thread running {{(pid=52597) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:03:55.045 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-05 18:03:55.045 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-04-05 18:03:55.045 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-05 18:03:55.045 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-04-05 18:03:55.045 | | cell1 | 55ec5f2d-5b5e-4800-ab0d-cf79ae81686d | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-04-05 18:03:55.045 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-05 18:03:55.391 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-04-05 18:03:55.394 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-04-05 18:03:55.443 | + inc/async:async_inner:63 : create_flavors 2024-04-05 18:03:55.473 | [3441 Async create_flavors:52663]: running: create_flavors 2024-04-05 18:03:55.475 | + stack.sh:main:1344 : is_service_enabled cinder 2024-04-05 18:03:55.488 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:55.490 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-04-05 18:03:55.492 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:03:55.494 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-04-05 18:03:55.496 | + stack.sh:main:1346 : start_cinder 2024-04-05 18:03:55.498 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-04-05 18:03:55.500 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-04-05 18:03:55.502 | + lib/cinder:start_cinder:587 : local cinder_url 2024-04-05 18:03:55.504 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-04-05 18:03:55.516 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:03:55.519 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-04-05 18:03:55.521 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-04-05 18:03:55.523 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-04-05 18:03:55.525 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-04-05 18:03:55.529 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.531 | + functions-common:run_process:1689 : local service=c-api 2024-04-05 18:03:55.533 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.535 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:55.537 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:55.539 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:55.541 | + functions-common:run_process:1695 : local name=c-api 2024-04-05 18:03:55.543 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:55.545 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:55.547 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:55.549 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:55.552 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:55.555 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340235553 2024-04-05 18:03:55.557 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-04-05 18:03:55.569 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:55.571 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-04-05 18:03:55.573 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-04-05 18:03:55.575 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.577 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.579 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.581 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.583 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-04-05 18:03:55.585 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-04-05 18:03:55.587 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-04-05 18:03:55.589 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:55.591 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:55.593 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:55.595 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:55.597 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-04-05 18:03:55.599 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-04-05 18:03:55.601 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-04-05 18:03:55.603 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.605 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 18:03:55.606 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 18:03:55.608 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 18:03:55.610 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-04-05 18:03:55.612 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 18:03:55.615 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-04-05 18:03:55.664 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-04-05 18:03:55.712 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-04-05 18:03:55.752 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 18:03:55.795 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:55.835 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-04-05 18:03:55.877 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-04-05 18:03:55.918 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-04-05 18:03:55.958 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-04-05 18:03:56.000 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-04-05 18:03:56.042 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 18:03:56.044 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 18:03:56.046 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-04-05 18:03:56.095 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 18:03:56.429 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-04-05 18:03:56.439 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-04-05 18:03:56.744 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-04-05 18:03:56.831 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:03:56.833 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:56.835 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:56.837 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:56.839 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:56.840 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:56.842 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:03:56.844 | + functions-common:time_stop:2442 : start_time=1712340235553 2024-04-05 18:03:56.846 | + functions-common:time_stop:2444 : [[ -z 1712340235553 ]] 2024-04-05 18:03:56.849 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:56.852 | + functions-common:time_stop:2447 : end_time=1712340236850 2024-04-05 18:03:56.854 | + functions-common:time_stop:2448 : elapsed_time=1297 2024-04-05 18:03:56.856 | + functions-common:time_stop:2449 : total=13379 2024-04-05 18:03:56.858 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:56.860 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14676 2024-04-05 18:03:56.862 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-04-05 18:03:56.864 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-04-05 18:03:56.864 | Waiting for Cinder API to start... 2024-04-05 18:03:56.866 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-04-05 18:03:56.868 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 18:03:56.870 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-04-05 18:03:56.872 | + functions:wait_for_service:470 : local rval=0 2024-04-05 18:03:56.874 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 18:03:56.876 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 18:03:56.878 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:56.880 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:56.882 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:56.886 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340236884 2024-04-05 18:03:56.888 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 18:03:56.891 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-04-05 18:03:58.968 | + :: : [[ 401 == 503 ]] 2024-04-05 18:03:58.969 | + :: : [[ 0 -eq 7 ]] 2024-04-05 18:03:58.971 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 18:03:58.973 | + functions-common:time_stop:2435 : local name 2024-04-05 18:03:58.975 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:03:58.977 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:03:58.980 | + functions-common:time_stop:2438 : local total 2024-04-05 18:03:58.981 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:03:58.983 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 18:03:58.985 | + functions-common:time_stop:2442 : start_time=1712340236884 2024-04-05 18:03:58.987 | + functions-common:time_stop:2444 : [[ -z 1712340236884 ]] 2024-04-05 18:03:58.990 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:03:58.993 | + functions-common:time_stop:2447 : end_time=1712340238991 2024-04-05 18:03:58.995 | + functions-common:time_stop:2448 : elapsed_time=2107 2024-04-05 18:03:58.997 | + functions-common:time_stop:2449 : total=6386 2024-04-05 18:03:58.999 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:03:59.001 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8493 2024-04-05 18:03:59.004 | + functions:wait_for_service:478 : return 0 2024-04-05 18:03:59.006 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.008 | + functions-common:run_process:1689 : local service=c-sch 2024-04-05 18:03:59.010 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.012 | + functions-common:run_process:1691 : local group= 2024-04-05 18:03:59.014 | + functions-common:run_process:1692 : local user= 2024-04-05 18:03:59.016 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:03:59.018 | + functions-common:run_process:1695 : local name=c-sch 2024-04-05 18:03:59.020 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:03:59.022 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:03:59.024 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:03:59.026 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:03:59.028 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:03:59.031 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340239029 2024-04-05 18:03:59.033 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-04-05 18:03:59.047 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:03:59.049 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-04-05 18:03:59.051 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-04-05 18:03:59.053 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.055 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.057 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.059 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.061 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-04-05 18:03:59.063 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-04-05 18:03:59.065 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-04-05 18:03:59.067 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:03:59.069 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:03:59.071 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:03:59.073 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:03:59.075 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-04-05 18:03:59.077 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-04-05 18:03:59.078 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-04-05 18:03:59.080 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.082 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:03:59.084 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:03:59.086 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 18:03:59.088 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:03:59.090 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:03:59.092 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-04-05 18:03:59.094 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:03:59.097 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-04-05 18:03:59.148 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-04-05 18:03:59.202 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 18:03:59.244 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-04-05 18:03:59.286 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-04-05 18:03:59.328 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:03:59.370 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 18:03:59.372 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:03:59.374 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-04-05 18:03:59.427 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:03:59.772 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-04-05 18:03:59.782 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-04-05 18:04:00.125 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-04-05 18:04:00.153 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:04:00.155 | + functions-common:time_stop:2435 : local name 2024-04-05 18:04:00.157 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:00.159 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:00.161 | + functions-common:time_stop:2438 : local total 2024-04-05 18:04:00.163 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:00.165 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:04:00.167 | + functions-common:time_stop:2442 : start_time=1712340239029 2024-04-05 18:04:00.169 | + functions-common:time_stop:2444 : [[ -z 1712340239029 ]] 2024-04-05 18:04:00.171 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:00.175 | + functions-common:time_stop:2447 : end_time=1712340240173 2024-04-05 18:04:00.177 | + functions-common:time_stop:2448 : elapsed_time=1144 2024-04-05 18:04:00.179 | + functions-common:time_stop:2449 : total=14676 2024-04-05 18:04:00.181 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:00.183 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15820 2024-04-05 18:04:00.185 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.187 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.189 | + functions-common:run_process:1689 : local service=c-bak 2024-04-05 18:04:00.191 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.193 | + functions-common:run_process:1691 : local group= 2024-04-05 18:04:00.195 | + functions-common:run_process:1692 : local user= 2024-04-05 18:04:00.197 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.199 | + functions-common:run_process:1695 : local name=c-bak 2024-04-05 18:04:00.201 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:04:00.203 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:04:00.205 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:00.207 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:00.209 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:00.213 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340240211 2024-04-05 18:04:00.215 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-04-05 18:04:00.229 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:00.231 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:04:00.233 | + functions-common:time_stop:2435 : local name 2024-04-05 18:04:00.235 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:00.237 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:00.239 | + functions-common:time_stop:2438 : local total 2024-04-05 18:04:00.241 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:00.244 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:04:00.246 | + functions-common:time_stop:2442 : start_time=1712340240211 2024-04-05 18:04:00.248 | + functions-common:time_stop:2444 : [[ -z 1712340240211 ]] 2024-04-05 18:04:00.250 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:00.254 | + functions-common:time_stop:2447 : end_time=1712340240252 2024-04-05 18:04:00.256 | + functions-common:time_stop:2448 : elapsed_time=41 2024-04-05 18:04:00.258 | + functions-common:time_stop:2449 : total=15820 2024-04-05 18:04:00.260 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:00.262 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15861 2024-04-05 18:04:00.264 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.266 | + functions-common:run_process:1689 : local service=c-vol 2024-04-05 18:04:00.268 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.270 | + functions-common:run_process:1691 : local group= 2024-04-05 18:04:00.272 | + functions-common:run_process:1692 : local user= 2024-04-05 18:04:00.274 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.276 | + functions-common:run_process:1695 : local name=c-vol 2024-04-05 18:04:00.278 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:04:00.280 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:04:00.282 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:00.284 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:00.287 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:00.291 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340240288 2024-04-05 18:04:00.293 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-04-05 18:04:00.307 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:00.309 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.311 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-04-05 18:04:00.313 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.315 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.317 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.319 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.321 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-04-05 18:04:00.323 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-04-05 18:04:00.325 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-04-05 18:04:00.327 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:04:00.329 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:04:00.331 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:04:00.333 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.335 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-04-05 18:04:00.337 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.339 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-04-05 18:04:00.341 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.343 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 18:04:00.345 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 18:04:00.347 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.349 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 18:04:00.351 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 18:04:00.353 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-04-05 18:04:00.355 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 18:04:00.358 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-04-05 18:04:00.410 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-04-05 18:04:00.462 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 18:04:00.505 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-04-05 18:04:00.547 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-04-05 18:04:00.590 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:04:00.633 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-04-05 18:04:00.635 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 18:04:00.678 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 18:04:00.680 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-04-05 18:04:00.739 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 18:04:01.078 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-04-05 18:04:01.088 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-04-05 18:04:01.400 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-04-05 18:04:01.445 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:04:01.448 | + functions-common:time_stop:2435 : local name 2024-04-05 18:04:01.450 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:01.452 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:01.454 | + functions-common:time_stop:2438 : local total 2024-04-05 18:04:01.457 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:01.459 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:04:01.461 | + functions-common:time_stop:2442 : start_time=1712340240288 2024-04-05 18:04:01.462 | + functions-common:time_stop:2444 : [[ -z 1712340240288 ]] 2024-04-05 18:04:01.465 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:01.468 | + functions-common:time_stop:2447 : end_time=1712340241466 2024-04-05 18:04:01.471 | + functions-common:time_stop:2448 : elapsed_time=1178 2024-04-05 18:04:01.472 | + functions-common:time_stop:2449 : total=15861 2024-04-05 18:04:01.475 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:01.477 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17039 2024-04-05 18:04:01.478 | + stack.sh:main:1347 : create_volume_types 2024-04-05 18:04:01.480 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-04-05 18:04:01.494 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:01.496 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-04-05 18:04:01.498 | + lib/cinder:create_volume_types:674 : local be be_name 2024-04-05 18:04:01.500 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-05 18:04:01.502 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-04-05 18:04:01.504 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-04-05 18:04:01.506 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-04-05 18:04:01.508 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-04-05 18:04:01.510 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-04-05 18:04:01.512 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-04-05 18:04:01.525 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:01.527 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-04-05 18:04:03.324 | +-------------+--------------------------------------+ 2024-04-05 18:04:03.325 | | Field | Value | 2024-04-05 18:04:03.325 | +-------------+--------------------------------------+ 2024-04-05 18:04:03.325 | | description | None | 2024-04-05 18:04:03.325 | | id | aaffd4c7-6d54-44a8-9b1d-7aed79c86497 | 2024-04-05 18:04:03.325 | | is_public | True | 2024-04-05 18:04:03.325 | | name | vsphere | 2024-04-05 18:04:03.325 | | properties | volume_backend_name='vsphere' | 2024-04-05 18:04:03.325 | +-------------+--------------------------------------+ 2024-04-05 18:04:03.456 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:03.458 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:03.461 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:03.463 | + stack.sh:main:1360 : is_service_enabled glance 2024-04-05 18:04:03.477 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:03.479 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-04-05 18:04:03.481 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:03.483 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-04-05 18:04:03.485 | + stack.sh:main:1362 : start_glance 2024-04-05 18:04:03.487 | + lib/glance:start_glance:606 : local service_protocol=http 2024-04-05 18:04:03.489 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-04-05 18:04:03.516 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:03.518 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-04-05 18:04:03.521 | ++ lib/glance:start_glance:614 : which uwsgi 2024-04-05 18:04:03.524 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.526 | + functions-common:run_process:1689 : local service=g-api 2024-04-05 18:04:03.529 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.531 | + functions-common:run_process:1691 : local group= 2024-04-05 18:04:03.533 | + functions-common:run_process:1692 : local user= 2024-04-05 18:04:03.535 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 18:04:03.537 | + functions-common:run_process:1695 : local name=g-api 2024-04-05 18:04:03.539 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 18:04:03.541 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 18:04:03.543 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:03.545 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:03.547 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:03.551 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340243548 2024-04-05 18:04:03.553 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-04-05 18:04:03.566 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:03.568 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-04-05 18:04:03.570 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-04-05 18:04:03.572 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.574 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.576 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.578 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.580 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-04-05 18:04:03.582 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-04-05 18:04:03.584 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-04-05 18:04:03.586 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 18:04:03.588 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 18:04:03.590 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 18:04:03.592 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 18:04:03.594 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-04-05 18:04:03.596 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-04-05 18:04:03.598 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-04-05 18:04:03.600 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.602 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 18:04:03.604 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 18:04:03.606 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 18:04:03.608 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-04-05 18:04:03.610 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 18:04:03.613 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-04-05 18:04:03.664 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-04-05 18:04:03.714 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-04-05 18:04:03.760 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 18:04:03.803 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-04-05 18:04:03.845 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-04-05 18:04:03.888 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-04-05 18:04:03.931 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-04-05 18:04:03.976 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-04-05 18:04:04.021 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-04-05 18:04:04.063 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 18:04:04.066 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 18:04:04.068 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-04-05 18:04:04.122 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 18:04:04.418 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-04-05 18:04:04.428 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-04-05 18:04:04.747 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-04-05 18:04:04.823 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 18:04:04.826 | + functions-common:time_stop:2435 : local name 2024-04-05 18:04:04.828 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:04.830 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:04.832 | + functions-common:time_stop:2438 : local total 2024-04-05 18:04:04.834 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:04.836 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 18:04:04.838 | + functions-common:time_stop:2442 : start_time=1712340243548 2024-04-05 18:04:04.839 | + functions-common:time_stop:2444 : [[ -z 1712340243548 ]] 2024-04-05 18:04:04.842 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:04.846 | + functions-common:time_stop:2447 : end_time=1712340244843 2024-04-05 18:04:04.847 | + functions-common:time_stop:2448 : elapsed_time=1295 2024-04-05 18:04:04.849 | + functions-common:time_stop:2449 : total=17039 2024-04-05 18:04:04.851 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:04.853 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18334 2024-04-05 18:04:04.855 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-04-05 18:04:04.870 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:04.872 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-04-05 18:04:04.872 | Waiting for g-api (10.180.1.21) to start... 2024-04-05 18:04:04.874 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-04-05 18:04:04.875 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 18:04:04.878 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-04-05 18:04:04.879 | + functions:wait_for_service:470 : local rval=0 2024-04-05 18:04:04.881 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 18:04:04.884 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 18:04:04.885 | + functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:04.887 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:04.890 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:04.893 | + functions-common:time_start:2426 : _TIME_START[$name]=1712340244891 2024-04-05 18:04:04.895 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 18:04:04.898 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-04-05 18:04:06.906 | + :: : [[ 300 == 503 ]] 2024-04-05 18:04:06.907 | + :: : [[ 0 -eq 7 ]] 2024-04-05 18:04:06.909 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 18:04:06.912 | + functions-common:time_stop:2435 : local name 2024-04-05 18:04:06.914 | + functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:06.916 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:06.918 | + functions-common:time_stop:2438 : local total 2024-04-05 18:04:06.919 | + functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:06.921 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 18:04:06.923 | + functions-common:time_stop:2442 : start_time=1712340244891 2024-04-05 18:04:06.925 | + functions-common:time_stop:2444 : [[ -z 1712340244891 ]] 2024-04-05 18:04:06.928 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:06.931 | + functions-common:time_stop:2447 : end_time=1712340246929 2024-04-05 18:04:06.933 | + functions-common:time_stop:2448 : elapsed_time=2038 2024-04-05 18:04:06.935 | + functions-common:time_stop:2449 : total=8493 2024-04-05 18:04:06.937 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:06.939 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10531 2024-04-05 18:04:06.941 | + functions:wait_for_service:478 : return 0 2024-04-05 18:04:06.943 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-04-05 18:04:06.957 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:06.959 | + stack.sh:main:1376 : is_service_enabled glance 2024-04-05 18:04:06.972 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:06.974 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-04-05 18:04:06.976 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:06.978 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-04-05 18:04:06.980 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-04-05 18:04:06.984 | + stack.sh:main:1380 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:06.986 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:06.988 | + functions:upload_image:134 : local image image_fname image_name 2024-04-05 18:04:06.989 | + functions:upload_image:136 : local max_attempts=5 2024-04-05 18:04:06.991 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-04-05 18:04:06.995 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:06.998 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:06.999 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-04-05 18:04:07.002 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-04-05 18:04:07.004 | ++ functions:upload_image:144 : seq 5 2024-04-05 18:04:07.007 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-04-05 18:04:07.008 | + functions:upload_image:145 : local rc=0 2024-04-05 18:04:07.010 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.013 | --2024-04-05 18:04:07-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-04-05 18:04:07.020 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-04-05 18:04:07.020 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-04-05 18:04:07.052 | HTTP request sent, awaiting response... 200 OK 2024-04-05 18:04:07.052 | Length: 21318656 (20M) [application/octet-stream] 2024-04-05 18:04:07.052 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-04-05 18:04:07.066 | 2024-04-05 18:04:07.205 | 0K ........ ........ .... 100% 134M=0.2s 2024-04-05 18:04:07.205 | 2024-04-05 18:04:07.205 | 2024-04-05 18:04:07 (134 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-04-05 18:04:07.205 | 2024-04-05 18:04:07.208 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-04-05 18:04:07.210 | + functions:upload_image:155 : break 2024-04-05 18:04:07.212 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.213 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-04-05 18:04:07.215 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-04-05 18:04:07.217 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-05 18:04:07.219 | + functions:upload_image:194 : local vmdk_disktype= 2024-04-05 18:04:07.221 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-04-05 18:04:07.223 | + functions:upload_image:196 : local path_len 2024-04-05 18:04:07.224 | + functions:upload_image:199 : local vmdk_adapter_type 2024-04-05 18:04:07.227 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.228 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.231 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-04-05 18:04:07.233 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-04-05 18:04:07.235 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-04-05 18:04:07.237 | + functions:upload_image:205 : local vmdk_create_type 2024-04-05 18:04:07.240 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.240 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.243 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-04-05 18:04:07.245 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-04-05 18:04:07.247 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-04-05 18:04:07.249 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-04-05 18:04:07.251 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-04-05 18:04:07.252 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-04-05 18:04:07.254 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-04-05 18:04:07.256 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-04-05 18:04:07.258 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-04-05 18:04:07.261 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-05 18:04:07.261 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-04-05 18:04:07.265 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-04-05 18:04:07.267 | + functions:upload_image:284 : IFS=':;' 2024-04-05 18:04:07.269 | + functions:upload_image:284 : read -a props 2024-04-05 18:04:07.271 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-04-05 18:04:07.273 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-04-05 18:04:07.275 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-04-05 18:04:07.276 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-04-05 18:04:07.278 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-05 18:04:07.280 | + functions:_upload_image:105 : shift 2024-04-05 18:04:07.281 | + functions:_upload_image:106 : local container=bare 2024-04-05 18:04:07.283 | + functions:_upload_image:107 : shift 2024-04-05 18:04:07.285 | + functions:_upload_image:108 : local disk=vmdk 2024-04-05 18:04:07.286 | + functions:_upload_image:109 : shift 2024-04-05 18:04:07.288 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 18:04:07.290 | + functions:_upload_image:111 : shift 2024-04-05 18:04:07.292 | + functions:_upload_image:112 : local properties 2024-04-05 18:04:07.294 | + functions:_upload_image:113 : local useimport 2024-04-05 18:04:07.296 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-04-05 18:04:07.298 | ++ functions:_image_properties_to_arg:87 : local result= 2024-04-05 18:04:07.299 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-05 18:04:07.301 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-04-05 18:04:07.303 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-05 18:04:07.305 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-04-05 18:04:07.307 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-05 18:04:07.308 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-04-05 18:04:07.310 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-04-05 18:04:07.312 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-04-05 18:04:07.314 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:07.316 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-04-05 18:04:09.940 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-05 18:04:09.940 | | Field | Value | 2024-04-05 18:04:09.940 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-05 18:04:09.940 | | container_format | bare | 2024-04-05 18:04:09.940 | | created_at | 2024-04-05T18:04:08Z | 2024-04-05 18:04:09.940 | | disk_format | vmdk | 2024-04-05 18:04:09.940 | | file | /v2/images/f3227601-723f-4147-82b9-50173b73a5e3/file | 2024-04-05 18:04:09.940 | | id | f3227601-723f-4147-82b9-50173b73a5e3 | 2024-04-05 18:04:09.940 | | min_disk | 0 | 2024-04-05 18:04:09.940 | | min_ram | 0 | 2024-04-05 18:04:09.940 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-04-05 18:04:09.940 | | owner | b62603d9c5204f1f9e12e7331f0fec8d | 2024-04-05 18:04:09.940 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-04-05 18:04:09.940 | | protected | False | 2024-04-05 18:04:09.940 | | schema | /v2/schemas/image | 2024-04-05 18:04:09.940 | | status | queued | 2024-04-05 18:04:09.940 | | tags | | 2024-04-05 18:04:09.940 | | updated_at | 2024-04-05T18:04:08Z | 2024-04-05 18:04:09.940 | | visibility | public | 2024-04-05 18:04:09.940 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-05 18:04:10.072 | + functions:upload_image:291 : return 2024-04-05 18:04:10.074 | + stack.sh:main:1384 : async_wait create_flavors 2024-04-05 18:04:10.117 | [3441 Async create_flavors:52663]: Waiting for completion of create_flavors running on PID 52663 (2 other jobs running) 2024-04-05 18:04:10.136 | [3441 Async create_flavors:52663]: Signaling child to exit 2024-04-05 18:04:11.071 | + inc/async:async_inner:64 : rc=0 2024-04-05 18:04:11.091 | [52663 Async create_flavors:52663]: finished successfully 2024-04-05 18:04:11.111 | WAKEUP 2024-04-05 18:04:11.129 | [3441 Async create_flavors:52663]: Signaled 2024-04-05 18:04:11.131 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-04-05 18:04:11.131 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:11.131 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-04-05 18:04:11.131 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-04-05 18:04:11.131 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-04-05 18:04:11.131 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.131 | | Field | Value | 2024-04-05 18:04:11.131 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.131 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.131 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.131 | | description | None | 2024-04-05 18:04:11.131 | | disk | 1 | 2024-04-05 18:04:11.131 | | id | c1 | 2024-04-05 18:04:11.131 | | name | cirros256 | 2024-04-05 18:04:11.131 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.131 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.131 | | ram | 256 | 2024-04-05 18:04:11.131 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.131 | | swap | | 2024-04-05 18:04:11.131 | | vcpus | 1 | 2024-04-05 18:04:11.131 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.131 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-04-05 18:04:11.131 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.131 | | Field | Value | 2024-04-05 18:04:11.131 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.131 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.131 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.132 | | description | None | 2024-04-05 18:04:11.132 | | disk | 5 | 2024-04-05 18:04:11.132 | | id | d1 | 2024-04-05 18:04:11.132 | | name | ds512M | 2024-04-05 18:04:11.132 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.132 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.132 | | ram | 512 | 2024-04-05 18:04:11.132 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.132 | | swap | | 2024-04-05 18:04:11.132 | | vcpus | 1 | 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | | Field | Value | 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.132 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.132 | | description | None | 2024-04-05 18:04:11.132 | | disk | 10 | 2024-04-05 18:04:11.132 | | id | d2 | 2024-04-05 18:04:11.132 | | name | ds1G | 2024-04-05 18:04:11.132 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.132 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.132 | | ram | 1024 | 2024-04-05 18:04:11.132 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.132 | | swap | | 2024-04-05 18:04:11.132 | | vcpus | 1 | 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | | Field | Value | 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.132 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.132 | | description | None | 2024-04-05 18:04:11.132 | | disk | 10 | 2024-04-05 18:04:11.132 | | id | d3 | 2024-04-05 18:04:11.132 | | name | ds2G | 2024-04-05 18:04:11.132 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.132 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.132 | | ram | 2048 | 2024-04-05 18:04:11.132 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.132 | | swap | | 2024-04-05 18:04:11.132 | | vcpus | 2 | 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | | Field | Value | 2024-04-05 18:04:11.132 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.132 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.132 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.133 | | description | None | 2024-04-05 18:04:11.133 | | disk | 20 | 2024-04-05 18:04:11.133 | | id | d4 | 2024-04-05 18:04:11.133 | | name | ds4G | 2024-04-05 18:04:11.133 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.133 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.133 | | ram | 4096 | 2024-04-05 18:04:11.133 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.133 | | swap | | 2024-04-05 18:04:11.133 | | vcpus | 4 | 2024-04-05 18:04:11.133 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.133 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-04-05 18:04:11.133 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-04-05 18:04:11.133 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-04-05 18:04:11.133 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.133 | | Field | Value | 2024-04-05 18:04:11.133 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.133 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.133 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.133 | | description | None | 2024-04-05 18:04:11.133 | | disk | 1 | 2024-04-05 18:04:11.133 | | id | 1 | 2024-04-05 18:04:11.133 | | name | m1.tiny | 2024-04-05 18:04:11.133 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.133 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.133 | | ram | 512 | 2024-04-05 18:04:11.133 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.133 | | swap | | 2024-04-05 18:04:11.133 | | vcpus | 1 | 2024-04-05 18:04:11.133 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.133 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-04-05 18:04:11.133 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.133 | | Field | Value | 2024-04-05 18:04:11.133 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.133 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.134 | | description | None | 2024-04-05 18:04:11.134 | | disk | 20 | 2024-04-05 18:04:11.134 | | id | 2 | 2024-04-05 18:04:11.134 | | name | m1.small | 2024-04-05 18:04:11.134 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.134 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.134 | | ram | 2048 | 2024-04-05 18:04:11.134 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.134 | | swap | | 2024-04-05 18:04:11.134 | | vcpus | 1 | 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | | Field | Value | 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.134 | | description | None | 2024-04-05 18:04:11.134 | | disk | 40 | 2024-04-05 18:04:11.134 | | id | 3 | 2024-04-05 18:04:11.134 | | name | m1.medium | 2024-04-05 18:04:11.134 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.134 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.134 | | ram | 4096 | 2024-04-05 18:04:11.134 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.134 | | swap | | 2024-04-05 18:04:11.134 | | vcpus | 2 | 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | | Field | Value | 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.134 | | description | None | 2024-04-05 18:04:11.134 | | disk | 80 | 2024-04-05 18:04:11.134 | | id | 4 | 2024-04-05 18:04:11.134 | | name | m1.large | 2024-04-05 18:04:11.134 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.134 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.134 | | ram | 8192 | 2024-04-05 18:04:11.134 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.134 | | swap | | 2024-04-05 18:04:11.134 | | vcpus | 4 | 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | | Field | Value | 2024-04-05 18:04:11.134 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.134 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:11.135 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:11.135 | | description | None | 2024-04-05 18:04:11.135 | | disk | 160 | 2024-04-05 18:04:11.135 | | id | 5 | 2024-04-05 18:04:11.135 | | name | m1.xlarge | 2024-04-05 18:04:11.135 | | os-flavor-access:is_public | True | 2024-04-05 18:04:11.135 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:11.135 | | ram | 16384 | 2024-04-05 18:04:11.135 | | rxtx_factor | 1.0 | 2024-04-05 18:04:11.135 | | swap | | 2024-04-05 18:04:11.135 | | vcpus | 8 | 2024-04-05 18:04:11.135 | +----------------------------+-----------------------+ 2024-04-05 18:04:11.168 | [3441 Async create_flavors:52663]: finished create_flavors with result 0 in 15 seconds 2024-04-05 18:04:11.171 | + inc/async:async_wait:197 : return 0 2024-04-05 18:04:11.173 | + stack.sh:main:1386 : is_service_enabled horizon 2024-04-05 18:04:11.188 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:11.190 | + stack.sh:main:1400 : is_service_enabled nova 2024-04-05 18:04:11.205 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:11.207 | + stack.sh:main:1400 : is_service_enabled keystone 2024-04-05 18:04:11.223 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:11.225 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-04-05 18:04:11.227 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-05 18:04:11.229 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-04-05 18:04:11.232 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-04-05 18:04:11.234 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-04-05 18:04:11.237 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-04-05 18:04:11.238 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-04-05 18:04:11.239 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-04-05 18:04:11.240 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-04-05 18:04:11.241 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-04-05 18:04:11.242 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-04-05 18:04:11.243 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-04-05 18:04:11.244 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-04-05 18:04:11.245 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-04-05 18:04:11.246 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-04-05 18:04:11.248 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-04-05 18:04:11.249 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 18:04:11.250 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-04-05 18:04:11.251 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 18:04:11.252 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-04-05 18:04:11.253 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 18:04:11.254 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-04-05 18:04:11.255 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 18:04:11.256 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-04-05 18:04:11.257 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 18:04:11.258 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-04-05 18:04:11.259 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-04-05 18:04:11.260 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 18:04:11.262 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-04-05 18:04:11.263 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 18:04:11.264 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-04-05 18:04:11.265 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-04-05 18:04:11.266 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-04-05 18:04:11.267 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 18:04:11.269 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-04-05 18:04:11.270 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 18:04:11.271 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-04-05 18:04:11.272 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-04-05 18:04:11.273 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-04-05 18:04:11.274 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-04-05 18:04:11.275 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-04-05 18:04:11.276 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-04-05 18:04:11.277 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-04-05 18:04:11.278 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-04-05 18:04:11.280 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-04-05 18:04:11.281 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-04-05 18:04:11.282 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-04-05 18:04:11.283 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-04-05 18:04:11.284 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-04-05 18:04:11.285 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-04-05 18:04:11.286 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-04-05 18:04:11.287 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-04-05 18:04:11.288 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-04-05 18:04:11.289 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-04-05 18:04:11.290 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-04-05 18:04:11.291 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-04-05 18:04:11.292 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-04-05 18:04:11.293 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-04-05 18:04:11.295 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-04-05 18:04:11.295 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-04-05 18:04:11.295 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-04-05 18:04:11.296 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-04-05 18:04:11.297 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-04-05 18:04:12.198 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-04-05 18:04:12.199 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-04-05 18:04:12.315 | + stack.sh:main:1412 : save_stackenv 2024-04-05 18:04:12.317 | + functions-common:save_stackenv:60 : local tag= 2024-04-05 18:04:12.320 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-05 18:04:12.324 | + functions-common:save_stackenv:62 : time_stamp=2024-04-05-180412 2024-04-05 18:04:12.326 | + functions-common:save_stackenv:63 : echo '# 2024-04-05-180412 ' 2024-04-05 18:04:12.328 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.330 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 18:04:12.332 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.334 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-05 18:04:12.336 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.338 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-05 18:04:12.340 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.342 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-04-05 18:04:12.344 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.346 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-05 18:04:12.348 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.350 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-05 18:04:12.352 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.354 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-05-175648 2024-04-05 18:04:12.356 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.358 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-05 18:04:12.360 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.362 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-05 18:04:12.364 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.365 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-05 18:04:12.367 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.369 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-05 18:04:12.371 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.373 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-05 18:04:12.375 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.377 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-05 18:04:12.379 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.381 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-05 18:04:12.383 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 18:04:12.385 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-05 18:04:12.387 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-04-05 18:04:12.389 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 18:04:12.391 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 18:04:12.393 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-04-05 18:04:12.395 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:04:12.397 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 18:04:12.399 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 18:04:12.401 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-04-05 18:04:12.403 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:04:12.406 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-04-05 18:04:12.408 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:04:12.410 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-04-05 18:04:12.410 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:04:12.410 | gsub("[][]", "", $1); 2024-04-05 18:04:12.410 | split($1, a, "|"); 2024-04-05 18:04:12.410 | if (a[1] == matchgroup) 2024-04-05 18:04:12.410 | print a[2] 2024-04-05 18:04:12.410 | } 2024-04-05 18:04:12.410 | ' /opt/stack/devstack/local.conf 2024-04-05 18:04:12.414 | + stack.sh:main:1430 : run_phase stack extra 2024-04-05 18:04:12.416 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 18:04:12.418 | + functions-common:run_phase:1864 : local phase=extra 2024-04-05 18:04:12.420 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 18:04:12.422 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 18:04:12.424 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 18:04:12.426 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 18:04:12.428 | + functions-common:run_phase:1873 : local extra 2024-04-05 18:04:12.431 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 18:04:12.434 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 18:04:12.436 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 18:04:12.438 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 18:04:12.440 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-04-05 18:04:12.442 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 18:04:12.455 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:12.457 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:04:12.459 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:12.461 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-04-05 18:04:12.463 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:12.465 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:04:12.467 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:12.469 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-04-05 18:04:12.471 | ++ extras.d/80-tempest.sh:source:15 : : 2024-04-05 18:04:12.473 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 18:04:12.475 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 18:04:12.477 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:04:12.479 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-05 18:04:12.481 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-04-05 18:04:12.483 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 18:04:12.485 | + functions-common:run_plugins:1850 : local phase=extra 2024-04-05 18:04:12.487 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 18:04:12.489 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 18:04:12.491 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 18:04:12.493 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 18:04:12.495 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 18:04:12.497 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-04-05 18:04:12.499 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:04:12.501 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:12.503 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-04-05 18:04:12.505 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:12.507 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:04:12.509 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:12.511 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-04-05 18:04:12.513 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-04-05 18:04:12.515 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:12.517 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-04-05 18:04:12.519 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-04-05 18:04:12.521 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 18:04:12.523 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 18:04:12.525 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-04-05 18:04:12.527 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:04:12.529 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 18:04:12.531 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 18:04:12.534 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-04-05 18:04:12.536 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:04:12.538 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-04-05 18:04:12.540 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:04:12.542 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-04-05 18:04:12.542 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:04:12.542 | gsub("[][]", "", $1); 2024-04-05 18:04:12.542 | split($1, a, "|"); 2024-04-05 18:04:12.542 | if (a[1] == matchgroup) 2024-04-05 18:04:12.542 | print a[2] 2024-04-05 18:04:12.542 | } 2024-04-05 18:04:12.542 | ' /opt/stack/devstack/local.conf 2024-04-05 18:04:12.547 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-04-05 18:04:12.561 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:12.563 | + stack.sh:main:1452 : service_check 2024-04-05 18:04:12.565 | + functions-common:service_check:1728 : local service 2024-04-05 18:04:12.567 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.569 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-04-05 18:04:12.578 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-04-05 18:04:12.581 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.583 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-04-05 18:04:12.593 | enabled 2024-04-05 18:04:12.596 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-04-05 18:04:12.618 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-04-05 18:04:12.619 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.619 | Active: active (running) since Fri 2024-04-05 18:03:14 UTC; 58s ago 2024-04-05 18:04:12.619 | Main PID: 46189 (uwsgi) 2024-04-05 18:04:12.619 | Status: "uWSGI is ready" 2024-04-05 18:04:12.619 | Tasks: 3 (limit: 19115) 2024-04-05 18:04:12.619 | Memory: 239.2M 2024-04-05 18:04:12.619 | CPU: 6.123s 2024-04-05 18:04:12.619 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-04-05 18:04:12.619 | ├─46189 "nova-apiuWSGI master" 2024-04-05 18:04:12.619 | ├─46190 "nova-apiuWSGI worker 1" 2024-04-05 18:04:12.619 | └─46191 "nova-apiuWSGI worker 2" 2024-04-05 18:04:12.619 | 2024-04-05 18:04:12.619 | Apr 05 18:04:09 devstack devstack@n-api.service[46191]: [pid: 46191|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Apr 5 18:04:09 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46190]: DEBUG nova.api.openstack.wsgi [None req-8b058193-9f61-4c56-9aaf-8651179cdda7 admin admin] Calling method '>' {{(pid=46190) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46190]: INFO nova.api.openstack.requestlog [None req-8b058193-9f61-4c56-9aaf-8651179cdda7 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000943 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46190]: [pid: 46190|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Fri Apr 5 18:04:10 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46191]: DEBUG nova.api.openstack.wsgi [None req-c35da7cf-e928-4c7d-b0b8-54afba129911 admin admin] Action: 'create', calling method: >, body: {"flavor": {"rxtx_factor": 1.0, "disk": 160, "name": "m1.xlarge", "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8, "swap": 0, "ram": 16384, "id": "5"}} {{(pid=46191) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46191]: INFO nova.api.openstack.requestlog [None req-c35da7cf-e928-4c7d-b0b8-54afba129911 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035464 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46191]: [pid: 46191|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Fri Apr 5 18:04:10 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46190]: DEBUG nova.api.openstack.wsgi [None req-0f19f369-a918-4218-8121-691f05a0659a admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46190) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46190]: INFO nova.api.openstack.requestlog [None req-0f19f369-a918-4218-8121-691f05a0659a admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015661 2024-04-05 18:04:12.619 | Apr 05 18:04:10 devstack devstack@n-api.service[46190]: [pid: 46190|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Apr 5 18:04:10 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-04-05 18:04:12.622 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.624 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-04-05 18:04:12.634 | enabled 2024-04-05 18:04:12.637 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-04-05 18:04:12.648 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-04-05 18:04:12.648 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.648 | Active: active (running) since Fri 2024-04-05 18:03:52 UTC; 19s ago 2024-04-05 18:04:12.648 | Main PID: 52192 (nova-conductor) 2024-04-05 18:04:12.648 | Tasks: 3 (limit: 19115) 2024-04-05 18:04:12.648 | Memory: 148.3M 2024-04-05 18:04:12.648 | CPU: 2.199s 2024-04-05 18:04:12.648 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-04-05 18:04:12.649 | ├─52192 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-05 18:04:12.649 | ├─52611 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-05 18:04:12.649 | └─52612 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-05 18:04:12.649 | 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] oslo_limit.timeout = None {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] oslo_limit.valid_interfaces = None {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] oslo_limit.version = None {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] oslo_reports.file_event_handler = None {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] oslo_reports.log_dir = None {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.649 | Apr 05 18:03:54 devstack nova-conductor[52192]: DEBUG oslo_service.service [None req-627e74c9-635e-4de3-8de5-06d7b54bfaae None None] ******************************************************************************** {{(pid=52192) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 18:04:12.649 | Apr 05 18:04:04 devstack nova-conductor[52192]: DEBUG dbcounter [-] [52192] Writing DB stats nova_api:SELECT=3 {{(pid=52192) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.649 | Apr 05 18:04:04 devstack nova-conductor[52192]: DEBUG dbcounter [-] [52192] Writing DB stats nova_cell0:SELECT=3 {{(pid=52192) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.649 | Apr 05 18:04:04 devstack nova-conductor[52192]: DEBUG dbcounter [-] [52192] Writing DB stats nova_cell1:SELECT=3 {{(pid=52192) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.651 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.653 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-04-05 18:04:12.662 | enabled 2024-04-05 18:04:12.665 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-04-05 18:04:12.676 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-04-05 18:04:12.676 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.676 | Active: active (running) since Fri 2024-04-05 18:03:50 UTC; 22s ago 2024-04-05 18:04:12.676 | Main PID: 50995 (nova-scheduler) 2024-04-05 18:04:12.676 | Tasks: 3 (limit: 19115) 2024-04-05 18:04:12.676 | Memory: 148.5M 2024-04-05 18:04:12.676 | CPU: 2.156s 2024-04-05 18:04:12.677 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-04-05 18:04:12.677 | ├─50995 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-05 18:04:12.677 | ├─51898 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-05 18:04:12.677 | └─51899 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-05 18:04:12.677 | 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] oslo_limit.timeout = None {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] oslo_limit.valid_interfaces = None {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] oslo_limit.version = None {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] oslo_reports.file_event_handler = None {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] oslo_reports.log_dir = None {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.677 | Apr 05 18:03:51 devstack nova-scheduler[50995]: DEBUG oslo_service.service [None req-1e9d83e8-d6e6-4bbf-aa99-c1271b1f2351 None None] ******************************************************************************** {{(pid=50995) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 18:04:12.677 | Apr 05 18:04:01 devstack nova-scheduler[50995]: DEBUG dbcounter [-] [50995] Writing DB stats nova_api:SELECT=7 {{(pid=50995) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.677 | Apr 05 18:04:01 devstack nova-scheduler[50995]: DEBUG dbcounter [-] [50995] Writing DB stats nova_cell1:SELECT=5 {{(pid=50995) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.677 | Apr 05 18:04:01 devstack nova-scheduler[50995]: DEBUG dbcounter [-] [50995] Writing DB stats nova_cell0:SELECT=3 {{(pid=50995) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.679 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.681 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-04-05 18:04:12.691 | enabled 2024-04-05 18:04:12.694 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-04-05 18:04:12.705 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-04-05 18:04:12.705 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.705 | Active: active (running) since Fri 2024-04-05 18:03:51 UTC; 21s ago 2024-04-05 18:04:12.706 | Main PID: 51523 (uwsgi) 2024-04-05 18:04:12.706 | Status: "uWSGI is ready" 2024-04-05 18:04:12.706 | Tasks: 4 (limit: 19115) 2024-04-05 18:04:12.706 | Memory: 201.9M 2024-04-05 18:04:12.706 | CPU: 4.197s 2024-04-05 18:04:12.706 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-04-05 18:04:12.706 | ├─51523 "nova-api-metauWSGI master" 2024-04-05 18:04:12.706 | ├─51524 "nova-api-metauWSGI worker 1" 2024-04-05 18:04:12.706 | ├─51525 "nova-api-metauWSGI worker 2" 2024-04-05 18:04:12.706 | └─51526 "nova-api-metauWSGI http 1" 2024-04-05 18:04:12.706 | 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51524]: INFO dbcounter [None req-622be158-457a-4d5f-9606-9826e4c82d88 None None] Registered counter for database nova_cell1 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51524]: DEBUG oslo_db.sqlalchemy.engines [None req-622be158-457a-4d5f-9606-9826e4c82d88 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=51524) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51524]: DEBUG dbcounter [-] [51524] Writer thread running {{(pid=51524) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51524]: WARNING nova.api.metadata.handler [None req-622be158-457a-4d5f-9606-9826e4c82d88 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51524]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x58b640902f10 pid: 51524 (default app) 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51525]: INFO dbcounter [None req-2cac48d9-c132-4a75-a426-6bc38f5f6062 None None] Registered counter for database nova_cell1 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51525]: DEBUG oslo_db.sqlalchemy.engines [None req-2cac48d9-c132-4a75-a426-6bc38f5f6062 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=51525) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51525]: DEBUG dbcounter [-] [51525] Writer thread running {{(pid=51525) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51525]: WARNING nova.api.metadata.handler [None req-2cac48d9-c132-4a75-a426-6bc38f5f6062 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-04-05 18:04:12.706 | Apr 05 18:03:53 devstack devstack@n-api-meta.service[51525]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x58b640902f10 pid: 51525 (default app) 2024-04-05 18:04:12.708 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.711 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-04-05 18:04:12.720 | enabled 2024-04-05 18:04:12.723 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-04-05 18:04:12.734 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-04-05 18:04:12.734 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.734 | Active: active (running) since Fri 2024-04-05 18:03:22 UTC; 49s ago 2024-04-05 18:04:12.734 | Main PID: 47611 (uwsgi) 2024-04-05 18:04:12.734 | Status: "uWSGI is ready" 2024-04-05 18:04:12.734 | Tasks: 5 (limit: 19115) 2024-04-05 18:04:12.734 | Memory: 147.9M 2024-04-05 18:04:12.734 | CPU: 2.630s 2024-04-05 18:04:12.734 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-04-05 18:04:12.734 | ├─47611 "placementuWSGI master" 2024-04-05 18:04:12.734 | ├─47612 "placementuWSGI worker 1" 2024-04-05 18:04:12.734 | └─47613 "placementuWSGI worker 2" 2024-04-05 18:04:12.734 | 2024-04-05 18:04:12.734 | Apr 05 18:03:25 devstack devstack@placement-api.service[47613]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47613) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-04-05 18:04:12.734 | Apr 05 18:03:25 devstack devstack@placement-api.service[47613]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x5e61ccada990 pid: 47613 (default app) 2024-04-05 18:04:12.734 | Apr 05 18:03:34 devstack devstack@placement-api.service[47612]: DEBUG dbcounter [-] [47612] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=47612) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.734 | Apr 05 18:03:35 devstack devstack@placement-api.service[47613]: DEBUG dbcounter [-] [47613] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=47613) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.734 | Apr 05 18:03:51 devstack devstack@placement-api.service[47612]: DEBUG placement.requestlog [None req-723dfbff-d74c-4ee3-82af-fcda43abe953 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47612) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-04-05 18:04:12.734 | Apr 05 18:03:51 devstack devstack@placement-api.service[47612]: INFO placement.requestlog [None req-723dfbff-d74c-4ee3-82af-fcda43abe953 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-05 18:04:12.734 | Apr 05 18:03:51 devstack devstack@placement-api.service[47612]: [pid: 47612|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Fri Apr 5 18:03:51 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-04-05 18:04:12.734 | Apr 05 18:03:54 devstack devstack@placement-api.service[47613]: DEBUG placement.requestlog [None req-1416277e-ee6b-4536-a413-7a17c9d129a6 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47613) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-04-05 18:04:12.734 | Apr 05 18:03:54 devstack devstack@placement-api.service[47613]: INFO placement.requestlog [None req-1416277e-ee6b-4536-a413-7a17c9d129a6 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-05 18:04:12.734 | Apr 05 18:03:54 devstack devstack@placement-api.service[47613]: [pid: 47613|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Fri Apr 5 18:03:54 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-04-05 18:04:12.736 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.738 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-04-05 18:04:12.747 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-04-05 18:04:12.750 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.752 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-04-05 18:04:12.761 | enabled 2024-04-05 18:04:12.764 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-04-05 18:04:12.775 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-04-05 18:04:12.775 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.775 | Active: active (running) since Fri 2024-04-05 18:04:04 UTC; 7s ago 2024-04-05 18:04:12.775 | Main PID: 54924 (uwsgi) 2024-04-05 18:04:12.775 | Status: "uWSGI is ready" 2024-04-05 18:04:12.775 | Tasks: 9 (limit: 19115) 2024-04-05 18:04:12.775 | Memory: 237.5M 2024-04-05 18:04:12.775 | CPU: 4.675s 2024-04-05 18:04:12.775 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-04-05 18:04:12.775 | ├─54924 "glance-apiuWSGI master" 2024-04-05 18:04:12.775 | ├─54925 "glance-apiuWSGI worker 1" 2024-04-05 18:04:12.775 | └─54926 "glance-apiuWSGI worker 2" 2024-04-05 18:04:12.775 | 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: INFO dbcounter [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Registered counter for database glance 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: DEBUG oslo_db.sqlalchemy.engines [None req-21982cbe-de8c-4248-a186-55f39dd9618f 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=54925) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: DEBUG dbcounter [-] [54925] Writer thread running {{(pid=54925) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: INFO glance.api.v2.image_data [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: DEBUG glance.location [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Enabling in-flight format inspection for vmdk {{(pid=54925) set_data /opt/stack/glance/glance/location.py:581}} 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: DEBUG glance_store._drivers.filesystem [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/f3227601-723f-4147-82b9-50173b73a5e3 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54925) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: WARNING glance.common.format_inspector [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Unsupported VMDK format b'streamOptimized' 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: INFO glance.location [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Image format matched and virtual size computed: 0 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: DEBUG glance_store.backend [None req-21982cbe-de8c-4248-a186-55f39dd9618f admin admin] Skipping store.set_acls... not implemented. {{(pid=54925) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-04-05 18:04:12.775 | Apr 05 18:04:09 devstack devstack@g-api.service[54925]: [pid: 54925|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Apr 5 18:04:08 2024] PUT /v2/images/f3227601-723f-4147-82b9-50173b73a5e3/file => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-04-05 18:04:12.778 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.779 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-04-05 18:04:12.789 | enabled 2024-04-05 18:04:12.791 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-04-05 18:04:12.802 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-04-05 18:04:12.802 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.802 | Active: active (running) since Fri 2024-04-05 18:04:00 UTC; 12s ago 2024-04-05 18:04:12.802 | Main PID: 53764 (cinder-schedule) 2024-04-05 18:04:12.803 | Tasks: 1 (limit: 19115) 2024-04-05 18:04:12.803 | Memory: 101.9M 2024-04-05 18:04:12.803 | CPU: 1.786s 2024-04-05 18:04:12.803 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-04-05 18:04:12.803 | └─53764 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-04-05 18:04:12.803 | 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: DEBUG oslo_service.service [None req-0f8bce02-71ae-4ed4-92f8-9efb9bf5ae7f None None] nova.token_auth_url = None {{(pid=53764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: DEBUG oslo_service.service [None req-0f8bce02-71ae-4ed4-92f8-9efb9bf5ae7f None None] ******************************************************************************** {{(pid=53764) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: INFO cinder.manager [None req-e0cd06ee-e131-49a3-83df-b06177c7e4ef None None] Initiating service 1 cleanup 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: INFO cinder.manager [None req-e0cd06ee-e131-49a3-83df-b06177c7e4ef None None] Service 1 cleanup completed. 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: DEBUG cinder.service [None req-e0cd06ee-e131-49a3-83df-b06177c7e4ef None None] Creating RPC server for service cinder-scheduler {{(pid=53764) start /opt/stack/cinder/cinder/service.py:238}} 2024-04-05 18:04:12.803 | Apr 05 18:04:01 devstack cinder-scheduler[53764]: DEBUG cinder.service [None req-e0cd06ee-e131-49a3-83df-b06177c7e4ef None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53764) start /opt/stack/cinder/cinder/service.py:244}} 2024-04-05 18:04:12.803 | Apr 05 18:04:05 devstack cinder-scheduler[53764]: DEBUG cinder.scheduler.host_manager [None req-fce042af-5fa3-4a24-a843-843d4940399c 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=53764) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-04-05 18:04:12.803 | Apr 05 18:04:05 devstack cinder-scheduler[53764]: DEBUG cinder.scheduler.host_manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 4, 5, 18, 4, 5, 580340)} {{(pid=53764) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-04-05 18:04:12.803 | Apr 05 18:04:05 devstack cinder-scheduler[53764]: DEBUG cinder.utils [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53764) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-04-05 18:04:12.805 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.807 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-04-05 18:04:12.816 | enabled 2024-04-05 18:04:12.819 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-04-05 18:04:12.830 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-04-05 18:04:12.830 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.830 | Active: active (running) since Fri 2024-04-05 18:03:56 UTC; 16s ago 2024-04-05 18:04:12.830 | Main PID: 53255 (uwsgi) 2024-04-05 18:04:12.830 | Status: "uWSGI is ready" 2024-04-05 18:04:12.830 | Tasks: 7 (limit: 19115) 2024-04-05 18:04:12.830 | Memory: 229.5M 2024-04-05 18:04:12.830 | CPU: 4.873s 2024-04-05 18:04:12.830 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-04-05 18:04:12.830 | ├─53255 "cinder-apiuWSGI master" 2024-04-05 18:04:12.830 | ├─53256 "cinder-apiuWSGI worker 1" 2024-04-05 18:04:12.830 | └─53257 "cinder-apiuWSGI worker 2" 2024-04-05 18:04:12.830 | 2024-04-05 18:04:12.830 | Apr 05 18:04:02 devstack devstack@c-api.service[53256]: INFO cinder.api.openstack.wsgi [None req-44ab31ea-27ec-41f7-bd29-2fed880f8c84 admin admin] http://10.180.1.21/volume/v3/b62603d9c5204f1f9e12e7331f0fec8d/types returned with HTTP 200 2024-04-05 18:04:12.830 | Apr 05 18:04:02 devstack devstack@c-api.service[53256]: [pid: 53256|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Fri Apr 5 18:04:02 2024] POST /volume/v3/b62603d9c5204f1f9e12e7331f0fec8d/types => generated 182 bytes in 394 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-04-05 18:04:12.831 | Apr 05 18:04:02 devstack devstack@c-api.service[53257]: DEBUG cinder.api.middleware.request_id [req-44ab31ea-27ec-41f7-bd29-2fed880f8c84 req-978328ff-b174-452b-bbd3-140241b09a8f None None] RequestId filter calling following filter/app {{(pid=53257) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: INFO cinder.api.openstack.wsgi [req-44ab31ea-27ec-41f7-bd29-2fed880f8c84 req-978328ff-b174-452b-bbd3-140241b09a8f admin admin] POST http://10.180.1.21/volume/v3/b62603d9c5204f1f9e12e7331f0fec8d/types/aaffd4c7-6d54-44a8-9b1d-7aed79c86497/extra_specs 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: DEBUG cinder.api.openstack.wsgi [req-44ab31ea-27ec-41f7-bd29-2fed880f8c84 req-978328ff-b174-452b-bbd3-140241b09a8f admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53257) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: warnings.warn('Policy enforcement is depending on the value of ' 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: DEBUG oslo_db.sqlalchemy.engines [req-44ab31ea-27ec-41f7-bd29-2fed880f8c84 req-978328ff-b174-452b-bbd3-140241b09a8f 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=53257) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: INFO cinder.api.openstack.wsgi [req-44ab31ea-27ec-41f7-bd29-2fed880f8c84 req-978328ff-b174-452b-bbd3-140241b09a8f admin admin] http://10.180.1.21/volume/v3/b62603d9c5204f1f9e12e7331f0fec8d/types/aaffd4c7-6d54-44a8-9b1d-7aed79c86497/extra_specs returned with HTTP 200 2024-04-05 18:04:12.831 | Apr 05 18:04:03 devstack devstack@c-api.service[53257]: [pid: 53257|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Fri Apr 5 18:04:02 2024] POST /volume/v3/b62603d9c5204f1f9e12e7331f0fec8d/types/aaffd4c7-6d54-44a8-9b1d-7aed79c86497/extra_specs => generated 51 bytes in 323 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-04-05 18:04:12.833 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.835 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-04-05 18:04:12.844 | enabled 2024-04-05 18:04:12.847 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-04-05 18:04:12.858 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-04-05 18:04:12.858 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.858 | Active: active (running) since Fri 2024-04-05 18:04:01 UTC; 11s ago 2024-04-05 18:04:12.858 | Main PID: 54279 (cinder-volume) 2024-04-05 18:04:12.858 | Tasks: 3 (limit: 19115) 2024-04-05 18:04:12.858 | Memory: 251.3M 2024-04-05 18:04:12.858 | CPU: 4.210s 2024-04-05 18:04:12.858 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-04-05 18:04:12.858 | ├─54279 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-04-05 18:04:12.858 | └─54378 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-04-05 18:04:12.858 | 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: DEBUG cinder.image.image_utils [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54378) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1163}} 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: INFO cinder.keymgr.migration [None req-3943f831-06ce-4a9c-a507-58456cdaee34 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: DEBUG cinder.manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Notifying Schedulers of capabilities ... {{(pid=54378) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: INFO cinder.volume.manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Driver initialization completed successfully. 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: INFO cinder.manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Initiating service 2 cleanup 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: INFO cinder.manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Service 2 cleanup completed. 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: DEBUG cinder.service [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Creating RPC server for service cinder-volume {{(pid=54378) start /opt/stack/cinder/cinder/service.py:238}} 2024-04-05 18:04:12.858 | Apr 05 18:04:05 devstack cinder-volume[54378]: DEBUG cinder.service [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54378) start /opt/stack/cinder/cinder/service.py:244}} 2024-04-05 18:04:12.859 | Apr 05 18:04:05 devstack cinder-volume[54378]: INFO cinder.volume.manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-04-05 18:04:12.859 | Apr 05 18:04:05 devstack cinder-volume[54378]: INFO cinder.volume.manager [None req-fce042af-5fa3-4a24-a843-843d4940399c None None] Driver post RPC initialization completed successfully. 2024-04-05 18:04:12.861 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.863 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-04-05 18:04:12.872 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-04-05 18:04:12.874 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.876 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-04-05 18:04:12.885 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-04-05 18:04:12.888 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.890 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-04-05 18:04:12.900 | enabled 2024-04-05 18:04:12.902 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-04-05 18:04:12.914 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-04-05 18:04:12.914 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.914 | Active: active (running) since Fri 2024-04-05 18:03:18 UTC; 54s ago 2024-04-05 18:04:12.914 | Main PID: 46897 (/usr/bin/python) 2024-04-05 18:04:12.914 | Tasks: 5 (limit: 19115) 2024-04-05 18:04:12.914 | Memory: 384.1M 2024-04-05 18:04:12.914 | CPU: 9.196s 2024-04-05 18:04:12.914 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-04-05 18:04:12.914 | ├─46897 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-04-05 18:04:12.914 | ├─47065 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-05 18:04:12.914 | ├─47066 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-05 18:04:12.914 | ├─47067 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-05 18:04:12.914 | └─47068 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-05 18:04:12.914 | 2024-04-05 18:04:12.914 | Apr 05 18:03:57 devstack neutron-server[47066]: DEBUG dbcounter [-] [47066] Writing DB stats neutron:SELECT=44 {{(pid=47066) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.914 | Apr 05 18:03:58 devstack neutron-server[47067]: DEBUG neutron_lib.callbacks.manager [None req-5c9da0d9-fc3d-4929-9807-455f1f5f7fd3 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8316627953607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1439637'] for agent (041119b5-4b6c-4fd9-abe6-670a59c79772), after_update {{(pid=47067) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 18:04:12.914 | Apr 05 18:03:58 devstack neutron-server[47065]: DEBUG dbcounter [-] [47065] Writing DB stats neutron:UPDATE=1,neutron:SELECT=5,neutron:DELETE=1 {{(pid=47065) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.914 | Apr 05 18:03:58 devstack neutron-server[47065]: DEBUG dbcounter [-] [47065] Writing DB stats neutron:SELECT=86,neutron:INSERT=3,neutron:DELETE=1 {{(pid=47065) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.914 | Apr 05 18:03:59 devstack neutron-server[47067]: DEBUG neutron_lib.callbacks.manager [None req-f5bdd7a2-7027-4ea8-9315-77c6b10e579a None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8316627953607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1439637'] for agent (7eb6278d-227d-4442-af11-bcc366868a0a), after_update {{(pid=47067) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 18:04:12.915 | Apr 05 18:03:59 devstack neutron-server[47067]: DEBUG neutron_lib.callbacks.manager [None req-b955695b-312f-48c2-b456-6735ea7df9b1 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8316627953607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1439637'] for agent (4df9d66f-2527-4548-b2bd-77236da8a7e9), after_update {{(pid=47067) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 18:04:12.915 | Apr 05 18:04:00 devstack neutron-server[47067]: DEBUG neutron_lib.callbacks.manager [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8316627953607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1439637'] for agent (71db7335-4d3f-4eff-9e9a-eafe6db70f34), after_update {{(pid=47067) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 18:04:12.915 | Apr 05 18:04:08 devstack neutron-server[47068]: DEBUG neutron.db.agents_db [None req-f277d914-a2b7-46d0-8965-a7c61d331fee None None] Agent healthcheck: found 4 active agents {{(pid=47068) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2024-04-05 18:04:12.915 | Apr 05 18:04:10 devstack neutron-server[47067]: DEBUG dbcounter [-] [47067] Writing DB stats neutron:SELECT=71,neutron:UPDATE=2 {{(pid=47067) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.915 | Apr 05 18:04:10 devstack neutron-server[47067]: DEBUG dbcounter [-] [47067] Writing DB stats neutron:SELECT=32,neutron:UPDATE=2 {{(pid=47067) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 18:04:12.917 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.919 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-04-05 18:04:12.928 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-04-05 18:04:12.931 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.933 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-04-05 18:04:12.941 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-04-05 18:04:12.944 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.946 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-04-05 18:04:12.954 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-04-05 18:04:12.957 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.959 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-04-05 18:04:12.968 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-04-05 18:04:12.970 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:12.972 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-04-05 18:04:12.983 | enabled 2024-04-05 18:04:12.986 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-04-05 18:04:12.997 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-04-05 18:04:12.997 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-04-05 18:04:12.997 | Active: active (running) since Fri 2024-04-05 18:03:25 UTC; 47s ago 2024-04-05 18:04:12.997 | Main PID: 48112 (neutron-openvsw) 2024-04-05 18:04:12.997 | Tasks: 4 (limit: 19115) 2024-04-05 18:04:12.997 | Memory: 159.3M 2024-04-05 18:04:12.997 | CPU: 3.678s 2024-04-05 18:04:12.997 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-04-05 18:04:12.998 | ├─48112 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-04-05 18:04:12.998 | ├─49652 /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/tmpvoe9pa63/privsep.sock 2024-04-05 18:04:12.998 | └─49656 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-04-05 18:04:12.998 | 2024-04-05 18:04:12.998 | Apr 05 18:04:07 devstack neutron-openvswitch-agent[48112]: DEBUG neutron.agent.linux.utils [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49656. {{(pid=48112) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-05 18:04:12.998 | Apr 05 18:04:07 devstack neutron-openvswitch-agent[48112]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-04-05 18:04:12.998 | Apr 05 18:04:09 devstack neutron-openvswitch-agent[48112]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Agent rpc_loop - iteration:19 started 2024-04-05 18:04:12.998 | Apr 05 18:04:09 devstack neutron-openvswitch-agent[48112]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xdad6db8f,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=16155156899573383316,duration_nsec=239000000,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=48112) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-04-05 18:04:12.998 | Apr 05 18:04:09 devstack neutron-openvswitch-agent[48112]: DEBUG neutron.agent.linux.utils [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49656. {{(pid=48112) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-05 18:04:12.998 | Apr 05 18:04:09 devstack neutron-openvswitch-agent[48112]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-04-05 18:04:12.998 | Apr 05 18:04:11 devstack neutron-openvswitch-agent[48112]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Agent rpc_loop - iteration:20 started 2024-04-05 18:04:12.998 | Apr 05 18:04:11 devstack neutron-openvswitch-agent[48112]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xdad6db91,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=16155156899573383316,duration_nsec=240000000,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=48112) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-04-05 18:04:12.998 | Apr 05 18:04:11 devstack neutron-openvswitch-agent[48112]: DEBUG neutron.agent.linux.utils [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49656. {{(pid=48112) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-05 18:04:12.998 | Apr 05 18:04:11 devstack neutron-openvswitch-agent[48112]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7f4a930a-e0eb-414e-a069-73972ee9f191 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-04-05 18:04:13.001 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:13.002 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-04-05 18:04:13.012 | enabled 2024-04-05 18:04:13.015 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-04-05 18:04:13.026 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-04-05 18:04:13.026 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-04-05 18:04:13.026 | Active: active (running) since Fri 2024-04-05 18:03:26 UTC; 46s ago 2024-04-05 18:04:13.026 | Main PID: 48529 (neutron-dhcp-ag) 2024-04-05 18:04:13.026 | Tasks: 13 (limit: 19115) 2024-04-05 18:04:13.026 | Memory: 423.3M 2024-04-05 18:04:13.026 | CPU: 8.467s 2024-04-05 18:04:13.026 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-04-05 18:04:13.026 | ├─48529 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-04-05 18:04:13.026 | ├─49834 /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/tmp3ly0tbmi/privsep.sock 2024-04-05 18:04:13.026 | ├─49875 /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/tmpwbj0f5n4/privsep.sock 2024-04-05 18:04:13.026 | ├─49967 /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/tmp1dkji5fc/privsep.sock 2024-04-05 18:04:13.026 | ├─50056 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 18:04:13.026 | ├─50057 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 18:04:13.026 | └─50068 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/015ce9a8-68c3-4ea7-ac4f-c78bc38404b8/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/015ce9a8-68c3-4ea7-ac4f-c78bc38404b8/host --addn-hosts=/opt/stack/data/neutron/dhcp/015ce9a8-68c3-4ea7-ac4f-c78bc38404b8/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/015ce9a8-68c3-4ea7-ac4f-c78bc38404b8/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/015ce9a8-68c3-4ea7-ac4f-c78bc38404b8/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-da2cb236-81e9-4ae6-b431-a30bfe1cb0f8,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-04-05 18:04:13.026 | 2024-04-05 18:04:13.026 | Apr 05 18:03:43 devstack neutron-dhcp-agent[48529]: INFO neutron.agent.dhcp.agent [None req-a1dac70b-9f4e-45ba-916c-6cb12dbf707b None None] DHCP configuration for ports {'a0bbe33e-1e2a-42a6-a033-fe05d7de4003'} is completed 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'b9126607-66ea-44a7-a2af-8ba575d548a2'}, 'priority': 0},) {} {{(pid=48529) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG oslo_concurrency.lockutils [None req-5bf92449-41eb-4f65-8324-2b1881d8644d None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48529) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG oslo_concurrency.lockutils [None req-5bf92449-41eb-4f65-8324-2b1881d8644d None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48529) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG oslo_concurrency.lockutils [None req-5bf92449-41eb-4f65-8324-2b1881d8644d None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48529) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG neutron.agent.dhcp.agent [None req-5bf92449-41eb-4f65-8324-2b1881d8644d None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'e956de42-687d-4178-b415-d286a9cda9f5', 'name': 'public-subnet', 'tenant_id': 'b62603d9c5204f1f9e12e7331f0fec8d', 'network_id': 'b9126607-66ea-44a7-a2af-8ba575d548a2', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-04-05T18:03:44Z', 'updated_at': '2024-04-05T18:03:44Z', 'revision_number': 0, 'project_id': 'b62603d9c5204f1f9e12e7331f0fec8d', 'network': {'id': 'b9126607-66ea-44a7-a2af-8ba575d548a2', 'name': 'public', 'tenant_id': 'b62603d9c5204f1f9e12e7331f0fec8d', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['e956de42-687d-4178-b415-d286a9cda9f5'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-04-05T18:03:41Z', 'updated_at': '2024-04-05T18:03:44Z', 'revision_number': 2, 'project_id': 'b62603d9c5204f1f9e12e7331f0fec8d', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48529) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG oslo_concurrency.lockutils [None req-ca006294-b5ba-4453-8d81-95ecc4743f8f None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48529) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG oslo_concurrency.lockutils [None req-ca006294-b5ba-4453-8d81-95ecc4743f8f None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48529) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-04-05 18:04:13.026 | Apr 05 18:03:45 devstack neutron-dhcp-agent[48529]: DEBUG oslo_concurrency.lockutils [None req-ca006294-b5ba-4453-8d81-95ecc4743f8f None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48529) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-04-05 18:04:13.027 | Apr 05 18:03:46 devstack neutron-dhcp-agent[48529]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48529) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-05 18:04:13.029 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:13.031 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-04-05 18:04:13.040 | enabled 2024-04-05 18:04:13.042 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-04-05 18:04:13.054 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-04-05 18:04:13.054 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-04-05 18:04:13.054 | Active: active (running) since Fri 2024-04-05 18:03:27 UTC; 45s ago 2024-04-05 18:04:13.054 | Main PID: 48958 (neutron-l3-agen) 2024-04-05 18:04:13.054 | Tasks: 23 (limit: 19115) 2024-04-05 18:04:13.054 | Memory: 428.4M 2024-04-05 18:04:13.054 | CPU: 8.398s 2024-04-05 18:04:13.054 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-04-05 18:04:13.054 | ├─48958 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-04-05 18:04:13.054 | ├─49766 /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/tmpz_1hmy0l/privsep.sock 2024-04-05 18:04:13.054 | ├─50237 /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/tmpzyokh1k6/privsep.sock 2024-04-05 18:04:13.054 | ├─50290 /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/tmp1wmo5dby/privsep.sock 2024-04-05 18:04:13.054 | ├─50494 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 18:04:13.054 | ├─50495 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 18:04:13.054 | └─50584 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/d82990f1-606d-4bf1-a4f1-72b759860680.conf 2024-04-05 18:04:13.054 | 2024-04-05 18:04:13.054 | Apr 05 18:03:52 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[06a1e073-b864-4e03-901b-72e14bf84e70]: (4, ('ARPING 10.180.180.250 from 10.180.180.250 qg-9266fb4c-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:53 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[51ea6aca-8e50-4d9e-9b35-20c1d702b596]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0bbe33e-1e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:54 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[7f8d45e0-5a54-4075-bb8a-97ea8f907745]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0bbe33e-1e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:55 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[651e22d1-52b7-46c7-8add-fbe4f1aeb863]: (4, ('ARPING 10.180.180.250 from 10.180.180.250 qg-9266fb4c-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:56 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[e91d8fbd-f5ea-4321-88fe-76f6ad276eb5]: (4, ('ARPING 10.180.180.250 from 10.180.180.250 qg-9266fb4c-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:57 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[6244357b-ddeb-414c-a6fa-8d171c212e94]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0bbe33e-1e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:58 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[d6d0b92e-b26d-4eed-be01-734d0f9c2251]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a0bbe33e-1e\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:03:59 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[6fa7bc14-0769-4b49-9c73-594fb6fe4972]: (4, ('ARPING 10.180.180.250 from 10.180.180.250 qg-9266fb4c-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:04:00 devstack neutron-l3-agent[48958]: DEBUG oslo.privsep.daemon [-] privsep: reply[7a645aeb-fe32-4beb-8b02-5df6fd341f07]: (4, ('ARPING 10.180.180.250 from 10.180.180.250 qg-9266fb4c-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50237) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 18:04:13.054 | Apr 05 18:04:12 devstack neutron-l3-agent[48958]: DEBUG oslo_service.periodic_task [None req-dee5deaa-3145-4446-ab53-ca4ba08bf351 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=48958) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-04-05 18:04:13.057 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 18:04:13.059 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-04-05 18:04:13.068 | enabled 2024-04-05 18:04:13.071 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-04-05 18:04:13.082 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-04-05 18:04:13.082 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-04-05 18:04:13.082 | Active: active (running) since Fri 2024-04-05 18:03:28 UTC; 44s ago 2024-04-05 18:04:13.082 | Main PID: 49373 (neutron-metadat) 2024-04-05 18:04:13.082 | Tasks: 3 (limit: 19115) 2024-04-05 18:04:13.082 | Memory: 124.1M 2024-04-05 18:04:13.082 | CPU: 1.961s 2024-04-05 18:04:13.082 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-04-05 18:04:13.083 | ├─49373 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-04-05 18:04:13.083 | ├─49657 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-04-05 18:04:13.083 | └─49658 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-04-05 18:04:13.083 | 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_rabbit.ssl_version = {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_notifications.driver = [] {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_notifications.retry = -1 {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] oslo_messaging_notifications.transport_url = **** {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 18:04:13.083 | Apr 05 18:03:30 devstack neutron-metadata-agent[49373]: DEBUG oslo_service.service [None req-d33b43dd-5122-4005-9075-7a55d263d3c4 None None] ******************************************************************************** {{(pid=49373) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 18:04:13.085 | + stack.sh:main:1458 : is_service_enabled n-api 2024-04-05 18:04:13.099 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:13.101 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-04-05 18:04:13.114 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:13.116 | + stack.sh:main:1466 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-04-05 18:04:13.118 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:13.120 | + stack.sh:echo_summary:472 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-04-05 18:04:13.122 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-04-05 18:04:13.497 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Upgrade Check Results | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: Cells v2 | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: No host mappings or compute nodes were found. Remember to | 2024-04-05 18:04:14.930 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-04-05 18:04:14.930 | | compute hosts are deployed. | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: Placement API | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: None | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: Cinder API | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: None | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: Policy File JSON to YAML Migration | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: None | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: Older than N-1 computes | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: None | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: hw_machine_type unset | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: None | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:14.930 | | Check: Service User Token Configuration | 2024-04-05 18:04:14.930 | | Result: Success | 2024-04-05 18:04:14.930 | | Details: None | 2024-04-05 18:04:14.930 | +--------------------------------------------------------------------+ 2024-04-05 18:04:15.276 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-04-05 18:04:15.279 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-04-05 18:04:15.279 | + stack.sh:main:1491 : command openstack complete 2024-04-05 18:04:16.501 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-04-05 18:04:16.708 | + stack.sh:main:1495 : is_service_enabled cinder 2024-04-05 18:04:16.723 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:16.725 | + stack.sh:main:1496 : is_ubuntu 2024-04-05 18:04:16.727 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 18:04:16.729 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 18:04:16.731 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-04-05 18:04:16.733 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:16.735 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-04-05 18:04:16.737 | + stack.sh:main:1498 : set_lvm_filter 2024-04-05 18:04:16.739 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-04-05 18:04:16.741 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-04-05 18:04:16.743 | + lib/lvm:set_lvm_filter:189 : local pv 2024-04-05 18:04:16.745 | + lib/lvm:set_lvm_filter:190 : local vg 2024-04-05 18:04:16.747 | + lib/lvm:set_lvm_filter:191 : local line 2024-04-05 18:04:16.749 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-04-05 18:04:16.829 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-04-05 18:04:16.831 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-04-05 18:04:16.834 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-04-05 18:04:16.845 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-04-05 18:04:16.856 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-04-05 18:04:16.858 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:16.860 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-04-05 18:04:16.863 | + stack.sh:main:1508 : run_phase stack test-config 2024-04-05 18:04:16.865 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 18:04:16.867 | + functions-common:run_phase:1864 : local phase=test-config 2024-04-05 18:04:16.869 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 18:04:16.871 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 18:04:16.873 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 18:04:16.875 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 18:04:16.877 | + functions-common:run_phase:1873 : local extra 2024-04-05 18:04:16.880 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 18:04:16.883 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 18:04:16.885 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 18:04:16.888 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 18:04:16.890 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-04-05 18:04:16.892 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 18:04:16.905 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:16.907 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:04:16.909 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:16.911 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-04-05 18:04:16.912 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:16.915 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:04:16.917 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:16.919 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-04-05 18:04:16.920 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:16.922 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-04-05 18:04:16.924 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:04:16.926 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:04:16.928 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-04-05 18:04:16.962 | [3441 Async install_tempest:27363]: Waiting for completion of install_tempest running on PID 27363 (1 other jobs running) 2024-04-05 18:04:16.979 | [3441 Async install_tempest:27363]: Signaling child to exit 2024-04-05 18:04:16.979 | WAKEUP 2024-04-05 18:04:16.994 | [3441 Async install_tempest:27363]: Signaled 2024-04-05 18:04:16.995 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:614 : local git_ref=master 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:615 : local orig_dir 2024-04-05 18:04:16.995 | +++ functions-common:git_clone:616 : pwd 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 18:04:16.995 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:619 : RECLONE=False 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:633 : echo master 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:720 : local count=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:724 : timeout=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:16.995 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712340038064 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-04-05 18:04:16.995 | Cloning into '/opt/stack//tempest'... 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2435 : local name 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2438 : local total 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2442 : start_time=1712340038064 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2444 : [[ -z 1712340038064 ]] 2024-04-05 18:04:16.995 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2447 : end_time=1712340040333 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2448 : elapsed_time=2269 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2449 : total=96972 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99241 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:720 : local count=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:724 : timeout=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:16.995 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:16.995 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712340040363 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-04-05 18:04:16.995 | From https://opendev.org/openstack/tempest 2024-04-05 18:04:16.995 | * branch master -> FETCH_HEAD 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2435 : local name 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2438 : local total 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2442 : start_time=1712340040363 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2444 : [[ -z 1712340040363 ]] 2024-04-05 18:04:16.995 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2447 : end_time=1712340041245 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2448 : elapsed_time=882 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2449 : total=99241 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:16.995 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100123 2024-04-05 18:04:16.995 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:720 : local count=0 2024-04-05 18:04:16.995 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-05 18:04:16.996 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 18:04:16.996 | ++ functions-common:git_timed:724 : timeout=0 2024-04-05 18:04:16.996 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-05 18:04:16.996 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-05 18:04:16.996 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 18:04:16.996 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 18:04:16.996 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 18:04:16.996 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712340041273 2024-04-05 18:04:16.996 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 18:04:16.996 | Note: switching to 'FETCH_HEAD'. 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 18:04:16.996 | changes and commit them, and you can discard any commits you make in this 2024-04-05 18:04:16.996 | state without impacting any branches by switching back to a branch. 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | If you want to create a new branch to retain commits you create, you may 2024-04-05 18:04:16.996 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | git switch -c 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | Or undo this operation with: 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | git switch - 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 18:04:16.996 | 2024-04-05 18:04:16.996 | HEAD is now at 8794025 Merge "Allow tempest cleanup delete resources based on prefix" 2024-04-05 18:04:16.996 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2435 : local name 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2438 : local total 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2442 : start_time=1712340041273 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2444 : [[ -z 1712340041273 ]] 2024-04-05 18:04:16.996 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2447 : end_time=1712340041370 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2448 : elapsed_time=97 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2449 : total=100123 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:16.996 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100220 2024-04-05 18:04:16.996 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-04-05 18:04:16.996 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-04-05 18:04:16.996 | ++ functions-common:git_clone:696 : git show --oneline 2024-04-05 18:04:16.996 | ++ functions-common:git_clone:696 : head -1 2024-04-05 18:04:16.996 | 8794025 Merge "Allow tempest cleanup delete resources based on prefix" 2024-04-05 18:04:16.996 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 18:04:16.996 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-04-05 18:04:16.997 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-04-05 18:04:16.997 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-04-05 18:04:16.997 | Collecting tox!=2.8.0,<4.0.0 2024-04-05 18:04:16.997 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-04-05 18:04:16.997 | Collecting pluggy>=0.12.0 2024-04-05 18:04:16.997 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-04-05 18:04:16.997 | Collecting tomli>=2.0.1 2024-04-05 18:04:16.997 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-04-05 18:04:16.997 | Collecting filelock>=3.0.0 2024-04-05 18:04:16.997 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-04-05 18:04:16.997 | Collecting py>=1.4.17 2024-04-05 18:04:16.997 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-04-05 18:04:16.997 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2024-04-05 18:04:16.997 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-04-05 18:04:16.997 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (21.3) 2024-04-05 18:04:16.997 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-04-05 18:04:16.997 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from packaging>=14->tox!=2.8.0,<4.0.0) (3.0.9) 2024-04-05 18:04:16.997 | Collecting distlib<1,>=0.3.5 2024-04-05 18:04:16.997 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-04-05 18:04:16.997 | Collecting platformdirs<3,>=2.4 2024-04-05 18:04:16.997 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-04-05 18:04:16.997 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-04-05 18:04:16.997 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-04-05 18:04:16.997 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:04:16.997 | ++ inc/python:pip_install:196 : result=0 2024-04-05 18:04:16.997 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2435 : local name 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2438 : local total 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2442 : start_time=1712340041412 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2444 : [[ -z 1712340041412 ]] 2024-04-05 18:04:16.997 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2447 : end_time=1712340044826 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2448 : elapsed_time=3414 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2449 : total=85416 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:16.997 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88830 2024-04-05 18:04:16.997 | ++ inc/python:pip_install:199 : return 0 2024-04-05 18:04:16.997 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-04-05 18:04:16.997 | ~/tempest ~/devstack 2024-04-05 18:04:16.997 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-04-05 18:04:16.997 | Switched to branch 'master' 2024-04-05 18:04:16.997 | Your branch is up to date with 'origin/master'. 2024-04-05 18:04:16.997 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-04-05 18:04:16.998 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-04-05 18:04:16.998 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.WcwC7eVdyC 2024-04-05 18:04:16.998 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.WcwC7eVdyC 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.WcwC7eVdyC 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:16.998 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:16.998 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-04-05 18:04:16.998 | full create: /opt/stack/tempest/.tox/tempest 2024-04-05 18:04:16.998 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-04-05 18:04:16.998 | full develop-inst: /opt/stack/tempest 2024-04-05 18:04:16.998 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.1,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-05 18:04:16.998 | ___________________________________ summary ____________________________________ 2024-04-05 18:04:16.998 | full: skipped tests 2024-04-05 18:04:16.998 | congratulations :) 2024-04-05 18:04:16.998 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.WcwC7eVdyC -r requirements.txt 2024-04-05 18:04:16.998 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-04-05 18:04:16.998 | 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.6.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-04-05 18:04:16.998 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-04-05 18:04:16.998 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-04-05 18:04:16.998 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-04-05 18:04:16.998 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.1) 2024-04-05 18:04:16.998 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-04-05 18:04:16.998 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-04-05 18:04:16.998 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-04-05 18:04:16.998 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-04-05 18:04:16.998 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-04-05 18:04:16.998 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-04-05 18:04:16.998 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-04-05 18:04:16.999 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-04-05 18:04:16.999 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-04-05 18:04:16.999 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.33.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.2) 2024-04-05 18:04:16.999 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.31.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-04-05 18:04:16.999 | 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) 2024-04-05 18:04:16.999 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-04-05 18:04:16.999 | 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) 2024-04-05 18:04:16.999 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.3) 2024-04-05 18:04:16.999 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.14.2) 2024-04-05 18:04:16.999 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-04-05 18:04:16.999 | 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.7) 2024-04-05 18:04:16.999 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-04-05 18:04:16.999 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.1) 2024-04-05 18:04:16.999 | 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.2) 2024-04-05 18:04:16.999 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-04-05 18:04:16.999 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-04-05 18:04:16.999 | 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) 2024-04-05 18:04:16.999 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-04-05 18:04:16.999 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-04-05 18:04:16.999 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-04-05 18:04:16.999 | 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.6) 2024-04-05 18:04:16.999 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.2.2) 2024-04-05 18:04:16.999 | WARNING: There was an error checking the latest version of pip. 2024-04-05 18:04:16.999 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-04-05 18:04:16.999 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.WcwC7eVdyC 2024-04-05 18:04:16.999 | ++ lib/tempest:install_tempest:859 : popd 2024-04-05 18:04:16.999 | ~/devstack 2024-04-05 18:04:17.025 | [3441 Async install_tempest:27363]: finished install_tempest with result 0 in 21 seconds 2024-04-05 18:04:17.028 | ++ inc/async:async_wait:197 : return 0 2024-04-05 18:04:17.030 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-04-05 18:04:17.032 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:04:17.033 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-04-05 18:04:17.036 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-04-05 18:04:17.037 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:17.039 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-04-05 18:04:17.041 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-04-05 18:04:17.042 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-04-05 18:04:17.044 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-04-05 18:04:17.046 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-04-05 18:04:17.048 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 18:04:17.051 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-04-05 18:04:17.051 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 18:04:17.054 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-04-05 18:04:17.056 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-04-05 18:04:17.058 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-04-05 18:04:17.060 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-04-05 18:04:17.062 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-04-05 18:04:17.077 | Using python 3.10 to install testrepository 2024-04-05 18:04:17.079 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-04-05 18:04:18.197 | Collecting testrepository 2024-04-05 18:04:18.197 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-04-05 18:04:18.210 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-04-05 18:04:18.211 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-04-05 18:04:18.211 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-04-05 18:04:18.217 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-04-05 18:04:18.222 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-04-05 18:04:19.263 | Installing collected packages: testrepository 2024-04-05 18:04:19.374 | Successfully installed testrepository-0.0.20 2024-04-05 18:04:19.374 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 18:04:19.477 | ++ inc/python:pip_install:196 : result=0 2024-04-05 18:04:19.478 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-05 18:04:19.480 | ++ functions-common:time_stop:2435 : local name 2024-04-05 18:04:19.481 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 18:04:19.483 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 18:04:19.485 | ++ functions-common:time_stop:2438 : local total 2024-04-05 18:04:19.487 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 18:04:19.488 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-05 18:04:19.490 | ++ functions-common:time_stop:2442 : start_time=1712340257073 2024-04-05 18:04:19.492 | ++ functions-common:time_stop:2444 : [[ -z 1712340257073 ]] 2024-04-05 18:04:19.494 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 18:04:19.497 | ++ functions-common:time_stop:2447 : end_time=1712340259495 2024-04-05 18:04:19.499 | ++ functions-common:time_stop:2448 : elapsed_time=2422 2024-04-05 18:04:19.501 | ++ functions-common:time_stop:2449 : total=106304 2024-04-05 18:04:19.502 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 18:04:19.504 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=108726 2024-04-05 18:04:19.506 | ++ inc/python:pip_install:199 : return 0 2024-04-05 18:04:19.507 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-04-05 18:04:19.509 | ++ lib/tempest:configure_tempest:200 : local images 2024-04-05 18:04:19.511 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-04-05 18:04:19.512 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-04-05 18:04:19.514 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-04-05 18:04:19.516 | ++ lib/tempest:configure_tempest:204 : local password 2024-04-05 18:04:19.517 | ++ lib/tempest:configure_tempest:205 : local line 2024-04-05 18:04:19.519 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-04-05 18:04:19.521 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-04-05 18:04:19.522 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-04-05 18:04:19.524 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-04-05 18:04:19.526 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-04-05 18:04:19.527 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-04-05 18:04:19.529 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-04-05 18:04:19.531 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-04-05 18:04:19.532 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-04-05 18:04:19.534 | ++ lib/tempest:configure_tempest:215 : local disk 2024-04-05 18:04:19.536 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-04-05 18:04:19.536 | ' 2024-04-05 18:04:19.538 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-04-05 18:04:19.539 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-04-05 18:04:19.551 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:19.553 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-04-05 18:04:19.555 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-04-05 18:04:19.556 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-04-05 18:04:19.558 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-04-05 18:04:19.560 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-04-05 18:04:19.562 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-04-05 18:04:19.562 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-04-05 18:04:19.563 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-04-05 18:04:20.842 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:20.845 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-04-05 18:04:20.846 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-04-05 18:04:20.848 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-04-05 18:04:20.850 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-04-05 18:04:20.852 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-04-05 18:04:20.854 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-04-05 18:04:20.855 | ++ lib/tempest:configure_tempest:254 : image_uuid=f3227601-723f-4147-82b9-50173b73a5e3 2024-04-05 18:04:20.857 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=f3227601-723f-4147-82b9-50173b73a5e3 2024-04-05 18:04:20.859 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-04-05 18:04:20.869 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-04-05 18:04:20.872 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-04-05 18:04:20.873 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-04-05 18:04:20.875 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-04-05 18:04:20.877 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-04-05 18:04:20.879 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-04-05 18:04:20.880 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-04-05 18:04:20.882 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-04-05 18:04:20.885 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-04-05 18:04:20.885 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-04-05 18:04:22.077 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:22.080 | ++ lib/tempest:configure_tempest:281 : admin_project_id=b62603d9c5204f1f9e12e7331f0fec8d 2024-04-05 18:04:22.082 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-04-05 18:04:22.094 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:22.096 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-04-05 18:04:23.344 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:23.346 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 18:04:23.346 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-05 18:04:23.346 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 18:04:23.346 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-05 18:04:23.346 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-05 18:04:23.346 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-05 18:04:23.346 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-05 18:04:23.346 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-05 18:04:23.346 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-05 18:04:23.346 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-05 18:04:23.346 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-05 18:04:23.346 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-05 18:04:23.346 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-05 18:04:23.347 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-04-05 18:04:23.348 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-04-05 18:04:23.350 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 18:04:23.350 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-05 18:04:23.350 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 18:04:23.350 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-05 18:04:23.350 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-05 18:04:23.350 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-05 18:04:23.350 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-05 18:04:23.350 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-05 18:04:23.350 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-05 18:04:23.350 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-05 18:04:23.350 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-05 18:04:23.350 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-05 18:04:23.350 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-05 18:04:23.350 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-04-05 18:04:23.352 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib f3227601-723f-4147-82b9-50173b73a5e3 2024-04-05 18:04:23.354 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-04-05 18:04:23.357 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show f3227601-723f-4147-82b9-50173b73a5e3 -c size -f value 2024-04-05 18:04:24.559 | ++++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:24.562 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-04-05 18:04:24.564 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-04-05 18:04:24.564 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-04-05 18:04:24.588 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-04-05 18:04:24.590 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-04-05 18:04:25.688 | +----------------------------+-----------------------+ 2024-04-05 18:04:25.688 | | Field | Value | 2024-04-05 18:04:25.688 | +----------------------------+-----------------------+ 2024-04-05 18:04:25.688 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:25.688 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:25.688 | | description | None | 2024-04-05 18:04:25.688 | | disk | 1 | 2024-04-05 18:04:25.688 | | id | 42 | 2024-04-05 18:04:25.688 | | name | m1.nano | 2024-04-05 18:04:25.688 | | os-flavor-access:is_public | True | 2024-04-05 18:04:25.688 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:25.688 | | ram | 128 | 2024-04-05 18:04:25.688 | | rxtx_factor | 1.0 | 2024-04-05 18:04:25.688 | | swap | | 2024-04-05 18:04:25.688 | | vcpus | 1 | 2024-04-05 18:04:25.688 | +----------------------------+-----------------------+ 2024-04-05 18:04:25.801 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-04-05 18:04:25.803 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 18:04:25.804 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-05 18:04:25.804 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 18:04:25.804 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-05 18:04:25.804 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-05 18:04:25.804 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-05 18:04:25.804 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-05 18:04:25.804 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-05 18:04:25.804 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-05 18:04:25.804 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-05 18:04:25.804 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-05 18:04:25.804 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-05 18:04:25.804 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-05 18:04:25.804 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-04-05 18:04:25.806 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib f3227601-723f-4147-82b9-50173b73a5e3 2024-04-05 18:04:25.808 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-04-05 18:04:25.810 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show f3227601-723f-4147-82b9-50173b73a5e3 -c size -f value 2024-04-05 18:04:27.044 | ++++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:27.047 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-04-05 18:04:27.049 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-04-05 18:04:27.050 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-04-05 18:04:27.075 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-04-05 18:04:27.077 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-04-05 18:04:28.198 | +----------------------------+-----------------------+ 2024-04-05 18:04:28.198 | | Field | Value | 2024-04-05 18:04:28.198 | +----------------------------+-----------------------+ 2024-04-05 18:04:28.198 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 18:04:28.198 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 18:04:28.198 | | description | None | 2024-04-05 18:04:28.198 | | disk | 1 | 2024-04-05 18:04:28.198 | | id | 84 | 2024-04-05 18:04:28.198 | | name | m1.micro | 2024-04-05 18:04:28.198 | | os-flavor-access:is_public | True | 2024-04-05 18:04:28.198 | | properties | hw_rng:allowed='True' | 2024-04-05 18:04:28.198 | | ram | 192 | 2024-04-05 18:04:28.198 | | rxtx_factor | 1.0 | 2024-04-05 18:04:28.198 | | swap | | 2024-04-05 18:04:28.198 | | vcpus | 1 | 2024-04-05 18:04:28.198 | +----------------------------+-----------------------+ 2024-04-05 18:04:28.317 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-04-05 18:04:28.319 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-04-05 18:04:28.344 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-04-05 18:04:28.345 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-04-05 18:04:28.347 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-04-05 18:04:28.349 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-04-05 18:04:28.350 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-04-05 18:04:29.574 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:29.576 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 18:04:29.576 | address-scope 2024-04-05 18:04:29.576 | router-admin-state-down-before-update 2024-04-05 18:04:29.576 | agent 2024-04-05 18:04:29.576 | agent-resources-synced 2024-04-05 18:04:29.576 | allowed-address-pairs 2024-04-05 18:04:29.576 | auto-allocated-topology 2024-04-05 18:04:29.576 | availability_zone 2024-04-05 18:04:29.576 | availability_zone_filter 2024-04-05 18:04:29.576 | default-subnetpools 2024-04-05 18:04:29.576 | dhcp_agent_scheduler 2024-04-05 18:04:29.576 | dvr 2024-04-05 18:04:29.576 | empty-string-filtering 2024-04-05 18:04:29.576 | external-net 2024-04-05 18:04:29.576 | extra_dhcp_opt 2024-04-05 18:04:29.576 | extraroute 2024-04-05 18:04:29.576 | extraroute-atomic 2024-04-05 18:04:29.576 | filter-validation 2024-04-05 18:04:29.576 | floating-ip-port-forwarding-detail 2024-04-05 18:04:29.576 | fip-port-details 2024-04-05 18:04:29.577 | flavors 2024-04-05 18:04:29.577 | floatingip-pools 2024-04-05 18:04:29.577 | ip-substring-filtering 2024-04-05 18:04:29.577 | router 2024-04-05 18:04:29.577 | ext-gw-mode 2024-04-05 18:04:29.577 | l3-ha 2024-04-05 18:04:29.577 | l3-flavors 2024-04-05 18:04:29.577 | l3-port-ip-change-not-allowed 2024-04-05 18:04:29.577 | l3_agent_scheduler 2024-04-05 18:04:29.577 | multi-provider 2024-04-05 18:04:29.577 | net-mtu 2024-04-05 18:04:29.577 | net-mtu-writable 2024-04-05 18:04:29.577 | network_availability_zone 2024-04-05 18:04:29.577 | network-ip-availability 2024-04-05 18:04:29.577 | pagination 2024-04-05 18:04:29.577 | port-device-profile 2024-04-05 18:04:29.577 | port-mac-override 2024-04-05 18:04:29.577 | port-mac-address-regenerate 2024-04-05 18:04:29.577 | port-numa-affinity-policy 2024-04-05 18:04:29.577 | binding 2024-04-05 18:04:29.577 | binding-extended 2024-04-05 18:04:29.577 | port-security 2024-04-05 18:04:29.577 | project-id 2024-04-05 18:04:29.577 | provider 2024-04-05 18:04:29.577 | quota-check-limit 2024-04-05 18:04:29.577 | quotas 2024-04-05 18:04:29.577 | quota_details 2024-04-05 18:04:29.577 | rbac-policies 2024-04-05 18:04:29.577 | rbac-address-group 2024-04-05 18:04:29.577 | rbac-address-scope 2024-04-05 18:04:29.577 | rbac-security-groups 2024-04-05 18:04:29.577 | rbac-subnetpool 2024-04-05 18:04:29.577 | revision-if-match 2024-04-05 18:04:29.577 | standard-attr-revisions 2024-04-05 18:04:29.577 | router_availability_zone 2024-04-05 18:04:29.577 | security-groups-normalized-cidr 2024-04-05 18:04:29.577 | port-security-groups-filtering 2024-04-05 18:04:29.577 | security-groups-remote-address-group 2024-04-05 18:04:29.577 | security-groups-shared-filtering 2024-04-05 18:04:29.577 | security-group 2024-04-05 18:04:29.577 | service-type 2024-04-05 18:04:29.577 | sorting 2024-04-05 18:04:29.577 | standard-attr-description 2024-04-05 18:04:29.577 | stateful-security-group 2024-04-05 18:04:29.577 | subnet_onboard 2024-04-05 18:04:29.578 | subnet-service-types 2024-04-05 18:04:29.578 | subnet_allocation 2024-04-05 18:04:29.578 | subnetpool-prefix-ops 2024-04-05 18:04:29.578 | standard-attr-tag 2024-04-05 18:04:29.578 | standard-attr-timestamp 2024-04-05 18:04:29.578 | nsxt-ops' 2024-04-05 18:04:29.578 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 18:04:29.578 | address-scope 2024-04-05 18:04:29.578 | router-admin-state-down-before-update 2024-04-05 18:04:29.578 | agent 2024-04-05 18:04:29.578 | agent-resources-synced 2024-04-05 18:04:29.578 | allowed-address-pairs 2024-04-05 18:04:29.578 | auto-allocated-topology 2024-04-05 18:04:29.578 | availability_zone 2024-04-05 18:04:29.578 | availability_zone_filter 2024-04-05 18:04:29.578 | default-subnetpools 2024-04-05 18:04:29.578 | dhcp_agent_scheduler 2024-04-05 18:04:29.578 | dvr 2024-04-05 18:04:29.578 | empty-string-filtering 2024-04-05 18:04:29.578 | external-net 2024-04-05 18:04:29.578 | extra_dhcp_opt 2024-04-05 18:04:29.578 | extraroute 2024-04-05 18:04:29.578 | extraroute-atomic 2024-04-05 18:04:29.578 | filter-validation 2024-04-05 18:04:29.578 | floating-ip-port-forwarding-detail 2024-04-05 18:04:29.578 | fip-port-details 2024-04-05 18:04:29.578 | flavors 2024-04-05 18:04:29.578 | floatingip-pools 2024-04-05 18:04:29.578 | ip-substring-filtering 2024-04-05 18:04:29.579 | router 2024-04-05 18:04:29.579 | ext-gw-mode 2024-04-05 18:04:29.579 | l3-ha 2024-04-05 18:04:29.579 | l3-flavors 2024-04-05 18:04:29.579 | l3-port-ip-change-not-allowed 2024-04-05 18:04:29.579 | l3_agent_scheduler 2024-04-05 18:04:29.579 | multi-provider 2024-04-05 18:04:29.579 | net-mtu 2024-04-05 18:04:29.579 | net-mtu-writable 2024-04-05 18:04:29.579 | network_availability_zone 2024-04-05 18:04:29.579 | network-ip-availability 2024-04-05 18:04:29.579 | pagination 2024-04-05 18:04:29.579 | port-device-profile 2024-04-05 18:04:29.579 | port-mac-override 2024-04-05 18:04:29.579 | port-mac-address-regenerate 2024-04-05 18:04:29.579 | port-numa-affinity-policy 2024-04-05 18:04:29.579 | binding 2024-04-05 18:04:29.579 | binding-extended 2024-04-05 18:04:29.579 | port-security 2024-04-05 18:04:29.579 | project-id 2024-04-05 18:04:29.579 | provider 2024-04-05 18:04:29.579 | quota-check-limit 2024-04-05 18:04:29.579 | quotas 2024-04-05 18:04:29.579 | quota_details 2024-04-05 18:04:29.579 | rbac-policies 2024-04-05 18:04:29.579 | rbac-address-group 2024-04-05 18:04:29.579 | rbac-address-scope 2024-04-05 18:04:29.579 | rbac-security-groups 2024-04-05 18:04:29.579 | rbac-subnetpool 2024-04-05 18:04:29.579 | revision-if-match 2024-04-05 18:04:29.579 | standard-attr-revisions 2024-04-05 18:04:29.579 | router_availability_zone 2024-04-05 18:04:29.580 | security-groups-normalized-cidr 2024-04-05 18:04:29.580 | port-security-groups-filtering 2024-04-05 18:04:29.580 | security-groups-remote-address-group 2024-04-05 18:04:29.580 | security-groups-shared-filtering 2024-04-05 18:04:29.580 | security-group 2024-04-05 18:04:29.580 | service-type 2024-04-05 18:04:29.580 | sorting 2024-04-05 18:04:29.580 | standard-attr-description 2024-04-05 18:04:29.580 | stateful-security-group 2024-04-05 18:04:29.580 | subnet_onboard 2024-04-05 18:04:29.580 | subnet-service-types 2024-04-05 18:04:29.580 | subnet_allocation 2024-04-05 18:04:29.580 | subnetpool-prefix-ops 2024-04-05 18:04:29.580 | standard-attr-tag 2024-04-05 18:04:29.580 | standard-attr-timestamp 2024-04-05 18:04:29.580 | nsxt-ops =~ external-net ]] 2024-04-05 18:04:29.580 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 18:04:29.582 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-04-05 18:04:30.867 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 18:04:30.870 | ++ lib/tempest:configure_tempest:357 : public_network_id=b9126607-66ea-44a7-a2af-8ba575d548a2 2024-04-05 18:04:30.871 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-04-05 18:04:32.077 | +---------------------------+--------------------------------------+ 2024-04-05 18:04:32.077 | | Field | Value | 2024-04-05 18:04:32.077 | +---------------------------+--------------------------------------+ 2024-04-05 18:04:32.077 | | admin_state_up | UP | 2024-04-05 18:04:32.077 | | availability_zone_hints | | 2024-04-05 18:04:32.077 | | availability_zones | | 2024-04-05 18:04:32.077 | | created_at | 2024-04-05T18:04:31Z | 2024-04-05 18:04:32.077 | | description | | 2024-04-05 18:04:32.077 | | dns_domain | None | 2024-04-05 18:04:32.077 | | id | 196b372a-18e2-40b0-a90f-c595e0a65e3a | 2024-04-05 18:04:32.077 | | ipv4_address_scope | None | 2024-04-05 18:04:32.077 | | ipv6_address_scope | None | 2024-04-05 18:04:32.077 | | is_default | False | 2024-04-05 18:04:32.077 | | is_vlan_transparent | None | 2024-04-05 18:04:32.077 | | mtu | 8950 | 2024-04-05 18:04:32.077 | | name | shared | 2024-04-05 18:04:32.077 | | port_security_enabled | True | 2024-04-05 18:04:32.077 | | project_id | b62603d9c5204f1f9e12e7331f0fec8d | 2024-04-05 18:04:32.077 | | provider:network_type | vlan | 2024-04-05 18:04:32.077 | | provider:physical_network | default | 2024-04-05 18:04:32.077 | | provider:segmentation_id | 492 | 2024-04-05 18:04:32.077 | | qos_policy_id | None | 2024-04-05 18:04:32.077 | | revision_number | 1 | 2024-04-05 18:04:32.077 | | router:external | Internal | 2024-04-05 18:04:32.077 | | segments | None | 2024-04-05 18:04:32.077 | | shared | True | 2024-04-05 18:04:32.077 | | status | ACTIVE | 2024-04-05 18:04:32.077 | | subnets | | 2024-04-05 18:04:32.077 | | tags | | 2024-04-05 18:04:32.077 | | tenant_id | b62603d9c5204f1f9e12e7331f0fec8d | 2024-04-05 18:04:32.077 | | updated_at | 2024-04-05T18:04:32Z | 2024-04-05 18:04:32.077 | +---------------------------+--------------------------------------+ 2024-04-05 18:04:32.199 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-04-05 18:04:33.477 | +----------------------+--------------------------------------+ 2024-04-05 18:04:33.478 | | Field | Value | 2024-04-05 18:04:33.478 | +----------------------+--------------------------------------+ 2024-04-05 18:04:33.478 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-04-05 18:04:33.478 | | cidr | 192.168.233.0/24 | 2024-04-05 18:04:33.478 | | created_at | 2024-04-05T18:04:33Z | 2024-04-05 18:04:33.478 | | description | shared-subnet | 2024-04-05 18:04:33.478 | | dns_nameservers | | 2024-04-05 18:04:33.478 | | dns_publish_fixed_ip | None | 2024-04-05 18:04:33.478 | | enable_dhcp | True | 2024-04-05 18:04:33.478 | | gateway_ip | 192.168.233.1 | 2024-04-05 18:04:33.478 | | host_routes | | 2024-04-05 18:04:33.478 | | id | cefeaa0e-5841-49cb-aafb-225323c31944 | 2024-04-05 18:04:33.478 | | ip_version | 4 | 2024-04-05 18:04:33.478 | | ipv6_address_mode | None | 2024-04-05 18:04:33.478 | | ipv6_ra_mode | None | 2024-04-05 18:04:33.478 | | name | shared-subnet | 2024-04-05 18:04:33.478 | | network_id | 196b372a-18e2-40b0-a90f-c595e0a65e3a | 2024-04-05 18:04:33.478 | | project_id | b62603d9c5204f1f9e12e7331f0fec8d | 2024-04-05 18:04:33.478 | | revision_number | 0 | 2024-04-05 18:04:33.478 | | segment_id | None | 2024-04-05 18:04:33.478 | | service_types | | 2024-04-05 18:04:33.478 | | subnetpool_id | None | 2024-04-05 18:04:33.478 | | tags | | 2024-04-05 18:04:33.478 | | updated_at | 2024-04-05T18:04:33Z | 2024-04-05 18:04:33.478 | +----------------------+--------------------------------------+ 2024-04-05 18:04:33.606 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-04-05 18:04:33.631 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-04-05 18:04:33.659 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-04-05 18:04:33.662 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-04-05 18:04:33.685 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-04-05 18:04:33.707 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-04-05 18:04:33.729 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-04-05 18:04:33.754 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-04-05 18:04:33.779 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-04-05 18:04:33.804 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-04-05 18:04:33.826 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-04-05 18:04:33.849 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-04-05 18:04:33.874 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-04-05 18:04:33.902 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-04-05 18:04:33.904 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-04-05 18:04:33.930 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-04-05 18:04:33.953 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-04-05 18:04:33.978 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-04-05 18:04:34.000 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-04-05 18:04:34.002 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-04-05 18:04:34.028 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-04-05 18:04:34.051 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-04-05 18:04:34.053 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-04-05 18:04:34.077 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-04-05 18:04:34.089 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:34.090 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-04-05 18:04:34.092 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-04-05 18:04:34.115 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-04-05 18:04:34.126 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:34.128 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-04-05 18:04:34.152 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-04-05 18:04:34.174 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-04-05 18:04:34.197 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-04-05 18:04:34.199 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-04-05 18:04:34.227 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-04-05 18:04:34.253 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-04-05 18:04:34.265 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:34.267 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref f3227601-723f-4147-82b9-50173b73a5e3 2024-04-05 18:04:34.291 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt f3227601-723f-4147-82b9-50173b73a5e3 2024-04-05 18:04:34.313 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-04-05 18:04:34.338 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-04-05 18:04:34.364 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-04-05 18:04:34.390 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-04-05 18:04:34.404 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:34.406 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-04-05 18:04:34.408 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-04-05 18:04:34.410 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-04-05 18:04:34.412 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-04-05 18:04:34.414 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-04-05 18:04:34.416 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-04-05 18:04:34.432 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-04-05 18:04:34.434 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-04-05 18:04:34.463 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-04-05 18:04:34.491 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-04-05 18:04:34.514 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-04-05 18:04:34.538 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-04-05 18:04:34.561 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-04-05 18:04:34.583 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-04-05 18:04:34.606 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-04-05 18:04:34.630 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-04-05 18:04:34.652 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-04-05 18:04:34.654 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-04-05 18:04:34.676 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:34.678 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-04-05 18:04:34.690 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:34.692 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-04-05 18:04:34.715 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id b9126607-66ea-44a7-a2af-8ba575d548a2 2024-04-05 18:04:34.737 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-04-05 18:04:34.759 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-04-05 18:04:34.782 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-04-05 18:04:34.806 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-04-05 18:04:34.828 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-04-05 18:04:34.851 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-04-05 18:04:34.875 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-04-05 18:04:34.876 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-04-05 18:04:34.878 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-04-05 18:04:34.902 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-04-05 18:04:34.904 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-04-05 18:04:34.906 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-05 18:04:34.908 | ++ functions-common:is_provider_network:2287 : return 1 2024-04-05 18:04:34.909 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-04-05 18:04:34.932 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-04-05 18:04:34.954 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-04-05 18:04:34.977 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-04-05 18:04:35.000 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-04-05 18:04:35.022 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-04-05 18:04:35.044 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 18:04:35.047 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-04-05 18:04:35.059 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-04-05 18:04:35.083 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 18:04:35.085 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-04-05 18:04:35.098 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-04-05 18:04:35.120 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 18:04:35.122 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-04-05 18:04:35.134 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-04-05 18:04:35.156 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 18:04:35.159 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-04-05 18:04:35.171 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-04-05 18:04:35.193 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-04-05 18:04:35.195 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-04-05 18:04:35.197 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-04-05 18:04:35.198 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-04-05 18:04:35.212 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-04-05 18:04:35.214 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-04-05 18:04:35.237 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-04-05 18:04:35.249 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:35.251 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-04-05 18:04:35.273 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-04-05 18:04:35.275 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-04-05 18:04:35.277 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-04-05 18:04:35.279 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-04-05 18:04:35.281 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:35.282 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-04-05 18:04:35.284 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-04-05 18:04:35.286 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-04-05 18:04:35.288 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-04-05 18:04:35.301 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-04-05 18:04:35.303 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-04-05 18:04:35.328 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-04-05 18:04:35.329 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-04-05 18:04:35.331 | ++ lib/tempest:configure_tempest:668 : local service 2024-04-05 18:04:35.333 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-04-05 18:04:35.335 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.336 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-04-05 18:04:35.348 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:35.350 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-04-05 18:04:35.374 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.376 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-04-05 18:04:35.387 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:35.389 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-04-05 18:04:35.411 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.413 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-04-05 18:04:35.425 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:35.427 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-04-05 18:04:35.449 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.450 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-04-05 18:04:35.462 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:35.464 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-04-05 18:04:35.486 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.488 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-04-05 18:04:35.500 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:04:35.502 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-04-05 18:04:35.524 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.526 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-04-05 18:04:35.538 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:35.540 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-04-05 18:04:35.562 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 18:04:35.564 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-04-05 18:04:35.576 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:04:35.577 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-04-05 18:04:35.599 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-04-05 18:04:35.601 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-04-05 18:04:35.603 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-04-05 18:04:35.605 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-04-05 18:04:35.607 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-04-05 18:04:35.608 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-04-05 18:04:35.610 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-04-05 18:04:35.612 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-04-05 18:04:35.614 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-04-05 18:04:35.615 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-04-05 18:04:35.617 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-04-05 18:04:35.619 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-04-05 18:04:35.621 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-04-05 18:04:35.624 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.HixLvKo4YS 2024-04-05 18:04:35.626 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-04-05 18:04:35.628 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-04-05 18:04:35.630 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-04-05 18:04:35.633 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.ZKoE0CRI3a 2024-04-05 18:04:35.635 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.ZKoE0CRI3a 2024-04-05 18:04:35.637 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-04-05 18:04:35.638 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.ZKoE0CRI3a 2024-04-05 18:04:35.640 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-04-05 18:04:35.642 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-04-05 18:04:35.644 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-04-05 18:04:35.649 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:35.650 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:35.652 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:35.654 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 18:04:35.656 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-04-05 18:04:35.658 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-04-05 18:04:35.906 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-04-05 18:04:36.301 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-04-05 18:04:45.199 | venv-tempest develop-inst: /opt/stack/tempest 2024-04-05 18:04:48.152 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.1,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-05 18:04:48.152 | ___________________________________ summary ____________________________________ 2024-04-05 18:04:48.152 | venv-tempest: skipped tests 2024-04-05 18:04:48.152 | congratulations :) 2024-04-05 18:04:48.177 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.ZKoE0CRI3a -r requirements.txt 2024-04-05 18:04:48.738 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-04-05 18:04:48.738 | warnings.warn( 2024-04-05 18:04:48.738 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-04-05 18:04:48.738 | warnings.warn( 2024-04-05 18:04:48.833 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-04-05 18:04:49.215 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.1,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-05 18:04:49.215 | venv-tempest run-test-pre: PYTHONHASHSEED='1697091699' 2024-04-05 18:04:49.215 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.ZKoE0CRI3a -r requirements.txt 2024-04-05 18:04:50.065 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-04-05 18:04:50.066 | 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.6.0) 2024-04-05 18:04:50.066 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-04-05 18:04:50.067 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-04-05 18:04:50.068 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-04-05 18:04:50.069 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-04-05 18:04:50.069 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-04-05 18:04:50.070 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-04-05 18:04:50.072 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-04-05 18:04:50.072 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.1) 2024-04-05 18:04:50.073 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-04-05 18:04:50.074 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-04-05 18:04:50.075 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-04-05 18:04:50.076 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-04-05 18:04:50.076 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-04-05 18:04:50.077 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-04-05 18:04:50.078 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-04-05 18:04:50.079 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-04-05 18:04:50.080 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-04-05 18:04:50.080 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-04-05 18:04:50.081 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-04-05 18:04:50.082 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-04-05 18:04:50.088 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-04-05 18:04:50.089 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-04-05 18:04:50.105 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-04-05 18:04:50.106 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.0) 2024-04-05 18:04:50.107 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-04-05 18:04:50.108 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.33.0) 2024-04-05 18:04:50.123 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.2) 2024-04-05 18:04:50.124 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-04-05 18:04:50.141 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-04-05 18:04:50.148 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-04-05 18:04:50.164 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-04-05 18:04:50.165 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.31.0) 2024-04-05 18:04:50.181 | 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) 2024-04-05 18:04:50.183 | 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) 2024-04-05 18:04:50.184 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-04-05 18:04:50.198 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.3) 2024-04-05 18:04:50.199 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.14.2) 2024-04-05 18:04:50.200 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-04-05 18:04:50.207 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-04-05 18:04:50.208 | 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.7) 2024-04-05 18:04:50.217 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.1) 2024-04-05 18:04:50.218 | 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.2) 2024-04-05 18:04:50.219 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-04-05 18:04:50.220 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-04-05 18:04:50.242 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-04-05 18:04:50.262 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-04-05 18:04:50.298 | 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) 2024-04-05 18:04:50.320 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-04-05 18:04:50.364 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-04-05 18:04:50.377 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-04-05 18:04:50.378 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.2.2) 2024-04-05 18:04:50.379 | 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.6) 2024-04-05 18:04:50.484 | WARNING: There was an error checking the latest version of pip. 2024-04-05 18:04:50.561 | ___________________________________ summary ____________________________________ 2024-04-05 18:04:50.561 | venv-tempest: commands succeeded 2024-04-05 18:04:50.561 | congratulations :) 2024-04-05 18:04:50.585 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.ZKoE0CRI3a 2024-04-05 18:04:50.588 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-04-05 18:04:50.590 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-04-05 18:04:50.592 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-04-05 18:04:50.616 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.HixLvKo4YS 2024-04-05 18:04:50.862 | venv create: /opt/stack/tempest/.tox/venv 2024-04-05 18:04:51.146 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-04-05 18:05:04.461 | venv develop-inst: /opt/stack/tempest 2024-04-05 18:05:07.988 | venv installed: alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.14.0,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.21.7,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.3,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.1,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,Pygments==2.17.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.2.6,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@8794025588409d4dedf901d0ee6b588898bf95e8#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-04-05 18:05:07.988 | venv run-test-pre: PYTHONHASHSEED='1470247437' 2024-04-05 18:05:07.988 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.HixLvKo4YS 2024-04-05 18:05:08.295 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-04-05 18:05:08.295 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-04-05 18:05:08.295 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-04-05 18:05:08.295 | @jsonschema.FormatChecker.cls_checks('base64') 2024-04-05 18:05:08.537 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2024-04-05 18:05:08.537 | warnings.warn( 2024-04-05 18:05:08.705 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-04-05 18:05:08.706 | for key, value in info.getheaders().items(): 2024-04-05 18:05:08.727 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-04-05 18:05:08.727 | for key, value in info.getheaders().items(): 2024-04-05 18:05:08.929 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-04-05 18:05:08.930 | for key, value in info.getheaders().items(): 2024-04-05 18:05:08.931 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2024-04-05 18:05:08.931 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-04-05 18:05:09.454 | ___________________________________ summary ____________________________________ 2024-04-05 18:05:09.454 | venv: commands succeeded 2024-04-05 18:05:09.454 | congratulations :) 2024-04-05 18:05:09.479 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-04-05 18:05:09.492 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 18:05:09.494 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-04-05 18:05:09.496 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-04-05 18:05:09.507 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 18:05:09.509 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-04-05 18:05:09.511 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-04-05 18:05:09.513 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-04-05 18:05:09.514 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-04-05 18:05:09.516 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-04-05 18:05:09.518 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-04-05 18:05:09.520 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-04-05 18:05:09.522 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-04-05 18:05:09.524 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-04-05 18:05:09.525 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-04-05 18:05:09.527 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-04-05 18:05:09.529 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-04-05 18:05:09.531 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-04-05 18:05:09.533 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-04-05 18:05:09.534 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-04-05 18:05:09.536 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-04-05 18:05:09.538 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-04-05 18:05:09.540 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-04-05 18:05:09.542 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-04-05 18:05:09.543 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-04-05 18:05:09.545 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-04-05 18:05:09.547 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-04-05 18:05:09.549 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-04-05 18:05:09.551 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-04-05 18:05:09.553 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.HixLvKo4YS network-feature-enabled api_extensions 2024-04-05 18:05:09.554 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-04-05 18:05:09.569 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-04-05 18:05:09.572 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-04-05 18:05:09.574 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-04-05 18:05:09.576 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-04-05 18:05:09.578 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-04-05 18:05:09.580 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-04-05 18:05:09.594 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-04-05 18:05:09.609 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-04-05 18:05:09.611 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-04-05 18:05:09.613 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-04-05 18:05:09.636 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-04-05 18:05:09.638 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-04-05 18:05:09.640 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-04-05 18:05:09.642 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-04-05 18:05:09.643 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-04-05 18:05:09.645 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-04-05 18:05:09.670 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-04-05 18:05:09.672 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-04-05 18:05:09.674 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-04-05 18:05:09.676 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-04-05 18:05:09.678 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-04-05 18:05:09.679 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-04-05 18:05:09.681 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-04-05 18:05:09.683 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-04-05 18:05:09.685 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-04-05 18:05:09.687 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-04-05 18:05:09.689 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-05 18:05:09.691 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-05 18:05:09.693 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-04-05 18:05:09.694 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-05 18:05:09.717 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-04-05 18:05:09.717 | ' 2024-04-05 18:05:09.719 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-04-05 18:05:09.721 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 18:05:09.723 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-04-05 18:05:09.725 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-04-05 18:05:09.727 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-04-05 18:05:09.727 | ~/tempest ~/tempest 2024-04-05 18:05:09.729 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-04-05 18:05:09.731 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-04-05 18:05:09.731 | ~/tempest 2024-04-05 18:05:09.733 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 18:05:09.735 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 18:05:09.737 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:05:09.740 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-04-05 18:05:09.742 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-04-05 18:05:09.744 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 18:05:09.746 | + functions-common:run_plugins:1850 : local phase=test-config 2024-04-05 18:05:09.749 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 18:05:09.751 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 18:05:09.753 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 18:05:09.755 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 18:05:09.757 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 18:05:09.760 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-04-05 18:05:09.762 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 18:05:09.764 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:05:09.766 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-04-05 18:05:09.769 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:05:09.771 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 18:05:09.773 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-05 18:05:09.775 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-04-05 18:05:09.777 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-04-05 18:05:09.780 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 18:05:09.782 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 18:05:09.784 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-04-05 18:05:09.786 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:05:09.788 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 18:05:09.791 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 18:05:09.793 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-04-05 18:05:09.796 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 18:05:09.798 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-04-05 18:05:09.800 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 18:05:09.802 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-04-05 18:05:09.802 | /^\[\[.+\|.*\]\]/ { 2024-04-05 18:05:09.802 | gsub("[][]", "", $1); 2024-04-05 18:05:09.802 | split($1, a, "|"); 2024-04-05 18:05:09.802 | if (a[1] == matchgroup) 2024-04-05 18:05:09.802 | print a[2] 2024-04-05 18:05:09.802 | } 2024-04-05 18:05:09.802 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 164 apt-get 10 test_with_retry 3 dbsync 2 pip_install 108 apt-get-update 5 run_process 18 git_timed 96 ------------------------- Unaccounted time 40 ========================= Total runtime 502 ================= Async summary ================= Time spent in the background minus waits: 191 sec Elapsed time: 502 sec Time if we did everything serially: 693 sec Speedup: 1.38048 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 41583 | | keystone | INSERT | 98 | | glance | SELECT | 999 | | glance | CREATE | 65 | | glance | INSERT | 258 | | glance | SHOW | 8 | | glance | UPDATE | 17 | | glance | ALTER | 9 | | glance | DROP | 1 | | neutron | SELECT | 2451 | | neutron | SHOW | 41 | | neutron | CREATE | 317 | | cinder | SELECT | 146 | | cinder | SHOW | 1 | | cinder | CREATE | 74 | | cinder | SET | 1 | | cinder | ALTER | 18 | | neutron | INSERT | 133 | | neutron | UPDATE | 179 | | neutron | ALTER | 150 | | neutron | DROP | 51 | | neutron | DELETE | 17 | | nova_cell1 | SELECT | 113 | | nova_cell1 | SHOW | 35 | | nova_cell1 | CREATE | 157 | | nova_cell1 | ALTER | 2 | | nova_cell0 | SELECT | 18 | | nova_cell0 | SHOW | 35 | | nova_cell0 | CREATE | 157 | | nova_cell0 | ALTER | 2 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 4 | | cinder | INSERT | 5 | | cinder | UPDATE | 8 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | nova_cell1 | UPDATE | 15 | | cinder | DELETE | 1 | | keystone | DELETE | 5 | +------------+-----------+-------+ 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: 73da7dfb93ce4a1a215c58a6011ac26c1b63b3fa Drop the devstack-single-node-centos-7 nodeset 2024-03-04 18:52:06 +0000 OS Version: Ubuntu 22.04 jammy