2024-04-05 10:03:19.956 | + stack.sh:main:513 : exec 2024-04-05 10:03:19.956 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-04-05-100319' 2024-04-05 10:03:19.956 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-04-05-100319.summary.2024-04-05-100319 2024-04-05 10:03:19.956 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:03:19.956 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-04-05-100319 2024-04-05 10:03:19.956 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-04-05-100319 /opt/stack//logs/stack.sh.log 2024-04-05 10:03:19.956 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-04-05-100319.summary.2024-04-05-100319 /opt/stack//logs/stack.sh.log.summary 2024-04-05 10:03:19.956 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-04-05 10:03:19.956 | + functions:check_path_perm_sanity:607 : local real_path 2024-04-05 10:03:19.956 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-04-05 10:03:19.957 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-04-05 10:03:19.957 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-04-05 10:03:19.957 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-04-05 10:03:19.957 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-04-05 10:03:19.957 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-04-05 10:03:19.957 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-04-05 10:03:19.957 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-04-05 10:03:19.958 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-04-05 10:03:19.959 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-04-05 10:03:19.960 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-04-05 10:03:19.962 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-04-05 10:03:19.964 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-04-05 10:03:19.966 | + stack.sh:main:545 : trap exit_trap EXIT 2024-04-05 10:03:19.967 | + stack.sh:main:586 : trap err_trap ERR 2024-04-05 10:03:19.969 | + stack.sh:main:599 : set -o errexit 2024-04-05 10:03:19.970 | + stack.sh:main:602 : uname -a 2024-04-05 10:03:19.971 | 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 10:03:19.972 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-04-05 10:03:19.973 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-04-05 10:03:19.976 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-04-05 10:03:20.000 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-04-05 10:03:20.010 | + stack.sh:main:616 : fetch_plugins 2024-04-05 10:03:20.011 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-04-05 10:03:20.013 | + functions-common:fetch_plugins:1782 : local plugin 2024-04-05 10:03:20.014 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-04-05 10:03:20.015 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-04-05 10:03:20.015 | Fetching DevStack plugins 2024-04-05 10:03:20.017 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-04-05 10:03:20.018 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-04-05 10:03:20.019 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-04-05 10:03:20.021 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-04-05 10:03:20.022 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:03:20.023 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-04-05 10:03:20.025 | + 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 10:03:20.026 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-04-05 10:03:20.027 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-04-05 10:03:20.028 | + functions-common:git_clone:614 : local git_ref=devstack 2024-04-05 10:03:20.030 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:03:20.031 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:03:20.033 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:03:20.034 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:03:20.036 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:03:20.045 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:03:20.046 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:03:20.048 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:03:20.049 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:20.050 | + functions-common:git_clone:633 : echo devstack 2024-04-05 10:03:20.051 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:03:20.054 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-04-05 10:03:20.055 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:20.056 | + 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 10:03:20.058 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:03:20.059 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:03:20.061 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:03:20.062 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:03:20.063 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:03:20.064 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:03:20.066 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:20.067 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:20.069 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:20.071 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311400069 2024-04-05 10:03:20.072 | + 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 10:03:20.076 | Cloning into '/opt/stack/networking-nsx-t'... 2024-04-05 10:03:21.065 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:03:21.066 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:21.068 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:21.069 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:21.070 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:21.072 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:21.073 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:03:21.074 | + functions-common:time_stop:2442 : start_time=1712311400069 2024-04-05 10:03:21.076 | + functions-common:time_stop:2444 : [[ -z 1712311400069 ]] 2024-04-05 10:03:21.077 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:21.080 | + functions-common:time_stop:2447 : end_time=1712311401078 2024-04-05 10:03:21.081 | + functions-common:time_stop:2448 : elapsed_time=1009 2024-04-05 10:03:21.082 | + functions-common:time_stop:2449 : total=0 2024-04-05 10:03:21.084 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:21.085 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1009 2024-04-05 10:03:21.087 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-04-05 10:03:21.088 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-04-05 10:03:21.089 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:03:21.091 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:03:21.092 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:03:21.093 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:03:21.094 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:03:21.096 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:03:21.097 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:21.098 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:21.100 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:21.102 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311401101 2024-04-05 10:03:21.104 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-04-05 10:03:21.836 | From https://github.com/sapcc/networking-nsx-t 2024-04-05 10:03:21.836 | * branch devstack -> FETCH_HEAD 2024-04-05 10:03:21.840 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:03:21.842 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:21.843 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:21.844 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:21.846 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:21.847 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:21.848 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:03:21.850 | + functions-common:time_stop:2442 : start_time=1712311401101 2024-04-05 10:03:21.851 | + functions-common:time_stop:2444 : [[ -z 1712311401101 ]] 2024-04-05 10:03:21.853 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:21.855 | + functions-common:time_stop:2447 : end_time=1712311401854 2024-04-05 10:03:21.856 | + functions-common:time_stop:2448 : elapsed_time=753 2024-04-05 10:03:21.858 | + functions-common:time_stop:2449 : total=1009 2024-04-05 10:03:21.859 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:21.860 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1762 2024-04-05 10:03:21.862 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:03:21.863 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:03:21.864 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:03:21.865 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:03:21.867 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:03:21.868 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:03:21.870 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:03:21.871 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:21.872 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:21.874 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:21.877 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311401875 2024-04-05 10:03:21.878 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:03:21.888 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:03:21.888 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:03:21.888 | state without impacting any branches by switching back to a branch. 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:03:21.888 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | git switch -c 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | Or undo this operation with: 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | git switch - 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:03:21.888 | 2024-04-05 10:03:21.888 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-04-05 10:03:21.890 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:03:21.891 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:21.892 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:21.894 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:21.895 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:21.896 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:21.898 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:03:21.899 | + functions-common:time_stop:2442 : start_time=1712311401875 2024-04-05 10:03:21.900 | + functions-common:time_stop:2444 : [[ -z 1712311401875 ]] 2024-04-05 10:03:21.902 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:21.905 | + functions-common:time_stop:2447 : end_time=1712311401903 2024-04-05 10:03:21.906 | + functions-common:time_stop:2448 : elapsed_time=28 2024-04-05 10:03:21.907 | + functions-common:time_stop:2449 : total=1762 2024-04-05 10:03:21.908 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:21.910 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1790 2024-04-05 10:03:21.911 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-04-05 10:03:21.920 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-04-05 10:03:21.922 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:03:21.922 | + functions-common:git_clone:696 : head -1 2024-04-05 10:03:21.924 | 68e8db3 WIP: Add devstack plugin 2024-04-05 10:03:21.925 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:03:21.927 | + stack.sh:main:620 : run_phase override_defaults 2024-04-05 10:03:21.929 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-04-05 10:03:21.930 | + functions-common:run_phase:1864 : local phase= 2024-04-05 10:03:21.931 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:03:21.933 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:03:21.934 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:03:21.936 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:03:21.937 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:03:21.939 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:03:21.941 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:03:21.943 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:03:21.944 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:03:21.946 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-04-05 10:03:21.947 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:03:21.957 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:21.958 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-04-05 10:03:21.959 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 10:03:21.961 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 10:03:21.962 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 10:03:21.963 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 10:03:21.965 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-04-05 10:03:21.966 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-04-05 10:03:21.967 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-04-05 10:03:21.969 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-04-05 10:03:21.970 | + 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 10:03:21.971 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-04-05 10:03:21.973 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-04-05 10:03:21.974 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-04-05 10:03:21.976 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-04-05 10:03:21.977 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-04-05 10:03:21.977 | Overriding Configuration Defaults 2024-04-05 10:03:21.978 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-04-05 10:03:21.980 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:03:21.981 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-04-05 10:03:21.983 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-04-05 10:03:21.994 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-04-05 10:03:21.995 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-04-05 10:03:22.004 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:03:22.006 | +++ lib/tls:source:43 : hostname -f 2024-04-05 10:03:22.009 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-04-05 10:03:22.010 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-04-05 10:03:22.011 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-04-05 10:03:22.013 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-04-05 10:03:22.014 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-04-05 10:03:22.015 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-04-05 10:03:22.017 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-04-05 10:03:22.018 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-04-05 10:03:22.020 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-04-05 10:03:22.021 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-04-05 10:03:22.024 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-04-05 10:03:22.032 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-04-05 10:03:22.043 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-04-05 10:03:22.052 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-04-05 10:03:22.060 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-04-05 10:03:22.083 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-04-05 10:03:22.121 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-04-05 10:03:22.166 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-04-05 10:03:22.184 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-04-05 10:03:22.218 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-04-05 10:03:22.249 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-04-05 10:03:22.251 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-04-05 10:03:22.261 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:03:22.263 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-04-05 10:03:22.264 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-04-05 10:03:22.266 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-04-05 10:03:22.267 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-04-05 10:03:22.269 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-04-05 10:03:22.280 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-04-05 10:03:22.282 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-04-05 10:03:22.283 | +++ functions-common:is_suse:544 : is_opensuse 2024-04-05 10:03:22.285 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:03:22.286 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:03:22.288 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:03:22.289 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:03:22.291 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:03:22.292 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-04-05 10:03:22.294 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-04-05 10:03:22.296 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-04-05 10:03:22.297 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-04-05 10:03:22.299 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-04-05 10:03:22.301 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-04-05 10:03:22.302 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-04-05 10:03:22.314 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-04-05 10:03:22.315 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-04-05 10:03:22.317 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-04-05 10:03:22.328 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-04-05 10:03:22.330 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-04-05 10:03:22.332 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-04-05 10:03:22.333 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-04-05 10:03:22.335 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-04-05 10:03:22.336 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-04-05 10:03:22.338 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-04-05 10:03:22.339 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-04-05 10:03:22.341 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-04-05 10:03:22.343 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-04-05 10:03:22.344 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-04-05 10:03:22.346 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-04-05 10:03:22.347 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-04-05 10:03:22.349 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-04-05 10:03:22.351 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-04-05 10:03:22.353 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-04-05 10:03:22.355 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-04-05 10:03:22.355 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-05 10:03:22.358 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-04-05 10:03:22.359 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-04-05 10:03:22.361 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-04-05 10:03:22.362 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-04-05 10:03:22.364 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-04-05 10:03:22.366 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-04-05 10:03:22.377 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-04-05 10:03:22.379 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-04-05 10:03:22.381 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-04-05 10:03:22.381 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-05 10:03:22.384 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-04-05 10:03:22.386 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-04-05 10:03:22.388 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-04-05 10:03:22.389 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-04-05 10:03:22.391 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-04-05 10:03:22.392 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-04-05 10:03:22.394 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-04-05 10:03:22.396 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-04-05 10:03:22.397 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-04-05 10:03:22.399 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-04-05 10:03:22.400 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-04-05 10:03:22.402 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-04-05 10:03:22.404 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-04-05 10:03:22.405 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:03:22.407 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-04-05 10:03:22.409 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-04-05 10:03:22.411 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-04-05 10:03:22.421 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-04-05 10:03:22.422 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-04-05 10:03:22.424 | ++++ functions-common:is_suse:544 : is_opensuse 2024-04-05 10:03:22.425 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:03:22.427 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:03:22.429 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:03:22.430 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:03:22.432 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:03:22.433 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-04-05 10:03:22.435 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-04-05 10:03:22.437 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-04-05 10:03:22.438 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-04-05 10:03:22.440 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-04-05 10:03:22.442 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 10:03:22.443 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-04-05 10:03:22.445 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-05 10:03:22.446 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-04-05 10:03:22.448 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-04-05 10:03:22.449 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-04-05 10:03:22.451 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-04-05 10:03:22.452 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-04-05 10:03:22.454 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-04-05 10:03:22.456 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-04-05 10:03:22.457 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-04-05 10:03:22.459 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-04-05 10:03:22.460 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-04-05 10:03:22.461 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-04-05 10:03:22.463 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-04-05 10:03:22.483 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-04-05 10:03:22.492 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-04-05 10:03:22.494 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-04-05 10:03:22.496 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-04-05 10:03:22.497 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-04-05 10:03:22.499 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-04-05 10:03:22.500 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-04-05 10:03:22.502 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-04-05 10:03:22.503 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-04-05 10:03:22.505 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-04-05 10:03:22.507 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-04-05 10:03:22.508 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-04-05 10:03:22.510 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-04-05 10:03:22.511 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-04-05 10:03:22.513 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-04-05 10:03:22.515 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-04-05 10:03:22.516 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-04-05 10:03:22.518 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-04-05 10:03:22.519 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-04-05 10:03:22.521 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-04-05 10:03:22.522 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-04-05 10:03:22.522 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-04-05 10:03:22.523 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-04-05 10:03:22.526 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=eb:be45:ca07 2024-04-05 10:03:22.528 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-04-05 10:03:22.530 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-04-05 10:03:22.531 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-04-05 10:03:22.533 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-04-05 10:03:22.534 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdeb:be45:ca07::/56 2024-04-05 10:03:22.537 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdeb:be45:ca07::/56 2024-04-05 10:03:22.537 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-04-05 10:03:22.540 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdeb:be45:ca07::/64 2024-04-05 10:03:22.542 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-04-05 10:03:22.544 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-04-05 10:03:22.545 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-04-05 10:03:22.547 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-04-05 10:03:22.548 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-04-05 10:03:22.550 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-04-05 10:03:22.551 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-04-05 10:03:22.553 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-04-05 10:03:22.554 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-04-05 10:03:22.556 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-04-05 10:03:22.557 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-04-05 10:03:22.559 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-04-05 10:03:22.560 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdeb:be45:ca07::/56 2024-04-05 10:03:22.562 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-04-05 10:03:22.563 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-04-05 10:03:22.566 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-04-05 10:03:22.566 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-04-05 10:03:22.567 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-04-05 10:03:22.570 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-04-05 10:03:22.573 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-04-05 10:03:22.573 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-04-05 10:03:22.573 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-04-05 10:03:22.577 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-04-05 10:03:22.579 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-04-05 10:03:22.581 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-04-05 10:03:22.583 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-04-05 10:03:22.584 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-04-05 10:03:22.586 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-04-05 10:03:22.587 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-04-05 10:03:22.599 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-04-05 10:03:22.608 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-04-05 10:03:22.617 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-04-05 10:03:22.626 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-04-05 10:03:22.671 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-04-05 10:03:22.674 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-04-05 10:03:22.675 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-04-05 10:03:22.677 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-04-05 10:03:22.678 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-04-05 10:03:22.680 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-04-05 10:03:22.680 | False' 2024-04-05 10:03:22.682 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-04-05 10:03:22.693 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-04-05 10:03:22.695 | + stack.sh:main:650 : run_phase source 2024-04-05 10:03:22.696 | + functions-common:run_phase:1863 : local mode=source 2024-04-05 10:03:22.698 | + functions-common:run_phase:1864 : local phase= 2024-04-05 10:03:22.699 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:03:22.701 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:03:22.702 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:03:22.704 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:03:22.705 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:03:22.707 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:03:22.710 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:03:22.711 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:03:22.713 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:03:22.715 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-04-05 10:03:22.716 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:03:22.727 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:22.728 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-04-05 10:03:22.730 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-04-05 10:03:22.756 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-04-05 10:03:22.758 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-04-05 10:03:22.759 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-04-05 10:03:22.761 | + functions-common:run_phase:1885 : load_plugin_settings 2024-04-05 10:03:22.763 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-04-05 10:03:22.764 | + functions-common:load_plugin_settings:1800 : local plugin 2024-04-05 10:03:22.766 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-04-05 10:03:22.767 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-04-05 10:03:22.767 | Loading plugin settings 2024-04-05 10:03:22.769 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-04-05 10:03:22.771 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:03:22.772 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-04-05 10:03:22.774 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-04-05 10:03:22.776 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-04-05 10:03:22.777 | ++ functions-common:define_plugin:1907 : : 2024-04-05 10:03:22.779 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-04-05 10:03:22.780 | + functions-common:run_phase:1886 : verify_disabled_services 2024-04-05 10:03:22.782 | + functions-common:verify_disabled_services:2146 : local service 2024-04-05 10:03:22.784 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.788 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.791 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.794 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.798 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.799 | + 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 10:03:22.801 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.804 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.808 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.809 | + 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 10:03:22.811 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.815 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.816 | + 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 10:03:22.818 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.821 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.825 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.826 | + 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 10:03:22.828 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.831 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.833 | + 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 10:03:22.835 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.836 | + 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 10:03:22.838 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.840 | + 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 10:03:22.841 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.843 | + 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 10:03:22.845 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.848 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.850 | + 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 10:03:22.852 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.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 10:03:22.855 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:03:22.857 | + 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 10:03:22.859 | + stack.sh:main:721 : initialize_database_backends 2024-04-05 10:03:22.861 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-04-05 10:03:22.863 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-04-05 10:03:22.874 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:22.876 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-04-05 10:03:22.877 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-04-05 10:03:22.879 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-04-05 10:03:22.891 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:03:22.892 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-04-05 10:03:22.894 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-04-05 10:03:22.896 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-04-05 10:03:22.898 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-04-05 10:03:22.899 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-04-05 10:03:22.901 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-04-05 10:03:22.903 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-04-05 10:03:22.904 | + lib/database:initialize_database_backends:92 : return 0 2024-04-05 10:03:22.906 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-04-05 10:03:22.906 | Using mysql database backend 2024-04-05 10:03:22.908 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-04-05 10:03:22.920 | + stack.sh:main:727 : define_database_baseurl 2024-04-05 10:03:22.922 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-04-05 10:03:22.924 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-04-05 10:03:22.926 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-04-05 10:03:22.928 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 10:03:22.930 | + stack.sh:main:739 : is_service_enabled rabbit 2024-04-05 10:03:22.942 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:22.943 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-04-05 10:03:22.956 | + stack.sh:main:747 : is_service_enabled keystone 2024-04-05 10:03:22.967 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:22.969 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-04-05 10:03:22.981 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-04-05 10:03:22.993 | + stack.sh:main:762 : is_service_enabled ldap 2024-04-05 10:03:23.005 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:03:23.007 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-04-05 10:03:23.019 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:03:23.020 | + stack.sh:main:783 : save_stackenv 783 2024-04-05 10:03:23.022 | + functions-common:save_stackenv:60 : local tag=783 2024-04-05 10:03:23.025 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-05 10:03:23.028 | + functions-common:save_stackenv:62 : time_stamp=2024-04-05-100323 2024-04-05 10:03:23.029 | + functions-common:save_stackenv:63 : echo '# 2024-04-05-100323 783' 2024-04-05 10:03:23.031 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.033 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 10:03:23.035 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.037 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-05 10:03:23.038 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.040 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-05 10:03:23.042 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.044 | + 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 10:03:23.046 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.048 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-05 10:03:23.050 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.051 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-05 10:03:23.053 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.055 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-05-100319 2024-04-05 10:03:23.057 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.059 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-05 10:03:23.060 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.062 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-05 10:03:23.064 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.066 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-05 10:03:23.068 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.069 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-05 10:03:23.071 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.073 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-05 10:03:23.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.076 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-05 10:03:23.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.080 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-05 10:03:23.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:03:23.084 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-05 10:03:23.086 | + stack.sh:main:796 : GIT_DEPTH=0 2024-04-05 10:03:23.088 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-04-05 10:03:23.090 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-04-05 10:03:23.091 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-04-05 10:03:23.093 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 10:03:23.094 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:03:23.096 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:03:23.098 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:03:23.100 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:03:23.102 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:03:23.113 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:03:23.115 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-04-05 10:03:23.116 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:23.118 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:03:23.119 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 10:03:23.122 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-04-05 10:03:23.124 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:23.125 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-04-05 10:03:23.127 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:03:23.128 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:03:23.130 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:03:23.131 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:03:23.133 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:03:23.135 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:03:23.136 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:23.137 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:23.139 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:23.142 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311403140 2024-04-05 10:03:23.144 | + 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 10:03:23.146 | Cloning into '/opt/stack//requirements'... 2024-04-05 10:03:26.295 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:03:26.296 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:26.298 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:26.299 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:26.301 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:26.303 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:26.304 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:03:26.306 | + functions-common:time_stop:2442 : start_time=1712311403140 2024-04-05 10:03:26.308 | + functions-common:time_stop:2444 : [[ -z 1712311403140 ]] 2024-04-05 10:03:26.310 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:26.312 | + functions-common:time_stop:2447 : end_time=1712311406310 2024-04-05 10:03:26.314 | + functions-common:time_stop:2448 : elapsed_time=3170 2024-04-05 10:03:26.315 | + functions-common:time_stop:2449 : total=1790 2024-04-05 10:03:26.317 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:26.319 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4960 2024-04-05 10:03:26.320 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-04-05 10:03:26.322 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-04-05 10:03:26.323 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:03:26.325 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:03:26.327 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:03:26.328 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:03:26.330 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:03:26.331 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:03:26.333 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:26.335 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:26.337 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:26.340 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311406338 2024-04-05 10:03:26.342 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-04-05 10:03:27.030 | From https://opendev.org/openstack/requirements 2024-04-05 10:03:27.030 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 10:03:27.038 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:03:27.039 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:27.041 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:27.043 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:27.045 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:27.046 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:27.048 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:03:27.050 | + functions-common:time_stop:2442 : start_time=1712311406338 2024-04-05 10:03:27.051 | + functions-common:time_stop:2444 : [[ -z 1712311406338 ]] 2024-04-05 10:03:27.053 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:27.056 | + functions-common:time_stop:2447 : end_time=1712311407054 2024-04-05 10:03:27.058 | + functions-common:time_stop:2448 : elapsed_time=716 2024-04-05 10:03:27.059 | + functions-common:time_stop:2449 : total=4960 2024-04-05 10:03:27.061 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:27.063 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5676 2024-04-05 10:03:27.064 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:03:27.066 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:03:27.067 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:03:27.069 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:03:27.071 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:03:27.072 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:03:27.074 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:03:27.075 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:27.077 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:27.079 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:27.082 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311407080 2024-04-05 10:03:27.084 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:03:27.092 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:03:27.092 | 2024-04-05 10:03:27.092 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:03:27.093 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:03:27.093 | state without impacting any branches by switching back to a branch. 2024-04-05 10:03:27.093 | 2024-04-05 10:03:27.093 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:03:27.093 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:03:27.093 | 2024-04-05 10:03:27.093 | git switch -c 2024-04-05 10:03:27.093 | 2024-04-05 10:03:27.093 | Or undo this operation with: 2024-04-05 10:03:27.093 | 2024-04-05 10:03:27.093 | git switch - 2024-04-05 10:03:27.093 | 2024-04-05 10:03:27.093 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:03:27.093 | 2024-04-05 10:03:27.093 | HEAD is now at f392b3a8 Merge "update constraint for python-glanceclient to new release 4.3.1" into stable/2023.1 2024-04-05 10:03:27.096 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:03:27.097 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:27.099 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:27.101 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:27.102 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:27.104 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:27.106 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:03:27.107 | + functions-common:time_stop:2442 : start_time=1712311407080 2024-04-05 10:03:27.109 | + functions-common:time_stop:2444 : [[ -z 1712311407080 ]] 2024-04-05 10:03:27.111 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:27.114 | + functions-common:time_stop:2447 : end_time=1712311407112 2024-04-05 10:03:27.116 | + functions-common:time_stop:2448 : elapsed_time=32 2024-04-05 10:03:27.117 | + functions-common:time_stop:2449 : total=5676 2024-04-05 10:03:27.119 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:27.121 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5708 2024-04-05 10:03:27.122 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-04-05 10:03:27.133 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-04-05 10:03:27.135 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:03:27.135 | + functions-common:git_clone:696 : head -1 2024-04-05 10:03:27.138 | f392b3a8 Merge "update constraint for python-glanceclient to new release 4.3.1" into stable/2023.1 2024-04-05 10:03:27.140 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:03:27.142 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-04-05 10:03:27.144 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:03:27.146 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-04-05 10:03:27.148 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-04-05 10:03:27.150 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-04-05 10:03:27.152 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-04-05 10:03:27.154 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-04-05 10:03:27.156 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-04-05 10:03:27.158 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-04-05 10:03:27.160 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-04-05 10:03:27.163 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-04-05 10:03:27.166 | ++ tools/install_prereqs.sh:source:47 : NOW=1712311407 2024-04-05 10:03:27.168 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-04-05 10:03:27.172 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-04-05 10:03:27.174 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-04-05 10:03:27.176 | ++ tools/install_prereqs.sh:source:49 : DELTA=1712311407 2024-04-05 10:03:27.178 | ++ tools/install_prereqs.sh:source:50 : [[ 1712311407 -lt 7200 ]] 2024-04-05 10:03:27.180 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-04-05 10:03:27.182 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-04-05 10:03:27.183 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-04-05 10:03:27.185 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-04-05 10:03:27.187 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-04-05 10:03:27.189 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-04-05 10:03:27.191 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-04-05 10:03:27.193 | +++ 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 10:03:27.220 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-04-05 10:03:27.220 | apache2-dev 2024-04-05 10:03:27.220 | bc 2024-04-05 10:03:27.220 | bsdmainutils 2024-04-05 10:03:27.220 | curl 2024-04-05 10:03:27.220 | g++ 2024-04-05 10:03:27.220 | gawk 2024-04-05 10:03:27.220 | gcc 2024-04-05 10:03:27.220 | gettext 2024-04-05 10:03:27.220 | git 2024-04-05 10:03:27.220 | graphviz 2024-04-05 10:03:27.220 | iputils-ping 2024-04-05 10:03:27.220 | libapache2-mod-proxy-uwsgi 2024-04-05 10:03:27.220 | libffi-dev 2024-04-05 10:03:27.220 | libjpeg-dev 2024-04-05 10:03:27.220 | libpcre3-dev 2024-04-05 10:03:27.220 | libpq-dev 2024-04-05 10:03:27.220 | libssl-dev 2024-04-05 10:03:27.221 | libsystemd-dev 2024-04-05 10:03:27.221 | libxml2-dev 2024-04-05 10:03:27.221 | libxslt1-dev 2024-04-05 10:03:27.221 | libyaml-dev 2024-04-05 10:03:27.221 | lsof 2024-04-05 10:03:27.221 | openssh-server 2024-04-05 10:03:27.221 | openssl 2024-04-05 10:03:27.221 | pkg-config 2024-04-05 10:03:27.221 | psmisc 2024-04-05 10:03:27.221 | python3-dev 2024-04-05 10:03:27.221 | python3-pip 2024-04-05 10:03:27.221 | python3-systemd 2024-04-05 10:03:27.221 | python3-venv 2024-04-05 10:03:27.221 | tar 2024-04-05 10:03:27.221 | tcpdump 2024-04-05 10:03:27.221 | unzip 2024-04-05 10:03:27.221 | uuid-runtime 2024-04-05 10:03:27.221 | wget 2024-04-05 10:03:27.221 | wget 2024-04-05 10:03:27.221 | zlib1g-dev 2024-04-05 10:03:27.221 | libkrb5-dev 2024-04-05 10:03:27.221 | libldap2-dev 2024-04-05 10:03:27.221 | libsasl2-dev 2024-04-05 10:03:27.221 | memcached 2024-04-05 10:03:27.221 | python3-mysqldb 2024-04-05 10:03:27.221 | sqlite3 2024-04-05 10:03:27.221 | conntrack 2024-04-05 10:03:27.221 | curl 2024-04-05 10:03:27.221 | ebtables 2024-04-05 10:03:27.221 | genisoimage 2024-04-05 10:03:27.221 | iptables 2024-04-05 10:03:27.221 | iputils-arping 2024-04-05 10:03:27.221 | kpartx 2024-04-05 10:03:27.221 | libjs-jquery-tablesorter 2024-04-05 10:03:27.221 | parted 2024-04-05 10:03:27.221 | pm-utils 2024-04-05 10:03:27.221 | python3-mysqldb 2024-04-05 10:03:27.221 | socat 2024-04-05 10:03:27.221 | sqlite3 2024-04-05 10:03:27.221 | sudo 2024-04-05 10:03:27.221 | vlan 2024-04-05 10:03:27.221 | lsscsi 2024-04-05 10:03:27.221 | open-iscsi 2024-04-05 10:03:27.221 | lvm2 2024-04-05 10:03:27.221 | qemu-utils 2024-04-05 10:03:27.221 | thin-provisioning-tools 2024-04-05 10:03:27.221 | acl 2024-04-05 10:03:27.221 | dnsmasq-base 2024-04-05 10:03:27.221 | dnsmasq-utils 2024-04-05 10:03:27.221 | ebtables 2024-04-05 10:03:27.221 | haproxy 2024-04-05 10:03:27.221 | iptables 2024-04-05 10:03:27.221 | iputils-arping 2024-04-05 10:03:27.221 | iputils-ping 2024-04-05 10:03:27.221 | postgresql-server-dev-all 2024-04-05 10:03:27.221 | python3-mysqldb 2024-04-05 10:03:27.221 | sqlite3 2024-04-05 10:03:27.221 | sudo 2024-04-05 10:03:27.221 | vlan 2024-04-05 10:03:27.221 | ipset 2024-04-05 10:03:27.221 | conntrack 2024-04-05 10:03:27.221 | conntrackd 2024-04-05 10:03:27.221 | keepalived' 2024-04-05 10:03:27.223 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-04-05 10:03:27.238 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-04-05 10:03:27.238 | apache2-dev 2024-04-05 10:03:27.238 | bc 2024-04-05 10:03:27.238 | bsdmainutils 2024-04-05 10:03:27.238 | curl 2024-04-05 10:03:27.238 | g++ 2024-04-05 10:03:27.238 | gawk 2024-04-05 10:03:27.238 | gcc 2024-04-05 10:03:27.238 | gettext 2024-04-05 10:03:27.238 | git 2024-04-05 10:03:27.238 | graphviz 2024-04-05 10:03:27.238 | iputils-ping 2024-04-05 10:03:27.238 | libapache2-mod-proxy-uwsgi 2024-04-05 10:03:27.238 | libffi-dev 2024-04-05 10:03:27.238 | libjpeg-dev 2024-04-05 10:03:27.238 | libpcre3-dev 2024-04-05 10:03:27.238 | libpq-dev 2024-04-05 10:03:27.238 | libssl-dev 2024-04-05 10:03:27.238 | libsystemd-dev 2024-04-05 10:03:27.238 | libxml2-dev 2024-04-05 10:03:27.238 | libxslt1-dev 2024-04-05 10:03:27.238 | libyaml-dev 2024-04-05 10:03:27.238 | lsof 2024-04-05 10:03:27.238 | openssh-server 2024-04-05 10:03:27.238 | openssl 2024-04-05 10:03:27.238 | pkg-config 2024-04-05 10:03:27.238 | psmisc 2024-04-05 10:03:27.238 | python3-dev 2024-04-05 10:03:27.238 | python3-pip 2024-04-05 10:03:27.238 | python3-systemd 2024-04-05 10:03:27.238 | python3-venv 2024-04-05 10:03:27.238 | tar 2024-04-05 10:03:27.238 | tcpdump 2024-04-05 10:03:27.238 | unzip 2024-04-05 10:03:27.238 | uuid-runtime 2024-04-05 10:03:27.238 | wget 2024-04-05 10:03:27.238 | wget 2024-04-05 10:03:27.238 | zlib1g-dev 2024-04-05 10:03:27.238 | libkrb5-dev 2024-04-05 10:03:27.238 | libldap2-dev 2024-04-05 10:03:27.238 | libsasl2-dev 2024-04-05 10:03:27.238 | memcached 2024-04-05 10:03:27.238 | python3-mysqldb 2024-04-05 10:03:27.238 | sqlite3 2024-04-05 10:03:27.238 | conntrack 2024-04-05 10:03:27.238 | curl 2024-04-05 10:03:27.238 | ebtables 2024-04-05 10:03:27.238 | genisoimage 2024-04-05 10:03:27.238 | iptables 2024-04-05 10:03:27.238 | iputils-arping 2024-04-05 10:03:27.238 | kpartx 2024-04-05 10:03:27.238 | libjs-jquery-tablesorter 2024-04-05 10:03:27.238 | parted 2024-04-05 10:03:27.238 | pm-utils 2024-04-05 10:03:27.238 | python3-mysqldb 2024-04-05 10:03:27.238 | socat 2024-04-05 10:03:27.238 | sqlite3 2024-04-05 10:03:27.238 | sudo 2024-04-05 10:03:27.238 | vlan 2024-04-05 10:03:27.238 | lsscsi 2024-04-05 10:03:27.238 | open-iscsi 2024-04-05 10:03:27.238 | lvm2 2024-04-05 10:03:27.238 | qemu-utils 2024-04-05 10:03:27.238 | thin-provisioning-tools 2024-04-05 10:03:27.238 | acl 2024-04-05 10:03:27.238 | dnsmasq-base 2024-04-05 10:03:27.238 | dnsmasq-utils 2024-04-05 10:03:27.238 | ebtables 2024-04-05 10:03:27.238 | haproxy 2024-04-05 10:03:27.238 | iptables 2024-04-05 10:03:27.238 | iputils-arping 2024-04-05 10:03:27.238 | iputils-ping 2024-04-05 10:03:27.238 | postgresql-server-dev-all 2024-04-05 10:03:27.238 | python3-mysqldb 2024-04-05 10:03:27.238 | sqlite3 2024-04-05 10:03:27.238 | sudo 2024-04-05 10:03:27.238 | vlan 2024-04-05 10:03:27.238 | ipset 2024-04-05 10:03:27.238 | conntrack 2024-04-05 10:03:27.238 | conntrackd 2024-04-05 10:03:27.238 | keepalived ' 2024-04-05 10:03:27.240 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-04-05 10:03:27.242 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:27.244 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:27.247 | ++ 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 10:03:27.247 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-04-05 10:03:27.250 | ++ 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 10:03:27.252 | ++ functions-common:install_package:1459 : update_package_repo 2024-04-05 10:03:27.254 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:03:27.255 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-04-05 10:03:27.257 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:03:27.259 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:27.260 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:03:27.262 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:27.264 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:27.266 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:03:27.267 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-04-05 10:03:27.269 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:27.271 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-04-05 10:03:27.273 | +++ functions-common:apt_get_update:1193 : id -u 2024-04-05 10:03:27.276 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-04-05 10:03:27.277 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-04-05 10:03:27.279 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-04-05 10:03:27.281 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 10:03:27.282 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:03:27.285 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:03:27.287 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712311407285 2024-04-05 10:03:27.289 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-04-05 10:03:27.291 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-04-05 10:03:27.292 | ++ 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 10:03:27.484 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-04-05 10:03:27.487 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [119 kB] 2024-04-05 10:03:27.552 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [109 kB] 2024-04-05 10:03:27.638 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-05 10:03:27.719 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-05 10:03:27.766 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-05 10:03:27.846 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-05 10:03:27.913 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-05 10:03:27.927 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,061 kB] 2024-04-05 10:03:27.943 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-05 10:03:27.954 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-05 10:03:27.965 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-05 10:03:28.077 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-05 10:03:28.696 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-05 10:03:28.707 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-05 10:03:29.998 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-05 10:03:30.072 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-05 10:03:30.171 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-05 10:03:33.125 | Fetched 9,872 kB in 3s (3,239 kB/s) 2024-04-05 10:03:34.042 | Reading package lists... 2024-04-05 10:03:34.066 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-04-05 10:03:34.068 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-04-05 10:03:34.070 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:03:34.072 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:34.073 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:34.075 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:03:34.077 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:34.078 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-04-05 10:03:34.080 | ++ functions-common:time_stop:2442 : start_time=1712311407285 2024-04-05 10:03:34.082 | ++ functions-common:time_stop:2444 : [[ -z 1712311407285 ]] 2024-04-05 10:03:34.083 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:34.087 | ++ functions-common:time_stop:2447 : end_time=1712311414085 2024-04-05 10:03:34.088 | ++ functions-common:time_stop:2448 : elapsed_time=6800 2024-04-05 10:03:34.090 | ++ functions-common:time_stop:2449 : total=0 2024-04-05 10:03:34.091 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:34.093 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6800 2024-04-05 10:03:34.095 | ++ 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 10:03:34.097 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:03:34.098 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:34.100 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:34.102 | ++ 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 10:03:34.116 | ++ 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 10:03:34.172 | Reading package lists... 2024-04-05 10:03:34.352 | Building dependency tree... 2024-04-05 10:03:34.353 | Reading state information... 2024-04-05 10:03:34.358 | acl is already the newest version (2.3.1-1). 2024-04-05 10:03:34.358 | bc is already the newest version (1.07.1-3build1). 2024-04-05 10:03:34.358 | bc set to manually installed. 2024-04-05 10:03:34.358 | conntrack is already the newest version (1:1.4.6-2build2). 2024-04-05 10:03:34.358 | ebtables is already the newest version (2.0.11-4build2). 2024-04-05 10:03:34.358 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-04-05 10:03:34.358 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-04-05 10:03:34.358 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-04-05 10:03:34.358 | gettext is already the newest version (0.21-4ubuntu4). 2024-04-05 10:03:34.358 | ipset is already the newest version (7.15-1build1). 2024-04-05 10:03:34.358 | iputils-arping is already the newest version (3:20211215-1). 2024-04-05 10:03:34.358 | iputils-ping is already the newest version (3:20211215-1). 2024-04-05 10:03:34.358 | iputils-ping set to manually installed. 2024-04-05 10:03:34.358 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-04-05 10:03:34.358 | libffi-dev is already the newest version (3.4.2-4). 2024-04-05 10:03:34.358 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-04-05 10:03:34.358 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-04-05 10:03:34.358 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-04-05 10:03:34.358 | lsof set to manually installed. 2024-04-05 10:03:34.358 | lsscsi is already the newest version (0.31-1build2). 2024-04-05 10:03:34.358 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-04-05 10:03:34.358 | lvm2 set to manually installed. 2024-04-05 10:03:34.358 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-04-05 10:03:34.359 | open-iscsi set to manually installed. 2024-04-05 10:03:34.359 | parted is already the newest version (3.4-2build1). 2024-04-05 10:03:34.359 | parted set to manually installed. 2024-04-05 10:03:34.359 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-04-05 10:03:34.359 | psmisc is already the newest version (23.4-2build3). 2024-04-05 10:03:34.359 | psmisc set to manually installed. 2024-04-05 10:03:34.359 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-04-05 10:03:34.359 | python3-systemd is already the newest version (234-3ubuntu2). 2024-04-05 10:03:34.359 | python3-systemd set to manually installed. 2024-04-05 10:03:34.359 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-04-05 10:03:34.359 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-04-05 10:03:34.359 | thin-provisioning-tools set to manually installed. 2024-04-05 10:03:34.359 | wget is already the newest version (1.21.2-2ubuntu1). 2024-04-05 10:03:34.359 | wget set to manually installed. 2024-04-05 10:03:34.359 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-04-05 10:03:34.359 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-04-05 10:03:34.359 | graphviz is already the newest version (2.42.2-6). 2024-04-05 10:03:34.359 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-04-05 10:03:34.359 | pm-utils is already the newest version (1.4.1-19). 2024-04-05 10:03:34.359 | postgresql-server-dev-all is already the newest version (238). 2024-04-05 10:03:34.359 | vlan is already the newest version (2.0.5ubuntu5). 2024-04-05 10:03:34.359 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 10:03:34.359 | apache2-dev is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 10:03:34.359 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-04-05 10:03:34.359 | gawk set to manually installed. 2024-04-05 10:03:34.359 | git is already the newest version (1:2.34.1-1ubuntu1.10). 2024-04-05 10:03:34.359 | git set to manually installed. 2024-04-05 10:03:34.359 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-04-05 10:03:34.359 | iptables set to manually installed. 2024-04-05 10:03:34.359 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-04-05 10:03:34.359 | kpartx set to manually installed. 2024-04-05 10:03:34.359 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-04-05 10:03:34.359 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | libpq-dev is already the newest version (14.11-0ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-04-05 10:03:34.359 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-04-05 10:03:34.359 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-04-05 10:03:34.359 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-04-05 10:03:34.359 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-04-05 10:03:34.359 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-04-05 10:03:34.359 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.6). 2024-04-05 10:03:34.359 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-04-05 10:03:34.359 | openssl set to manually installed. 2024-04-05 10:03:34.359 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-04-05 10:03:34.359 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-04-05 10:03:34.359 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-04-05 10:03:34.359 | sudo set to manually installed. 2024-04-05 10:03:34.515 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-04-05 10:03:34.515 | tar set to manually installed. 2024-04-05 10:03:34.515 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-04-05 10:03:34.515 | tcpdump set to manually installed. 2024-04-05 10:03:34.515 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-04-05 10:03:34.515 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-04-05 10:03:34.515 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 10:03:34.515 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-04-05 10:03:34.515 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-04-05 10:03:34.515 | The following additional packages will be installed: 2024-04-05 10:03:34.516 | libcurl4 qemu-block-extra 2024-04-05 10:03:34.517 | Suggested packages: 2024-04-05 10:03:34.517 | debootstrap 2024-04-05 10:03:34.539 | The following packages will be upgraded: 2024-04-05 10:03:34.540 | curl libcurl4 qemu-block-extra qemu-utils uuid-runtime 2024-04-05 10:03:34.679 | 5 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:03:34.679 | Need to get 1,593 kB/2,109 kB of archives. 2024-04-05 10:03:34.679 | After this operation, 4,096 B of additional disk space will be used. 2024-04-05 10:03:34.680 | Get:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 qemu-block-extra amd64 1:6.2+dfsg-2ubuntu6.18 [68.2 kB] 2024-04-05 10:03:34.712 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 qemu-utils amd64 1:6.2+dfsg-2ubuntu6.18 [1,525 kB] 2024-04-05 10:03:35.161 | Fetched 1,593 kB in 0s (8,096 kB/s) 2024-04-05 10:03:35.823 | (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 10:03:35.829 | Preparing to unpack .../uuid-runtime_2.37.2-4ubuntu3.3_amd64.deb ... 2024-04-05 10:03:35.848 | Unpacking uuid-runtime (2.37.2-4ubuntu3.3) over (2.37.2-4ubuntu3) ... 2024-04-05 10:03:35.932 | Preparing to unpack .../curl_7.81.0-1ubuntu1.16_amd64.deb ... 2024-04-05 10:03:35.942 | Unpacking curl (7.81.0-1ubuntu1.16) over (7.81.0-1ubuntu1.15) ... 2024-04-05 10:03:36.010 | Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.16_amd64.deb ... 2024-04-05 10:03:36.026 | Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.16) over (7.81.0-1ubuntu1.15) ... 2024-04-05 10:03:36.088 | Preparing to unpack .../qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ... 2024-04-05 10:03:36.110 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.18) over (1:6.2+dfsg-2ubuntu6.17) ... 2024-04-05 10:03:36.163 | Preparing to unpack .../qemu-utils_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ... 2024-04-05 10:03:36.174 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.18) over (1:6.2+dfsg-2ubuntu6.17) ... 2024-04-05 10:03:36.281 | Setting up uuid-runtime (2.37.2-4ubuntu3.3) ... 2024-04-05 10:03:37.166 | uuidd.service is a disabled or a static unit not running, not starting it. 2024-04-05 10:03:37.184 | Setting up libcurl4:amd64 (7.81.0-1ubuntu1.16) ... 2024-04-05 10:03:37.199 | Setting up curl (7.81.0-1ubuntu1.16) ... 2024-04-05 10:03:37.211 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.18) ... 2024-04-05 10:03:37.223 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.18) ... 2024-04-05 10:03:38.046 | Processing triggers for man-db (2.10.2-1) ... 2024-04-05 10:03:38.319 | Processing triggers for libc-bin (2.35-0ubuntu3.6) ... 2024-04-05 10:03:38.666 | NEEDRESTART-VER: 3.5 2024-04-05 10:03:39.044 | NEEDRESTART-KCUR: 6.5.0-25-generic 2024-04-05 10:03:39.044 | NEEDRESTART-KEXP: 6.5.0-25-generic 2024-04-05 10:03:39.044 | NEEDRESTART-KSTA: 1 2024-04-05 10:03:40.409 | ++ functions-common:apt_get:1230 : result=0 2024-04-05 10:03:40.411 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:03:40.413 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:03:40.415 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:40.416 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:40.418 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:03:40.420 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:40.421 | ++ functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:03:40.423 | ++ functions-common:time_stop:2442 : start_time=1712311414114 2024-04-05 10:03:40.424 | ++ functions-common:time_stop:2444 : [[ -z 1712311414114 ]] 2024-04-05 10:03:40.426 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:40.430 | ++ functions-common:time_stop:2447 : end_time=1712311420427 2024-04-05 10:03:40.431 | ++ functions-common:time_stop:2448 : elapsed_time=6313 2024-04-05 10:03:40.433 | ++ functions-common:time_stop:2449 : total=449 2024-04-05 10:03:40.435 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:40.436 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6762 2024-04-05 10:03:40.438 | ++ functions-common:apt_get:1234 : return 0 2024-04-05 10:03:40.440 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-04-05 10:03:40.442 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-04-05 10:03:40.444 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-04-05 10:03:40.447 | ++ tools/install_prereqs.sh:source:89 : date 2024-04-05 10:03:40.450 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-04-05 10:03:40.452 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-04-05 10:03:40.454 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-04-05 10:03:40.759 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-04-05 10:03:40.760 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-04-05 10:03:40.761 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-04-05 10:03:40.763 | + tools/install_pip.sh:main:43 : GetDistro 2024-04-05 10:03:40.764 | + functions-common:GetDistro:449 : GetOSVersion 2024-04-05 10:03:40.765 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-04-05 10:03:40.766 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-04-05 10:03:40.768 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-04-05 10:03:40.769 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-04-05 10:03:40.770 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-04-05 10:03:40.771 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-04-05 10:03:40.772 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-04-05 10:03:40.774 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-04-05 10:03:40.775 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-04-05 10:03:40.776 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-04-05 10:03:40.777 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-04-05 10:03:40.779 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-04-05 10:03:40.780 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-04-05 10:03:40.781 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-04-05 10:03:40.782 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-04-05 10:03:40.784 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-04-05 10:03:40.785 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-04-05 10:03:40.787 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-04-05 10:03:40.788 | + functions-common:_ensure_lsb_release:394 : return 2024-04-05 10:03:40.789 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-04-05 10:03:40.823 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-04-05 10:03:40.824 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-04-05 10:03:40.858 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-04-05 10:03:40.860 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-04-05 10:03:40.894 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-04-05 10:03:40.896 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-04-05 10:03:40.897 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-04-05 10:03:40.899 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-04-05 10:03:40.900 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-04-05 10:03:40.901 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-04-05 10:03:40.903 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-04-05 10:03:40.904 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-04-05 10:03:40.905 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-04-05 10:03:40.907 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-04-05 10:03:40.908 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-04-05 10:03:40.909 | Distro: jammy 2024-04-05 10:03:40.910 | + tools/install_pip.sh:main:124 : get_versions 2024-04-05 10:03:40.911 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-04-05 10:03:40.914 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-04-05 10:03:40.915 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-04-05 10:03:40.917 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-04-05 10:03:40.918 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-04-05 10:03:41.022 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-04-05 10:03:41.023 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-04-05 10:03:41.023 | pip: 0.1.15 2024-04-05 10:03:41.025 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-04-05 10:03:41.026 | + tools/install_pip.sh:main:130 : is_fedora 2024-04-05 10:03:41.027 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:03:41.029 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:03:41.030 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:03:41.031 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:03:41.032 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:03:41.033 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:03:41.035 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:03:41.036 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:03:41.037 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:03:41.038 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:03:41.040 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:03:41.041 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:03:41.042 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-04-05 10:03:41.043 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:41.045 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:41.046 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-04-05 10:03:41.049 | + tools/install_pip.sh:main:153 : set -x 2024-04-05 10:03:41.050 | + tools/install_pip.sh:main:156 : get_versions 2024-04-05 10:03:41.052 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-04-05 10:03:41.055 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-04-05 10:03:41.056 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-04-05 10:03:41.058 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-04-05 10:03:41.058 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-04-05 10:03:41.066 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-04-05 10:03:41.067 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-04-05 10:03:41.067 | pip: 0.1.15 2024-04-05 10:03:41.070 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-04-05 10:03:41.072 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-04-05 10:03:41.074 | + stack.sh:main:822 : fixup_all 2024-04-05 10:03:41.076 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-04-05 10:03:41.077 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-04-05 10:03:41.079 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:41.081 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:41.082 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-04-05 10:03:41.092 | + 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 10:03:41.101 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-04-05 10:03:41.109 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-04-05 10:03:41.111 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-04-05 10:03:41.113 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:03:41.114 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:03:41.116 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:03:41.117 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:03:41.119 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:03:41.121 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:03:41.122 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:03:41.124 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:03:41.125 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:03:41.127 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:03:41.128 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:03:41.130 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:03:41.132 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-04-05 10:03:41.133 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-04-05 10:03:41.135 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-04-05 10:03:41.137 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 10:03:41.138 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:03:41.140 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:03:41.142 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:03:41.143 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:03:41.145 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:03:41.147 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-04-05 10:03:41.149 | + stack.sh:main:825 : pip_install -U os-testr 2024-04-05 10:03:41.164 | Using python 3.10 to install os-testr 2024-04-05 10:03:41.165 | + 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 10:03:42.330 | Collecting os-testr 2024-04-05 10:03:42.333 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-04-05 10:03:42.339 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-04-05 10:03:42.449 | Collecting python-subunit>=1.0.0 2024-04-05 10:03:42.452 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-04-05 10:03:42.497 | Collecting pbr!=2.1.0,>=2.0.0 2024-04-05 10:03:42.500 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-04-05 10:03:42.509 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-04-05 10:03:42.693 | Installing collected packages: python-subunit, pbr, os-testr 2024-04-05 10:03:42.693 | Attempting uninstall: python-subunit 2024-04-05 10:03:42.695 | Found existing installation: python-subunit 1.4.0 2024-04-05 10:03:42.700 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:03:42.701 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-04-05 10:03:42.781 | Attempting uninstall: pbr 2024-04-05 10:03:42.782 | Found existing installation: pbr 5.8.0 2024-04-05 10:03:42.783 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:03:42.784 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-04-05 10:03:42.842 | Attempting uninstall: os-testr 2024-04-05 10:03:42.843 | Found existing installation: os-testr 2.0.1 2024-04-05 10:03:42.844 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:03:42.844 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-04-05 10:03:42.866 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-04-05 10:03:42.867 | 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 10:03:42.950 | + inc/python:pip_install:196 : result=0 2024-04-05 10:03:42.951 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:03:42.953 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:42.955 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:42.956 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:42.958 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:42.959 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:42.961 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:03:42.962 | + functions-common:time_stop:2442 : start_time=1712311421160 2024-04-05 10:03:42.964 | + functions-common:time_stop:2444 : [[ -z 1712311421160 ]] 2024-04-05 10:03:42.966 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:42.969 | + functions-common:time_stop:2447 : end_time=1712311422967 2024-04-05 10:03:42.970 | + functions-common:time_stop:2448 : elapsed_time=1807 2024-04-05 10:03:42.972 | + functions-common:time_stop:2449 : total=0 2024-04-05 10:03:42.973 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:42.975 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1807 2024-04-05 10:03:42.977 | + inc/python:pip_install:199 : return 0 2024-04-05 10:03:42.978 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-04-05 10:03:43.023 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-04-05 10:03:43.102 | + stack.sh:main:836 : install_infra 2024-04-05 10:03:43.104 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-05 10:03:43.106 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-04-05 10:03:43.108 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-04-05 10:03:46.202 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-05 10:03:46.204 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-04-05 10:03:46.221 | + 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 10:03:47.143 | Collecting pbr 2024-04-05 10:03:47.146 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-04-05 10:03:47.171 | Installing collected packages: pbr 2024-04-05 10:03:47.233 | Successfully installed pbr-5.11.1 2024-04-05 10:03:47.303 | + inc/python:pip_install:196 : result=0 2024-04-05 10:03:47.305 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:03:47.307 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:47.308 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:47.310 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:47.311 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:47.313 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:47.314 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:03:47.316 | + functions-common:time_stop:2442 : start_time=1712311426216 2024-04-05 10:03:47.317 | + functions-common:time_stop:2444 : [[ -z 1712311426216 ]] 2024-04-05 10:03:47.319 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:47.322 | + functions-common:time_stop:2447 : end_time=1712311427320 2024-04-05 10:03:47.323 | + functions-common:time_stop:2448 : elapsed_time=1104 2024-04-05 10:03:47.325 | + functions-common:time_stop:2449 : total=1807 2024-04-05 10:03:47.326 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:47.328 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2911 2024-04-05 10:03:47.329 | + inc/python:pip_install:199 : return 0 2024-04-05 10:03:47.331 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-04-05 10:03:47.333 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-04-05 10:03:47.349 | + 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 10:03:48.176 | Processing /opt/stack/requirements 2024-04-05 10:03:48.177 | Preparing metadata (setup.py): started 2024-04-05 10:03:48.840 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:03:48.930 | Collecting Parsley>=1.2 2024-04-05 10:03:48.933 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-04-05 10:03:49.020 | Collecting PyYAML>=3.12 2024-04-05 10:03:49.028 | 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 10:03:49.139 | Collecting beagle>=0.2.1 2024-04-05 10:03:49.141 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-04-05 10:03:49.165 | Collecting fixtures>=3.0.0 2024-04-05 10:03:49.166 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-04-05 10:03:49.207 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-04-05 10:03:49.209 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-04-05 10:03:49.257 | Collecting requests>=2.14.2 2024-04-05 10:03:49.259 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-04-05 10:03:49.282 | Collecting six>=1.10.0 2024-04-05 10:03:49.284 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-04-05 10:03:49.327 | Collecting cliff>=2.11.0 2024-04-05 10:03:49.329 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-04-05 10:03:49.336 | 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 10:03:49.393 | Collecting pyparsing!=3.0.5,>=2.0.2 2024-04-05 10:03:49.396 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-04-05 10:03:49.426 | Collecting idna<4,>=2.5 2024-04-05 10:03:49.429 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-04-05 10:03:49.485 | Collecting urllib3<1.27,>=1.21.1 2024-04-05 10:03:49.488 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-04-05 10:03:49.646 | Collecting charset-normalizer<3,>=2 2024-04-05 10:03:49.649 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-04-05 10:03:49.683 | Collecting certifi>=2017.4.17 2024-04-05 10:03:49.686 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-04-05 10:03:49.726 | Collecting PrettyTable>=0.7.2 2024-04-05 10:03:49.728 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-04-05 10:03:49.804 | Collecting cmd2>=1.0.0 2024-04-05 10:03:49.808 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-04-05 10:03:49.850 | Collecting stevedore>=2.0.1 2024-04-05 10:03:49.853 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-04-05 10:03:49.925 | Collecting importlib-metadata>=4.4 2024-04-05 10:03:49.928 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-04-05 10:03:49.949 | Collecting autopage>=0.4.0 2024-04-05 10:03:49.952 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-04-05 10:03:50.024 | Collecting wcwidth>=0.1.7 2024-04-05 10:03:50.026 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-04-05 10:03:50.055 | Collecting attrs>=16.3.0 2024-04-05 10:03:50.057 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-04-05 10:03:50.077 | Collecting pyperclip>=1.6 2024-04-05 10:03:50.077 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-04-05 10:03:50.135 | Collecting zipp>=0.5 2024-04-05 10:03:50.137 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-04-05 10:03:50.196 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-04-05 10:03:50.340 | 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 10:03:51.179 | Running setup.py install for openstack-requirements: started 2024-04-05 10:03:52.568 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-04-05 10:03:52.576 | 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 10:03:52.696 | + inc/python:pip_install:196 : result=0 2024-04-05 10:03:52.698 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:03:52.700 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:52.702 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:52.703 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:52.705 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:52.707 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:52.709 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:03:52.711 | + functions-common:time_stop:2442 : start_time=1712311427343 2024-04-05 10:03:52.713 | + functions-common:time_stop:2444 : [[ -z 1712311427343 ]] 2024-04-05 10:03:52.715 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:52.718 | + functions-common:time_stop:2447 : end_time=1712311432716 2024-04-05 10:03:52.720 | + functions-common:time_stop:2448 : elapsed_time=5373 2024-04-05 10:03:52.721 | + functions-common:time_stop:2449 : total=2911 2024-04-05 10:03:52.723 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:52.724 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8284 2024-04-05 10:03:52.727 | + inc/python:pip_install:199 : return 0 2024-04-05 10:03:52.729 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-04-05 10:03:52.731 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-04-05 10:03:52.732 | + inc/python:use_library_from_git:246 : local name=pbr 2024-04-05 10:03:52.734 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:03:52.736 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:03:52.738 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-04-05 10:03:52.740 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:03:52.742 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-04-05 10:03:52.757 | Using python 3.10 to install pbr 2024-04-05 10:03:52.759 | + 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 10:03:53.644 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-04-05 10:03:53.907 | 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 10:03:53.986 | + inc/python:pip_install:196 : result=0 2024-04-05 10:03:53.988 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:03:53.989 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:53.991 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:53.993 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:53.994 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:53.996 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:53.997 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:03:53.999 | + functions-common:time_stop:2442 : start_time=1712311432753 2024-04-05 10:03:54.001 | + functions-common:time_stop:2444 : [[ -z 1712311432753 ]] 2024-04-05 10:03:54.002 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:54.006 | + functions-common:time_stop:2447 : end_time=1712311434003 2024-04-05 10:03:54.007 | + functions-common:time_stop:2448 : elapsed_time=1250 2024-04-05 10:03:54.008 | + functions-common:time_stop:2449 : total=8284 2024-04-05 10:03:54.010 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:54.012 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9534 2024-04-05 10:03:54.013 | + inc/python:pip_install:199 : return 0 2024-04-05 10:03:54.015 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-04-05 10:03:57.082 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-04-05 10:03:57.580 | Collecting bindep 2024-04-05 10:03:57.582 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-04-05 10:03:57.611 | Collecting distro>=1.7.0 2024-04-05 10:03:57.614 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-04-05 10:03:57.658 | Collecting pbr>=2.0.0 2024-04-05 10:03:57.661 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-04-05 10:03:57.699 | Collecting packaging 2024-04-05 10:03:57.702 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-04-05 10:03:57.718 | Collecting Parsley 2024-04-05 10:03:57.719 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-04-05 10:03:57.753 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-04-05 10:03:57.979 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-04-05 10:03:58.047 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-04-05 10:03:58.049 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-04-05 10:03:58.052 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-04-05 10:03:58.065 | + stack.sh:main:845 : pkgs= 2024-04-05 10:03:58.066 | + stack.sh:main:846 : [[ -n '' ]] 2024-04-05 10:03:58.068 | + stack.sh:main:853 : run_phase stack pre-install 2024-04-05 10:03:58.070 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 10:03:58.071 | + functions-common:run_phase:1864 : local phase=pre-install 2024-04-05 10:03:58.073 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:03:58.074 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:03:58.076 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:03:58.077 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:03:58.079 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:03:58.081 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:03:58.084 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:03:58.085 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:03:58.087 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:03:58.089 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-04-05 10:03:58.090 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:03:58.101 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:58.103 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:03:58.104 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.106 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-04-05 10:03:58.107 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.108 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:03:58.110 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.111 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-04-05 10:03:58.113 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.114 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-04-05 10:03:58.116 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.118 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:03:58.119 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 10:03:58.121 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 10:03:58.122 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:03:58.124 | + 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 10:03:58.126 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-04-05 10:03:58.127 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 10:03:58.129 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-04-05 10:03:58.130 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 10:03:58.132 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 10:03:58.133 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 10:03:58.135 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:03:58.137 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 10:03:58.138 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-04-05 10:03:58.140 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:03:58.141 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.143 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-04-05 10:03:58.144 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.146 | ++ /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 10:03:58.148 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:03:58.149 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-04-05 10:03:58.151 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-04-05 10:03:58.153 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-04-05 10:03:58.154 | + functions:set_systemd_override:832 : local value=2048 2024-04-05 10:03:58.156 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-04-05 10:03:58.158 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-04-05 10:03:58.198 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-04-05 10:03:58.198 | Set systemd system override for DefaultLimitNOFILE=2048 2024-04-05 10:03:58.200 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-04-05 10:03:58.563 | + stack.sh:main:858 : install_rpc_backend 2024-04-05 10:03:58.565 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-04-05 10:03:58.578 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:58.579 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-04-05 10:03:58.581 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:03:58.583 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:03:58.584 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:03:58.587 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:03:58.588 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:03:58.590 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:03:58.592 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:58.594 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:58.596 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:03:58.598 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:03:58.600 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:03:58.602 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:03:58.604 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-04-05 10:03:58.606 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:03:58.608 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:03:58.609 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:03:58.611 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-04-05 10:03:58.629 | + 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 10:03:58.685 | Reading package lists... 2024-04-05 10:03:58.885 | Building dependency tree... 2024-04-05 10:03:58.886 | Reading state information... 2024-04-05 10:03:59.067 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-04-05 10:03:59.068 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:03:59.072 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:03:59.074 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:03:59.076 | + functions-common:time_stop:2435 : local name 2024-04-05 10:03:59.077 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:03:59.079 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:03:59.081 | + functions-common:time_stop:2438 : local total 2024-04-05 10:03:59.083 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:03:59.084 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:03:59.086 | + functions-common:time_stop:2442 : start_time=1712311438627 2024-04-05 10:03:59.088 | + functions-common:time_stop:2444 : [[ -z 1712311438627 ]] 2024-04-05 10:03:59.090 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:03:59.093 | + functions-common:time_stop:2447 : end_time=1712311439091 2024-04-05 10:03:59.095 | + functions-common:time_stop:2448 : elapsed_time=464 2024-04-05 10:03:59.097 | + functions-common:time_stop:2449 : total=6762 2024-04-05 10:03:59.099 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:03:59.100 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7226 2024-04-05 10:03:59.102 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:03:59.104 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-04-05 10:03:59.106 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 10:03:59.108 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:03:59.109 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:03:59.111 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:03:59.113 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:03:59.115 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:03:59.117 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-04-05 10:03:59.119 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:03:59.120 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:03:59.122 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:03:59.124 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:03:59.126 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:03:59.128 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:03:59.130 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:03:59.131 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:03:59.133 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:03:59.135 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:03:59.137 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:03:59.139 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:03:59.141 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-04-05 10:03:59.143 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 10:03:59.145 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:03:59.147 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:03:59.149 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:03:59.153 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:03:59.155 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:03:59.157 | + stack.sh:main:859 : restart_rpc_backend 2024-04-05 10:03:59.158 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-04-05 10:03:59.172 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:03:59.173 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-04-05 10:03:59.175 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:03:59.177 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-04-05 10:03:59.179 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-04-05 10:03:59.181 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-04-05 10:03:59.185 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-04-05 10:03:59.186 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-04-05 10:03:59.188 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-04-05 10:03:59.190 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-04-05 10:03:59.192 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-04-05 10:03:59.194 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-04-05 10:03:59.196 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-04-05 10:03:59.670 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-04-05 10:03:59.670 | user tags 2024-04-05 10:03:59.670 | guest [administrator]' 2024-04-05 10:03:59.673 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-04-05 10:03:59.673 | user tags 2024-04-05 10:03:59.673 | guest [administrator]' 2024-04-05 10:03:59.673 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-04-05 10:03:59.678 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-04-05 10:03:59.680 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-04-05 10:03:59.681 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-04-05 10:04:00.104 | Adding user "stackrabbit" ... 2024-04-05 10:04:00.113 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-04-05 10:04:00.126 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-04-05 10:04:00.544 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-04-05 10:04:00.562 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-04-05 10:04:00.564 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-04-05 10:04:01.002 | Changing password for user "stackrabbit" ... 2024-04-05 10:04:01.020 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-04-05 10:04:01.022 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-04-05 10:04:01.024 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-04-05 10:04:01.438 | Deleting user "guest" ... 2024-04-05 10:04:01.456 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-04-05 10:04:01.468 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:01.470 | + stack.sh:main:862 : install_database 2024-04-05 10:04:01.472 | + lib/database:install_database:118 : install_database_mysql 2024-04-05 10:04:01.473 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-04-05 10:04:01.475 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:01.477 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:01.479 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-04-05 10:04:01.599 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-04-05 10:04:01.601 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-04-05 10:04:01.604 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-04-05 10:04:01.606 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:01.608 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:01.609 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-04-05 10:04:01.611 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-04-05 10:04:01.614 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-04-05 10:04:01.616 | + stack.sh:main:864 : '[' -n mysql ']' 2024-04-05 10:04:01.617 | + stack.sh:main:865 : install_database_python 2024-04-05 10:04:01.619 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-04-05 10:04:01.620 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-04-05 10:04:01.622 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-04-05 10:04:01.624 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 10:04:01.626 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-04-05 10:04:01.628 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-04-05 10:04:01.630 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 10:04:01.632 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-04-05 10:04:01.633 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 10:04:01.636 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-04-05 10:04:01.638 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-04-05 10:04:01.640 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-04-05 10:04:01.642 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-04-05 10:04:01.643 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-04-05 10:04:01.658 | Using python 3.10 to install PyMySQL 2024-04-05 10:04:01.660 | + 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 10:04:02.632 | Collecting PyMySQL 2024-04-05 10:04:02.635 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-04-05 10:04:02.803 | Installing collected packages: PyMySQL 2024-04-05 10:04:02.840 | Successfully installed PyMySQL-1.0.2 2024-04-05 10:04:02.840 | 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 10:04:02.918 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:02.919 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:02.921 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:02.923 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:02.925 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:02.926 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:02.928 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:02.929 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:02.931 | + functions-common:time_stop:2442 : start_time=1712311441654 2024-04-05 10:04:02.933 | + functions-common:time_stop:2444 : [[ -z 1712311441654 ]] 2024-04-05 10:04:02.934 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:02.938 | + functions-common:time_stop:2447 : end_time=1712311442935 2024-04-05 10:04:02.939 | + functions-common:time_stop:2448 : elapsed_time=1281 2024-04-05 10:04:02.941 | + functions-common:time_stop:2449 : total=9534 2024-04-05 10:04:02.942 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:02.944 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10815 2024-04-05 10:04:02.946 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:02.947 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-04-05 10:04:02.949 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-04-05 10:04:02.951 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-04-05 10:04:02.952 | + stack.sh:main:868 : is_service_enabled neutron 2024-04-05 10:04:02.964 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:02.966 | + stack.sh:main:869 : install_neutron_agent_packages 2024-04-05 10:04:02.967 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-04-05 10:04:02.979 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:02.981 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-04-05 10:04:02.983 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:04:02.984 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:04:02.986 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:04:02.988 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:04:02.989 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:02.991 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:04:02.993 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:02.994 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:02.996 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:04:02.998 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:04:02.999 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:04:03.001 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:04:03.003 | + functions-common:install_package:1460 : real_install_package radvd 2024-04-05 10:04:03.004 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:04:03.006 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:03.008 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:03.009 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-04-05 10:04:03.024 | + 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 10:04:03.080 | Reading package lists... 2024-04-05 10:04:03.258 | Building dependency tree... 2024-04-05 10:04:03.259 | Reading state information... 2024-04-05 10:04:03.431 | radvd is already the newest version (1:2.18-3build2). 2024-04-05 10:04:03.432 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:04:03.436 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:04:03.438 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:04:03.440 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:03.441 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:03.443 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:03.445 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:03.446 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:03.448 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:04:03.450 | + functions-common:time_stop:2442 : start_time=1712311443022 2024-04-05 10:04:03.451 | + functions-common:time_stop:2444 : [[ -z 1712311443022 ]] 2024-04-05 10:04:03.453 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:03.456 | + functions-common:time_stop:2447 : end_time=1712311443454 2024-04-05 10:04:03.458 | + functions-common:time_stop:2448 : elapsed_time=432 2024-04-05 10:04:03.459 | + functions-common:time_stop:2449 : total=7226 2024-04-05 10:04:03.461 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:03.463 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7658 2024-04-05 10:04:03.464 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:04:03.466 | + 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 10:04:03.479 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:03.481 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-04-05 10:04:03.482 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-04-05 10:04:03.484 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-04-05 10:04:03.486 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-04-05 10:04:03.501 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-04-05 10:04:03.503 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:04:03.505 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:04:03.506 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:04:03.508 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:04:03.509 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:03.511 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:04:03.513 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:03.514 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:03.516 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:04:03.518 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:04:03.519 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:04:03.521 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:04:03.522 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-04-05 10:04:03.524 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:04:03.525 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:03.527 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:03.528 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-04-05 10:04:03.542 | + 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 10:04:03.598 | Reading package lists... 2024-04-05 10:04:03.779 | Building dependency tree... 2024-04-05 10:04:03.780 | Reading state information... 2024-04-05 10:04:03.977 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-04-05 10:04:03.977 | fakeroot set to manually installed. 2024-04-05 10:04:03.977 | make is already the newest version (4.3-4.1build1). 2024-04-05 10:04:03.977 | make set to manually installed. 2024-04-05 10:04:03.977 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-04-05 10:04:03.977 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:04:03.981 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:04:03.983 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:04:03.985 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:03.987 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:03.988 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:03.990 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:03.991 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:03.993 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:04:03.995 | + functions-common:time_stop:2442 : start_time=1712311443540 2024-04-05 10:04:03.996 | + functions-common:time_stop:2444 : [[ -z 1712311443540 ]] 2024-04-05 10:04:03.998 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:04.001 | + functions-common:time_stop:2447 : end_time=1712311443999 2024-04-05 10:04:04.002 | + functions-common:time_stop:2448 : elapsed_time=459 2024-04-05 10:04:04.004 | + functions-common:time_stop:2449 : total=7658 2024-04-05 10:04:04.006 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:04.007 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8117 2024-04-05 10:04:04.009 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:04:04.010 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-04-05 10:04:04.012 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:04.014 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:04.016 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-04-05 10:04:04.017 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-04-05 10:04:04.019 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-04-05 10:04:04.022 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-25-generic 2024-04-05 10:04:04.024 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-04-05 10:04:04.026 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-25-generic 2024-04-05 10:04:04.027 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-04-05 10:04:04.030 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-04-05 10:04:04.032 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-04-05 10:04:04.033 | + functions:vercmp:639 : local v1=6.5 2024-04-05 10:04:04.035 | + functions:vercmp:640 : local 'op=<' 2024-04-05 10:04:04.036 | + functions:vercmp:641 : local v2=3.13 2024-04-05 10:04:04.038 | + functions:vercmp:642 : local result 2024-04-05 10:04:04.041 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-04-05 10:04:04.041 | ++ functions:vercmp:646 : sort -V 2024-04-05 10:04:04.042 | ++ functions:vercmp:646 : head -1 2024-04-05 10:04:04.045 | + functions:vercmp:646 : result=3.13 2024-04-05 10:04:04.046 | + functions:vercmp:648 : case $op in 2024-04-05 10:04:04.048 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-04-05 10:04:04.050 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-04-05 10:04:04.051 | + functions:vercmp:659 : return 2024-04-05 10:04:04.053 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-04-05 10:04:04.055 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:04:04.056 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-04-05 10:04:04.487 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-04-05 10:04:04.489 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-04-05 10:04:04.491 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:04.493 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:04.494 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-04-05 10:04:04.496 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:04.498 | + stack.sh:main:872 : is_service_enabled etcd3 2024-04-05 10:04:04.511 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:04.512 | + stack.sh:main:873 : install_etcd3 2024-04-05 10:04:04.514 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-04-05 10:04:04.514 | Installing etcd 2024-04-05 10:04:04.516 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-04-05 10:04:04.526 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-04-05 10:04:04.535 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-04-05 10:04:04.537 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-04-05 10:04:04.546 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-04-05 10:04:04.548 | ++ 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 10:04:04.550 | ++ 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 10:04:04.552 | +++ 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 10:04:04.556 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 10:04:04.558 | ++ 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 10:04:04.559 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-04-05 10:04:04.561 | ++ 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 10:04:04.572 | --2024-04-05 10:04:04-- 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 10:04:04.577 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-04-05 10:04:04.578 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-04-05 10:04:04.622 | HTTP request sent, awaiting response... 200 OK 2024-04-05 10:04:04.622 | Length: 11350736 (11M) [application/gzip] 2024-04-05 10:04:04.622 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-04-05 10:04:04.631 | 2024-04-05 10:04:04.676 | 0K ........ .. 100% 201M=0.05s 2024-04-05 10:04:04.676 | 2024-04-05 10:04:04.676 | 2024-04-05 10:04:04 (201 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-04-05 10:04:04.676 | 2024-04-05 10:04:04.680 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-04-05 10:04:04.682 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 10:04:04.684 | ++ functions:get_extra_file:74 : return 2024-04-05 10:04:04.686 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-04-05 10:04:04.688 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-04-05 10:04:04.690 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-04-05 10:04:04.692 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-04-05 10:04:04.756 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-04-05 10:04:04.759 | + 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 10:04:04.762 | etcd-v3.3.12-linux-amd64/ 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/README.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-04-05 10:04:04.763 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-04-05 10:04:04.764 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-04-05 10:04:04.765 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-04-05 10:04:04.766 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-04-05 10:04:04.767 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-04-05 10:04:04.768 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-04-05 10:04:04.769 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-04-05 10:04:04.770 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-04-05 10:04:04.770 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-04-05 10:04:04.770 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-04-05 10:04:04.771 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-04-05 10:04:04.771 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-04-05 10:04:04.771 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-04-05 10:04:04.771 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-04-05 10:04:04.771 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-04-05 10:04:04.771 | etcd-v3.3.12-linux-amd64/etcdctl 2024-04-05 10:04:04.890 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-04-05 10:04:04.890 | etcd-v3.3.12-linux-amd64/etcd 2024-04-05 10:04:05.038 | + 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 10:04:05.068 | + 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 10:04:05.090 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-04-05 10:04:05.092 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-04-05 10:04:05.105 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:05.107 | + stack.sh:main:892 : install_dstat 2024-04-05 10:04:05.109 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-04-05 10:04:05.121 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:05.123 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-04-05 10:04:05.125 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:04:05.127 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-04-05 10:04:05.129 | + stack.sh:main:901 : install_libs 2024-04-05 10:04:05.131 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-04-05 10:04:05.133 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-04-05 10:04:05.134 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-04-05 10:04:05.136 | + inc/python:use_library_from_git:246 : local name=automaton 2024-04-05 10:04:05.138 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.139 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.141 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-04-05 10:04:05.143 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.145 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-04-05 10:04:05.146 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-04-05 10:04:05.148 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-04-05 10:04:05.150 | + inc/python:use_library_from_git:246 : local name=castellan 2024-04-05 10:04:05.152 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.153 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.155 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-04-05 10:04:05.157 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.159 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-04-05 10:04:05.160 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-04-05 10:04:05.162 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-04-05 10:04:05.164 | + inc/python:use_library_from_git:246 : local name=cliff 2024-04-05 10:04:05.166 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.167 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.169 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-04-05 10:04:05.171 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.173 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-04-05 10:04:05.175 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-04-05 10:04:05.177 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-04-05 10:04:05.178 | + inc/python:use_library_from_git:246 : local name=cursive 2024-04-05 10:04:05.180 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.182 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.183 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-04-05 10:04:05.185 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.187 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-04-05 10:04:05.189 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-04-05 10:04:05.191 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-04-05 10:04:05.193 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-04-05 10:04:05.195 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-04-05 10:04:05.200 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.202 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-04-05 10:04:05.204 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-04-05 10:04:05.206 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-04-05 10:04:05.207 | + inc/python:use_library_from_git:246 : local name=futurist 2024-04-05 10:04:05.209 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.211 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.213 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-04-05 10:04:05.215 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.216 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-04-05 10:04:05.218 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-04-05 10:04:05.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-04-05 10:04:05.222 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-04-05 10:04:05.224 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.226 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.228 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-04-05 10:04:05.229 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.231 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-04-05 10:04:05.233 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-04-05 10:04:05.235 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-04-05 10:04:05.237 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-04-05 10:04:05.238 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.240 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.242 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-04-05 10:04:05.244 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.246 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-04-05 10:04:05.248 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-04-05 10:04:05.249 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-04-05 10:04:05.251 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-04-05 10:04:05.253 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.255 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.256 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-04-05 10:04:05.258 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.260 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-04-05 10:04:05.262 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-04-05 10:04:05.264 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-04-05 10:04:05.266 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-04-05 10:04:05.267 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.269 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.271 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-04-05 10:04:05.273 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.275 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-04-05 10:04:05.277 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-04-05 10:04:05.279 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-04-05 10:04:05.280 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-04-05 10:04:05.282 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.284 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-04-05 10:04:05.288 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.290 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-04-05 10:04:05.292 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-04-05 10:04:05.294 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-04-05 10:04:05.296 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-04-05 10:04:05.298 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.299 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.301 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-04-05 10:04:05.303 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.305 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-04-05 10:04:05.307 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-04-05 10:04:05.309 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-04-05 10:04:05.311 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-04-05 10:04:05.313 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.314 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.316 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-04-05 10:04:05.318 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.320 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-04-05 10:04:05.322 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-04-05 10:04:05.324 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-04-05 10:04:05.325 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-04-05 10:04:05.327 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.329 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.331 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-04-05 10:04:05.333 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.335 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-04-05 10:04:05.336 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-04-05 10:04:05.338 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-04-05 10:04:05.340 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-04-05 10:04:05.342 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.343 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.345 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-04-05 10:04:05.347 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.349 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-04-05 10:04:05.351 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-04-05 10:04:05.353 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-04-05 10:04:05.354 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-04-05 10:04:05.356 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.358 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.360 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-04-05 10:04:05.362 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.364 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-04-05 10:04:05.365 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-04-05 10:04:05.367 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-04-05 10:04:05.369 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-04-05 10:04:05.371 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.373 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.374 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-04-05 10:04:05.376 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.378 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-04-05 10:04:05.380 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-04-05 10:04:05.382 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-04-05 10:04:05.384 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-04-05 10:04:05.386 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.387 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.389 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-04-05 10:04:05.391 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.393 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-04-05 10:04:05.395 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-04-05 10:04:05.397 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-04-05 10:04:05.398 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-04-05 10:04:05.400 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.402 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.404 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-04-05 10:04:05.406 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.408 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-04-05 10:04:05.409 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-04-05 10:04:05.411 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-04-05 10:04:05.413 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-04-05 10:04:05.415 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.417 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.419 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-04-05 10:04:05.420 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.422 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-04-05 10:04:05.424 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-04-05 10:04:05.426 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-04-05 10:04:05.428 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-04-05 10:04:05.430 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.431 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.433 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-04-05 10:04:05.435 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.437 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-04-05 10:04:05.439 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-04-05 10:04:05.441 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-04-05 10:04:05.442 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-04-05 10:04:05.444 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.446 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.448 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-04-05 10:04:05.450 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.452 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-04-05 10:04:05.453 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-04-05 10:04:05.455 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-04-05 10:04:05.457 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-04-05 10:04:05.459 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.461 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.462 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-04-05 10:04:05.464 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.466 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-04-05 10:04:05.468 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-04-05 10:04:05.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-04-05 10:04:05.471 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-04-05 10:04:05.473 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.475 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.477 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-04-05 10:04:05.479 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.481 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-04-05 10:04:05.483 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-04-05 10:04:05.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-04-05 10:04:05.486 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-04-05 10:04:05.488 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.490 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.492 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-04-05 10:04:05.494 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.496 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-04-05 10:04:05.497 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-04-05 10:04:05.499 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-04-05 10:04:05.501 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-04-05 10:04:05.503 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.505 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.506 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-04-05 10:04:05.508 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.510 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-04-05 10:04:05.512 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-04-05 10:04:05.514 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-04-05 10:04:05.515 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-04-05 10:04:05.517 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.519 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.521 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-04-05 10:04:05.523 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.525 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-04-05 10:04:05.526 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-04-05 10:04:05.528 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-04-05 10:04:05.530 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-04-05 10:04:05.532 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.534 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.536 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-04-05 10:04:05.537 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.539 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-04-05 10:04:05.541 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-04-05 10:04:05.543 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-04-05 10:04:05.545 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-04-05 10:04:05.547 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.548 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.550 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-04-05 10:04:05.552 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.554 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-04-05 10:04:05.556 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-04-05 10:04:05.557 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-04-05 10:04:05.559 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-04-05 10:04:05.561 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.563 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.564 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-04-05 10:04:05.566 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.568 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-04-05 10:04:05.570 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-04-05 10:04:05.571 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-04-05 10:04:05.573 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-04-05 10:04:05.575 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.577 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.578 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-04-05 10:04:05.580 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.582 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-04-05 10:04:05.584 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-04-05 10:04:05.585 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-04-05 10:04:05.587 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-04-05 10:04:05.589 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.591 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.593 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-04-05 10:04:05.594 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.596 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-04-05 10:04:05.598 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-04-05 10:04:05.600 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-04-05 10:04:05.602 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-04-05 10:04:05.603 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.605 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.607 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-04-05 10:04:05.609 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.611 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-04-05 10:04:05.612 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-04-05 10:04:05.614 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-04-05 10:04:05.616 | + inc/python:use_library_from_git:246 : local name=tooz 2024-04-05 10:04:05.618 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.620 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.621 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-04-05 10:04:05.623 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.625 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-04-05 10:04:05.627 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-04-05 10:04:05.629 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-04-05 10:04:05.631 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-04-05 10:04:05.633 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.635 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.636 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-04-05 10:04:05.638 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.640 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-04-05 10:04:05.642 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-04-05 10:04:05.644 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-04-05 10:04:05.645 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-04-05 10:04:05.647 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.649 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.651 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-04-05 10:04:05.653 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.654 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-04-05 10:04:05.656 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-04-05 10:04:05.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-04-05 10:04:05.660 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-04-05 10:04:05.662 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.663 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.665 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-04-05 10:04:05.667 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.669 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-04-05 10:04:05.671 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-04-05 10:04:05.673 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-04-05 10:04:05.674 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-04-05 10:04:05.676 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:05.678 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:05.680 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-04-05 10:04:05.682 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:05.684 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-04-05 10:04:05.699 | Using python 3.10 to install etcd3 2024-04-05 10:04:05.701 | + 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 10:04:06.662 | Collecting etcd3 2024-04-05 10:04:06.662 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-04-05 10:04:06.672 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-04-05 10:04:07.693 | Collecting grpcio>=1.27.1 2024-04-05 10:04:07.724 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-04-05 10:04:08.133 | Collecting protobuf>=3.6.1 2024-04-05 10:04:08.142 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-04-05 10:04:08.173 | Collecting tenacity>=6.1.0 2024-04-05 10:04:08.175 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-04-05 10:04:08.345 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-04-05 10:04:08.745 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-04-05 10:04:08.746 | 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 10:04:08.861 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:08.863 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:08.865 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:08.867 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:08.869 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:08.870 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:08.872 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:08.874 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:08.876 | + functions-common:time_stop:2442 : start_time=1712311445695 2024-04-05 10:04:08.877 | + functions-common:time_stop:2444 : [[ -z 1712311445695 ]] 2024-04-05 10:04:08.879 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:08.882 | + functions-common:time_stop:2447 : end_time=1712311448880 2024-04-05 10:04:08.884 | + functions-common:time_stop:2448 : elapsed_time=3185 2024-04-05 10:04:08.886 | + functions-common:time_stop:2449 : total=10815 2024-04-05 10:04:08.887 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:08.889 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14000 2024-04-05 10:04:08.891 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:08.893 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-04-05 10:04:08.909 | Using python 3.10 to install etcd3gw 2024-04-05 10:04:08.910 | + 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 10:04:10.006 | Collecting etcd3gw 2024-04-05 10:04:10.008 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-04-05 10:04:10.013 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-04-05 10:04:10.065 | Collecting requests>=2.20.0 2024-04-05 10:04:10.067 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-04-05 10:04:10.098 | Collecting futurist>=0.16.0 2024-04-05 10:04:10.101 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-04-05 10:04:10.110 | 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 10:04:10.268 | Collecting charset-normalizer<3,>=2 2024-04-05 10:04:10.271 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-04-05 10:04:10.294 | Collecting idna<4,>=2.5 2024-04-05 10:04:10.297 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-04-05 10:04:10.355 | Collecting urllib3<1.27,>=1.21.1 2024-04-05 10:04:10.358 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-04-05 10:04:10.579 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-04-05 10:04:10.579 | Attempting uninstall: urllib3 2024-04-05 10:04:10.581 | Found existing installation: urllib3 1.26.5 2024-04-05 10:04:10.583 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:10.585 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-04-05 10:04:10.650 | Attempting uninstall: idna 2024-04-05 10:04:10.651 | Found existing installation: idna 3.3 2024-04-05 10:04:10.653 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:10.653 | Can't uninstall 'idna'. No files were found to uninstall. 2024-04-05 10:04:10.789 | Attempting uninstall: requests 2024-04-05 10:04:10.790 | Found existing installation: requests 2.25.1 2024-04-05 10:04:10.791 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:10.792 | Can't uninstall 'requests'. No files were found to uninstall. 2024-04-05 10:04:10.849 | 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 10:04:10.849 | 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 10:04:10.936 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:10.938 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:10.940 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:10.941 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:10.943 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:10.945 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:10.947 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:10.948 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:10.950 | + functions-common:time_stop:2442 : start_time=1712311448905 2024-04-05 10:04:10.952 | + functions-common:time_stop:2444 : [[ -z 1712311448905 ]] 2024-04-05 10:04:10.954 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:10.957 | + functions-common:time_stop:2447 : end_time=1712311450955 2024-04-05 10:04:10.959 | + functions-common:time_stop:2448 : elapsed_time=2050 2024-04-05 10:04:10.960 | + functions-common:time_stop:2449 : total=14000 2024-04-05 10:04:10.962 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:10.964 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16050 2024-04-05 10:04:10.966 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:10.967 | + stack.sh:main:904 : install_apache_uwsgi 2024-04-05 10:04:10.969 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-04-05 10:04:10.971 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-04-05 10:04:10.973 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:04:10.975 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:04:10.976 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:04:10.978 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:04:10.980 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:04:10.982 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:04:10.984 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:04:10.985 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:04:10.987 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:04:10.989 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:04:10.991 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:04:10.993 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:04:10.997 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-04-05 10:04:10.999 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:11.001 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:11.003 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-04-05 10:04:11.005 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 10:04:11.006 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:04:11.008 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:04:11.010 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:04:11.011 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:04:11.013 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:11.015 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:04:11.017 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:11.019 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:11.020 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:04:11.022 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:04:11.024 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:04:11.026 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:04:11.028 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 10:04:11.029 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:04:11.031 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:11.033 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:11.035 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-04-05 10:04:11.050 | + 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 10:04:11.107 | Reading package lists... 2024-04-05 10:04:11.283 | Building dependency tree... 2024-04-05 10:04:11.284 | Reading state information... 2024-04-05 10:04:11.458 | uwsgi is already the newest version (2.0.20-4). 2024-04-05 10:04:11.458 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-04-05 10:04:11.458 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 10:04:11.458 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:04:11.462 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:04:11.464 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:04:11.466 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:11.468 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:11.470 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:11.471 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:11.473 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:11.475 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:04:11.477 | + functions-common:time_stop:2442 : start_time=1712311451048 2024-04-05 10:04:11.479 | + functions-common:time_stop:2444 : [[ -z 1712311451048 ]] 2024-04-05 10:04:11.481 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:11.484 | + functions-common:time_stop:2447 : end_time=1712311451482 2024-04-05 10:04:11.486 | + functions-common:time_stop:2448 : elapsed_time=434 2024-04-05 10:04:11.488 | + functions-common:time_stop:2449 : total=8117 2024-04-05 10:04:11.489 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:11.491 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8551 2024-04-05 10:04:11.493 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:04:11.495 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-04-05 10:04:11.497 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:11.499 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:11.501 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-04-05 10:04:11.539 | Enabling module proxy. 2024-04-05 10:04:11.543 | To activate the new configuration, you need to run: 2024-04-05 10:04:11.543 | systemctl restart apache2 2024-04-05 10:04:11.546 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-04-05 10:04:11.580 | Considering dependency proxy for proxy_uwsgi: 2024-04-05 10:04:11.580 | Module proxy already enabled 2024-04-05 10:04:11.580 | Enabling module proxy_uwsgi. 2024-04-05 10:04:11.584 | To activate the new configuration, you need to run: 2024-04-05 10:04:11.584 | systemctl restart apache2 2024-04-05 10:04:11.587 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-04-05 10:04:11.589 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:04:11.591 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:04:11.593 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:04:11.711 | + stack.sh:main:907 : install_keystoneauth 2024-04-05 10:04:11.713 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-04-05 10:04:11.715 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-04-05 10:04:11.717 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.719 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.722 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-04-05 10:04:11.724 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.726 | + stack.sh:main:908 : install_keystoneclient 2024-04-05 10:04:11.728 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-04-05 10:04:11.730 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-04-05 10:04:11.732 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.734 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.736 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-04-05 10:04:11.738 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.740 | + stack.sh:main:909 : install_glanceclient 2024-04-05 10:04:11.741 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-04-05 10:04:11.743 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-04-05 10:04:11.745 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.747 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.748 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-04-05 10:04:11.750 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.752 | + stack.sh:main:910 : install_cinderclient 2024-04-05 10:04:11.754 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-04-05 10:04:11.755 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-04-05 10:04:11.757 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.759 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.761 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-04-05 10:04:11.762 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.764 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-04-05 10:04:11.766 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-04-05 10:04:11.768 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.769 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.771 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-04-05 10:04:11.773 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.775 | + stack.sh:main:911 : install_novaclient 2024-04-05 10:04:11.777 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-04-05 10:04:11.778 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-04-05 10:04:11.780 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.782 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.784 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-04-05 10:04:11.786 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.787 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-04-05 10:04:11.800 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:11.802 | + stack.sh:main:913 : install_swiftclient 2024-04-05 10:04:11.803 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-04-05 10:04:11.805 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-04-05 10:04:11.807 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.809 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.810 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-04-05 10:04:11.812 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.814 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-04-05 10:04:11.826 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:11.828 | + stack.sh:main:916 : install_neutronclient 2024-04-05 10:04:11.830 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-04-05 10:04:11.831 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-04-05 10:04:11.833 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.835 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.837 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-04-05 10:04:11.838 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.840 | + stack.sh:main:920 : install_keystonemiddleware 2024-04-05 10:04:11.842 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-04-05 10:04:11.844 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-04-05 10:04:11.846 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:11.847 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:11.849 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-04-05 10:04:11.851 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:11.853 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-04-05 10:04:11.855 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-04-05 10:04:11.856 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 10:04:11.859 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-04-05 10:04:11.861 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-04-05 10:04:11.862 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 10:04:11.866 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-04-05 10:04:11.866 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 10:04:11.869 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-04-05 10:04:11.871 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-04-05 10:04:11.873 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-04-05 10:04:11.876 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-04-05 10:04:11.877 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-04-05 10:04:11.892 | Using python 3.10 to install keystonemiddleware 2024-04-05 10:04:11.894 | + 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 10:04:12.873 | Collecting keystonemiddleware 2024-04-05 10:04:12.876 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-04-05 10:04:12.951 | Collecting oslo.cache>=1.26.0 2024-04-05 10:04:12.954 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-04-05 10:04:12.989 | Collecting oslo.i18n>=3.15.3 2024-04-05 10:04:12.992 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-04-05 10:04:12.994 | 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 10:04:12.994 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-04-05 10:04:13.048 | Collecting oslo.log>=3.36.0 2024-04-05 10:04:13.051 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-04-05 10:04:13.091 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-04-05 10:04:13.093 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-04-05 10:04:13.124 | Collecting WebOb>=1.7.1 2024-04-05 10:04:13.127 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-04-05 10:04:13.155 | Collecting pycadf!=2.0.0,>=1.1.0 2024-04-05 10:04:13.157 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-04-05 10:04:13.159 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-04-05 10:04:13.218 | Collecting oslo.config>=5.2.0 2024-04-05 10:04:13.221 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-04-05 10:04:13.263 | Collecting keystoneauth1>=3.12.0 2024-04-05 10:04:13.267 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-04-05 10:04:13.328 | Collecting oslo.utils>=3.33.0 2024-04-05 10:04:13.331 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-04-05 10:04:13.390 | Collecting oslo.context>=2.19.2 2024-04-05 10:04:13.393 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-04-05 10:04:13.435 | Collecting python-keystoneclient>=3.20.0 2024-04-05 10:04:13.441 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-04-05 10:04:13.487 | Collecting os-service-types>=1.2.0 2024-04-05 10:04:13.489 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-04-05 10:04:13.513 | Collecting iso8601>=0.1.11 2024-04-05 10:04:13.514 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-04-05 10:04:13.552 | Collecting stevedore>=1.20.0 2024-04-05 10:04:13.554 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-04-05 10:04:13.622 | Collecting dogpile.cache>=1.1.5 2024-04-05 10:04:13.624 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-04-05 10:04:13.713 | Collecting PyYAML>=5.1 2024-04-05 10:04:13.719 | 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 10:04:13.743 | Collecting rfc3986>=1.2.0 2024-04-05 10:04:13.745 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-04-05 10:04:13.775 | Collecting debtcollector>=1.2.0 2024-04-05 10:04:13.777 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-04-05 10:04:13.804 | Collecting netaddr>=0.7.18 2024-04-05 10:04:13.816 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-04-05 10:04:13.870 | Collecting pyinotify>=0.9.6 2024-04-05 10:04:13.870 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-04-05 10:04:13.904 | Collecting python-dateutil>=2.7.0 2024-04-05 10:04:13.907 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-04-05 10:04:14.048 | Collecting msgpack>=0.5.2 2024-04-05 10:04:14.053 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-04-05 10:04:14.129 | Collecting pytz>=2013.6 2024-04-05 10:04:14.135 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-04-05 10:04:14.180 | Collecting packaging>=20.4 2024-04-05 10:04:14.182 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-04-05 10:04:14.232 | Collecting pyparsing>=2.1.0 2024-04-05 10:04:14.234 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-04-05 10:04:14.237 | 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 10:04:14.265 | 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 10:04:14.266 | 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 10:04:14.266 | 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 10:04:14.267 | 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 10:04:14.464 | Collecting wrapt>=1.7.0 2024-04-05 10:04:14.467 | 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 10:04:14.502 | Collecting decorator>=4.0.0 2024-04-05 10:04:14.504 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-04-05 10:04:14.906 | 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 10:04:14.933 | Attempting uninstall: pytz 2024-04-05 10:04:14.934 | Found existing installation: pytz 2022.1 2024-04-05 10:04:14.936 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:14.937 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-04-05 10:04:15.247 | Attempting uninstall: stevedore 2024-04-05 10:04:15.248 | Found existing installation: stevedore 3.5.0 2024-04-05 10:04:15.249 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:15.249 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-04-05 10:04:15.383 | Attempting uninstall: pyparsing 2024-04-05 10:04:15.384 | Found existing installation: pyparsing 2.4.7 2024-04-05 10:04:15.385 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:15.386 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-04-05 10:04:16.421 | 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 10:04:16.421 | 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 10:04:16.547 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:16.549 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:16.551 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:16.553 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:16.555 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:16.556 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:16.558 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:16.559 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:16.561 | + functions-common:time_stop:2442 : start_time=1712311451889 2024-04-05 10:04:16.563 | + functions-common:time_stop:2444 : [[ -z 1712311451889 ]] 2024-04-05 10:04:16.565 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:16.568 | + functions-common:time_stop:2447 : end_time=1712311456566 2024-04-05 10:04:16.570 | + functions-common:time_stop:2448 : elapsed_time=4677 2024-04-05 10:04:16.571 | + functions-common:time_stop:2449 : total=16050 2024-04-05 10:04:16.573 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:16.575 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20727 2024-04-05 10:04:16.576 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:16.578 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-04-05 10:04:16.580 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-04-05 10:04:16.582 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 10:04:16.584 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-04-05 10:04:16.586 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-04-05 10:04:16.588 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 10:04:16.591 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-04-05 10:04:16.591 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 10:04:16.595 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-04-05 10:04:16.597 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-04-05 10:04:16.599 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-04-05 10:04:16.601 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-04-05 10:04:16.603 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-04-05 10:04:16.618 | Using python 3.10 to install python-memcached 2024-04-05 10:04:16.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 python-memcached 2024-04-05 10:04:17.580 | Collecting python-memcached 2024-04-05 10:04:17.582 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-04-05 10:04:17.586 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-04-05 10:04:17.882 | Installing collected packages: python-memcached 2024-04-05 10:04:17.907 | Successfully installed python-memcached-1.59 2024-04-05 10:04:17.907 | 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 10:04:17.989 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:17.991 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:17.993 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:17.996 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:17.997 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:17.999 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:18.001 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:18.003 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:18.004 | + functions-common:time_stop:2442 : start_time=1712311456614 2024-04-05 10:04:18.006 | + functions-common:time_stop:2444 : [[ -z 1712311456614 ]] 2024-04-05 10:04:18.008 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:18.011 | + functions-common:time_stop:2447 : end_time=1712311458009 2024-04-05 10:04:18.013 | + functions-common:time_stop:2448 : elapsed_time=1395 2024-04-05 10:04:18.015 | + functions-common:time_stop:2449 : total=20727 2024-04-05 10:04:18.017 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:18.018 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22122 2024-04-05 10:04:18.020 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:18.022 | + stack.sh:main:922 : is_service_enabled keystone 2024-04-05 10:04:18.034 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:18.036 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-04-05 10:04:18.038 | + stack.sh:main:924 : stack_install_service keystone 2024-04-05 10:04:18.040 | + lib/stack:stack_install_service:20 : local service=keystone 2024-04-05 10:04:18.042 | + lib/stack:stack_install_service:21 : type install_keystone 2024-04-05 10:04:18.043 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 10:04:18.045 | + lib/stack:stack_install_service:32 : install_keystone 2024-04-05 10:04:18.047 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-04-05 10:04:18.059 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:18.060 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-04-05 10:04:18.062 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-04-05 10:04:18.063 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-04-05 10:04:18.065 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 10:04:18.067 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:04:18.068 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:04:18.071 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:04:18.072 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:04:18.074 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:04:18.086 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:04:18.088 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:04:18.089 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:04:18.091 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:18.093 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 10:04:18.093 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:04:18.097 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-04-05 10:04:18.098 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:18.100 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-04-05 10:04:18.102 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:04:18.103 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:04:18.105 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:04:18.107 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:04:18.108 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:04:18.110 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:04:18.111 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:04:18.113 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:04:18.115 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:04:18.118 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311458116 2024-04-05 10:04:18.119 | + 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 10:04:18.121 | Cloning into '/opt/stack//keystone'... 2024-04-05 10:04:27.319 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:04:27.320 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:27.322 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:27.323 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:27.325 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:27.327 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:27.328 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:04:27.329 | + functions-common:time_stop:2442 : start_time=1712311458116 2024-04-05 10:04:27.331 | + functions-common:time_stop:2444 : [[ -z 1712311458116 ]] 2024-04-05 10:04:27.333 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:27.336 | + functions-common:time_stop:2447 : end_time=1712311467334 2024-04-05 10:04:27.337 | + functions-common:time_stop:2448 : elapsed_time=9218 2024-04-05 10:04:27.339 | + functions-common:time_stop:2449 : total=5708 2024-04-05 10:04:27.340 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:27.342 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14926 2024-04-05 10:04:27.343 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-04-05 10:04:27.345 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 10:04:27.346 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:04:27.348 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:04:27.349 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:04:27.351 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:04:27.352 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:04:27.354 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:04:27.355 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:04:27.357 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:04:27.359 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:04:27.362 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311467360 2024-04-05 10:04:27.363 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 10:04:29.035 | From https://opendev.org/openstack/keystone 2024-04-05 10:04:29.035 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 10:04:29.039 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:04:29.041 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:29.042 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:29.044 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:29.045 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:29.047 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:29.048 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:04:29.050 | + functions-common:time_stop:2442 : start_time=1712311467360 2024-04-05 10:04:29.051 | + functions-common:time_stop:2444 : [[ -z 1712311467360 ]] 2024-04-05 10:04:29.054 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:29.056 | + functions-common:time_stop:2447 : end_time=1712311469054 2024-04-05 10:04:29.057 | + functions-common:time_stop:2448 : elapsed_time=1694 2024-04-05 10:04:29.059 | + functions-common:time_stop:2449 : total=14926 2024-04-05 10:04:29.060 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:29.062 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16620 2024-04-05 10:04:29.063 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:04:29.065 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:04:29.066 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:04:29.068 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:04:29.069 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:04:29.071 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:04:29.072 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:04:29.074 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:04:29.076 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:04:29.077 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:04:29.080 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311469078 2024-04-05 10:04:29.082 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:04:29.167 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:04:29.167 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:04:29.167 | state without impacting any branches by switching back to a branch. 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:04:29.167 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | git switch -c 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | Or undo this operation with: 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | git switch - 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:04:29.167 | 2024-04-05 10:04:29.167 | HEAD is now at 60b964a Merge "Fix old arm64 job template" into stable/2023.1 2024-04-05 10:04:29.170 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:04:29.171 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:29.173 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:29.175 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:29.176 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:29.178 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:29.179 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:04:29.181 | + functions-common:time_stop:2442 : start_time=1712311469078 2024-04-05 10:04:29.182 | + functions-common:time_stop:2444 : [[ -z 1712311469078 ]] 2024-04-05 10:04:29.184 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:29.187 | + functions-common:time_stop:2447 : end_time=1712311469185 2024-04-05 10:04:29.189 | + functions-common:time_stop:2448 : elapsed_time=107 2024-04-05 10:04:29.190 | + functions-common:time_stop:2449 : total=16620 2024-04-05 10:04:29.192 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:29.193 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16727 2024-04-05 10:04:29.195 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-04-05 10:04:29.205 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-04-05 10:04:29.207 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:04:29.207 | + functions-common:git_clone:696 : head -1 2024-04-05 10:04:29.209 | 60b964a Merge "Fix old arm64 job template" into stable/2023.1 2024-04-05 10:04:29.211 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:04:29.213 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-04-05 10:04:29.215 | + inc/python:setup_develop:334 : local bindep 2024-04-05 10:04:29.216 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-04-05 10:04:29.218 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-04-05 10:04:29.220 | + inc/python:setup_develop:340 : local extras= 2024-04-05 10:04:29.221 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-04-05 10:04:29.223 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:04:29.225 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-04-05 10:04:29.226 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-04-05 10:04:29.228 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:04:29.230 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:04:29.232 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-04-05 10:04:29.233 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:04:29.236 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-04-05 10:04:29.237 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:04:29.239 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:04:29.241 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-04-05 10:04:29.245 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-04-05 10:04:29.247 | + 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 10:04:29.554 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-04-05 10:04:29.556 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 10:04:29.558 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:04:29.560 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:04:29.561 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-04-05 10:04:29.563 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-04-05 10:04:29.565 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 10:04:29.566 | + inc/python:setup_package:424 : local extras= 2024-04-05 10:04:29.568 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:04:29.569 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:04:29.571 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:04:29.573 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:04:29.574 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:04:29.576 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-04-05 10:04:29.591 | Using python 3.10 to install /opt/stack/keystone 2024-04-05 10:04:29.592 | + 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 10:04:30.476 | Obtaining file:///opt/stack/keystone 2024-04-05 10:04:30.477 | Preparing metadata (setup.py): started 2024-04-05 10:04:30.990 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:04:31.141 | Collecting Flask!=0.11,>=1.0.2 2024-04-05 10:04:31.144 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-04-05 10:04:31.167 | Collecting Flask-RESTful>=0.3.5 2024-04-05 10:04:31.169 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-04-05 10:04:31.201 | Collecting PyJWT>=1.6.1 2024-04-05 10:04:31.203 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-04-05 10:04:31.885 | Collecting SQLAlchemy>=1.3.0 2024-04-05 10:04:31.899 | 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 10:04:31.911 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (1.8.7) 2024-04-05 10:04:31.991 | Collecting bcrypt>=3.1.3 2024-04-05 10:04:31.999 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-04-05 10:04:32.381 | Collecting cryptography>=2.7 2024-04-05 10:04:32.411 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-04-05 10:04:32.431 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (1.1.8) 2024-04-05 10:04:32.482 | Collecting jsonschema>=3.2.0 2024-04-05 10:04:32.485 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-04-05 10:04:32.487 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (10.2.0) 2024-04-05 10:04:32.488 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (1.0.4) 2024-04-05 10:04:32.511 | Collecting oauthlib>=0.6.2 2024-04-05 10:04:32.514 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-04-05 10:04:32.517 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (3.3.1) 2024-04-05 10:04:32.517 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (9.1.1) 2024-04-05 10:04:32.518 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.1.1) 2024-04-05 10:04:32.579 | Collecting oslo.db>=6.0.0 2024-04-05 10:04:32.582 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-04-05 10:04:32.585 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (6.0.0) 2024-04-05 10:04:32.586 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.2.0) 2024-04-05 10:04:32.661 | Collecting oslo.messaging>=5.29.0 2024-04-05 10:04:32.665 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-04-05 10:04:32.709 | Collecting oslo.middleware>=3.31.0 2024-04-05 10:04:32.713 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-04-05 10:04:32.770 | Collecting oslo.policy>=3.10.0 2024-04-05 10:04:32.773 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-04-05 10:04:32.775 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.1.1) 2024-04-05 10:04:32.799 | Collecting oslo.upgradecheck>=1.3.0 2024-04-05 10:04:32.801 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-04-05 10:04:32.803 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (6.1.0) 2024-04-05 10:04:32.835 | Collecting osprofiler>=1.4.0 2024-04-05 10:04:32.837 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-04-05 10:04:32.859 | Collecting passlib>=1.7.0 2024-04-05 10:04:32.865 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-04-05 10:04:32.869 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.11.1) 2024-04-05 10:04:32.870 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (3.1.1) 2024-04-05 10:04:32.902 | Collecting pysaml2>=5.0.0 2024-04-05 10:04:32.907 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-04-05 10:04:32.911 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.1.0) 2024-04-05 10:04:32.912 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (2022.4) 2024-04-05 10:04:33.004 | Collecting scrypt>=0.8.0 2024-04-05 10:04:33.016 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-04-05 10:04:33.042 | Collecting sqlalchemy-migrate>=0.13.0 2024-04-05 10:04:33.044 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-04-05 10:04:33.047 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev15) (5.0.0) 2024-04-05 10:04:33.302 | Collecting cffi>=1.12 2024-04-05 10:04:33.306 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-04-05 10:04:33.312 | 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.dev15) (5.1.1) 2024-04-05 10:04:33.363 | Collecting Werkzeug>=2.2.2 2024-04-05 10:04:33.366 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-04-05 10:04:33.401 | Collecting click>=8.0 2024-04-05 10:04:33.404 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-04-05 10:04:33.425 | Collecting itsdangerous>=2.0 2024-04-05 10:04:33.427 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-04-05 10:04:33.455 | Collecting Jinja2>=3.0 2024-04-05 10:04:33.457 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-04-05 10:04:33.483 | Collecting aniso8601>=0.82 2024-04-05 10:04:33.486 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-04-05 10:04:33.488 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev15) (1.16.0) 2024-04-05 10:04:33.511 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev15) (0.18.1) 2024-04-05 10:04:33.536 | Collecting attrs>=17.4.0 2024-04-05 10:04:33.539 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-04-05 10:04:33.562 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (2.28.1) 2024-04-05 10:04:33.563 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev15) (5.1.2) 2024-04-05 10:04:33.655 | 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.dev15) (0.8.0) 2024-04-05 10:04:33.656 | 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.dev15) (2.5.0) 2024-04-05 10:04:33.657 | 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.dev15) (1.5.0) 2024-04-05 10:04:33.657 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev15) (6.0) 2024-04-05 10:04:33.728 | Collecting alembic>=0.9.6 2024-04-05 10:04:33.731 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-04-05 10:04:33.766 | Collecting testresources>=2.0.0 2024-04-05 10:04:33.768 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-04-05 10:04:33.786 | Collecting testscenarios>=0.4 2024-04-05 10:04:33.787 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-04-05 10:04:33.809 | 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.dev15) (2.8.2) 2024-04-05 10:04:33.811 | 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.dev15) (0.9.6) 2024-04-05 10:04:33.869 | Collecting amqp>=2.5.2 2024-04-05 10:04:33.871 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-04-05 10:04:33.874 | 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.dev15) (2.4.1) 2024-04-05 10:04:33.903 | Collecting cachetools>=2.0.0 2024-04-05 10:04:33.905 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-04-05 10:04:33.960 | Collecting kombu>=4.6.6 2024-04-05 10:04:33.965 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-04-05 10:04:34.075 | Collecting oslo.metrics>=0.2.1 2024-04-05 10:04:34.086 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-04-05 10:04:34.132 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-04-05 10:04:34.134 | Using cached oslo.service-3.1.1-py3-none-any.whl (77 kB) 2024-04-05 10:04:34.164 | Collecting statsd>=3.2.1 2024-04-05 10:04:34.166 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-04-05 10:04:34.215 | Collecting PrettyTable>=0.7.1 2024-04-05 10:04:34.217 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-04-05 10:04:34.234 | 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.dev15) (1.1.0) 2024-04-05 10:04:34.235 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev15) (0.11.0) 2024-04-05 10:04:34.236 | 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.dev15) (3.0.9) 2024-04-05 10:04:34.237 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev15) (21.3) 2024-04-05 10:04:34.296 | Collecting oslo.concurrency>=3.26.0 2024-04-05 10:04:34.298 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-04-05 10:04:34.376 | Collecting pyOpenSSL 2024-04-05 10:04:34.379 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-04-05 10:04:34.406 | Collecting defusedxml 2024-04-05 10:04:34.408 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-04-05 10:04:34.461 | Collecting xmlschema>=1.2.1 2024-04-05 10:04:34.466 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-04-05 10:04:34.469 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev15) (59.6.0) 2024-04-05 10:04:34.834 | Collecting greenlet!=0.4.17 2024-04-05 10:04:34.837 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-04-05 10:04:34.870 | Collecting sqlparse 2024-04-05 10:04:34.872 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-04-05 10:04:34.909 | Collecting Tempita>=0.4 2024-04-05 10:04:34.911 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-04-05 10:04:35.008 | Collecting Mako 2024-04-05 10:04:35.011 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-04-05 10:04:35.041 | Collecting vine>=5.0.0 2024-04-05 10:04:35.043 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-04-05 10:04:35.113 | Collecting pycparser 2024-04-05 10:04:35.124 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-04-05 10:04:35.145 | 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.dev15) (1.14.1) 2024-04-05 10:04:35.382 | Collecting MarkupSafe>=2.0 2024-04-05 10:04:35.385 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-04-05 10:04:35.417 | 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.dev15) (1.7.0) 2024-04-05 10:04:35.489 | Collecting fasteners>=0.7.0 2024-04-05 10:04:35.491 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-04-05 10:04:35.530 | Collecting prometheus-client>=0.6.0 2024-04-05 10:04:35.533 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-04-05 10:04:35.595 | Collecting Yappi>=1.0 2024-04-05 10:04:35.598 | 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 10:04:35.631 | Collecting eventlet>=0.25.2 2024-04-05 10:04:35.634 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-04-05 10:04:35.661 | Collecting PasteDeploy>=1.5.0 2024-04-05 10:04:35.663 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-04-05 10:04:35.684 | Collecting fixtures>=3.0.0 2024-04-05 10:04:35.685 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-04-05 10:04:35.725 | Collecting Paste>=2.0.2 2024-04-05 10:04:35.731 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-04-05 10:04:35.759 | Collecting Routes>=2.3.1 2024-04-05 10:04:35.761 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-04-05 10:04:35.784 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev15) (0.2.5) 2024-04-05 10:04:35.835 | 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.dev15) (2.1.1) 2024-04-05 10:04:35.836 | 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.dev15) (3.4) 2024-04-05 10:04:35.837 | 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.dev15) (2020.6.20) 2024-04-05 10:04:35.838 | 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.dev15) (1.26.12) 2024-04-05 10:04:35.888 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev15) (2.5.0) 2024-04-05 10:04:35.963 | Collecting elementpath<4.0.0,>=3.0.0 2024-04-05 10:04:35.967 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-04-05 10:04:36.091 | Collecting dnspython>=1.15.0 2024-04-05 10:04:36.095 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-04-05 10:04:36.215 | Collecting repoze.lru>=0.3 2024-04-05 10:04:36.217 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-04-05 10:04:36.365 | 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 10:04:36.365 | Reason for being yanked: Regression in OpenSSL. 2024-04-05 10:04:36.874 | 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 10:04:37.370 | Attempting uninstall: PyJWT 2024-04-05 10:04:37.371 | Found existing installation: PyJWT 2.3.0 2024-04-05 10:04:37.372 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:37.373 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-04-05 10:04:37.554 | Attempting uninstall: PrettyTable 2024-04-05 10:04:37.556 | Found existing installation: prettytable 2.5.0 2024-04-05 10:04:37.558 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:37.558 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-04-05 10:04:37.751 | Attempting uninstall: oauthlib 2024-04-05 10:04:37.752 | Found existing installation: oauthlib 3.2.0 2024-04-05 10:04:37.753 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:37.754 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-04-05 10:04:37.823 | Attempting uninstall: MarkupSafe 2024-04-05 10:04:37.824 | Found existing installation: MarkupSafe 2.0.1 2024-04-05 10:04:37.825 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:37.826 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-04-05 10:04:37.883 | Attempting uninstall: fixtures 2024-04-05 10:04:37.885 | Found existing installation: fixtures 3.0.0 2024-04-05 10:04:37.887 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:37.888 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-04-05 10:04:38.259 | Attempting uninstall: click 2024-04-05 10:04:38.260 | Found existing installation: click 8.0.3 2024-04-05 10:04:38.262 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:38.262 | Can't uninstall 'click'. No files were found to uninstall. 2024-04-05 10:04:38.330 | Attempting uninstall: bcrypt 2024-04-05 10:04:38.331 | Found existing installation: bcrypt 3.2.0 2024-04-05 10:04:38.332 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:38.333 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-04-05 10:04:38.354 | Attempting uninstall: attrs 2024-04-05 10:04:38.355 | Found existing installation: attrs 21.2.0 2024-04-05 10:04:38.357 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:38.357 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-04-05 10:04:39.421 | Attempting uninstall: jsonschema 2024-04-05 10:04:39.423 | Found existing installation: jsonschema 3.2.0 2024-04-05 10:04:39.424 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:39.425 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-04-05 10:04:39.486 | Attempting uninstall: Jinja2 2024-04-05 10:04:39.487 | Found existing installation: Jinja2 3.0.3 2024-04-05 10:04:39.488 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:39.488 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-04-05 10:04:40.107 | Attempting uninstall: cryptography 2024-04-05 10:04:40.108 | Found existing installation: cryptography 3.4.8 2024-04-05 10:04:40.110 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:40.110 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-04-05 10:04:40.429 | Attempting uninstall: pyOpenSSL 2024-04-05 10:04:40.430 | Found existing installation: pyOpenSSL 21.0.0 2024-04-05 10:04:40.431 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:40.432 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-04-05 10:04:41.236 | Running setup.py develop for keystone 2024-04-05 10:04:42.185 | 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 10:04:42.185 | 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 10:04:42.389 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:42.391 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:42.392 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:42.394 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:42.396 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:42.397 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:42.399 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:42.400 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:42.402 | + functions-common:time_stop:2442 : start_time=1712311469587 2024-04-05 10:04:42.403 | + functions-common:time_stop:2444 : [[ -z 1712311469587 ]] 2024-04-05 10:04:42.406 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:42.408 | + functions-common:time_stop:2447 : end_time=1712311482407 2024-04-05 10:04:42.410 | + functions-common:time_stop:2448 : elapsed_time=12820 2024-04-05 10:04:42.411 | + functions-common:time_stop:2449 : total=22122 2024-04-05 10:04:42.413 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:42.414 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=34942 2024-04-05 10:04:42.416 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:42.418 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:04:42.419 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-05 10:04:42.421 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-05 10:04:42.434 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-04-05 10:04:42.443 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-04-05 10:04:42.445 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-04-05 10:04:42.446 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:42.448 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:42.450 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-04-05 10:04:42.451 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:42.453 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-04-05 10:04:42.465 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:42.466 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-04-05 10:04:42.468 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 10:04:42.470 | + stack.sh:main:925 : configure_keystone 2024-04-05 10:04:42.471 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-04-05 10:04:42.481 | + 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 10:04:42.483 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-04-05 10:04:42.486 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-04-05 10:04:42.497 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:42.499 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-04-05 10:04:42.522 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-04-05 10:04:42.543 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-04-05 10:04:42.567 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-04-05 10:04:42.590 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-04-05 10:04:42.613 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-04-05 10:04:42.636 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-04-05 10:04:42.658 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-04-05 10:04:42.680 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-04-05 10:04:42.681 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-04-05 10:04:42.683 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-04-05 10:04:42.684 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-04-05 10:04:42.686 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 10:04:42.688 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 10:04:42.699 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:42.701 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 10:04:42.703 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 10:04:42.705 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 10:04:42.715 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:42.717 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:04:42.719 | + 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 10:04:42.742 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 10:04:42.744 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 10:04:42.745 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-04-05 10:04:42.747 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-04-05 10:04:42.759 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:42.761 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-04-05 10:04:42.784 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-04-05 10:04:42.786 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-04-05 10:04:42.809 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-04-05 10:04:42.811 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-04-05 10:04:42.813 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-04-05 10:04:42.815 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-04-05 10:04:42.816 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:04:42.818 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:04:42.820 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:04:42.831 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:42.833 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:04:42.835 | ++ 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 10:04:42.837 | + 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 10:04:42.860 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-04-05 10:04:42.862 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-04-05 10:04:42.864 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-04-05 10:04:42.865 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-04-05 10:04:42.867 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:04:42.880 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:04:42.882 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:04:42.883 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:04:42.885 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:04:42.887 | + 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 10:04:42.908 | + 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 10:04:42.930 | + 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 10:04:42.952 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:04:42.974 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-04-05 10:04:42.996 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-04-05 10:04:42.998 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-04-05 10:04:43.000 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-04-05 10:04:43.001 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-04-05 10:04:43.003 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-04-05 10:04:43.005 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 10:04:43.007 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 10:04:43.009 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-04-05 10:04:43.012 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-04-05 10:04:43.014 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 10:04:43.015 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 10:04:43.026 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 10:04:43.026 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:04:43.032 | d /var/run/uwsgi 0755 stack root 2024-04-05 10:04:43.035 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:04:43.043 | /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 10:04:43.046 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-04-05 10:04:43.048 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-04-05 10:04:43.051 | + 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 10:04:43.075 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-04-05 10:04:43.097 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-04-05 10:04:43.119 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-04-05 10:04:43.141 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-04-05 10:04:43.163 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-04-05 10:04:43.185 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-04-05 10:04:43.206 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-04-05 10:04:43.228 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-04-05 10:04:43.250 | + 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 10:04:43.271 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-04-05 10:04:43.292 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-04-05 10:04:43.315 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-04-05 10:04:43.337 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 10:04:43.339 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 10:04:43.341 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-04-05 10:04:43.343 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-04-05 10:04:43.345 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 10:04:43.346 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:43.348 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:43.350 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-05 10:04:43.352 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-05 10:04:43.354 | + 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 10:04:43.375 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-04-05 10:04:43.397 | + 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 10:04:43.397 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-04-05 10:04:43.403 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-04-05 10:04:43.406 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-04-05 10:04:43.408 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-04-05 10:04:43.409 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 10:04:43.411 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 10:04:43.413 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:04:43.415 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:43.416 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:43.418 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 10:04:43.420 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 10:04:43.421 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:04:43.423 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:04:43.425 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-04-05 10:04:43.457 | Enabling site keystone-wsgi-public. 2024-04-05 10:04:43.461 | To activate the new configuration, you need to run: 2024-04-05 10:04:43.461 | systemctl reload apache2 2024-04-05 10:04:43.465 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 10:04:43.466 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:04:43.468 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:04:43.470 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:04:43.558 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-04-05 10:04:43.582 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-04-05 10:04:43.607 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-04-05 10:04:43.631 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-04-05 10:04:43.633 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-04-05 10:04:43.658 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-04-05 10:04:43.681 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-04-05 10:04:43.704 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-04-05 10:04:43.729 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-04-05 10:04:43.731 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-04-05 10:04:43.733 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-04-05 10:04:43.755 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-04-05 10:04:43.778 | + stack.sh:main:929 : is_service_enabled swift 2024-04-05 10:04:43.790 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:43.792 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-04-05 10:04:43.805 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:43.807 | + stack.sh:main:945 : stack_install_service glance 2024-04-05 10:04:43.809 | + lib/stack:stack_install_service:20 : local service=glance 2024-04-05 10:04:43.810 | + lib/stack:stack_install_service:21 : type install_glance 2024-04-05 10:04:43.813 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 10:04:43.815 | + lib/stack:stack_install_service:32 : install_glance 2024-04-05 10:04:43.817 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-04-05 10:04:43.819 | + lib/glance:install_glance:511 : local glance_store_extras 2024-04-05 10:04:43.821 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-04-05 10:04:43.834 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:04:43.836 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-04-05 10:04:43.838 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-04-05 10:04:43.851 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:04:43.853 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-04-05 10:04:43.855 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-04-05 10:04:43.857 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:43.859 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:43.861 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-04-05 10:04:43.863 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:43.866 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-04-05 10:04:43.868 | ++ inc/python:join_extras:29 : local IFS=, 2024-04-05 10:04:43.870 | ++ inc/python:join_extras:30 : echo cinder 2024-04-05 10:04:43.873 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-04-05 10:04:43.875 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-04-05 10:04:43.877 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-04-05 10:04:43.879 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-04-05 10:04:43.882 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-04-05 10:04:43.884 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-04-05 10:04:43.886 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-04-05 10:04:43.889 | +++ 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 10:04:43.889 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-04-05 10:04:43.893 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-04-05 10:04:43.895 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-04-05 10:04:43.897 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-04-05 10:04:43.899 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-04-05 10:04:43.901 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-04-05 10:04:43.917 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-04-05 10:04:43.919 | + 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 10:04:44.935 | Collecting glance-store[cinder]!=0.29.0 2024-04-05 10:04:44.939 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-04-05 10:04:44.976 | 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 10:04:44.976 | 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 10:04:44.977 | 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 10:04:44.978 | 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 10:04:44.979 | 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 10:04:44.979 | 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 10:04:44.980 | 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 10:04:44.981 | 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 10:04:44.982 | 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 10:04:44.982 | 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 10:04:44.983 | 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 10:04:45.022 | Collecting oslo.rootwrap>=5.8.0 2024-04-05 10:04:45.024 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-04-05 10:04:45.066 | Collecting python-cinderclient>=4.1.0 2024-04-05 10:04:45.070 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-04-05 10:04:45.135 | Collecting os-brick>=6.2.2 2024-04-05 10:04:45.140 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-04-05 10:04:45.183 | Collecting oslo.privsep>=1.23.0 2024-04-05 10:04:45.185 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-04-05 10:04:45.190 | 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 10:04:45.191 | 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 10:04:45.192 | 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 10:04:45.232 | 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 10:04:45.232 | 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 10:04:45.256 | 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 10:04:45.257 | 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 10:04:45.258 | 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 10:04:45.268 | 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 10:04:45.269 | 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 10:04:45.275 | 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 10:04:45.275 | 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 10:04:45.309 | Collecting os-win>=5.7.0 2024-04-05 10:04:45.313 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-04-05 10:04:45.321 | 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 10:04:45.338 | 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 10:04:45.339 | 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 10:04:45.339 | 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 10:04:45.340 | 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 10:04:45.349 | 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 10:04:45.350 | 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 10:04:45.356 | 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 10:04:45.362 | 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 10:04:45.363 | 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 10:04:45.364 | 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 10:04:45.372 | 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 10:04:45.387 | 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 10:04:45.388 | 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 10:04:45.389 | 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 10:04:45.390 | 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 10:04:45.429 | 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 10:04:45.438 | 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 10:04:45.513 | 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 10:04:45.514 | 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 10:04:45.526 | 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 10:04:45.527 | 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 10:04:45.528 | 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 10:04:45.529 | 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 10:04:45.530 | 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 10:04:45.531 | 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 10:04:45.549 | 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 10:04:45.636 | 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 10:04:45.663 | 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 10:04:46.196 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-04-05 10:04:46.947 | 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 10:04:46.948 | 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 10:04:47.048 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:47.050 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:47.051 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:47.053 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:47.055 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:47.057 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:47.059 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:47.061 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:47.063 | + functions-common:time_stop:2442 : start_time=1712311483913 2024-04-05 10:04:47.064 | + functions-common:time_stop:2444 : [[ -z 1712311483913 ]] 2024-04-05 10:04:47.067 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:47.070 | + functions-common:time_stop:2447 : end_time=1712311487068 2024-04-05 10:04:47.072 | + functions-common:time_stop:2448 : elapsed_time=3155 2024-04-05 10:04:47.073 | + functions-common:time_stop:2449 : total=34942 2024-04-05 10:04:47.075 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:47.077 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38097 2024-04-05 10:04:47.079 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:47.081 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-04-05 10:04:47.083 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-04-05 10:04:47.085 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-04-05 10:04:47.094 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-04-05 10:04:47.098 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-04-05 10:04:47.100 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-04-05 10:04:47.101 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-04-05 10:04:47.103 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 10:04:47.105 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:04:47.107 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:04:47.109 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:04:47.111 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:04:47.113 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:04:47.125 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:04:47.127 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:04:47.128 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:04:47.130 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:47.132 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 10:04:47.133 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:04:47.136 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-04-05 10:04:47.138 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:04:47.140 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-04-05 10:04:47.142 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:04:47.143 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:04:47.145 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:04:47.147 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:04:47.149 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:04:47.150 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:04:47.152 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:04:47.154 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:04:47.156 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:04:47.159 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311487157 2024-04-05 10:04:47.161 | + 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 10:04:47.163 | Cloning into '/opt/stack//glance'... 2024-04-05 10:04:49.271 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:04:49.273 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:49.275 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:49.277 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:49.278 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:49.280 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:49.282 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:04:49.283 | + functions-common:time_stop:2442 : start_time=1712311487157 2024-04-05 10:04:49.285 | + functions-common:time_stop:2444 : [[ -z 1712311487157 ]] 2024-04-05 10:04:49.287 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:49.290 | + functions-common:time_stop:2447 : end_time=1712311489288 2024-04-05 10:04:49.292 | + functions-common:time_stop:2448 : elapsed_time=2131 2024-04-05 10:04:49.294 | + functions-common:time_stop:2449 : total=16727 2024-04-05 10:04:49.295 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:49.297 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18858 2024-04-05 10:04:49.299 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-04-05 10:04:49.300 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 10:04:49.302 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:04:49.304 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:04:49.305 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:04:49.307 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:04:49.309 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:04:49.311 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:04:49.312 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:04:49.314 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:04:49.316 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:04:49.319 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311489317 2024-04-05 10:04:49.321 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 10:04:50.902 | From https://opendev.org/openstack/glance 2024-04-05 10:04:50.902 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 10:04:50.907 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:04:50.908 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:50.910 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:50.912 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:50.913 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:50.915 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:50.917 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:04:50.919 | + functions-common:time_stop:2442 : start_time=1712311489317 2024-04-05 10:04:50.920 | + functions-common:time_stop:2444 : [[ -z 1712311489317 ]] 2024-04-05 10:04:50.922 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:50.925 | + functions-common:time_stop:2447 : end_time=1712311490923 2024-04-05 10:04:50.927 | + functions-common:time_stop:2448 : elapsed_time=1606 2024-04-05 10:04:50.928 | + functions-common:time_stop:2449 : total=18858 2024-04-05 10:04:50.930 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:50.931 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20464 2024-04-05 10:04:50.933 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:04:50.935 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:04:50.936 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:04:50.938 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:04:50.940 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:04:50.941 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:04:50.943 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:04:50.945 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:04:50.946 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:04:50.948 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:04:50.951 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311490949 2024-04-05 10:04:50.953 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:04:51.020 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:04:51.020 | 2024-04-05 10:04:51.020 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:04:51.020 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:04:51.020 | state without impacting any branches by switching back to a branch. 2024-04-05 10:04:51.020 | 2024-04-05 10:04:51.020 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:04:51.020 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:04:51.020 | 2024-04-05 10:04:51.020 | git switch -c 2024-04-05 10:04:51.020 | 2024-04-05 10:04:51.020 | Or undo this operation with: 2024-04-05 10:04:51.020 | 2024-04-05 10:04:51.020 | git switch - 2024-04-05 10:04:51.020 | 2024-04-05 10:04:51.021 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:04:51.021 | 2024-04-05 10:04:51.021 | HEAD is now at 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 10:04:51.023 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:04:51.025 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:51.027 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:51.028 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:51.030 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:51.031 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:51.033 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:04:51.034 | + functions-common:time_stop:2442 : start_time=1712311490949 2024-04-05 10:04:51.036 | + functions-common:time_stop:2444 : [[ -z 1712311490949 ]] 2024-04-05 10:04:51.038 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:51.041 | + functions-common:time_stop:2447 : end_time=1712311491039 2024-04-05 10:04:51.043 | + functions-common:time_stop:2448 : elapsed_time=90 2024-04-05 10:04:51.044 | + functions-common:time_stop:2449 : total=20464 2024-04-05 10:04:51.046 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:51.048 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20554 2024-04-05 10:04:51.049 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-04-05 10:04:51.059 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-04-05 10:04:51.061 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:04:51.061 | + functions-common:git_clone:696 : head -1 2024-04-05 10:04:51.063 | 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 10:04:51.066 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:04:51.067 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-04-05 10:04:51.069 | + inc/python:setup_develop:334 : local bindep 2024-04-05 10:04:51.071 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-04-05 10:04:51.072 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-04-05 10:04:51.074 | + inc/python:setup_develop:340 : local extras= 2024-04-05 10:04:51.076 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-04-05 10:04:51.078 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:04:51.079 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-04-05 10:04:51.081 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-04-05 10:04:51.083 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:04:51.084 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:04:51.086 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-04-05 10:04:51.088 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:04:51.091 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-04-05 10:04:51.092 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:04:51.094 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:04:51.096 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-04-05 10:04:51.100 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-04-05 10:04:51.102 | + 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 10:04:51.412 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-04-05 10:04:51.414 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 10:04:51.415 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:04:51.417 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:04:51.419 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-04-05 10:04:51.421 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-04-05 10:04:51.423 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 10:04:51.424 | + inc/python:setup_package:424 : local extras= 2024-04-05 10:04:51.426 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:04:51.428 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:04:51.429 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:04:51.431 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:04:51.433 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:04:51.435 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-04-05 10:04:51.450 | Using python 3.10 to install /opt/stack/glance 2024-04-05 10:04:51.451 | + 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 10:04:52.380 | Obtaining file:///opt/stack/glance 2024-04-05 10:04:52.381 | Preparing metadata (setup.py): started 2024-04-05 10:04:52.798 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:04:52.858 | 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 10:04:52.858 | 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 10:04:52.859 | 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 10:04:52.860 | 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 10:04:52.860 | 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 10:04:52.947 | Collecting WSME>=0.8.0 2024-04-05 10:04:52.949 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-04-05 10:04:52.952 | 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 10:04:52.953 | 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 10:04:52.991 | Collecting castellan>=0.17.0 2024-04-05 10:04:52.994 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-04-05 10:04:52.997 | 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 10:04:53.015 | Collecting cursive>=0.2.1 2024-04-05 10:04:53.017 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-04-05 10:04:53.019 | 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 10:04:53.020 | 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 10:04:53.020 | 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 10:04:53.021 | 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 10:04:53.022 | 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 10:04:53.050 | Collecting httplib2>=0.9.1 2024-04-05 10:04:53.053 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-04-05 10:04:53.056 | 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 10:04:53.057 | 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 10:04:53.057 | 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 10:04:53.058 | 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 10:04:53.059 | 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 10:04:53.060 | 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 10:04:53.060 | 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 10:04:53.061 | 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 10:04:53.062 | 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 10:04:53.063 | 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 10:04:53.087 | Collecting oslo.limit>=1.6.0 2024-04-05 10:04:53.089 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-04-05 10:04:53.091 | 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 10:04:53.092 | 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 10:04:53.093 | 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 10:04:53.093 | 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 10:04:53.126 | Collecting oslo.reports>=1.18.0 2024-04-05 10:04:53.128 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-04-05 10:04:53.130 | 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 10:04:53.131 | 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 10:04:53.131 | 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 10:04:53.132 | 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 10:04:53.133 | 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 10:04:53.133 | 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 10:04:53.151 | Collecting retrying!=1.3.0,>=1.2.3 2024-04-05 10:04:53.151 | Using cached retrying-1.3.3-py3-none-any.whl 2024-04-05 10:04:53.156 | 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 10:04:53.157 | 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 10:04:53.232 | Collecting taskflow>=4.0.0 2024-04-05 10:04:53.237 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-04-05 10:04:53.248 | 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 10:04:53.283 | Collecting python-barbicanclient>=4.5.2 2024-04-05 10:04:53.285 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-04-05 10:04:53.288 | 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 10:04:53.306 | 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 10:04:53.312 | 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 10:04:53.319 | 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 10:04:53.325 | 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 10:04:53.326 | 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 10:04:53.327 | 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 10:04:53.364 | 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 10:04:53.383 | 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 10:04:53.384 | 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 10:04:53.408 | 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 10:04:53.431 | 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 10:04:53.432 | 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 10:04:53.446 | 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 10:04:53.464 | 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 10:04:53.465 | 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 10:04:53.466 | 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 10:04:53.490 | 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 10:04:53.491 | 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 10:04:53.493 | 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 10:04:53.560 | Collecting openstacksdk>=0.31.1 2024-04-05 10:04:53.575 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-04-05 10:04:53.611 | 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 10:04:53.612 | 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 10:04:53.636 | 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 10:04:53.637 | 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 10:04:53.639 | 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 10:04:53.640 | 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 10:04:53.641 | 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 10:04:53.651 | 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 10:04:53.651 | 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 10:04:53.653 | 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 10:04:53.838 | Collecting psutil>=3.2.2 2024-04-05 10:04:53.841 | 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 10:04:53.861 | 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 10:04:53.862 | 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 10:04:53.862 | 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 10:04:53.891 | 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 10:04:53.912 | 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 10:04:53.979 | 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 10:04:54.123 | Collecting networkx>=2.1.0 2024-04-05 10:04:54.136 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-04-05 10:04:54.151 | 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 10:04:54.185 | Collecting automaton>=1.9.0 2024-04-05 10:04:54.187 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-04-05 10:04:54.208 | Collecting pydot>=1.2.4 2024-04-05 10:04:54.210 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-04-05 10:04:54.247 | Collecting simplegeneric 2024-04-05 10:04:54.248 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-04-05 10:04:54.257 | 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 10:04:54.318 | 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 10:04:54.357 | 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 10:04:54.458 | Collecting jmespath>=0.9.0 2024-04-05 10:04:54.460 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-04-05 10:04:54.461 | 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 10:04:54.462 | 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 10:04:54.463 | 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 10:04:54.481 | Collecting requestsexceptions>=1.2.0 2024-04-05 10:04:54.483 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-04-05 10:04:54.500 | Collecting appdirs>=1.3.0 2024-04-05 10:04:54.502 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-04-05 10:04:54.548 | 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 10:04:54.559 | 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 10:04:54.575 | 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 10:04:54.577 | 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 10:04:54.703 | Collecting cliff!=2.9.0,>=2.8.0 2024-04-05 10:04:54.706 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-04-05 10:04:54.765 | 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 10:04:54.766 | 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 10:04:54.767 | 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 10:04:54.767 | 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 10:04:54.801 | 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 10:04:54.853 | 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 10:04:54.966 | Collecting autopage>=0.4.0 2024-04-05 10:04:54.968 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-04-05 10:04:55.045 | Collecting importlib-metadata>=4.4 2024-04-05 10:04:55.047 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-04-05 10:04:55.106 | Collecting cmd2>=1.0.0 2024-04-05 10:04:55.109 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-04-05 10:04:55.353 | 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 10:04:55.418 | Collecting zipp>=0.5 2024-04-05 10:04:55.420 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-04-05 10:04:55.875 | 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 10:04:55.908 | Attempting uninstall: zipp 2024-04-05 10:04:55.909 | Found existing installation: zipp 1.0.0 2024-04-05 10:04:55.910 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:55.910 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-04-05 10:04:57.082 | Attempting uninstall: httplib2 2024-04-05 10:04:57.083 | Found existing installation: httplib2 0.20.2 2024-04-05 10:04:57.084 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:57.085 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-04-05 10:04:57.109 | Attempting uninstall: cmd2 2024-04-05 10:04:57.111 | Found existing installation: cmd2 0.0.0 2024-04-05 10:04:57.112 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:57.113 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-04-05 10:04:57.185 | Attempting uninstall: autopage 2024-04-05 10:04:57.186 | Found existing installation: autopage 0.4.0 2024-04-05 10:04:57.188 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:57.188 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-04-05 10:04:57.213 | Attempting uninstall: importlib-metadata 2024-04-05 10:04:57.214 | Found existing installation: importlib-metadata 4.6.4 2024-04-05 10:04:57.215 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:57.216 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-04-05 10:04:58.259 | Attempting uninstall: cliff 2024-04-05 10:04:58.260 | Found existing installation: cliff 3.10.0 2024-04-05 10:04:58.262 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:04:58.262 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-04-05 10:04:58.795 | Running setup.py develop for glance 2024-04-05 10:04:59.744 | 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 10:04:59.744 | 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 10:04:59.896 | + inc/python:pip_install:196 : result=0 2024-04-05 10:04:59.898 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:04:59.900 | + functions-common:time_stop:2435 : local name 2024-04-05 10:04:59.902 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:04:59.904 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:04:59.905 | + functions-common:time_stop:2438 : local total 2024-04-05 10:04:59.907 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:04:59.908 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:04:59.910 | + functions-common:time_stop:2442 : start_time=1712311491446 2024-04-05 10:04:59.911 | + functions-common:time_stop:2444 : [[ -z 1712311491446 ]] 2024-04-05 10:04:59.914 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:04:59.917 | + functions-common:time_stop:2447 : end_time=1712311499914 2024-04-05 10:04:59.918 | + functions-common:time_stop:2448 : elapsed_time=8468 2024-04-05 10:04:59.920 | + functions-common:time_stop:2449 : total=38097 2024-04-05 10:04:59.921 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:04:59.923 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=46565 2024-04-05 10:04:59.925 | + inc/python:pip_install:199 : return 0 2024-04-05 10:04:59.927 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:04:59.928 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-04-05 10:04:59.930 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-04-05 10:04:59.944 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-04-05 10:04:59.953 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-04-05 10:04:59.955 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-04-05 10:04:59.957 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:04:59.959 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:04:59.961 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-04-05 10:04:59.963 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:04:59.965 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 10:04:59.967 | + stack.sh:main:946 : configure_glance 2024-04-05 10:04:59.969 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-04-05 10:04:59.979 | + lib/glance:configure_glance:326 : local dburl 2024-04-05 10:04:59.981 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-04-05 10:04:59.983 | ++ lib/database:database_connection_url:134 : local db=glance 2024-04-05 10:04:59.985 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-04-05 10:04:59.987 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-04-05 10:04:59.988 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:04:59.990 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:04:59.992 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:05:00.005 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:00.007 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:05:00.008 | ++ 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 10:05:00.010 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-04-05 10:05:00.012 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-04-05 10:05:00.036 | + 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 10:05:00.060 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-04-05 10:05:00.082 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-04-05 10:05:00.104 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-04-05 10:05:00.127 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-04-05 10:05:00.151 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-04-05 10:05:00.153 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-04-05 10:05:00.155 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-04-05 10:05:00.157 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 10:05:00.159 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-04-05 10:05:00.182 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-04-05 10:05:00.204 | + 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 10:05:00.227 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-04-05 10:05:00.249 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-04-05 10:05:00.271 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-04-05 10:05:00.293 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-04-05 10:05:00.316 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-04-05 10:05:00.337 | + 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 10:05:00.359 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 10:05:00.381 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-04-05 10:05:00.405 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-04-05 10:05:00.407 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-04-05 10:05:00.408 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-04-05 10:05:00.410 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 10:05:00.412 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 10:05:00.414 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 10:05:00.425 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:00.427 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 10:05:00.429 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 10:05:00.431 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 10:05:00.444 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:00.445 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:05:00.447 | + 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 10:05:00.470 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 10:05:00.472 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 10:05:00.474 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-04-05 10:05:00.476 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-04-05 10:05:00.498 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-04-05 10:05:00.520 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-04-05 10:05:00.521 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-04-05 10:05:00.523 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-04-05 10:05:00.525 | + lib/glance:configure_glance_store:254 : local be 2024-04-05 10:05:00.526 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-04-05 10:05:00.528 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-04-05 10:05:00.530 | + 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 10:05:00.553 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-04-05 10:05:00.555 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-04-05 10:05:00.579 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-04-05 10:05:00.581 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-04-05 10:05:00.593 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:00.595 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-04-05 10:05:00.617 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-04-05 10:05:00.629 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:00.631 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-04-05 10:05:00.632 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-04-05 10:05:00.634 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-04-05 10:05:00.636 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:05:00.649 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:05:00.651 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:05:00.653 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:05:00.654 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:05:00.656 | + 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 10:05:00.679 | + 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 10:05:00.701 | + 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 10:05:00.723 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:05:00.745 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-04-05 10:05:00.749 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-04-05 10:05:00.772 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-04-05 10:05:00.795 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-04-05 10:05:00.817 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-04-05 10:05:00.839 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-04-05 10:05:00.861 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-04-05 10:05:00.884 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-04-05 10:05:00.907 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-04-05 10:05:00.933 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-04-05 10:05:00.956 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-04-05 10:05:00.990 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-04-05 10:05:01.016 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-04-05 10:05:01.019 | + 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 10:05:01.024 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-04-05 10:05:01.036 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:01.037 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-04-05 10:05:01.039 | + 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 10:05:01.041 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-04-05 10:05:01.042 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-04-05 10:05:01.044 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-04-05 10:05:01.046 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-04-05 10:05:01.049 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-04-05 10:05:01.051 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-04-05 10:05:01.054 | + 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 10:05:01.077 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-04-05 10:05:01.079 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-04-05 10:05:01.081 | ++ functions:get_random_port:848 : true 2024-04-05 10:05:01.083 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-04-05 10:05:01.085 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-04-05 10:05:01.087 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-04-05 10:05:01.143 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-04-05 10:05:01.145 | ++ functions:get_random_port:852 : break 2 2024-04-05 10:05:01.147 | ++ functions:get_random_port:856 : echo 60999 2024-04-05 10:05:01.149 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-04-05 10:05:01.151 | + 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 10:05:01.172 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-04-05 10:05:01.193 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-04-05 10:05:01.215 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-04-05 10:05:01.236 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 10:05:01.258 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-04-05 10:05:01.280 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-04-05 10:05:01.301 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-04-05 10:05:01.323 | + 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 10:05:01.344 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 10:05:01.366 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 10:05:01.388 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 10:05:01.410 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-04-05 10:05:01.431 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 10:05:01.452 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-04-05 10:05:01.473 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-04-05 10:05:01.496 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-04-05 10:05:01.519 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-04-05 10:05:01.540 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-04-05 10:05:01.562 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-04-05 10:05:01.563 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-04-05 10:05:01.565 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:05:01.567 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:01.568 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:01.570 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-04-05 10:05:01.572 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-04-05 10:05:01.600 | proxy (enabled by site administrator) 2024-04-05 10:05:01.603 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-04-05 10:05:01.605 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-04-05 10:05:01.606 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:05:01.608 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:01.610 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:01.612 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-04-05 10:05:01.613 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-04-05 10:05:01.640 | No module matches proxy_http 2024-04-05 10:05:01.643 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-04-05 10:05:01.674 | Considering dependency proxy for proxy_http: 2024-04-05 10:05:01.675 | Module proxy already enabled 2024-04-05 10:05:01.675 | Enabling module proxy_http. 2024-04-05 10:05:01.678 | To activate the new configuration, you need to run: 2024-04-05 10:05:01.678 | systemctl restart apache2 2024-04-05 10:05:01.682 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-04-05 10:05:01.683 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:05:01.685 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:05:01.687 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:05:01.787 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-04-05 10:05:01.789 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-04-05 10:05:01.791 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-04-05 10:05:01.793 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 10:05:01.795 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:01.797 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:01.798 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 10:05:01.801 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 10:05:01.803 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-04-05 10:05:01.803 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 10:05:01.811 | KeepAlive Off 2024-04-05 10:05:01.814 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-04-05 10:05:01.815 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 10:05:01.821 | SetEnv proxy-sendchunked 1 2024-04-05 10:05:01.824 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-04-05 10:05:01.825 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-04-05 10:05:01.831 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-04-05 10:05:01.833 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-04-05 10:05:01.835 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-04-05 10:05:01.837 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 10:05:01.838 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 10:05:01.840 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:05:01.842 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:01.843 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:01.845 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 10:05:01.847 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 10:05:01.848 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:01.850 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:01.852 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-04-05 10:05:01.883 | Enabling site glance-wsgi-api. 2024-04-05 10:05:01.887 | To activate the new configuration, you need to run: 2024-04-05 10:05:01.887 | systemctl reload apache2 2024-04-05 10:05:01.891 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-04-05 10:05:01.892 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:05:01.894 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:05:01.896 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:05:02.011 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-04-05 10:05:02.015 | + 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 10:05:02.038 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-04-05 10:05:02.040 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-04-05 10:05:02.042 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-04-05 10:05:02.066 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-04-05 10:05:02.088 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-04-05 10:05:02.110 | + stack.sh:main:949 : is_service_enabled cinder 2024-04-05 10:05:02.123 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:02.125 | + stack.sh:main:951 : stack_install_service cinder 2024-04-05 10:05:02.126 | + lib/stack:stack_install_service:20 : local service=cinder 2024-04-05 10:05:02.129 | + lib/stack:stack_install_service:21 : type install_cinder 2024-04-05 10:05:02.130 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 10:05:02.132 | + lib/stack:stack_install_service:32 : install_cinder 2024-04-05 10:05:02.134 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-04-05 10:05:02.136 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-04-05 10:05:02.138 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-04-05 10:05:02.139 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 10:05:02.141 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:05:02.143 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:05:02.145 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:05:02.147 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:05:02.149 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:05:02.160 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:05:02.162 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:05:02.163 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:05:02.165 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:02.167 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 10:05:02.167 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:05:02.171 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-04-05 10:05:02.173 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:02.175 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-04-05 10:05:02.176 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:02.178 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:02.179 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:02.181 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:02.183 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:02.184 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:02.186 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:02.188 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:02.190 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:02.192 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311502190 2024-04-05 10:05:02.194 | + 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 10:05:02.196 | Cloning into '/opt/stack//cinder'... 2024-04-05 10:05:05.348 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:05.350 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:05.352 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:05.353 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:05.355 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:05.357 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:05.359 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:05.360 | + functions-common:time_stop:2442 : start_time=1712311502190 2024-04-05 10:05:05.362 | + functions-common:time_stop:2444 : [[ -z 1712311502190 ]] 2024-04-05 10:05:05.364 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:05.367 | + functions-common:time_stop:2447 : end_time=1712311505365 2024-04-05 10:05:05.369 | + functions-common:time_stop:2448 : elapsed_time=3175 2024-04-05 10:05:05.370 | + functions-common:time_stop:2449 : total=20554 2024-04-05 10:05:05.372 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:05.374 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23729 2024-04-05 10:05:05.375 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-04-05 10:05:05.377 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 10:05:05.379 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:05.380 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:05.382 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:05.384 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:05.386 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:05.387 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:05.389 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:05.391 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:05.393 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:05.396 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311505394 2024-04-05 10:05:05.397 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 10:05:08.118 | From https://opendev.org/openstack/cinder 2024-04-05 10:05:08.118 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 10:05:08.123 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:08.125 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:08.127 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:08.128 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:08.130 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:08.132 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:08.133 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:08.135 | + functions-common:time_stop:2442 : start_time=1712311505394 2024-04-05 10:05:08.136 | + functions-common:time_stop:2444 : [[ -z 1712311505394 ]] 2024-04-05 10:05:08.138 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:08.141 | + functions-common:time_stop:2447 : end_time=1712311508139 2024-04-05 10:05:08.143 | + functions-common:time_stop:2448 : elapsed_time=2745 2024-04-05 10:05:08.145 | + functions-common:time_stop:2449 : total=23729 2024-04-05 10:05:08.146 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:08.148 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26474 2024-04-05 10:05:08.150 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:05:08.151 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:08.153 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:08.155 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:08.156 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:08.158 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:08.159 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:08.161 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:08.162 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:08.164 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:08.167 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311508165 2024-04-05 10:05:08.169 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:05:08.402 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:05:08.402 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:05:08.402 | state without impacting any branches by switching back to a branch. 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:05:08.402 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | git switch -c 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | Or undo this operation with: 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | git switch - 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:05:08.402 | 2024-04-05 10:05:08.402 | HEAD is now at 6e15ec3 Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates" into stable/2023.1 2024-04-05 10:05:08.407 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:08.408 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:08.410 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:08.412 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:08.413 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:08.415 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:08.417 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:08.418 | + functions-common:time_stop:2442 : start_time=1712311508165 2024-04-05 10:05:08.420 | + functions-common:time_stop:2444 : [[ -z 1712311508165 ]] 2024-04-05 10:05:08.422 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:08.425 | + functions-common:time_stop:2447 : end_time=1712311508423 2024-04-05 10:05:08.427 | + functions-common:time_stop:2448 : elapsed_time=258 2024-04-05 10:05:08.428 | + functions-common:time_stop:2449 : total=26474 2024-04-05 10:05:08.430 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:08.432 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26732 2024-04-05 10:05:08.433 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-04-05 10:05:08.443 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-04-05 10:05:08.445 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:05:08.445 | + functions-common:git_clone:696 : head -1 2024-04-05 10:05:08.450 | 6e15ec3 Merge "Dell PowerFlex: Additionnal params for enabling self signed certificates" into stable/2023.1 2024-04-05 10:05:08.452 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:05:08.454 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-04-05 10:05:08.455 | + inc/python:setup_develop:334 : local bindep 2024-04-05 10:05:08.457 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-04-05 10:05:08.459 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-04-05 10:05:08.460 | + inc/python:setup_develop:340 : local extras= 2024-04-05 10:05:08.462 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-04-05 10:05:08.463 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:05:08.465 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-04-05 10:05:08.467 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-04-05 10:05:08.468 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:05:08.470 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:05:08.472 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-04-05 10:05:08.474 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:05:08.476 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-04-05 10:05:08.478 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:05:08.480 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:05:08.482 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-04-05 10:05:08.486 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-04-05 10:05:08.488 | + 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 10:05:08.797 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-04-05 10:05:08.799 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 10:05:08.801 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:05:08.803 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:05:08.804 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-04-05 10:05:08.806 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-04-05 10:05:08.808 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 10:05:08.810 | + inc/python:setup_package:424 : local extras= 2024-04-05 10:05:08.811 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:05:08.813 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:05:08.815 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:05:08.816 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:05:08.818 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:05:08.820 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-04-05 10:05:08.835 | Using python 3.10 to install /opt/stack/cinder 2024-04-05 10:05:08.836 | + 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 10:05:09.749 | Obtaining file:///opt/stack/cinder 2024-04-05 10:05:09.750 | Preparing metadata (setup.py): started 2024-04-05 10:05:10.348 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:05:10.435 | 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 10:05:10.436 | 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 10:05:10.437 | 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 10:05:10.437 | 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 10:05:10.438 | 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 10:05:11.112 | Collecting boto3>=1.18.49 2024-04-05 10:05:11.116 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-04-05 10:05:11.119 | 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 10:05:11.120 | 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 10:05:11.121 | 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 10:05:11.122 | 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 10:05:11.123 | 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 10:05:11.230 | Collecting google-api-python-client>=1.11.0 2024-04-05 10:05:11.306 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-04-05 10:05:11.356 | 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 10:05:11.357 | 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 10:05:11.358 | 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 10:05:11.359 | 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 10:05:11.360 | 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 10:05:11.361 | 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 10:05:11.361 | 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 10:05:11.775 | Collecting lxml>=4.5.2 2024-04-05 10:05:11.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 10:05:11.874 | Collecting oauth2client>=4.1.3 2024-04-05 10:05:11.878 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-04-05 10:05:11.880 | 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 10:05:11.881 | 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 10:05:11.881 | 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 10:05:11.882 | 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 10:05:11.883 | 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 10:05:11.884 | 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 10:05:11.885 | 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 10:05:11.885 | 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 10:05:11.886 | 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 10:05:11.887 | 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 10:05:11.888 | 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 10:05:11.888 | 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 10:05:11.889 | 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 10:05:11.890 | 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 10:05:11.891 | 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 10:05:11.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 10:05:11.892 | 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 10:05:11.893 | 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 10:05:11.935 | Collecting oslo.versionedobjects>=2.4.0 2024-04-05 10:05:11.937 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-04-05 10:05:11.983 | Collecting oslo.vmware>=3.10.0 2024-04-05 10:05:11.987 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-04-05 10:05:11.992 | 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 10:05:11.993 | 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 10:05:12.037 | Collecting paramiko>=2.7.2 2024-04-05 10:05:12.040 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-04-05 10:05:12.043 | 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 10:05:12.044 | 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 10:05:12.045 | 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 10:05:12.046 | 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 10:05:12.084 | Collecting python-glanceclient>=3.2.2 2024-04-05 10:05:12.087 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-04-05 10:05:12.091 | 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 10:05:12.137 | Collecting python-novaclient>=17.2.1 2024-04-05 10:05:12.140 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-04-05 10:05:12.173 | Collecting python-swiftclient>=3.10.1 2024-04-05 10:05:12.176 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-04-05 10:05:12.178 | 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 10:05:12.179 | 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 10:05:12.197 | Collecting rtslib-fb>=2.1.74 2024-04-05 10:05:12.197 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-04-05 10:05:12.203 | 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 10:05:12.204 | 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 10:05:12.204 | 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 10:05:12.225 | Collecting tabulate>=0.8.7 2024-04-05 10:05:12.227 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-04-05 10:05:12.229 | 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 10:05:12.230 | 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 10:05:12.285 | Collecting tooz>=2.8.0 2024-04-05 10:05:12.288 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-04-05 10:05:12.378 | Collecting zstd>=1.4.5.1 2024-04-05 10:05:12.389 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-04-05 10:05:12.431 | Collecting s3transfer<0.7.0,>=0.6.0 2024-04-05 10:05:12.434 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-04-05 10:05:12.436 | 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 10:05:13.127 | Collecting botocore<1.28.0,>=1.27.89 2024-04-05 10:05:13.191 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-04-05 10:05:13.267 | 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 10:05:13.280 | 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 10:05:13.306 | Collecting uritemplate<5,>=3.0.1 2024-04-05 10:05:13.308 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-04-05 10:05:13.327 | Collecting google-auth-httplib2>=0.1.0 2024-04-05 10:05:13.329 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-04-05 10:05:13.436 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-04-05 10:05:13.440 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-04-05 10:05:13.529 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-04-05 10:05:13.531 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-04-05 10:05:13.560 | 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 10:05:13.579 | 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 10:05:13.580 | 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 10:05:13.605 | 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 10:05:13.628 | 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 10:05:13.630 | 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 10:05:13.644 | 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 10:05:13.681 | Collecting pyasn1-modules>=0.0.5 2024-04-05 10:05:13.684 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-04-05 10:05:13.713 | Collecting rsa>=3.1.4 2024-04-05 10:05:13.715 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-04-05 10:05:13.741 | 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 10:05:13.760 | 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 10:05:13.761 | 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 10:05:13.762 | 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 10:05:13.763 | 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 10:05:13.787 | 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 10:05:13.789 | 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 10:05:13.790 | 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 10:05:13.814 | 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 10:05:13.815 | 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 10:05:13.839 | 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 10:05:13.840 | 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 10:05:13.842 | 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 10:05:13.843 | 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 10:05:13.844 | 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 10:05:13.904 | 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 10:05:13.905 | 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 10:05:13.907 | 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 10:05:13.925 | 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 10:05:13.957 | 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 10:05:13.959 | 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 10:05:13.968 | 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 10:05:13.977 | 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 10:05:14.009 | 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 10:05:14.031 | Collecting suds-community>=0.6 2024-04-05 10:05:14.034 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-04-05 10:05:14.126 | Collecting pynacl>=1.0.1 2024-04-05 10:05:14.135 | 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 10:05:14.149 | 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 10:05:14.199 | 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 10:05:14.211 | 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 10:05:14.232 | Collecting warlock>=1.2.0 2024-04-05 10:05:14.234 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-04-05 10:05:14.236 | 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 10:05:14.301 | 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 10:05:14.302 | 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 10:05:14.302 | 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 10:05:14.315 | 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 10:05:14.346 | Collecting pyudev>=0.16.1 2024-04-05 10:05:14.349 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-04-05 10:05:14.436 | 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 10:05:14.437 | 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 10:05:14.490 | 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 10:05:14.490 | 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 10:05:14.491 | 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 10:05:14.564 | Collecting voluptuous>=0.8.9 2024-04-05 10:05:14.567 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-04-05 10:05:14.606 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.3) 2024-04-05 10:05:14.618 | 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 10:05:14.721 | 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 10:05:14.747 | 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 10:05:14.748 | 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 10:05:14.838 | 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 10:05:14.869 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-04-05 10:05:14.874 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-04-05 10:05:14.956 | 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 10:05:15.100 | 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 10:05:15.119 | 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 10:05:15.135 | 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 10:05:15.489 | 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 10:05:15.563 | 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 10:05:15.679 | 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 10:05:16.276 | 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 10:05:16.321 | Attempting uninstall: voluptuous 2024-04-05 10:05:16.322 | Found existing installation: voluptuous 0.12.2 2024-04-05 10:05:16.324 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:05:16.325 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-04-05 10:05:16.482 | Attempting uninstall: pyudev 2024-04-05 10:05:16.483 | Found existing installation: pyudev 0.22.0 2024-04-05 10:05:16.484 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:05:16.485 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-04-05 10:05:19.039 | Running setup.py develop for cinder 2024-04-05 10:05:20.028 | 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 10:05:20.028 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-04-05 10:05:20.236 | + inc/python:pip_install:196 : result=0 2024-04-05 10:05:20.238 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:05:20.240 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:20.241 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:20.243 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:20.245 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:20.246 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:20.248 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:05:20.249 | + functions-common:time_stop:2442 : start_time=1712311508831 2024-04-05 10:05:20.251 | + functions-common:time_stop:2444 : [[ -z 1712311508831 ]] 2024-04-05 10:05:20.253 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:20.256 | + functions-common:time_stop:2447 : end_time=1712311520254 2024-04-05 10:05:20.258 | + functions-common:time_stop:2448 : elapsed_time=11423 2024-04-05 10:05:20.259 | + functions-common:time_stop:2449 : total=46565 2024-04-05 10:05:20.261 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:20.262 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=57988 2024-04-05 10:05:20.264 | + inc/python:pip_install:199 : return 0 2024-04-05 10:05:20.266 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:05:20.267 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-05 10:05:20.269 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-05 10:05:20.283 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-04-05 10:05:20.292 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-04-05 10:05:20.294 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-04-05 10:05:20.296 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:05:20.297 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:05:20.299 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-04-05 10:05:20.301 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:05:20.303 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-04-05 10:05:20.304 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-04-05 10:05:20.306 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-04-05 10:05:20.308 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:20.309 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:20.311 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-04-05 10:05:20.320 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-04-05 10:05:20.321 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:05:20.323 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:05:20.325 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:05:20.327 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:05:20.328 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:20.330 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:05:20.332 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:20.333 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:20.335 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:05:20.337 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:05:20.338 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:05:20.340 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:05:20.342 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-04-05 10:05:20.343 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:05:20.345 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:20.347 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:20.348 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-04-05 10:05:20.364 | + 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 10:05:20.419 | Reading package lists... 2024-04-05 10:05:20.606 | Building dependency tree... 2024-04-05 10:05:20.607 | Reading state information... 2024-04-05 10:05:20.790 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-04-05 10:05:20.790 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:05:20.794 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:05:20.796 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:05:20.798 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:20.800 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:20.801 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:20.803 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:20.805 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:20.807 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:05:20.808 | + functions-common:time_stop:2442 : start_time=1712311520362 2024-04-05 10:05:20.810 | + functions-common:time_stop:2444 : [[ -z 1712311520362 ]] 2024-04-05 10:05:20.812 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:20.815 | + functions-common:time_stop:2447 : end_time=1712311520813 2024-04-05 10:05:20.817 | + functions-common:time_stop:2448 : elapsed_time=451 2024-04-05 10:05:20.819 | + functions-common:time_stop:2449 : total=8551 2024-04-05 10:05:20.820 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:20.822 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9002 2024-04-05 10:05:20.824 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:05:20.826 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 10:05:20.828 | + stack.sh:main:952 : configure_cinder 2024-04-05 10:05:20.829 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-04-05 10:05:20.839 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-04-05 10:05:20.842 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-04-05 10:05:20.843 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-04-05 10:05:20.845 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-04-05 10:05:20.847 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-04-05 10:05:20.847 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-04-05 10:05:20.851 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-04-05 10:05:20.852 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-04-05 10:05:20.854 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-04-05 10:05:20.855 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-04-05 10:05:20.857 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-04-05 10:05:20.858 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-04-05 10:05:20.860 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-04-05 10:05:20.861 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-04-05 10:05:20.870 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-04-05 10:05:20.879 | + 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 10:05:20.888 | + 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 10:05:20.897 | + 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 10:05:20.907 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-04-05 10:05:20.909 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-04-05 10:05:20.912 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.S7oGZ0EqOz 2024-04-05 10:05:20.914 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-04-05 10:05:20.916 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-04-05 10:05:20.918 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-04-05 10:05:20.919 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.S7oGZ0EqOz 2024-04-05 10:05:20.922 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.S7oGZ0EqOz 2024-04-05 10:05:20.931 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.S7oGZ0EqOz /etc/sudoers.d/cinder-rootwrap 2024-04-05 10:05:20.940 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-04-05 10:05:20.943 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-04-05 10:05:20.945 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-04-05 10:05:20.946 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-04-05 10:05:20.948 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-04-05 10:05:20.949 | + 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 10:05:20.951 | + 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 10:05:20.953 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-04-05 10:05:20.954 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-04-05 10:05:20.958 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-04-05 10:05:20.961 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-04-05 10:05:20.974 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-04-05 10:05:20.987 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-04-05 10:05:21.001 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-04-05 10:05:21.015 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-04-05 10:05:21.028 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-04-05 10:05:21.042 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-04-05 10:05:21.055 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-04-05 10:05:21.069 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-04-05 10:05:21.070 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-04-05 10:05:21.072 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-04-05 10:05:21.074 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 10:05:21.075 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-04-05 10:05:21.100 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-04-05 10:05:21.122 | + 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 10:05:21.144 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-04-05 10:05:21.165 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-04-05 10:05:21.187 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-04-05 10:05:21.209 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-04-05 10:05:21.231 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-04-05 10:05:21.253 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:05:21.275 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 10:05:21.297 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-04-05 10:05:21.320 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-04-05 10:05:21.343 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-04-05 10:05:21.345 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-04-05 10:05:21.347 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-04-05 10:05:21.348 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-04-05 10:05:21.350 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:05:21.352 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:05:21.354 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:05:21.366 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:21.367 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:05:21.369 | ++ 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 10:05:21.371 | + 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 10:05:21.395 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-04-05 10:05:21.418 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-04-05 10:05:21.440 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-04-05 10:05:21.462 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-04-05 10:05:21.484 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-04-05 10:05:21.507 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-04-05 10:05:21.531 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-04-05 10:05:21.553 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-04-05 10:05:21.577 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-04-05 10:05:21.594 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 056fe9ae81703b67a9c73119026880bd 2024-04-05 10:05:21.617 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-04-05 10:05:21.619 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-04-05 10:05:21.641 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-04-05 10:05:21.664 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-04-05 10:05:21.686 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-04-05 10:05:21.711 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-04-05 10:05:21.724 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:21.726 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-04-05 10:05:21.728 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-04-05 10:05:21.730 | + lib/cinder:configure_cinder:330 : local default_name= 2024-04-05 10:05:21.732 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-04-05 10:05:21.734 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-05 10:05:21.736 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-04-05 10:05:21.738 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-04-05 10:05:21.740 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-04-05 10:05:21.742 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-04-05 10:05:21.744 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-04-05 10:05:21.746 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-04-05 10:05:21.771 | + 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 10:05:21.793 | + 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 10:05:21.816 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-04-05 10:05:21.838 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-04-05 10:05:21.859 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-04-05 10:05:21.861 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-04-05 10:05:21.863 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-04-05 10:05:21.865 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-04-05 10:05:21.888 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-04-05 10:05:21.890 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-04-05 10:05:21.912 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-04-05 10:05:21.914 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-04-05 10:05:21.916 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-04-05 10:05:21.918 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-04-05 10:05:21.940 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-04-05 10:05:21.941 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-04-05 10:05:21.943 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-04-05 10:05:21.955 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:21.957 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-04-05 10:05:21.970 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:21.972 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-04-05 10:05:21.984 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:21.986 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-04-05 10:05:21.988 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-04-05 10:05:21.989 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-04-05 10:05:21.991 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-04-05 10:05:21.993 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 10:05:21.995 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 10:05:21.996 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 10:05:22.009 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:22.010 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 10:05:22.012 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 10:05:22.014 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 10:05:22.027 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:22.029 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:05:22.031 | + 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 10:05:22.054 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 10:05:22.056 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 10:05:22.058 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-04-05 10:05:22.060 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-04-05 10:05:22.061 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-04-05 10:05:22.064 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:05:22.077 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:05:22.079 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:05:22.081 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:05:22.083 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:05:22.084 | + 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 10:05:22.107 | + 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 10:05:22.129 | + 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 10:05:22.151 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:05:22.173 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-04-05 10:05:22.185 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:22.187 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-04-05 10:05:22.189 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-04-05 10:05:22.191 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-04-05 10:05:22.193 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-04-05 10:05:22.194 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 10:05:22.196 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 10:05:22.198 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-04-05 10:05:22.201 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-04-05 10:05:22.203 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 10:05:22.205 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 10:05:22.214 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 10:05:22.215 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:05:22.221 | d /var/run/uwsgi 0755 stack root 2024-04-05 10:05:22.224 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:05:22.232 | /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 10:05:22.235 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-04-05 10:05:22.237 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-04-05 10:05:22.240 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-04-05 10:05:22.263 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-04-05 10:05:22.284 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-04-05 10:05:22.306 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-04-05 10:05:22.328 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 10:05:22.349 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 10:05:22.371 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-04-05 10:05:22.392 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-04-05 10:05:22.414 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-04-05 10:05:22.436 | + 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 10:05:22.457 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 10:05:22.479 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 10:05:22.501 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-04-05 10:05:22.523 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 10:05:22.524 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 10:05:22.526 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-04-05 10:05:22.529 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-04-05 10:05:22.530 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 10:05:22.532 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:22.534 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:22.536 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-04-05 10:05:22.538 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-04-05 10:05:22.540 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-04-05 10:05:22.562 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 10:05:22.584 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-04-05 10:05:22.584 | + 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 10:05:22.591 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-04-05 10:05:22.594 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-04-05 10:05:22.595 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-04-05 10:05:22.597 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 10:05:22.599 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 10:05:22.601 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:05:22.602 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:22.604 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:22.606 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 10:05:22.608 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 10:05:22.609 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:05:22.611 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:05:22.613 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-04-05 10:05:22.644 | Enabling site cinder-wsgi. 2024-04-05 10:05:22.647 | To activate the new configuration, you need to run: 2024-04-05 10:05:22.647 | systemctl reload apache2 2024-04-05 10:05:22.651 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 10:05:22.653 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:05:22.654 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:05:22.656 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:05:22.762 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-04-05 10:05:22.764 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-04-05 10:05:22.766 | + 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 10:05:22.789 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-04-05 10:05:22.812 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-04-05 10:05:22.834 | + 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 10:05:22.856 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-04-05 10:05:22.878 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-04-05 10:05:22.901 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-04-05 10:05:22.914 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:22.915 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-04-05 10:05:22.917 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-04-05 10:05:22.919 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-05 10:05:22.921 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-04-05 10:05:22.922 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-04-05 10:05:22.947 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-04-05 10:05:22.970 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-04-05 10:05:22.992 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-04-05 10:05:23.015 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-04-05 10:05:23.038 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-04-05 10:05:23.060 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-04-05 10:05:23.082 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-04-05 10:05:23.105 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:05:23.128 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-04-05 10:05:23.150 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-04-05 10:05:23.172 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-04-05 10:05:23.195 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-04-05 10:05:23.196 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-04-05 10:05:23.208 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:23.210 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-04-05 10:05:23.234 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-04-05 10:05:23.236 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-04-05 10:05:23.237 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-04-05 10:05:23.261 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-04-05 10:05:23.284 | + stack.sh:main:955 : is_service_enabled neutron 2024-04-05 10:05:23.296 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:23.298 | + stack.sh:main:957 : stack_install_service neutron 2024-04-05 10:05:23.300 | + lib/stack:stack_install_service:20 : local service=neutron 2024-04-05 10:05:23.302 | + lib/stack:stack_install_service:21 : type install_neutron 2024-04-05 10:05:23.303 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 10:05:23.305 | + lib/stack:stack_install_service:32 : install_neutron 2024-04-05 10:05:23.307 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-04-05 10:05:23.309 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-04-05 10:05:23.310 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:05:23.312 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:05:23.314 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-04-05 10:05:23.316 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:05:23.318 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-04-05 10:05:23.319 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-04-05 10:05:23.321 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-04-05 10:05:23.323 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 10:05:23.324 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:05:23.326 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:05:23.328 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:05:23.330 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:05:23.332 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:05:23.345 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:05:23.346 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:05:23.348 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:05:23.350 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:23.351 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 10:05:23.352 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:05:23.356 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-04-05 10:05:23.357 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:23.359 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-04-05 10:05:23.361 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:23.362 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:23.364 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:23.365 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:23.367 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:23.369 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:23.370 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:23.372 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:23.374 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:23.377 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311523375 2024-04-05 10:05:23.378 | + 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 10:05:23.380 | Cloning into '/opt/stack//neutron'... 2024-04-05 10:05:26.682 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:26.684 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:26.686 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:26.688 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:26.690 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:26.692 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:26.693 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:26.695 | + functions-common:time_stop:2442 : start_time=1712311523375 2024-04-05 10:05:26.696 | + functions-common:time_stop:2444 : [[ -z 1712311523375 ]] 2024-04-05 10:05:26.698 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:26.702 | + functions-common:time_stop:2447 : end_time=1712311526700 2024-04-05 10:05:26.703 | + functions-common:time_stop:2448 : elapsed_time=3325 2024-04-05 10:05:26.705 | + functions-common:time_stop:2449 : total=26732 2024-04-05 10:05:26.706 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:26.708 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30057 2024-04-05 10:05:26.710 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-04-05 10:05:26.712 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 10:05:26.713 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:26.715 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:26.717 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:26.718 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:26.720 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:26.722 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:26.723 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:26.725 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:26.727 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:26.730 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311526728 2024-04-05 10:05:26.732 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 10:05:29.483 | From https://opendev.org/openstack/neutron 2024-04-05 10:05:29.483 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 10:05:29.487 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:29.489 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:29.491 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:29.492 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:29.494 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:29.496 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:29.498 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:29.500 | + functions-common:time_stop:2442 : start_time=1712311526728 2024-04-05 10:05:29.501 | + functions-common:time_stop:2444 : [[ -z 1712311526728 ]] 2024-04-05 10:05:29.503 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:29.507 | + functions-common:time_stop:2447 : end_time=1712311529504 2024-04-05 10:05:29.508 | + functions-common:time_stop:2448 : elapsed_time=2776 2024-04-05 10:05:29.510 | + functions-common:time_stop:2449 : total=30057 2024-04-05 10:05:29.512 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:29.513 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=32833 2024-04-05 10:05:29.515 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:05:29.517 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:29.518 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:29.520 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:29.522 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:29.523 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:29.525 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:29.527 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:29.528 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:29.530 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:29.534 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311529531 2024-04-05 10:05:29.535 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:05:29.790 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:05:29.790 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:05:29.790 | state without impacting any branches by switching back to a branch. 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:05:29.790 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | git switch -c 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | Or undo this operation with: 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | git switch - 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:05:29.790 | 2024-04-05 10:05:29.790 | HEAD is now at ee607d8 Merge "[OVN] The L3 scheduler does not use all chassis by default" into stable/2023.1 2024-04-05 10:05:29.795 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:29.796 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:29.798 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:29.800 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:29.802 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:29.803 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:29.805 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:29.806 | + functions-common:time_stop:2442 : start_time=1712311529531 2024-04-05 10:05:29.808 | + functions-common:time_stop:2444 : [[ -z 1712311529531 ]] 2024-04-05 10:05:29.810 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:29.813 | + functions-common:time_stop:2447 : end_time=1712311529811 2024-04-05 10:05:29.815 | + functions-common:time_stop:2448 : elapsed_time=280 2024-04-05 10:05:29.816 | + functions-common:time_stop:2449 : total=32833 2024-04-05 10:05:29.818 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:29.820 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=33113 2024-04-05 10:05:29.822 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-04-05 10:05:29.832 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-04-05 10:05:29.834 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:05:29.834 | + functions-common:git_clone:696 : head -1 2024-04-05 10:05:29.837 | ee607d8 Merge "[OVN] The L3 scheduler does not use all chassis by default" into stable/2023.1 2024-04-05 10:05:29.839 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:05:29.841 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-04-05 10:05:29.843 | + inc/python:setup_develop:334 : local bindep 2024-04-05 10:05:29.844 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-04-05 10:05:29.846 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-04-05 10:05:29.848 | + inc/python:setup_develop:340 : local extras= 2024-04-05 10:05:29.850 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-04-05 10:05:29.852 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:05:29.853 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-04-05 10:05:29.855 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-04-05 10:05:29.857 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:05:29.859 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:05:29.861 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-04-05 10:05:29.862 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:05:29.865 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-04-05 10:05:29.867 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:05:29.868 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:05:29.870 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-04-05 10:05:29.875 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-04-05 10:05:29.877 | + 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 10:05:30.189 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-04-05 10:05:30.191 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 10:05:30.193 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:05:30.195 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:05:30.197 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-04-05 10:05:30.199 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-04-05 10:05:30.201 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 10:05:30.202 | + inc/python:setup_package:424 : local extras= 2024-04-05 10:05:30.204 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:05:30.206 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:05:30.208 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:05:30.210 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:05:30.212 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:05:30.213 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-04-05 10:05:30.229 | Using python 3.10 to install /opt/stack/neutron 2024-04-05 10:05:30.231 | + 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 10:05:31.160 | Obtaining file:///opt/stack/neutron 2024-04-05 10:05:31.161 | Preparing metadata (setup.py): started 2024-04-05 10:05:31.746 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:05:31.818 | 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 10:05:31.819 | 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 10:05:31.819 | 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 10:05:31.820 | 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 10:05:31.821 | 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 10:05:31.822 | 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 10:05:31.822 | 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 10:05:31.823 | 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 10:05:31.824 | 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 10:05:31.824 | 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 10:05:31.825 | 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 10:05:31.826 | 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 10:05:31.826 | 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 10:05:31.827 | 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 10:05:31.828 | 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 10:05:31.828 | 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 10:05:31.945 | Collecting neutron-lib>=3.4.2 2024-04-05 10:05:31.952 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-04-05 10:05:31.960 | 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 10:05:31.999 | Collecting os-ken>=2.2.0 2024-04-05 10:05:32.021 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-04-05 10:05:32.059 | Collecting os-resource-classes>=1.1.0 2024-04-05 10:05:32.061 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-04-05 10:05:32.120 | Collecting os-vif>=3.1.0 2024-04-05 10:05:32.122 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-04-05 10:05:32.125 | 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 10:05:32.126 | 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 10:05:32.126 | 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 10:05:32.127 | 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 10:05:32.128 | 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 10:05:32.129 | 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 10:05:32.129 | 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 10:05:32.130 | 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 10:05:32.131 | 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 10:05:32.131 | 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 10:05:32.132 | 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 10:05:32.133 | 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 10:05:32.134 | 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 10:05:32.134 | 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 10:05:32.135 | 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 10:05:32.136 | 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 10:05:32.137 | 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 10:05:32.137 | 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 10:05:32.138 | 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 10:05:32.159 | Collecting ovs>=2.10.0 2024-04-05 10:05:32.159 | Using cached ovs-2.17.7-py3-none-any.whl 2024-04-05 10:05:32.209 | Collecting ovsdbapp>=2.2.1 2024-04-05 10:05:32.212 | Using cached ovsdbapp-2.2.1-py3-none-any.whl (134 kB) 2024-04-05 10:05:32.215 | 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 10:05:32.216 | 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 10:05:32.241 | Collecting pecan>=1.4.0 2024-04-05 10:05:32.241 | Using cached pecan-1.4.2-py3-none-any.whl 2024-04-05 10:05:32.245 | 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 10:05:32.246 | 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 10:05:32.275 | Collecting pyroute2>=0.7.3 2024-04-05 10:05:32.279 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-04-05 10:05:32.314 | Collecting python-designateclient>=2.7.0 2024-04-05 10:05:32.316 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-04-05 10:05:32.356 | Collecting python-neutronclient>=7.8.0 2024-04-05 10:05:32.360 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-04-05 10:05:32.365 | 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 10:05:32.366 | 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 10:05:32.367 | 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 10:05:32.368 | 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 10:05:32.369 | 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 10:05:32.374 | 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 10:05:32.378 | 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 10:05:32.383 | 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 10:05:32.384 | 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 10:05:32.384 | 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 10:05:32.391 | 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 10:05:32.394 | 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 10:05:32.419 | 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 10:05:32.420 | 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 10:05:32.443 | 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 10:05:32.445 | 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 10:05:32.547 | Collecting setproctitle>=1.1.10 2024-04-05 10:05:32.549 | 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 10:05:32.578 | Collecting os-traits>=0.9.0 2024-04-05 10:05:32.580 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-04-05 10:05:32.594 | 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 10:05:32.595 | 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 10:05:32.596 | 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 10:05:32.597 | 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 10:05:32.598 | 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 10:05:32.598 | 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 10:05:32.599 | 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 10:05:32.607 | 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 10:05:32.631 | Collecting ncclient>=0.6.13 2024-04-05 10:05:32.631 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-04-05 10:05:32.683 | 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 10:05:32.701 | 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 10:05:32.727 | 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 10:05:32.728 | 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 10:05:32.729 | 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 10:05:32.751 | 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 10:05:32.753 | 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 10:05:32.776 | 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 10:05:32.777 | 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 10:05:32.778 | 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 10:05:32.778 | 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 10:05:32.789 | 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 10:05:32.790 | 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 10:05:32.833 | 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 10:05:32.852 | 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 10:05:32.864 | 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 10:05:32.866 | 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 10:05:32.875 | 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 10:05:32.951 | Collecting sortedcontainers 2024-04-05 10:05:32.953 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-04-05 10:05:32.979 | 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 10:05:33.020 | Collecting logutils>=0.3 2024-04-05 10:05:33.020 | Using cached logutils-0.3.5-py3-none-any.whl 2024-04-05 10:05:33.068 | 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 10:05:33.100 | Collecting osc-lib>=1.8.0 2024-04-05 10:05:33.103 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-04-05 10:05:33.106 | 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 10:05:33.289 | Collecting simplejson>=3.5.1 2024-04-05 10:05:33.292 | 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 10:05:33.331 | Collecting os-client-config>=1.28.0 2024-04-05 10:05:33.334 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-04-05 10:05:33.362 | 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 10:05:33.363 | 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 10:05:33.363 | 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 10:05:33.364 | 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 10:05:33.376 | 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 10:05:33.496 | 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 10:05:33.520 | 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 10:05:33.567 | 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 10:05:33.590 | 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 10:05:33.591 | 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 10:05:33.592 | 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 10:05:33.744 | 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 10:05:33.745 | 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 10:05:33.831 | 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 10:05:33.832 | 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 10:05:33.898 | 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 10:05:33.914 | 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 10:05:34.099 | 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 10:05:34.100 | 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 10:05:34.144 | 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 10:05:34.303 | 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 10:05:34.333 | 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 10:05:34.375 | 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 10:05:35.046 | 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 10:05:35.046 | Attempting uninstall: sortedcontainers 2024-04-05 10:05:35.048 | Found existing installation: sortedcontainers 2.1.0 2024-04-05 10:05:35.050 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:05:35.050 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-04-05 10:05:35.442 | Attempting uninstall: ovs 2024-04-05 10:05:35.443 | Found existing installation: ovs 2.17.9 2024-04-05 10:05:35.444 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:05:35.445 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-04-05 10:05:37.758 | Running setup.py develop for neutron 2024-04-05 10:05:38.847 | 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 10:05:38.848 | 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 10:05:38.985 | + inc/python:pip_install:196 : result=0 2024-04-05 10:05:38.987 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:05:38.989 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:38.991 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:38.992 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:38.994 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:38.995 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:38.997 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:05:38.999 | + functions-common:time_stop:2442 : start_time=1712311530225 2024-04-05 10:05:39.000 | + functions-common:time_stop:2444 : [[ -z 1712311530225 ]] 2024-04-05 10:05:39.002 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:39.006 | + functions-common:time_stop:2447 : end_time=1712311539003 2024-04-05 10:05:39.007 | + functions-common:time_stop:2448 : elapsed_time=8778 2024-04-05 10:05:39.009 | + functions-common:time_stop:2449 : total=57988 2024-04-05 10:05:39.011 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:39.012 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=66766 2024-04-05 10:05:39.014 | + inc/python:pip_install:199 : return 0 2024-04-05 10:05:39.016 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:05:39.018 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-05 10:05:39.019 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-05 10:05:39.033 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-04-05 10:05:39.042 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-04-05 10:05:39.044 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-04-05 10:05:39.046 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:05:39.048 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:05:39.050 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-04-05 10:05:39.052 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:05:39.053 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-04-05 10:05:39.055 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 10:05:39.057 | + stack.sh:main:960 : is_service_enabled nova 2024-04-05 10:05:39.070 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:05:39.072 | + stack.sh:main:962 : stack_install_service nova 2024-04-05 10:05:39.074 | + lib/stack:stack_install_service:20 : local service=nova 2024-04-05 10:05:39.076 | + lib/stack:stack_install_service:21 : type install_nova 2024-04-05 10:05:39.078 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 10:05:39.080 | + lib/stack:stack_install_service:32 : install_nova 2024-04-05 10:05:39.082 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-04-05 10:05:39.084 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-04-05 10:05:39.086 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:05:39.087 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:05:39.089 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-04-05 10:05:39.091 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:05:39.093 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-04-05 10:05:39.105 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:39.107 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-04-05 10:05:39.119 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:39.121 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-04-05 10:05:39.133 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:05:39.135 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/21/913221/1 2024-04-05 10:05:39.137 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-04-05 10:05:39.139 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-04-05 10:05:39.140 | + functions-common:git_clone:614 : local git_ref=refs/changes/21/913221/1 2024-04-05 10:05:39.142 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:05:39.144 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:05:39.146 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:05:39.148 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:05:39.150 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:05:39.162 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:05:39.164 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:05:39.165 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:05:39.167 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:39.170 | + functions-common:git_clone:633 : echo refs/changes/21/913221/1 2024-04-05 10:05:39.170 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:05:39.173 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-04-05 10:05:39.175 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-04-05 10:05:39.176 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-04-05 10:05:39.178 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:39.180 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:39.181 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:39.183 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:39.184 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:39.186 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:39.188 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:39.189 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:39.191 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:39.194 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311539192 2024-04-05 10:05:39.196 | + 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 10:05:39.198 | Cloning into '/opt/stack//nova'... 2024-04-05 10:05:43.424 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:05:43.426 | + functions-common:time_stop:2435 : local name 2024-04-05 10:05:43.428 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:05:43.430 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:05:43.431 | + functions-common:time_stop:2438 : local total 2024-04-05 10:05:43.433 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:05:43.435 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:05:43.437 | + functions-common:time_stop:2442 : start_time=1712311539192 2024-04-05 10:05:43.438 | + functions-common:time_stop:2444 : [[ -z 1712311539192 ]] 2024-04-05 10:05:43.440 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:05:43.444 | + functions-common:time_stop:2447 : end_time=1712311543442 2024-04-05 10:05:43.445 | + functions-common:time_stop:2448 : elapsed_time=4250 2024-04-05 10:05:43.447 | + functions-common:time_stop:2449 : total=33113 2024-04-05 10:05:43.449 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:05:43.451 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=37363 2024-04-05 10:05:43.452 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-04-05 10:05:43.454 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/21/913221/1 2024-04-05 10:05:43.456 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:05:43.457 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:05:43.459 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:05:43.461 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:05:43.462 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:05:43.464 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:05:43.466 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:05:43.467 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:05:43.469 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:05:43.473 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311543470 2024-04-05 10:05:43.474 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/21/913221/1 2024-04-05 10:06:46.018 | From https://opendev.org/openstack/nova 2024-04-05 10:06:46.019 | * branch refs/changes/21/913221/1 -> FETCH_HEAD 2024-04-05 10:06:46.023 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:06:46.025 | + functions-common:time_stop:2435 : local name 2024-04-05 10:06:46.027 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:06:46.029 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:06:46.030 | + functions-common:time_stop:2438 : local total 2024-04-05 10:06:46.032 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:06:46.034 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:06:46.036 | + functions-common:time_stop:2442 : start_time=1712311543470 2024-04-05 10:06:46.037 | + functions-common:time_stop:2444 : [[ -z 1712311543470 ]] 2024-04-05 10:06:46.039 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:06:46.043 | + functions-common:time_stop:2447 : end_time=1712311606041 2024-04-05 10:06:46.044 | + functions-common:time_stop:2448 : elapsed_time=62571 2024-04-05 10:06:46.046 | + functions-common:time_stop:2449 : total=37363 2024-04-05 10:06:46.048 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:06:46.050 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99934 2024-04-05 10:06:46.051 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-04-05 10:06:46.352 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:06:46.352 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:06:46.352 | state without impacting any branches by switching back to a branch. 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:06:46.352 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | git switch -c 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | Or undo this operation with: 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | git switch - 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:06:46.352 | 2024-04-05 10:06:46.352 | HEAD is now at bec8f47c06 fup for power management series 2024-04-05 10:06:46.358 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-04-05 10:06:46.369 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-04-05 10:06:46.371 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:06:46.371 | + functions-common:git_clone:696 : head -1 2024-04-05 10:06:46.382 | bec8f47c06 fup for power management series 2024-04-05 10:06:46.384 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:06:46.386 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-04-05 10:06:46.388 | + inc/python:setup_develop:334 : local bindep 2024-04-05 10:06:46.390 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-04-05 10:06:46.392 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-04-05 10:06:46.394 | + inc/python:setup_develop:340 : local extras= 2024-04-05 10:06:46.396 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-04-05 10:06:46.397 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:06:46.399 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-04-05 10:06:46.401 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-04-05 10:06:46.403 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:06:46.405 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:06:46.407 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-04-05 10:06:46.409 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:06:46.411 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-04-05 10:06:46.413 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:06:46.415 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:06:46.417 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-04-05 10:06:46.423 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-04-05 10:06:46.425 | + 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 10:06:46.863 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-04-05 10:06:46.865 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 10:06:46.867 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:06:46.870 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:06:46.871 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-04-05 10:06:46.873 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-04-05 10:06:46.875 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 10:06:46.877 | + inc/python:setup_package:424 : local extras= 2024-04-05 10:06:46.879 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:06:46.881 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:06:46.883 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:06:46.885 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:06:46.886 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:06:46.888 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-04-05 10:06:46.904 | Using python 3.10 to install /opt/stack/nova 2024-04-05 10:06:46.906 | + 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 10:06:47.838 | Obtaining file:///opt/stack/nova 2024-04-05 10:06:47.839 | Preparing metadata (setup.py): started 2024-04-05 10:06:50.776 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:06:50.863 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.2) 2024-04-05 10:06:50.864 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.5.2) 2024-04-05 10:06:50.864 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.1.1) 2024-04-05 10:06:50.865 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.4.1) 2024-04-05 10:06:50.866 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.0) 2024-04-05 10:06:50.866 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.5.1) 2024-04-05 10:06:50.867 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.4.41) 2024-04-05 10:06:50.868 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.8.7) 2024-04-05 10:06:50.869 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.8.1) 2024-04-05 10:06:50.869 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.1.0) 2024-04-05 10:06:50.870 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (38.0.2) 2024-04-05 10:06:50.871 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.2.3) 2024-04-05 10:06:50.872 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-04-05 10:06:50.872 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.33.1) 2024-04-05 10:06:50.873 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.4.1) 2024-04-05 10:06:50.874 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.1.3) 2024-04-05 10:06:50.875 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.1.0) 2024-04-05 10:06:50.875 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.16.0) 2024-04-05 10:06:50.876 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.2) 2024-04-05 10:06:50.877 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (10.2.0) 2024-04-05 10:06:50.878 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.9.1) 2024-04-05 10:06:50.966 | Collecting microversion-parse>=0.2.1 2024-04-05 10:06:50.969 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-04-05 10:06:50.971 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.8.0) 2024-04-05 10:06:50.972 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60227) (0.11.0) 2024-04-05 10:06:50.973 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.0.1) 2024-04-05 10:06:50.974 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.2.3) 2024-04-05 10:06:50.974 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.1.0) 2024-04-05 10:06:50.975 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.7.0) 2024-04-05 10:06:50.976 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.10.0) 2024-04-05 10:06:50.977 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.1) 2024-04-05 10:06:50.978 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.3.1) 2024-04-05 10:06:50.978 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-04-05 10:06:50.979 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (9.1.1) 2024-04-05 10:06:50.980 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-04-05 10:06:50.981 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (12.3.2) 2024-04-05 10:06:50.982 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.0.0) 2024-04-05 10:06:50.983 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.1.0) 2024-04-05 10:06:50.984 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.2.0) 2024-04-05 10:06:50.984 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (14.2.4) 2024-04-05 10:06:50.985 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-04-05 10:06:50.986 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.1.1) 2024-04-05 10:06:51.008 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.0) 2024-04-05 10:06:51.009 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.0.0) 2024-04-05 10:06:51.010 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (7.0.1) 2024-04-05 10:06:51.011 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.1.1) 2024-04-05 10:06:51.011 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.1) 2024-04-05 10:06:51.012 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.1.1) 2024-04-05 10:06:51.013 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (6.1.0) 2024-04-05 10:06:51.014 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.1.0) 2024-04-05 10:06:51.014 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (21.3) 2024-04-05 10:06:51.015 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.11.0) 2024-04-05 10:06:51.016 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.11.1) 2024-04-05 10:06:51.017 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.9.2) 2024-04-05 10:06:51.017 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (9.3.0) 2024-04-05 10:06:51.018 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.8.2) 2024-04-05 10:06:51.019 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (4.3.1) 2024-04-05 10:06:51.020 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (9.0.0) 2024-04-05 10:06:51.021 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (2.28.1) 2024-04-05 10:06:51.021 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.3.3) 2024-04-05 10:06:51.022 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (1.5.0) 2024-04-05 10:06:51.023 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (0.13.0) 2024-04-05 10:06:51.024 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (5.0.0) 2024-04-05 10:06:51.024 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60227) (3.2.0) 2024-04-05 10:06:51.047 | Collecting websockify>=0.9.0 2024-04-05 10:06:51.047 | Using cached websockify-0.10.0-py3-none-any.whl 2024-04-05 10:06:51.058 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60227) (1.2.3) 2024-04-05 10:06:51.069 | 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.dev60227) (5.5.0) 2024-04-05 10:06:51.086 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60227) (1.15.1) 2024-04-05 10:06:51.098 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60227) (2.2.1) 2024-04-05 10:06:51.099 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60227) (1.16.0) 2024-04-05 10:06:51.107 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60227) (2.1.1) 2024-04-05 10:06:51.125 | 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.dev60227) (0.18.1) 2024-04-05 10:06:51.126 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60227) (22.1.0) 2024-04-05 10:06:51.172 | 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.dev60227) (5.1.0) 2024-04-05 10:06:51.174 | 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.dev60227) (3.1.1) 2024-04-05 10:06:51.196 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.32) 2024-04-05 10:06:51.197 | 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.dev60227) (1.1.8) 2024-04-05 10:06:51.198 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.4.4) 2024-04-05 10:06:51.199 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.0.1) 2024-04-05 10:06:51.200 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60227) (1.4.0) 2024-04-05 10:06:51.211 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60227) (6.3.1) 2024-04-05 10:06:51.213 | 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.dev60227) (5.9.0) 2024-04-05 10:06:51.232 | 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.dev60227) (2.2.1) 2024-04-05 10:06:51.233 | 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.dev60227) (0.7.3) 2024-04-05 10:06:51.234 | 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.dev60227) (2.5.0) 2024-04-05 10:06:51.259 | 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.dev60227) (0.18) 2024-04-05 10:06:51.304 | 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.dev60227) (2.0.1) 2024-04-05 10:06:51.305 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60227) (0.5.0) 2024-04-05 10:06:51.335 | 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.dev60227) (0.9.6) 2024-04-05 10:06:51.360 | 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.dev60227) (5.1.1) 2024-04-05 10:06:51.361 | 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.dev60227) (0.6.0) 2024-04-05 10:06:51.363 | 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.dev60227) (5.2.4) 2024-04-05 10:06:51.364 | 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.dev60227) (5.2.0) 2024-04-05 10:06:51.374 | 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.dev60227) (3.3.0) 2024-04-05 10:06:51.375 | 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.dev60227) (4.0.0) 2024-04-05 10:06:51.395 | 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.dev60227) (1.0.4) 2024-04-05 10:06:51.414 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60227) (2022.4) 2024-04-05 10:06:51.427 | 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.dev60227) (4.0.1) 2024-04-05 10:06:51.429 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60227) (1.4.0) 2024-04-05 10:06:51.447 | 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.dev60227) (3.0.9) 2024-04-05 10:06:51.488 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60227) (1.5.0) 2024-04-05 10:06:51.497 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60227) (59.6.0) 2024-04-05 10:06:51.556 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60227) (0.2.5) 2024-04-05 10:06:51.606 | 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.dev60227) (1.14.1) 2024-04-05 10:06:51.607 | 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.dev60227) (2.0.1) 2024-04-05 10:06:51.609 | 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.dev60227) (22.1.0) 2024-04-05 10:06:51.626 | 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.dev60227) (2.7.0) 2024-04-05 10:06:51.627 | 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.dev60227) (2.1.0) 2024-04-05 10:06:51.629 | 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.dev60227) (4.2.0) 2024-04-05 10:06:51.630 | 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.dev60227) (3.17.6) 2024-04-05 10:06:51.652 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60227) (3.4) 2024-04-05 10:06:51.653 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60227) (2020.6.20) 2024-04-05 10:06:51.654 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60227) (2.1.1) 2024-04-05 10:06:51.655 | 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.dev60227) (1.26.12) 2024-04-05 10:06:51.688 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60227) (0.7) 2024-04-05 10:06:51.768 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60227) (0.5.2) 2024-04-05 10:06:51.769 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60227) (0.4.3) 2024-04-05 10:06:51.815 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60227) (0.13.1) 2024-04-05 10:06:52.246 | Collecting numpy 2024-04-05 10:06:52.346 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-04-05 10:06:52.439 | 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.dev60227) (5.0.0) 2024-04-05 10:06:52.527 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60227) (2.21) 2024-04-05 10:06:52.554 | 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.dev60227) (5.0.0) 2024-04-05 10:06:52.555 | 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.dev60227) (0.5.1) 2024-04-05 10:06:52.556 | 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.dev60227) (2.4.2) 2024-04-05 10:06:52.774 | 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.dev60227) (0.14.1) 2024-04-05 10:06:52.790 | 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.dev60227) (2.17.7) 2024-04-05 10:06:53.072 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60227) (2.5.0) 2024-04-05 10:06:53.258 | 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.dev60227) (1.8.2) 2024-04-05 10:06:53.289 | 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.dev60227) (3.8.1) 2024-04-05 10:06:53.304 | 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.dev60227) (2.4.0) 2024-04-05 10:06:53.890 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-04-05 10:06:55.680 | Running setup.py develop for nova 2024-04-05 10:06:59.101 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-04-05 10:06:59.101 | 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 10:06:59.232 | + inc/python:pip_install:196 : result=0 2024-04-05 10:06:59.234 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:06:59.236 | + functions-common:time_stop:2435 : local name 2024-04-05 10:06:59.237 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:06:59.239 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:06:59.241 | + functions-common:time_stop:2438 : local total 2024-04-05 10:06:59.242 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:06:59.244 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:06:59.245 | + functions-common:time_stop:2442 : start_time=1712311606900 2024-04-05 10:06:59.247 | + functions-common:time_stop:2444 : [[ -z 1712311606900 ]] 2024-04-05 10:06:59.249 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:06:59.252 | + functions-common:time_stop:2447 : end_time=1712311619250 2024-04-05 10:06:59.253 | + functions-common:time_stop:2448 : elapsed_time=12350 2024-04-05 10:06:59.255 | + functions-common:time_stop:2449 : total=66766 2024-04-05 10:06:59.257 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:06:59.258 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79116 2024-04-05 10:06:59.260 | + inc/python:pip_install:199 : return 0 2024-04-05 10:06:59.262 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:06:59.263 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-04-05 10:06:59.265 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-04-05 10:06:59.279 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-04-05 10:06:59.288 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-04-05 10:06:59.290 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-04-05 10:06:59.292 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:06:59.294 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:06:59.296 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-04-05 10:06:59.297 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:06:59.299 | + 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 10:06:59.310 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 10:06:59.312 | + stack.sh:main:963 : configure_nova 2024-04-05 10:06:59.314 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-04-05 10:06:59.323 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-04-05 10:06:59.325 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-04-05 10:06:59.327 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-04-05 10:06:59.329 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-04-05 10:06:59.330 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-04-05 10:06:59.333 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-04-05 10:06:59.335 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-04-05 10:06:59.336 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-04-05 10:06:59.338 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-04-05 10:06:59.340 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-04-05 10:06:59.341 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-04-05 10:06:59.343 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-04-05 10:06:59.345 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-04-05 10:06:59.354 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-04-05 10:06:59.363 | + 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 10:06:59.372 | + 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 10:06:59.381 | + 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 10:06:59.390 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-04-05 10:06:59.393 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-04-05 10:06:59.396 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.yfPLbxZAty 2024-04-05 10:06:59.398 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-04-05 10:06:59.399 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-04-05 10:06:59.401 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-04-05 10:06:59.403 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-04-05 10:06:59.404 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-04-05 10:06:59.406 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.yfPLbxZAty 2024-04-05 10:06:59.409 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.yfPLbxZAty 2024-04-05 10:06:59.418 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.yfPLbxZAty /etc/sudoers.d/nova-rootwrap 2024-04-05 10:06:59.427 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-04-05 10:06:59.431 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-04-05 10:06:59.432 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-04-05 10:06:59.434 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-04-05 10:06:59.436 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-04-05 10:06:59.437 | + 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 10:06:59.439 | + 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 10:06:59.441 | + 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 10:06:59.443 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-04-05 10:06:59.446 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-04-05 10:06:59.458 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:06:59.460 | + lib/nova:configure_nova:356 : create_nova_conf 2024-04-05 10:06:59.461 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-04-05 10:06:59.463 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-04-05 10:06:59.466 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-04-05 10:06:59.489 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-04-05 10:06:59.491 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-04-05 10:06:59.513 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-04-05 10:06:59.536 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-04-05 10:06:59.558 | + 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 10:06:59.581 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-04-05 10:06:59.603 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-04-05 10:06:59.626 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-04-05 10:06:59.647 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-04-05 10:06:59.668 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-04-05 10:06:59.690 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-04-05 10:06:59.711 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-04-05 10:06:59.734 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-04-05 10:06:59.757 | + lib/nova:create_nova_conf:451 : is_fedora 2024-04-05 10:06:59.759 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:06:59.761 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:06:59.763 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:06:59.764 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:06:59.766 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:06:59.768 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:06:59.769 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:06:59.771 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:06:59.773 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:06:59.775 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:06:59.776 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:06:59.778 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:06:59.780 | + lib/nova:create_nova_conf:451 : is_suse 2024-04-05 10:06:59.782 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 10:06:59.783 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:06:59.785 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:06:59.787 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:06:59.788 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:06:59.790 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:06:59.792 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-04-05 10:06:59.804 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:06:59.805 | + 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 10:06:59.807 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-04-05 10:06:59.810 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-04-05 10:06:59.811 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-04-05 10:06:59.813 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-04-05 10:06:59.815 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-04-05 10:06:59.817 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:06:59.818 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:06:59.820 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:06:59.832 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:06:59.833 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:06:59.835 | ++ 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 10:06:59.837 | + 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 10:06:59.861 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-04-05 10:06:59.863 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-04-05 10:06:59.865 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-04-05 10:06:59.869 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-04-05 10:06:59.876 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:06:59.879 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:06:59.881 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:06:59.896 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:06:59.898 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:06:59.900 | ++ 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 10:06:59.902 | + 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 10:06:59.928 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-04-05 10:06:59.951 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-04-05 10:06:59.973 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-04-05 10:06:59.996 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-04-05 10:07:00.008 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:00.009 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-04-05 10:07:00.021 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:00.024 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-04-05 10:07:00.024 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-04-05 10:07:00.028 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-04-05 10:07:00.029 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-04-05 10:07:00.051 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:00.053 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:00.055 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-04-05 10:07:00.079 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-04-05 10:07:00.102 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-04-05 10:07:00.113 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:00.115 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-04-05 10:07:00.117 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-04-05 10:07:00.119 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-05 10:07:00.120 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 10:07:00.122 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-04-05 10:07:00.146 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-04-05 10:07:00.169 | + 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 10:07:00.191 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-04-05 10:07:00.213 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-04-05 10:07:00.235 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-04-05 10:07:00.256 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-04-05 10:07:00.277 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-04-05 10:07:00.300 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:07:00.322 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 10:07:00.344 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-04-05 10:07:00.356 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:00.357 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-04-05 10:07:00.359 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-04-05 10:07:00.383 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-04-05 10:07:00.405 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-04-05 10:07:00.427 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-04-05 10:07:00.449 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-04-05 10:07:00.471 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-04-05 10:07:00.494 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-04-05 10:07:00.516 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-04-05 10:07:00.538 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-04-05 10:07:00.550 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:00.552 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-04-05 10:07:00.554 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-04-05 10:07:00.575 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-04-05 10:07:00.598 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-04-05 10:07:00.600 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-04-05 10:07:00.622 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-04-05 10:07:00.623 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-04-05 10:07:00.625 | + lib/nova:create_nova_conf:526 : is_suse 2024-04-05 10:07:00.627 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 10:07:00.629 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:07:00.630 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:07:00.632 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:07:00.634 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:07:00.635 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:07:00.637 | + lib/nova:create_nova_conf:526 : is_fedora 2024-04-05 10:07:00.639 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:07:00.641 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:07:00.643 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:07:00.644 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:07:00.646 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:07:00.648 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:07:00.649 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:07:00.651 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:07:00.653 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:07:00.655 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:07:00.657 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:07:00.658 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:07:00.660 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-04-05 10:07:00.662 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-04-05 10:07:00.664 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-04-05 10:07:00.666 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:07:00.678 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:07:00.680 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:07:00.682 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:00.683 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:07:00.685 | + 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 10:07:00.707 | + 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 10:07:00.729 | + 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 10:07:00.751 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:07:00.773 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-04-05 10:07:00.797 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-04-05 10:07:00.810 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:00.811 | + 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 10:07:00.813 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-04-05 10:07:00.815 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-04-05 10:07:00.817 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-04-05 10:07:00.819 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 10:07:00.821 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 10:07:00.823 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-04-05 10:07:00.825 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-04-05 10:07:00.827 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 10:07:00.829 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 10:07:00.839 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 10:07:00.839 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:07:00.846 | d /var/run/uwsgi 0755 stack root 2024-04-05 10:07:00.848 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:07:00.856 | /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 10:07:00.859 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-04-05 10:07:00.861 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-04-05 10:07:00.864 | + 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 10:07:00.888 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-04-05 10:07:00.909 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-04-05 10:07:00.931 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-04-05 10:07:00.952 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 10:07:00.973 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 10:07:00.995 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-04-05 10:07:01.018 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-04-05 10:07:01.042 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-04-05 10:07:01.066 | + 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 10:07:01.091 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 10:07:01.115 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 10:07:01.138 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-04-05 10:07:01.161 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 10:07:01.163 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 10:07:01.165 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-04-05 10:07:01.167 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-04-05 10:07:01.169 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 10:07:01.171 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:01.173 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:01.174 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-05 10:07:01.177 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-05 10:07:01.179 | + 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 10:07:01.201 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 10:07:01.224 | + 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 10:07:01.225 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-04-05 10:07:01.233 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-04-05 10:07:01.236 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-04-05 10:07:01.238 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-04-05 10:07:01.240 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 10:07:01.241 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 10:07:01.243 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:07:01.245 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:01.247 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:01.249 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 10:07:01.251 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 10:07:01.252 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:01.254 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:01.256 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-04-05 10:07:01.288 | Enabling site nova-api-wsgi. 2024-04-05 10:07:01.291 | To activate the new configuration, you need to run: 2024-04-05 10:07:01.291 | systemctl reload apache2 2024-04-05 10:07:01.295 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 10:07:01.296 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:07:01.298 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:07:01.300 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:07:01.398 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-04-05 10:07:01.410 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:01.412 | + 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 10:07:01.414 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-04-05 10:07:01.416 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-04-05 10:07:01.418 | + lib/apache:write_uwsgi_config:256 : local url= 2024-04-05 10:07:01.419 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-04-05 10:07:01.421 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 10:07:01.424 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-04-05 10:07:01.427 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-04-05 10:07:01.429 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 10:07:01.431 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 10:07:01.441 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 10:07:01.441 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:07:01.448 | d /var/run/uwsgi 0755 stack root 2024-04-05 10:07:01.450 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:07:01.459 | /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 10:07:01.461 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-04-05 10:07:01.463 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-04-05 10:07:01.466 | + 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 10:07:01.490 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-04-05 10:07:01.512 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-04-05 10:07:01.536 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-04-05 10:07:01.559 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 10:07:01.581 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 10:07:01.603 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-04-05 10:07:01.625 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-04-05 10:07:01.647 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-04-05 10:07:01.669 | + 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 10:07:01.691 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 10:07:01.713 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 10:07:01.735 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-04-05 10:07:01.757 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-04-05 10:07:01.759 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-04-05 10:07:01.781 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-04-05 10:07:01.793 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:01.795 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-04-05 10:07:01.820 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-04-05 10:07:01.821 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-04-05 10:07:01.823 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-04-05 10:07:01.835 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:01.837 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:07:01.839 | + 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 10:07:01.862 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-04-05 10:07:01.886 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-04-05 10:07:01.888 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-04-05 10:07:01.890 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-04-05 10:07:01.891 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 10:07:01.893 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 10:07:01.895 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 10:07:01.907 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:01.910 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 10:07:01.912 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 10:07:01.913 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 10:07:01.925 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:01.927 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:07:01.929 | + 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 10:07:01.951 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 10:07:01.953 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 10:07:01.955 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-04-05 10:07:01.977 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-04-05 10:07:01.999 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-04-05 10:07:02.023 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-04-05 10:07:02.035 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:02.036 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-04-05 10:07:02.058 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-04-05 10:07:02.060 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-04-05 10:07:02.062 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-04-05 10:07:02.085 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-04-05 10:07:02.107 | + 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 10:07:02.129 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-04-05 10:07:02.151 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-04-05 10:07:02.174 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-04-05 10:07:02.196 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-04-05 10:07:02.218 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-04-05 10:07:02.240 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-04-05 10:07:02.262 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-04-05 10:07:02.275 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:02.277 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-04-05 10:07:02.280 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-05 10:07:02.282 | + lib/nova:create_nova_conf:574 : local conf 2024-04-05 10:07:02.283 | + lib/nova:create_nova_conf:575 : local vhost 2024-04-05 10:07:02.285 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-04-05 10:07:02.287 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-05 10:07:02.289 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-05 10:07:02.292 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-04-05 10:07:02.293 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-04-05 10:07:02.295 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-04-05 10:07:02.298 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-04-05 10:07:02.300 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-04-05 10:07:02.302 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-04-05 10:07:02.304 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-04-05 10:07:02.306 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:07:02.308 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:07:02.310 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:07:02.321 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:02.323 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:07:02.325 | ++ 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 10:07:02.327 | + 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 10:07:02.352 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-04-05 10:07:02.376 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-04-05 10:07:02.401 | + 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 10:07:02.403 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-04-05 10:07:02.405 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-04-05 10:07:02.407 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-04-05 10:07:02.408 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 10:07:02.410 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 10:07:02.412 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 10:07:02.425 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:02.427 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 10:07:02.429 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 10:07:02.431 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 10:07:02.443 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:02.445 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:07:02.447 | + 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 10:07:02.470 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 10:07:02.472 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 10:07:02.474 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-04-05 10:07:02.476 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-04-05 10:07:02.478 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-04-05 10:07:02.480 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:07:02.493 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:07:02.495 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:07:02.497 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:02.499 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:07:02.501 | + 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 10:07:02.524 | + 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 10:07:02.547 | + 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 10:07:02.569 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:07:02.592 | + 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 10:07:02.593 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-04-05 10:07:02.595 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-04-05 10:07:02.597 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-04-05 10:07:02.599 | + lib/nova:configure_console_proxies:724 : offset=0 2024-04-05 10:07:02.600 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-04-05 10:07:02.612 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:02.614 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-04-05 10:07:02.616 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-04-05 10:07:02.627 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:02.629 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-04-05 10:07:02.641 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:02.643 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-04-05 10:07:02.656 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:02.658 | + stack.sh:main:966 : is_service_enabled placement 2024-04-05 10:07:02.671 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:02.673 | + stack.sh:main:968 : stack_install_service placement 2024-04-05 10:07:02.675 | + lib/stack:stack_install_service:20 : local service=placement 2024-04-05 10:07:02.677 | + lib/stack:stack_install_service:21 : type install_placement 2024-04-05 10:07:02.678 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-04-05 10:07:02.680 | + lib/stack:stack_install_service:32 : install_placement 2024-04-05 10:07:02.682 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-04-05 10:07:02.684 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-04-05 10:07:02.686 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:02.688 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:02.690 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-04-05 10:07:02.692 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:07:02.694 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:07:02.695 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:07:02.697 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:07:02.699 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:07:02.701 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:07:02.703 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:02.705 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:02.707 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:07:02.708 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:07:02.710 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:07:02.712 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:07:02.714 | + functions-common:install_package:1460 : real_install_package apache2 2024-04-05 10:07:02.716 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:07:02.718 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:02.720 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:02.722 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-04-05 10:07:02.737 | + 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 10:07:02.792 | Reading package lists... 2024-04-05 10:07:02.978 | Building dependency tree... 2024-04-05 10:07:02.979 | Reading state information... 2024-04-05 10:07:03.159 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-04-05 10:07:03.159 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:07:03.164 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:07:03.166 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:07:03.168 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:03.170 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:03.172 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:03.173 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:03.175 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:03.177 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:07:03.179 | + functions-common:time_stop:2442 : start_time=1712311622735 2024-04-05 10:07:03.181 | + functions-common:time_stop:2444 : [[ -z 1712311622735 ]] 2024-04-05 10:07:03.183 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:03.186 | + functions-common:time_stop:2447 : end_time=1712311623184 2024-04-05 10:07:03.188 | + functions-common:time_stop:2448 : elapsed_time=449 2024-04-05 10:07:03.190 | + functions-common:time_stop:2449 : total=9002 2024-04-05 10:07:03.191 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:03.193 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9451 2024-04-05 10:07:03.195 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:07:03.197 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-04-05 10:07:03.199 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-04-05 10:07:03.201 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-04-05 10:07:03.203 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-04-05 10:07:03.205 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-04-05 10:07:03.219 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-04-05 10:07:03.221 | + functions-common:install_package:1459 : update_package_repo 2024-04-05 10:07:03.222 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-04-05 10:07:03.224 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-04-05 10:07:03.226 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-04-05 10:07:03.228 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-04-05 10:07:03.230 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-04-05 10:07:03.232 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:03.234 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:03.236 | + functions-common:update_package_repo:1440 : apt_get_update 2024-04-05 10:07:03.238 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-04-05 10:07:03.240 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-04-05 10:07:03.241 | + functions-common:apt_get_update:1186 : return 2024-04-05 10:07:03.243 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-04-05 10:07:03.245 | + functions-common:real_install_package:1445 : is_ubuntu 2024-04-05 10:07:03.247 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:03.249 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:03.251 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-04-05 10:07:03.267 | + 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 10:07:03.323 | Reading package lists... 2024-04-05 10:07:03.506 | Building dependency tree... 2024-04-05 10:07:03.507 | Reading state information... 2024-04-05 10:07:03.685 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-04-05 10:07:03.686 | 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded. 2024-04-05 10:07:03.690 | + functions-common:apt_get:1230 : result=0 2024-04-05 10:07:03.692 | + functions-common:apt_get:1233 : time_stop apt-get 2024-04-05 10:07:03.694 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:03.696 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:03.698 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:03.700 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:03.702 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:03.704 | + functions-common:time_stop:2441 : name=apt-get 2024-04-05 10:07:03.705 | + functions-common:time_stop:2442 : start_time=1712311623265 2024-04-05 10:07:03.707 | + functions-common:time_stop:2444 : [[ -z 1712311623265 ]] 2024-04-05 10:07:03.709 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:03.713 | + functions-common:time_stop:2447 : end_time=1712311623710 2024-04-05 10:07:03.715 | + functions-common:time_stop:2448 : elapsed_time=445 2024-04-05 10:07:03.717 | + functions-common:time_stop:2449 : total=9451 2024-04-05 10:07:03.718 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:03.720 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9896 2024-04-05 10:07:03.722 | + functions-common:apt_get:1234 : return 0 2024-04-05 10:07:03.724 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-04-05 10:07:03.726 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-04-05 10:07:03.728 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:07:03.730 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:03.732 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:03.734 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-04-05 10:07:03.736 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-04-05 10:07:03.764 | wsgi (enabled by maintainer script) 2024-04-05 10:07:03.767 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-04-05 10:07:03.769 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-04-05 10:07:03.770 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 10:07:03.773 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-04-05 10:07:03.775 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-04-05 10:07:03.777 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 10:07:03.780 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 10:07:03.781 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-04-05 10:07:03.785 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-04-05 10:07:03.787 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-04-05 10:07:03.789 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-04-05 10:07:03.792 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-04-05 10:07:03.794 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-04-05 10:07:03.811 | Using python 3.10 to install osc-placement 2024-04-05 10:07:03.813 | + 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 10:07:04.924 | Collecting osc-placement 2024-04-05 10:07:04.927 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-04-05 10:07:04.933 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-04-05 10:07:04.934 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-04-05 10:07:04.935 | 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 10:07:04.935 | 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 10:07:04.936 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-04-05 10:07:04.961 | 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 10:07:04.962 | 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 10:07:04.963 | 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 10:07:04.964 | 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 10:07:04.965 | 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 10:07:04.970 | 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 10:07:04.971 | 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 10:07:04.972 | 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 10:07:04.978 | 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 10:07:04.979 | 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 10:07:04.980 | 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 10:07:04.980 | 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 10:07:04.981 | 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 10:07:04.982 | 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 10:07:04.989 | 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 10:07:04.990 | 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 10:07:04.991 | 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 10:07:04.991 | 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 10:07:04.992 | 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 10:07:04.996 | 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 10:07:05.010 | 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 10:07:05.011 | 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 10:07:05.012 | 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 10:07:05.013 | 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 10:07:05.014 | 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 10:07:05.015 | 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 10:07:05.015 | 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 10:07:05.034 | 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 10:07:05.035 | 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 10:07:05.036 | 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 10:07:05.036 | 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 10:07:05.094 | 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 10:07:05.095 | 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 10:07:05.096 | 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 10:07:05.114 | 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 10:07:05.142 | 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 10:07:05.202 | 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 10:07:06.028 | Installing collected packages: osc-placement 2024-04-05 10:07:06.106 | Successfully installed osc-placement-4.1.0 2024-04-05 10:07:06.107 | 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 10:07:06.216 | + inc/python:pip_install:196 : result=0 2024-04-05 10:07:06.218 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:07:06.220 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:06.222 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:06.224 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:06.226 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:06.228 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:06.230 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:07:06.232 | + functions-common:time_stop:2442 : start_time=1712311623806 2024-04-05 10:07:06.234 | + functions-common:time_stop:2444 : [[ -z 1712311623806 ]] 2024-04-05 10:07:06.236 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:06.239 | + functions-common:time_stop:2447 : end_time=1712311626237 2024-04-05 10:07:06.241 | + functions-common:time_stop:2448 : elapsed_time=2431 2024-04-05 10:07:06.243 | + functions-common:time_stop:2449 : total=79116 2024-04-05 10:07:06.245 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:06.247 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=81547 2024-04-05 10:07:06.249 | + inc/python:pip_install:199 : return 0 2024-04-05 10:07:06.251 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-04-05 10:07:06.253 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-04-05 10:07:06.255 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-04-05 10:07:06.257 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-04-05 10:07:06.259 | + functions-common:git_clone:615 : local orig_dir 2024-04-05 10:07:06.261 | ++ functions-common:git_clone:616 : pwd 2024-04-05 10:07:06.263 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:07:06.265 | + functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:07:06.267 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:07:06.280 | + functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:07:06.282 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:07:06.284 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:07:06.286 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:07:06.288 | + functions-common:git_clone:633 : echo stable/2023.1 2024-04-05 10:07:06.288 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:07:06.292 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-04-05 10:07:06.294 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:07:06.296 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-04-05 10:07:06.298 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:07:06.300 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:07:06.302 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:07:06.303 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:07:06.305 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:07:06.307 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:07:06.309 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:06.310 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:06.312 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:06.316 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311626313 2024-04-05 10:07:06.317 | + 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 10:07:06.319 | Cloning into '/opt/stack//placement'... 2024-04-05 10:07:08.142 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:07:08.143 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:08.145 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:08.147 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:08.148 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:08.150 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:08.151 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:07:08.153 | + functions-common:time_stop:2442 : start_time=1712311626313 2024-04-05 10:07:08.155 | + functions-common:time_stop:2444 : [[ -z 1712311626313 ]] 2024-04-05 10:07:08.157 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:08.160 | + functions-common:time_stop:2447 : end_time=1712311628158 2024-04-05 10:07:08.162 | + functions-common:time_stop:2448 : elapsed_time=1845 2024-04-05 10:07:08.163 | + functions-common:time_stop:2449 : total=99934 2024-04-05 10:07:08.165 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:08.167 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=101779 2024-04-05 10:07:08.168 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-04-05 10:07:08.170 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-04-05 10:07:08.172 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:07:08.173 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:07:08.175 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:07:08.177 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:07:08.178 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:07:08.180 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:07:08.182 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:08.183 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:08.185 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:08.189 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311628187 2024-04-05 10:07:08.190 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-04-05 10:07:09.382 | From https://opendev.org/openstack/placement 2024-04-05 10:07:09.382 | * branch stable/2023.1 -> FETCH_HEAD 2024-04-05 10:07:09.386 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:07:09.388 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:09.390 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:09.391 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:09.393 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:09.395 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:09.397 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:07:09.398 | + functions-common:time_stop:2442 : start_time=1712311628187 2024-04-05 10:07:09.400 | + functions-common:time_stop:2444 : [[ -z 1712311628187 ]] 2024-04-05 10:07:09.402 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:09.405 | + functions-common:time_stop:2447 : end_time=1712311629403 2024-04-05 10:07:09.407 | + functions-common:time_stop:2448 : elapsed_time=1216 2024-04-05 10:07:09.408 | + functions-common:time_stop:2449 : total=101779 2024-04-05 10:07:09.410 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:09.412 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=102995 2024-04-05 10:07:09.413 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:07:09.415 | + functions-common:git_timed:720 : local count=0 2024-04-05 10:07:09.417 | + functions-common:git_timed:721 : local timeout=0 2024-04-05 10:07:09.419 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:07:09.420 | + functions-common:git_timed:724 : timeout=0 2024-04-05 10:07:09.422 | + functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:07:09.424 | + functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:07:09.425 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:09.427 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:09.429 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:09.432 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311629430 2024-04-05 10:07:09.434 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:07:09.459 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:07:09.460 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:07:09.460 | state without impacting any branches by switching back to a branch. 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:07:09.460 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | git switch -c 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | Or undo this operation with: 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | git switch - 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:07:09.460 | 2024-04-05 10:07:09.460 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 10:07:09.463 | + functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:07:09.465 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:09.467 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:09.469 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:09.470 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:09.472 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:09.474 | + functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:07:09.476 | + functions-common:time_stop:2442 : start_time=1712311629430 2024-04-05 10:07:09.478 | + functions-common:time_stop:2444 : [[ -z 1712311629430 ]] 2024-04-05 10:07:09.480 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:09.483 | + functions-common:time_stop:2447 : end_time=1712311629481 2024-04-05 10:07:09.485 | + functions-common:time_stop:2448 : elapsed_time=51 2024-04-05 10:07:09.487 | + functions-common:time_stop:2449 : total=102995 2024-04-05 10:07:09.489 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:09.490 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=103046 2024-04-05 10:07:09.492 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-04-05 10:07:09.502 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-04-05 10:07:09.504 | + functions-common:git_clone:696 : git show --oneline 2024-04-05 10:07:09.505 | + functions-common:git_clone:696 : head -1 2024-04-05 10:07:09.507 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-04-05 10:07:09.509 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:07:09.511 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-04-05 10:07:09.513 | + inc/python:setup_develop:334 : local bindep 2024-04-05 10:07:09.515 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-04-05 10:07:09.517 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-04-05 10:07:09.519 | + inc/python:setup_develop:340 : local extras= 2024-04-05 10:07:09.521 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-04-05 10:07:09.522 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:07:09.524 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-04-05 10:07:09.526 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-04-05 10:07:09.528 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:07:09.530 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:07:09.532 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-04-05 10:07:09.534 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:07:09.537 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-04-05 10:07:09.538 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:07:09.540 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:07:09.543 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-04-05 10:07:09.547 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-04-05 10:07:09.549 | + 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 10:07:09.856 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-04-05 10:07:09.858 | + inc/python:setup_package:414 : local bindep=0 2024-04-05 10:07:09.860 | + inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:07:09.862 | + inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:07:09.864 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-04-05 10:07:09.866 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-04-05 10:07:09.868 | + inc/python:setup_package:423 : local flags=-e 2024-04-05 10:07:09.870 | + inc/python:setup_package:424 : local extras= 2024-04-05 10:07:09.872 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:07:09.874 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:07:09.876 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:07:09.878 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:07:09.880 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:07:09.882 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-04-05 10:07:09.899 | Using python 3.10 to install /opt/stack/placement 2024-04-05 10:07:09.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 -e /opt/stack/placement 2024-04-05 10:07:10.833 | Obtaining file:///opt/stack/placement 2024-04-05 10:07:10.834 | Preparing metadata (setup.py): started 2024-04-05 10:07:11.216 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:07:11.271 | 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 10:07:11.272 | 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 10:07:11.273 | 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 10:07:11.273 | 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 10:07:11.274 | 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 10:07:11.275 | 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 10:07:11.276 | 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 10:07:11.276 | 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 10:07:11.277 | 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 10:07:11.278 | 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 10:07:11.278 | 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 10:07:11.279 | 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 10:07:11.280 | 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 10:07:11.280 | 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 10:07:11.281 | 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 10:07:11.282 | 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 10:07:11.282 | 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 10:07:11.283 | 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 10:07:11.284 | 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 10:07:11.285 | 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 10:07:11.285 | 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 10:07:11.303 | 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 10:07:11.304 | 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 10:07:11.328 | 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 10:07:11.329 | 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 10:07:11.330 | 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 10:07:11.331 | 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 10:07:11.331 | 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 10:07:11.333 | 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 10:07:11.341 | 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 10:07:11.359 | 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 10:07:11.360 | 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 10:07:11.361 | 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 10:07:11.362 | 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 10:07:11.362 | 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 10:07:11.404 | 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 10:07:11.405 | 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 10:07:11.406 | 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 10:07:11.407 | 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 10:07:11.425 | 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 10:07:11.427 | 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 10:07:11.434 | 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 10:07:11.435 | 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 10:07:11.436 | 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 10:07:11.446 | 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 10:07:11.447 | 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 10:07:11.452 | 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 10:07:11.459 | 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 10:07:11.459 | 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 10:07:11.460 | 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 10:07:11.461 | 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 10:07:11.472 | 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 10:07:11.473 | 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 10:07:11.474 | 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 10:07:11.474 | 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 10:07:11.482 | 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 10:07:11.545 | 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 10:07:11.559 | 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 10:07:11.601 | 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 10:07:11.621 | 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 10:07:11.647 | 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 10:07:11.679 | 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 10:07:11.697 | 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 10:07:11.767 | 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 10:07:11.768 | 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 10:07:11.768 | 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 10:07:11.794 | 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 10:07:12.583 | Installing collected packages: openstack-placement 2024-04-05 10:07:12.584 | Running setup.py develop for openstack-placement 2024-04-05 10:07:13.204 | Successfully installed openstack-placement 2024-04-05 10:07:13.205 | 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 10:07:13.308 | + inc/python:pip_install:196 : result=0 2024-04-05 10:07:13.310 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:07:13.312 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:13.314 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:13.316 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:13.318 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:13.319 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:13.321 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:07:13.323 | + functions-common:time_stop:2442 : start_time=1712311629895 2024-04-05 10:07:13.325 | + functions-common:time_stop:2444 : [[ -z 1712311629895 ]] 2024-04-05 10:07:13.327 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:13.330 | + functions-common:time_stop:2447 : end_time=1712311633328 2024-04-05 10:07:13.332 | + functions-common:time_stop:2448 : elapsed_time=3433 2024-04-05 10:07:13.334 | + functions-common:time_stop:2449 : total=81547 2024-04-05 10:07:13.336 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:13.338 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84980 2024-04-05 10:07:13.340 | + inc/python:pip_install:199 : return 0 2024-04-05 10:07:13.341 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:07:13.344 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-05 10:07:13.346 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-05 10:07:13.360 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-04-05 10:07:13.370 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-04-05 10:07:13.372 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-04-05 10:07:13.374 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:07:13.376 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:07:13.378 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-04-05 10:07:13.380 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:07:13.382 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-04-05 10:07:13.384 | + stack.sh:main:969 : configure_placement 2024-04-05 10:07:13.386 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-04-05 10:07:13.395 | + lib/placement:configure_placement:113 : create_placement_conf 2024-04-05 10:07:13.398 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-04-05 10:07:13.401 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-04-05 10:07:13.403 | ++ lib/database:database_connection_url:134 : local db=placement 2024-04-05 10:07:13.405 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-04-05 10:07:13.407 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-04-05 10:07:13.409 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:07:13.411 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:07:13.413 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:07:13.426 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:13.428 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:07:13.430 | ++ 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 10:07:13.432 | + 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 10:07:13.458 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-04-05 10:07:13.485 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-04-05 10:07:13.510 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-04-05 10:07:13.512 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-04-05 10:07:13.514 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-04-05 10:07:13.516 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 10:07:13.518 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-04-05 10:07:13.544 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-04-05 10:07:13.568 | + 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 10:07:13.591 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-04-05 10:07:13.615 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-04-05 10:07:13.638 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-04-05 10:07:13.662 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-04-05 10:07:13.686 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-04-05 10:07:13.709 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:07:13.732 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 10:07:13.756 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-04-05 10:07:13.757 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-04-05 10:07:13.759 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-04-05 10:07:13.762 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:07:13.775 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:07:13.777 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:07:13.779 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:13.781 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:07:13.783 | + 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 10:07:13.807 | + 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 10:07:13.832 | + 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 10:07:13.864 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:07:13.899 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-04-05 10:07:13.902 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-04-05 10:07:13.908 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-04-05 10:07:13.911 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-04-05 10:07:13.913 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-04-05 10:07:13.915 | + lib/apache:write_uwsgi_config:257 : local http= 2024-04-05 10:07:13.918 | + lib/apache:write_uwsgi_config:258 : local name= 2024-04-05 10:07:13.922 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-04-05 10:07:13.926 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-04-05 10:07:13.928 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-04-05 10:07:13.930 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-04-05 10:07:13.941 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-04-05 10:07:13.943 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:07:13.950 | d /var/run/uwsgi 0755 stack root 2024-04-05 10:07:13.953 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-04-05 10:07:13.962 | /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 10:07:13.965 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-04-05 10:07:13.967 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-04-05 10:07:13.970 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-04-05 10:07:13.995 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-04-05 10:07:14.019 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-04-05 10:07:14.042 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-04-05 10:07:14.066 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-04-05 10:07:14.089 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-04-05 10:07:14.112 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-04-05 10:07:14.136 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-04-05 10:07:14.159 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-04-05 10:07:14.184 | + 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 10:07:14.209 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-04-05 10:07:14.232 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-04-05 10:07:14.256 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-04-05 10:07:14.279 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-04-05 10:07:14.281 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-04-05 10:07:14.283 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-04-05 10:07:14.285 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-04-05 10:07:14.287 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-04-05 10:07:14.289 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:14.291 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:14.293 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-04-05 10:07:14.296 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-04-05 10:07:14.298 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-04-05 10:07:14.321 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-04-05 10:07:14.344 | + 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 10:07:14.344 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-04-05 10:07:14.351 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-04-05 10:07:14.354 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-04-05 10:07:14.355 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-04-05 10:07:14.357 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-04-05 10:07:14.359 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-04-05 10:07:14.361 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-04-05 10:07:14.363 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:14.364 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:14.366 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-04-05 10:07:14.368 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-04-05 10:07:14.370 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:14.371 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:14.373 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-04-05 10:07:14.405 | Enabling site placement-api. 2024-04-05 10:07:14.408 | To activate the new configuration, you need to run: 2024-04-05 10:07:14.408 | systemctl reload apache2 2024-04-05 10:07:14.412 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-04-05 10:07:14.414 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-04-05 10:07:14.416 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:07:14.418 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-04-05 10:07:14.523 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:14.524 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:14.526 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-04-05 10:07:14.553 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-04-05 10:07:14.577 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-04-05 10:07:14.590 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:14.592 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-04-05 10:07:14.604 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:14.606 | + stack.sh:main:977 : is_service_enabled n-sch 2024-04-05 10:07:14.619 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:14.620 | + stack.sh:main:978 : configure_placement_nova_compute 2024-04-05 10:07:14.622 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-04-05 10:07:14.624 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-04-05 10:07:14.649 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-04-05 10:07:14.672 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-04-05 10:07:14.696 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-04-05 10:07:14.719 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-04-05 10:07:14.743 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-04-05 10:07:14.766 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-04-05 10:07:14.789 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-04-05 10:07:14.813 | + stack.sh:main:982 : is_service_enabled horizon 2024-04-05 10:07:14.826 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:14.828 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-04-05 10:07:14.841 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:14.843 | + stack.sh:main:995 : run_phase stack install 2024-04-05 10:07:14.845 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 10:07:14.846 | + functions-common:run_phase:1864 : local phase=install 2024-04-05 10:07:14.848 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:07:14.850 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:07:14.852 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:07:14.854 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:07:14.856 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:07:14.858 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:07:14.862 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:07:14.864 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:07:14.866 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:07:14.868 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-04-05 10:07:14.870 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:07:14.882 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:14.884 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:07:14.885 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:07:14.887 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-04-05 10:07:14.889 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-04-05 10:07:14.891 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:07:14.892 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-04-05 10:07:14.894 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-04-05 10:07:14.896 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-04-05 10:07:14.942 | ++ inc/async:async_inner:63 : install_tempest 2024-04-05 10:07:14.972 | [3464 Async install_tempest:27211]: running: install_tempest 2024-04-05 10:07:14.974 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 10:07:14.976 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 10:07:14.978 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:07:14.981 | + 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 10:07:14.983 | + functions-common:run_phase:1890 : run_plugins stack install 2024-04-05 10:07:14.985 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 10:07:14.988 | + functions-common:run_plugins:1850 : local phase=install 2024-04-05 10:07:14.990 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 10:07:14.992 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 10:07:14.994 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 10:07:14.996 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:07:14.998 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 10:07:15.000 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-04-05 10:07:15.003 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:07:15.005 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:07:15.007 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-04-05 10:07:15.009 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-04-05 10:07:15.010 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:07:15.012 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-04-05 10:07:15.014 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-04-05 10:07:15.017 | ++ inc/python:setup_develop:334 : local bindep 2024-04-05 10:07:15.018 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-04-05 10:07:15.020 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-04-05 10:07:15.022 | ++ inc/python:setup_develop:340 : local extras= 2024-04-05 10:07:15.024 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-04-05 10:07:15.026 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-04-05 10:07:15.028 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-04-05 10:07:15.030 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-04-05 10:07:15.032 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-04-05 10:07:15.034 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-04-05 10:07:15.036 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-04-05 10:07:15.038 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-04-05 10:07:15.040 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-04-05 10:07:15.042 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-04-05 10:07:15.044 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-04-05 10:07:15.046 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-04-05 10:07:15.051 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-04-05 10:07:15.053 | ++ 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 10:07:15.369 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-04-05 10:07:15.371 | ++ inc/python:setup_package:414 : local bindep=0 2024-04-05 10:07:15.374 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-04-05 10:07:15.376 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-04-05 10:07:15.378 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-04-05 10:07:15.380 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-04-05 10:07:15.381 | ++ inc/python:setup_package:423 : local flags=-e 2024-04-05 10:07:15.383 | ++ inc/python:setup_package:424 : local extras= 2024-04-05 10:07:15.385 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-04-05 10:07:15.387 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-04-05 10:07:15.389 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-04-05 10:07:15.391 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-04-05 10:07:15.393 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-04-05 10:07:15.395 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-04-05 10:07:15.411 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-04-05 10:07:15.414 | ++ 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 10:07:16.348 | Obtaining file:///opt/stack/networking-nsx-t 2024-04-05 10:07:16.348 | Preparing metadata (setup.py): started 2024-04-05 10:07:16.726 | Preparing metadata (setup.py): finished with status 'done' 2024-04-05 10:07:16.872 | Collecting Babel>=1.3 2024-04-05 10:07:16.923 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-04-05 10:07:16.971 | 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 10:07:17.082 | Collecting ipaddress 2024-04-05 10:07:17.084 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-04-05 10:07:17.085 | 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 10:07:17.086 | 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 10:07:17.087 | 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 10:07:17.087 | 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 10:07:17.088 | 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 10:07:17.089 | 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 10:07:17.090 | 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 10:07:17.090 | 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 10:07:17.091 | 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 10:07:17.092 | 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 10:07:17.092 | 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 10:07:17.114 | Collecting ratelimiter 2024-04-05 10:07:17.116 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-04-05 10:07:17.117 | 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 10:07:17.119 | 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 10:07:17.136 | 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 10:07:17.137 | 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 10:07:17.138 | 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 10:07:17.139 | 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 10:07:17.139 | 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 10:07:17.140 | 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 10:07:17.141 | 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 10:07:17.142 | 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 10:07:17.142 | 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 10:07:17.143 | 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 10:07:17.144 | 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 10:07:17.145 | 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 10:07:17.146 | 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 10:07:17.147 | 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 10:07:17.147 | 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 10:07:17.167 | 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 10:07:17.167 | 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 10:07:17.168 | 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 10:07:17.169 | 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 10:07:17.211 | 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 10:07:17.212 | 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 10:07:17.217 | 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 10:07:17.227 | 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 10:07:17.228 | 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 10:07:17.230 | 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 10:07:17.230 | 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 10:07:17.231 | 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 10:07:17.232 | 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 10:07:17.233 | 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 10:07:17.239 | 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 10:07:17.240 | 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 10:07:17.240 | 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 10:07:17.241 | 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 10:07:17.284 | 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 10:07:17.285 | 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 10:07:17.286 | 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 10:07:17.287 | 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 10:07:17.288 | 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 10:07:17.320 | 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 10:07:17.321 | 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 10:07:17.321 | 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 10:07:17.322 | 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 10:07:17.330 | 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 10:07:17.330 | 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 10:07:17.331 | 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 10:07:17.332 | 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 10:07:17.337 | 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 10:07:17.343 | 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 10:07:17.344 | 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 10:07:17.387 | 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 10:07:17.398 | 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 10:07:17.407 | 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 10:07:17.408 | 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 10:07:17.453 | 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 10:07:17.454 | 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 10:07:17.455 | 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 10:07:17.456 | 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 10:07:17.481 | 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 10:07:17.483 | 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 10:07:17.483 | 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 10:07:17.485 | 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 10:07:17.486 | 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 10:07:17.539 | 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 10:07:17.554 | 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 10:07:17.555 | 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 10:07:17.607 | 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 10:07:17.608 | 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 10:07:17.609 | 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 10:07:17.610 | 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 10:07:17.626 | 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 10:07:17.763 | 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 10:07:17.819 | 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 10:07:17.820 | 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 10:07:17.869 | 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 10:07:17.912 | 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 10:07:17.924 | 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 10:07:17.925 | 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 10:07:17.941 | 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 10:07:17.942 | 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 10:07:17.943 | 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 10:07:17.944 | 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 10:07:17.944 | 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 10:07:17.946 | 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 10:07:17.947 | 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 10:07:18.010 | 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 10:07:18.011 | 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 10:07:18.012 | 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 10:07:18.023 | 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 10:07:18.065 | 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 10:07:18.066 | 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 10:07:18.088 | 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 10:07:18.163 | 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 10:07:18.252 | 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 10:07:18.364 | 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 10:07:18.919 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-04-05 10:07:18.976 | Attempting uninstall: Babel 2024-04-05 10:07:18.978 | Found existing installation: Babel 2.8.0 2024-04-05 10:07:18.979 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-04-05 10:07:18.980 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-04-05 10:07:19.400 | Running setup.py develop for networking-nsxv3 2024-04-05 10:07:20.217 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-04-05 10:07:20.218 | 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 10:07:20.331 | ++ inc/python:pip_install:196 : result=0 2024-04-05 10:07:20.333 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:07:20.334 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:07:20.336 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:20.338 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:20.340 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:07:20.342 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:20.343 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:07:20.345 | ++ functions-common:time_stop:2442 : start_time=1712311635407 2024-04-05 10:07:20.347 | ++ functions-common:time_stop:2444 : [[ -z 1712311635407 ]] 2024-04-05 10:07:20.349 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:20.352 | ++ functions-common:time_stop:2447 : end_time=1712311640350 2024-04-05 10:07:20.354 | ++ functions-common:time_stop:2448 : elapsed_time=4943 2024-04-05 10:07:20.356 | ++ functions-common:time_stop:2449 : total=84980 2024-04-05 10:07:20.357 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:20.359 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89923 2024-04-05 10:07:20.361 | ++ inc/python:pip_install:199 : return 0 2024-04-05 10:07:20.363 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-04-05 10:07:20.365 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-05 10:07:20.367 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-05 10:07:20.382 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-04-05 10:07:20.392 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-04-05 10:07:20.394 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-04-05 10:07:20.396 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:07:20.398 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:07:20.400 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-04-05 10:07:20.402 | ++ inc/python:use_library_from_git:249 : return 1 2024-04-05 10:07:20.404 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-04-05 10:07:20.406 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-04-05 10:07:20.408 | + inc/python:use_library_from_git:247 : local enabled=1 2024-04-05 10:07:20.410 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-04-05 10:07:20.411 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-04-05 10:07:20.413 | + inc/python:use_library_from_git:249 : return 1 2024-04-05 10:07:20.415 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-04-05 10:07:20.417 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-04-05 10:07:20.419 | + inc/python:pip_install_gr:77 : local clean_name 2024-04-05 10:07:20.422 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-04-05 10:07:20.424 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-04-05 10:07:20.426 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 10:07:20.429 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-04-05 10:07:20.429 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 10:07:20.434 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-04-05 10:07:20.436 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-04-05 10:07:20.438 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-04-05 10:07:20.440 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-04-05 10:07:20.442 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-04-05 10:07:20.459 | Using python 3.10 to install python-openstackclient 2024-04-05 10:07:20.461 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-04-05 10:07:21.538 | Collecting python-openstackclient 2024-04-05 10:07:21.547 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-04-05 10:07:21.566 | 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 10:07:21.567 | 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 10:07:21.568 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-04-05 10:07:21.568 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-04-05 10:07:21.569 | 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 10:07:21.570 | 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 10:07:21.571 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-04-05 10:07:21.572 | 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 10:07:21.572 | 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 10:07:21.573 | 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 10:07:21.574 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-04-05 10:07:21.579 | 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 10:07:21.580 | 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 10:07:21.581 | 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 10:07:21.582 | 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 10:07:21.582 | 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 10:07:21.594 | 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 10:07:21.595 | 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 10:07:21.595 | 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 10:07:21.596 | 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 10:07:21.597 | 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 10:07:21.598 | 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 10:07:21.599 | 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 10:07:21.600 | 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 10:07:21.600 | 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 10:07:21.601 | 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 10:07:21.607 | 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 10:07:21.615 | 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 10:07:21.616 | 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 10:07:21.617 | 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 10:07:21.617 | 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 10:07:21.618 | 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 10:07:21.626 | 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 10:07:21.635 | 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 10:07:21.637 | 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 10:07:21.638 | 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 10:07:21.694 | 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 10:07:21.694 | 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 10:07:21.695 | 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 10:07:21.714 | 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 10:07:21.718 | 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 10:07:21.743 | 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 10:07:21.802 | 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 10:07:21.809 | 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 10:07:21.840 | 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 10:07:21.841 | 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 10:07:21.842 | 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 10:07:21.843 | 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 10:07:21.888 | 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 10:07:22.763 | Installing collected packages: python-openstackclient 2024-04-05 10:07:23.621 | Successfully installed python-openstackclient-6.2.0 2024-04-05 10:07:23.622 | 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 10:07:23.763 | + inc/python:pip_install:196 : result=0 2024-04-05 10:07:23.765 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:07:23.767 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:23.768 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:23.770 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:23.772 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:23.774 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:23.776 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:07:23.777 | + functions-common:time_stop:2442 : start_time=1712311640455 2024-04-05 10:07:23.779 | + functions-common:time_stop:2444 : [[ -z 1712311640455 ]] 2024-04-05 10:07:23.781 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:23.785 | + functions-common:time_stop:2447 : end_time=1712311643783 2024-04-05 10:07:23.787 | + functions-common:time_stop:2448 : elapsed_time=3328 2024-04-05 10:07:23.807 | + functions-common:time_stop:2449 : total=89923 2024-04-05 10:07:23.809 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:23.811 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93251 2024-04-05 10:07:23.813 | + inc/python:pip_install:199 : return 0 2024-04-05 10:07:23.815 | + stack.sh:main:1007 : install_oscwrap 2024-04-05 10:07:23.818 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-04-05 10:07:23.821 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.Sbxqj6WEIQ 2024-04-05 10:07:23.823 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-04-05 10:07:23.824 | + functions-common:install_oscwrap:2486 : unalias -a 2024-04-05 10:07:23.827 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-04-05 10:07:23.829 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-04-05 10:07:23.831 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-05 10:07:23.833 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-04-05 10:07:23.846 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:23.847 | + stack.sh:main:1061 : configure_database 2024-04-05 10:07:23.849 | + lib/database:configure_database:128 : configure_database_mysql 2024-04-05 10:07:23.851 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-04-05 10:07:23.853 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-04-05 10:07:23.854 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:07:23.856 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-04-05 10:07:23.857 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-04-05 10:07:23.859 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:23.861 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:23.863 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-04-05 10:07:23.865 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-04-05 10:07:23.867 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-04-05 10:07:23.868 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-04-05 10:07:23.872 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-04-05 10:07:23.927 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-04-05 10:07:23.929 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-04-05 10:07:23.930 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-04-05 10:07:23.932 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-04-05 10:07:23.934 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-04-05 10:07:23.936 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-04-05 10:07:23.938 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-04-05 10:07:23.939 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-04-05 10:07:23.941 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-04-05 10:07:23.943 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-04-05 10:07:23.945 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-04-05 10:07:23.947 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-04-05 10:07:23.949 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-04-05 10:07:23.960 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-04-05 10:07:23.962 | + functions-common:is_suse:544 : is_opensuse 2024-04-05 10:07:23.963 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-04-05 10:07:23.965 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-04-05 10:07:23.967 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-04-05 10:07:23.969 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-04-05 10:07:23.971 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-04-05 10:07:23.972 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-04-05 10:07:23.974 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:23.976 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:23.977 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-04-05 10:07:23.979 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:07:23.981 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-04-05 10:07:24.466 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-04-05 10:07:24.468 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:24.473 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:24.475 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-04-05 10:07:24.477 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-04-05 10:07:24.480 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-04-05 10:07:24.481 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:24.483 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:24.485 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-04-05 10:07:24.486 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-04-05 10:07:24.488 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-04-05 10:07:24.490 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:24.492 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:24.494 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-04-05 10:07:24.495 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-04-05 10:07:24.497 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-04-05 10:07:24.502 | + 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 10:07:24.518 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-04-05 10:07:24.519 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:07:24.521 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:07:24.523 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-04-05 10:07:24.524 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-04-05 10:07:24.526 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-04-05 10:07:24.569 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-04-05 10:07:24.611 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-04-05 10:07:24.654 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:24.656 | + lib/databases/mysql:configure_database_mysql:166 : [[ True == \T\r\u\e ]] 2024-04-05 10:07:24.657 | + lib/databases/mysql:configure_database_mysql:167 : echo 'enabling MySQL performance counting' 2024-04-05 10:07:24.657 | enabling MySQL performance counting 2024-04-05 10:07:24.659 | + lib/databases/mysql:configure_database_mysql:170 : pip_install /opt/stack/devstack/tools/dbcounter 2024-04-05 10:07:24.675 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-04-05 10:07:24.677 | + 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 10:07:25.648 | Processing ./tools/dbcounter 2024-04-05 10:07:26.125 | Installing build dependencies: started 2024-04-05 10:07:32.206 | Installing build dependencies: finished with status 'done' 2024-04-05 10:07:32.206 | Getting requirements to build wheel: started 2024-04-05 10:07:32.425 | Getting requirements to build wheel: finished with status 'done' 2024-04-05 10:07:32.523 | Installing backend dependencies: started 2024-04-05 10:07:35.292 | ++ inc/async:async_inner:64 : rc=0 2024-04-05 10:07:35.311 | [27211 Async install_tempest:27211]: finished successfully 2024-04-05 10:07:35.477 | Installing backend dependencies: finished with status 'done' 2024-04-05 10:07:35.480 | Preparing metadata (pyproject.toml): started 2024-04-05 10:07:35.693 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-04-05 10:07:35.696 | Building wheels for collected packages: dbcounter 2024-04-05 10:07:35.697 | Building wheel for dbcounter (pyproject.toml): started 2024-04-05 10:07:35.930 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-04-05 10:07:35.931 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3217 sha256=8be7195fc1b98185bd3523e34322c6ca5b70c3b5d5de146417c117db5f78801f 2024-04-05 10:07:35.931 | Stored in directory: /tmp/pip-ephem-wheel-cache-ou1h64hg/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-04-05 10:07:35.933 | Successfully built dbcounter 2024-04-05 10:07:37.010 | Installing collected packages: dbcounter 2024-04-05 10:07:37.052 | Successfully installed dbcounter-0.1 2024-04-05 10:07:37.053 | 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 10:07:37.169 | + inc/python:pip_install:196 : result=0 2024-04-05 10:07:37.171 | + inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:07:37.172 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:37.174 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:37.176 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:37.178 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:37.180 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:37.181 | + functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:07:37.183 | + functions-common:time_stop:2442 : start_time=1712311644671 2024-04-05 10:07:37.185 | + functions-common:time_stop:2444 : [[ -z 1712311644671 ]] 2024-04-05 10:07:37.187 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:37.190 | + functions-common:time_stop:2447 : end_time=1712311657188 2024-04-05 10:07:37.192 | + functions-common:time_stop:2448 : elapsed_time=12517 2024-04-05 10:07:37.194 | + functions-common:time_stop:2449 : total=93251 2024-04-05 10:07:37.196 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:37.197 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=105768 2024-04-05 10:07:37.199 | + inc/python:pip_install:199 : return 0 2024-04-05 10:07:37.201 | + lib/databases/mysql:configure_database_mysql:173 : recreate_database stats 2024-04-05 10:07:37.203 | + lib/database:recreate_database:112 : local db=stats 2024-04-05 10:07:37.204 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-04-05 10:07:37.206 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2024-04-05 10:07:37.208 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-04-05 10:07:37.216 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-04-05 10:07:37.225 | + 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 10:07:37.225 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-04-05 10:07:37.244 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:37.246 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-04-05 10:07:37.247 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:07:37.249 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-04-05 10:07:37.730 | + stack.sh:main:1065 : save_stackenv 1065 2024-04-05 10:07:37.732 | + functions-common:save_stackenv:60 : local tag=1065 2024-04-05 10:07:37.735 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-05 10:07:37.738 | + functions-common:save_stackenv:62 : time_stamp=2024-04-05-100737 2024-04-05 10:07:37.740 | + functions-common:save_stackenv:63 : echo '# 2024-04-05-100737 1065' 2024-04-05 10:07:37.743 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.744 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 10:07:37.746 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.748 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-05 10:07:37.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.752 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-05 10:07:37.754 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.756 | + 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 10:07:37.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.759 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-05 10:07:37.761 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.764 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-05 10:07:37.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.768 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-05-100319 2024-04-05 10:07:37.769 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.771 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-05 10:07:37.773 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.775 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-05 10:07:37.777 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.779 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-05 10:07:37.781 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.783 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-05 10:07:37.785 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.787 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-05 10:07:37.789 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.791 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-05 10:07:37.793 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.794 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-05 10:07:37.796 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:07:37.798 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-05 10:07:37.800 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-04-05 10:07:37.802 | + stack.sh:main:1091 : start_dstat 2024-04-05 10:07:37.804 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-04-05 10:07:37.806 | + functions-common:run_process:1689 : local service=dstat 2024-04-05 10:07:37.808 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-04-05 10:07:37.810 | + functions-common:run_process:1691 : local group= 2024-04-05 10:07:37.812 | + functions-common:run_process:1692 : local user= 2024-04-05 10:07:37.814 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:07:37.816 | + functions-common:run_process:1695 : local name=dstat 2024-04-05 10:07:37.818 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:07:37.819 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:07:37.821 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:37.823 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:37.826 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:37.829 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311657827 2024-04-05 10:07:37.831 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-04-05 10:07:37.844 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:37.846 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:07:37.848 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:37.850 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:37.852 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:37.853 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:37.855 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:37.857 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:07:37.859 | + functions-common:time_stop:2442 : start_time=1712311657827 2024-04-05 10:07:37.861 | + functions-common:time_stop:2444 : [[ -z 1712311657827 ]] 2024-04-05 10:07:37.864 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:37.867 | + functions-common:time_stop:2447 : end_time=1712311657865 2024-04-05 10:07:37.869 | + functions-common:time_stop:2448 : elapsed_time=38 2024-04-05 10:07:37.871 | + functions-common:time_stop:2449 : total=0 2024-04-05 10:07:37.873 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:37.875 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38 2024-04-05 10:07:37.877 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-04-05 10:07:37.879 | + functions-common:run_process:1689 : local service=memory_tracker 2024-04-05 10:07:37.882 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-04-05 10:07:37.884 | + functions-common:run_process:1691 : local group= 2024-04-05 10:07:37.886 | + functions-common:run_process:1692 : local user=root 2024-04-05 10:07:37.888 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:07:37.890 | + functions-common:run_process:1695 : local name=memory_tracker 2024-04-05 10:07:37.892 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:07:37.894 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:07:37.896 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:37.898 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:37.900 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:37.903 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311657901 2024-04-05 10:07:37.905 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-04-05 10:07:37.919 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:37.921 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:07:37.923 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:37.925 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:37.927 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:37.929 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:37.931 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:37.933 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:07:37.935 | + functions-common:time_stop:2442 : start_time=1712311657901 2024-04-05 10:07:37.937 | + functions-common:time_stop:2444 : [[ -z 1712311657901 ]] 2024-04-05 10:07:37.940 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:37.943 | + functions-common:time_stop:2447 : end_time=1712311657941 2024-04-05 10:07:37.945 | + functions-common:time_stop:2448 : elapsed_time=40 2024-04-05 10:07:37.947 | + functions-common:time_stop:2449 : total=38 2024-04-05 10:07:37.949 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:37.951 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78 2024-04-05 10:07:37.953 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-04-05 10:07:37.966 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:37.968 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-04-05 10:07:37.970 | + functions-common:run_process:1689 : local service=file_tracker 2024-04-05 10:07:37.972 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-04-05 10:07:37.974 | + functions-common:run_process:1691 : local group= 2024-04-05 10:07:37.975 | + functions-common:run_process:1692 : local user= 2024-04-05 10:07:37.978 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:07:37.979 | + functions-common:run_process:1695 : local name=file_tracker 2024-04-05 10:07:37.981 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:07:37.983 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:07:37.985 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:37.987 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:37.990 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:37.993 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311657991 2024-04-05 10:07:37.995 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-04-05 10:07:38.009 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:38.011 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:07:38.013 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:38.015 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:38.017 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:38.018 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:38.020 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:38.022 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:07:38.024 | + functions-common:time_stop:2442 : start_time=1712311657991 2024-04-05 10:07:38.026 | + functions-common:time_stop:2444 : [[ -z 1712311657991 ]] 2024-04-05 10:07:38.029 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:38.032 | + functions-common:time_stop:2447 : end_time=1712311658030 2024-04-05 10:07:38.034 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-05 10:07:38.036 | + functions-common:time_stop:2449 : total=78 2024-04-05 10:07:38.038 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:38.040 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=117 2024-04-05 10:07:38.042 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-04-05 10:07:38.055 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:38.058 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-04-05 10:07:38.071 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:38.073 | + stack.sh:main:1104 : start_etcd3 2024-04-05 10:07:38.075 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-04-05 10:07:38.077 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-04-05 10:07:38.079 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-04-05 10:07:38.081 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-04-05 10:07:38.083 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-04-05 10:07:38.085 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-04-05 10:07:38.087 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-04-05 10:07:38.089 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-04-05 10:07:38.091 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-04-05 10:07:38.093 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-04-05 10:07:38.095 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-04-05 10:07:38.097 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-04-05 10:07:38.099 | + 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 10:07:38.101 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-04-05 10:07:38.103 | + 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 10:07:38.105 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:07:38.107 | + functions-common:write_user_unit_file:1561 : local user=root 2024-04-05 10:07:38.109 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:07:38.110 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:07:38.112 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:07:38.114 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-04-05 10:07:38.116 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:07:38.119 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-04-05 10:07:38.167 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-04-05 10:07:38.217 | + 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 10:07:38.257 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-04-05 10:07:38.298 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-04-05 10:07:38.337 | + 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 10:07:38.378 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:07:38.380 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:07:38.382 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-04-05 10:07:38.429 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:07:38.772 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-04-05 10:07:38.815 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-04-05 10:07:38.859 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-04-05 10:07:38.903 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-04-05 10:07:38.946 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-04-05 10:07:38.949 | ++ functions-common:is_arch:507 : uname -m 2024-04-05 10:07:38.952 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-04-05 10:07:38.954 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-04-05 10:07:39.256 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-04-05 10:07:39.266 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-04-05 10:07:39.524 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-04-05 10:07:39.814 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-04-05 10:07:39.827 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:39.829 | + stack.sh:main:1115 : write_clouds_yaml 2024-04-05 10:07:39.831 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-04-05 10:07:39.833 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-04-05 10:07:39.837 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-04-05 10:07:39.846 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-04-05 10:07:39.855 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-04-05 10:07:39.857 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-05 10:07:39.859 | + 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 10:07:39.904 | The user clouds.yaml file didn't exist. 2024-04-05 10:07:39.913 | + 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 10:07:39.965 | + 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 10:07:40.022 | + 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 10:07:40.079 | + 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 10:07:40.138 | + 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 10:07:40.198 | + 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 10:07:40.259 | + 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 10:07:40.321 | + 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 10:07:40.386 | + 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 10:07:40.452 | + functions-common:write_clouds_yaml:198 : cat 2024-04-05 10:07:40.456 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-04-05 10:07:40.459 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-04-05 10:07:40.461 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-04-05 10:07:40.464 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-04-05 10:07:40.466 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-04-05 10:07:40.469 | + stack.sh:main:1118 : is_service_enabled keystone 2024-04-05 10:07:40.482 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:40.483 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-04-05 10:07:40.485 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:07:40.487 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-04-05 10:07:40.489 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-04-05 10:07:40.491 | + stack.sh:main:1122 : init_keystone 2024-04-05 10:07:40.493 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-04-05 10:07:40.505 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:40.507 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-04-05 10:07:40.509 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-04-05 10:07:40.510 | + lib/database:recreate_database:112 : local db=keystone 2024-04-05 10:07:40.512 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-04-05 10:07:40.514 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-04-05 10:07:40.516 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-04-05 10:07:40.524 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-04-05 10:07:40.532 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-04-05 10:07:40.534 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 10:07:40.536 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:40.538 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:40.540 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:40.543 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311660541 2024-04-05 10:07:40.545 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-04-05 10:07:42.335 | INFO dbcounter [-] Registered counter for database keystone 2024-04-05 10:07:42.344 | 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=29755) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:07:42.347 | DEBUG dbcounter [-] [29755] Writer thread running {{(pid=29755) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:07:42.349 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:07:42.349 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:07:42.350 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 10:07:42.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.351 | 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=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.351 | 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=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.351 | 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=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 10:07:42.352 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29755) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 10:07:42.363 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:07:42.363 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:07:42.457 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-04-05 10:07:43.059 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29755) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 10:07:43.059 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-04-05 10:07:43.060 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29755) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:07:43.061 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-04-05 10:07:43.061 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29755) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 10:07:43.316 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-04-05 10:07:43.318 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:43.320 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:43.322 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:43.324 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:43.326 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:43.328 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 10:07:43.330 | + functions-common:time_stop:2442 : start_time=1712311660541 2024-04-05 10:07:43.332 | + functions-common:time_stop:2444 : [[ -z 1712311660541 ]] 2024-04-05 10:07:43.334 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:43.337 | + functions-common:time_stop:2447 : end_time=1712311663335 2024-04-05 10:07:43.339 | + functions-common:time_stop:2448 : elapsed_time=2794 2024-04-05 10:07:43.341 | + functions-common:time_stop:2449 : total=0 2024-04-05 10:07:43.343 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:43.345 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2794 2024-04-05 10:07:43.346 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-04-05 10:07:43.348 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-04-05 10:07:43.351 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-04-05 10:07:44.943 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-04-05 10:07:44.943 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-04-05 10:07:44.943 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-04-05 10:07:44.944 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-04-05 10:07:44.944 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-04-05 10:07:44.944 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-04-05 10:07:44.944 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-04-05 10:07:44.944 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-04-05 10:07:44.944 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-04-05 10:07:45.200 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-04-05 10:07:45.203 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-04-05 10:07:46.801 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-04-05 10:07:46.801 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-04-05 10:07:46.801 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-04-05 10:07:46.802 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-04-05 10:07:46.802 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-04-05 10:07:46.802 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-04-05 10:07:46.802 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-04-05 10:07:46.802 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-04-05 10:07:46.802 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-04-05 10:07:47.045 | + stack.sh:main:1123 : start_keystone 2024-04-05 10:07:47.047 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-04-05 10:07:47.049 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-04-05 10:07:47.051 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-04-05 10:07:47.064 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:47.065 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-04-05 10:07:47.068 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-04-05 10:07:47.071 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-04-05 10:07:47.073 | + functions-common:run_process:1689 : local service=keystone 2024-04-05 10:07:47.075 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 10:07:47.077 | + functions-common:run_process:1691 : local group= 2024-04-05 10:07:47.078 | + functions-common:run_process:1692 : local user= 2024-04-05 10:07:47.080 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:07:47.082 | + functions-common:run_process:1695 : local name=keystone 2024-04-05 10:07:47.084 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:07:47.086 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:07:47.088 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:47.089 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:47.091 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:47.095 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311667093 2024-04-05 10:07:47.097 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-04-05 10:07:47.108 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:07:47.110 | + 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 10:07:47.112 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-04-05 10:07:47.113 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 10:07:47.115 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 10:07:47.117 | + 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 10:07:47.119 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-04-05 10:07:47.121 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-04-05 10:07:47.122 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-04-05 10:07:47.124 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-04-05 10:07:47.126 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:07:47.128 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:07:47.129 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:07:47.131 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:07:47.133 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-04-05 10:07:47.135 | + 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 10:07:47.136 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-04-05 10:07:47.138 | + 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 10:07:47.139 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 10:07:47.141 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 10:07:47.143 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 10:07:47.144 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-04-05 10:07:47.146 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 10:07:47.149 | + 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 10:07:47.197 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-04-05 10:07:47.244 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-04-05 10:07:47.284 | + 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 10:07:47.326 | + 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 10:07:47.367 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-04-05 10:07:47.407 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-04-05 10:07:47.446 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-04-05 10:07:47.486 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-04-05 10:07:47.525 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-04-05 10:07:47.565 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 10:07:47.566 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 10:07:47.568 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-04-05 10:07:47.614 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 10:07:47.958 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-04-05 10:07:47.968 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-04-05 10:07:48.276 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-04-05 10:07:48.366 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:07:48.369 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:48.370 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:48.372 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:48.374 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:48.376 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:48.378 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:07:48.380 | + functions-common:time_stop:2442 : start_time=1712311667093 2024-04-05 10:07:48.382 | + functions-common:time_stop:2444 : [[ -z 1712311667093 ]] 2024-04-05 10:07:48.384 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:48.387 | + functions-common:time_stop:2447 : end_time=1712311668385 2024-04-05 10:07:48.389 | + functions-common:time_stop:2448 : elapsed_time=1292 2024-04-05 10:07:48.391 | + functions-common:time_stop:2449 : total=117 2024-04-05 10:07:48.393 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:48.395 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1409 2024-04-05 10:07:48.397 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-04-05 10:07:48.397 | Waiting for keystone to start... 2024-04-05 10:07:48.399 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-04-05 10:07:48.400 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-04-05 10:07:48.402 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 10:07:48.404 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-04-05 10:07:48.406 | + functions:wait_for_service:470 : local rval=0 2024-04-05 10:07:48.408 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 10:07:48.410 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 10:07:48.412 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:07:48.413 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:07:48.416 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:07:48.419 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311668417 2024-04-05 10:07:48.421 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 10:07:48.424 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-04-05 10:07:50.814 | + :: : [[ 200 == 503 ]] 2024-04-05 10:07:50.815 | + :: : [[ 0 -eq 7 ]] 2024-04-05 10:07:50.818 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 10:07:50.820 | + functions-common:time_stop:2435 : local name 2024-04-05 10:07:50.822 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:07:50.824 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:07:50.826 | + functions-common:time_stop:2438 : local total 2024-04-05 10:07:50.828 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:07:50.830 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 10:07:50.831 | + functions-common:time_stop:2442 : start_time=1712311668417 2024-04-05 10:07:50.833 | + functions-common:time_stop:2444 : [[ -z 1712311668417 ]] 2024-04-05 10:07:50.835 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:07:50.839 | + functions-common:time_stop:2447 : end_time=1712311670837 2024-04-05 10:07:50.841 | + functions-common:time_stop:2448 : elapsed_time=2420 2024-04-05 10:07:50.842 | + functions-common:time_stop:2449 : total=0 2024-04-05 10:07:50.844 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:07:50.847 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2420 2024-04-05 10:07:50.848 | + functions:wait_for_service:478 : return 0 2024-04-05 10:07:50.850 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-04-05 10:07:50.863 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:07:50.865 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-04-05 10:07:50.867 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-04-05 10:07:50.869 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-04-05 10:07:51.603 | + stack.sh:main:1124 : bootstrap_keystone 2024-04-05 10:07:51.605 | + 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 10:07:53.445 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.445 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.445 | 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=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.448 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.457 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.457 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.472 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.487 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.487 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.602 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.602 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.602 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.602 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.602 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.603 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.603 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.606 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.607 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.607 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.608 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.608 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.608 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.608 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.608 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30451) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-04-05 10:07:53.638 | INFO dbcounter [-] Registered counter for database keystone 2024-04-05 10:07:53.647 | 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=30451) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:07:53.650 | DEBUG dbcounter [-] [30451] Writer thread running {{(pid=30451) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:07:53.746 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created domain default 2024-04-05 10:07:53.767 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created project admin 2024-04-05 10:07:53.781 | WARNING keystone.common.password_hashing [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-04-05 10:07:53.781 | DEBUG passlib.handlers.bcrypt [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30451) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-04-05 10:07:53.781 | DEBUG passlib.handlers.bcrypt [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30451) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-04-05 10:07:53.815 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created user admin 2024-04-05 10:07:53.822 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created role reader 2024-04-05 10:07:53.829 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created role member 2024-04-05 10:07:53.841 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created implied role where 83f58cf13a464982a62a1ebe14d04ff1 implies e5205b20fdbf4d62997ff63071353065 2024-04-05 10:07:53.845 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created role admin 2024-04-05 10:07:53.853 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created implied role where 53bfb1f93d1944258f6a0be46538df2b implies 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:07:53.858 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Granted role admin on project admin to user admin. 2024-04-05 10:07:53.861 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Granted role admin on the system to user admin. 2024-04-05 10:07:53.866 | WARNING py.warnings [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d 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 10:07:53.866 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-04-05 10:07:53.867 |  2024-04-05 10:07:53.869 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created region RegionOne 2024-04-05 10:07:53.884 | INFO keystone.cmd.bootstrap [None req-ff9b65e9-d2f6-4246-9957-2f95f5bc6c0d None None] Created public endpoint http://10.180.1.21/identity 2024-04-05 10:07:54.206 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-04-05 10:07:54.208 | + stack.sh:main:1127 : create_keystone_accounts 2024-04-05 10:07:54.210 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-04-05 10:07:54.212 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-04-05 10:07:55.859 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:07:55.862 | + lib/keystone:create_keystone_accounts:315 : admin_project=cd7bc4ec492f40e1b17997cd45812149 2024-04-05 10:07:55.863 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-04-05 10:07:55.865 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-04-05 10:07:57.058 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:07:57.061 | + lib/keystone:create_keystone_accounts:317 : admin_user=d70f634dd51a4358ba9869a1aa3aacac 2024-04-05 10:07:57.063 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-04-05 10:07:57.065 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-04-05 10:07:57.066 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-04-05 10:07:57.068 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin d70f634dd51a4358ba9869a1aa3aacac default 2024-04-05 10:07:57.111 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin d70f634dd51a4358ba9869a1aa3aacac default 2024-04-05 10:07:57.138 | [3464 Async ks-domain-role:30575]: running: get_or_add_user_domain_role admin d70f634dd51a4358ba9869a1aa3aacac default 2024-04-05 10:07:57.140 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-04-05 10:07:57.142 | + functions-common:get_or_create_domain:895 : local domain_id 2024-04-05 10:07:57.144 | ++ 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 10:07:58.668 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:07:58.671 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-04-05 10:07:58.673 | + functions-common:get_or_create_domain:901 : echo default 2024-04-05 10:07:58.673 | default 2024-04-05 10:07:58.675 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-04-05 10:07:58.721 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-04-05 10:07:58.751 | [3464 Async ks-project:30687]: running: get_or_create_project service Default 2024-04-05 10:07:58.752 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-04-05 10:07:58.798 | + inc/async:async_inner:63 : get_or_create_role service 2024-04-05 10:07:58.826 | [3464 Async ks-service:30781]: running: get_or_create_role service 2024-04-05 10:07:58.828 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-04-05 10:07:58.876 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-04-05 10:07:58.904 | [3464 Async ks-reseller:30892]: running: get_or_create_role ResellerAdmin 2024-04-05 10:07:58.906 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-04-05 10:07:58.908 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-04-05 10:07:58.953 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-04-05 10:07:58.982 | [3464 Async ks-anotherrole:30991]: running: get_or_create_role anotherrole 2024-04-05 10:07:58.984 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-04-05 10:07:58.986 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-04-05 10:07:58.988 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 10:07:58.990 | +++ 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 10:08:00.249 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:00.267 | [30781 Async ks-service:30781]: finished successfully 2024-04-05 10:08:00.369 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:00.392 | [30687 Async ks-project:30687]: finished successfully 2024-04-05 10:08:00.398 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:00.418 | [30892 Async ks-reseller:30892]: finished successfully 2024-04-05 10:08:00.537 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:00.555 | [30991 Async ks-anotherrole:30991]: finished successfully 2024-04-05 10:08:00.613 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:00.615 | ++ functions-common:get_or_create_project:951 : project_id=0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:00.617 | ++ functions-common:get_or_create_project:952 : echo 0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:00.619 | + lib/keystone:create_keystone_accounts:345 : invis_project=0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:00.622 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-04-05 10:08:00.624 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-04-05 10:08:00.626 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 10:08:00.628 | +++ 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 10:08:00.739 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:00.756 | [30575 Async ks-domain-role:30575]: finished successfully 2024-04-05 10:08:01.993 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:01.995 | ++ functions-common:get_or_create_project:951 : project_id=f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:01.997 | ++ functions-common:get_or_create_project:952 : echo f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:01.999 | + lib/keystone:create_keystone_accounts:349 : demo_project=f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:02.001 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-04-05 10:08:02.004 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-04-05 10:08:02.006 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:02.008 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-04-05 10:08:02.010 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-04-05 10:08:02.012 | +++ 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 10:08:03.370 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:03.372 | ++ functions-common:get_or_create_user:938 : user_id=549a455bed4040daac280d789434ea31 2024-04-05 10:08:03.374 | ++ functions-common:get_or_create_user:939 : echo 549a455bed4040daac280d789434ea31 2024-04-05 10:08:03.377 | + lib/keystone:create_keystone_accounts:352 : demo_user=549a455bed4040daac280d789434ea31 2024-04-05 10:08:03.379 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-04-05 10:08:03.413 | [3464 Async ks-domain-role:30575]: Waiting for completion of get_or_add_user_domain_role admin d70f634dd51a4358ba9869a1aa3aacac default running on PID 30575 (6 other jobs running) 2024-04-05 10:08:03.429 | [3464 Async ks-domain-role:30575]: Signaling child to exit 2024-04-05 10:08:03.430 | WAKEUP 2024-04-05 10:08:03.446 | [3464 Async ks-domain-role:30575]: Signaled 2024-04-05 10:08:03.446 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-04-05 10:08:03.446 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user d70f634dd51a4358ba9869a1aa3aacac --domain default 2024-04-05 10:08:03.446 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d70f634dd51a4358ba9869a1aa3aacac --domain default -c Role -f value 2024-04-05 10:08:03.446 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:03.446 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:03.446 | + functions-common:get_or_add_user_domain_role:1022 : echo 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:03.446 | 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:03.476 | [3464 Async ks-domain-role:30575]: finished get_or_add_user_domain_role admin d70f634dd51a4358ba9869a1aa3aacac default with result 0 in 3 seconds 2024-04-05 10:08:03.481 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-04-05 10:08:03.505 | [3464 Async ks-project:30687]: Waiting for completion of get_or_create_project service Default running on PID 30687 (5 other jobs running) 2024-04-05 10:08:03.521 | [3464 Async ks-project:30687]: Signaling child to exit 2024-04-05 10:08:03.522 | WAKEUP 2024-04-05 10:08:03.537 | [3464 Async ks-project:30687]: Signaled 2024-04-05 10:08:03.537 | + functions-common:get_or_create_project:945 : local project_id 2024-04-05 10:08:03.537 | ++ 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 10:08:03.537 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:03.538 | + functions-common:get_or_create_project:951 : project_id=f4a7e46a97464caebadbc7f76d637ad7 2024-04-05 10:08:03.538 | + functions-common:get_or_create_project:952 : echo f4a7e46a97464caebadbc7f76d637ad7 2024-04-05 10:08:03.538 | f4a7e46a97464caebadbc7f76d637ad7 2024-04-05 10:08:03.568 | [3464 Async ks-project:30687]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-04-05 10:08:03.593 | [3464 Async ks-service:30781]: Waiting for completion of get_or_create_role service running on PID 30781 (4 other jobs running) 2024-04-05 10:08:03.609 | [3464 Async ks-service:30781]: Signaling child to exit 2024-04-05 10:08:03.609 | WAKEUP 2024-04-05 10:08:03.625 | [3464 Async ks-service:30781]: Signaled 2024-04-05 10:08:03.625 | + functions-common:get_or_create_role:958 : local role_id 2024-04-05 10:08:03.625 | ++ 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 10:08:03.625 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:03.626 | + functions-common:get_or_create_role:963 : role_id=22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:03.626 | + functions-common:get_or_create_role:964 : echo 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:03.626 | 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:03.655 | [3464 Async ks-service:30781]: finished get_or_create_role service with result 0 in 1 seconds 2024-04-05 10:08:03.680 | [3464 Async ks-reseller:30892]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30892 (3 other jobs running) 2024-04-05 10:08:03.697 | [3464 Async ks-reseller:30892]: Signaling child to exit 2024-04-05 10:08:03.697 | WAKEUP 2024-04-05 10:08:03.712 | [3464 Async ks-reseller:30892]: Signaled 2024-04-05 10:08:03.713 | + functions-common:get_or_create_role:958 : local role_id 2024-04-05 10:08:03.713 | ++ 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 10:08:03.713 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:03.713 | + functions-common:get_or_create_role:963 : role_id=6bb3bc6c529a40978f0767426a104455 2024-04-05 10:08:03.713 | + functions-common:get_or_create_role:964 : echo 6bb3bc6c529a40978f0767426a104455 2024-04-05 10:08:03.713 | 6bb3bc6c529a40978f0767426a104455 2024-04-05 10:08:03.743 | [3464 Async ks-reseller:30892]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-04-05 10:08:03.768 | [3464 Async ks-anotherrole:30991]: Waiting for completion of get_or_create_role anotherrole running on PID 30991 (2 other jobs running) 2024-04-05 10:08:03.784 | [3464 Async ks-anotherrole:30991]: Signaling child to exit 2024-04-05 10:08:03.784 | WAKEUP 2024-04-05 10:08:03.799 | [3464 Async ks-anotherrole:30991]: Signaled 2024-04-05 10:08:03.799 | + functions-common:get_or_create_role:958 : local role_id 2024-04-05 10:08:03.800 | ++ 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 10:08:03.800 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:03.800 | + functions-common:get_or_create_role:963 : role_id=742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:03.800 | + functions-common:get_or_create_role:964 : echo 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:03.800 | 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:03.829 | [3464 Async ks-anotherrole:30991]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-04-05 10:08:03.832 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:03.834 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:03.881 | + inc/async:async_inner:63 : get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:03.910 | [3464 Async ks-demo-member:31833]: running: get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:03.912 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin d70f634dd51a4358ba9869a1aa3aacac f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:03.957 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d70f634dd51a4358ba9869a1aa3aacac f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:03.986 | [3464 Async ks-demo-admin:31929]: running: get_or_add_user_project_role admin d70f634dd51a4358ba9869a1aa3aacac f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:03.988 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:04.034 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:04.063 | [3464 Async ks-demo-another:32026]: running: get_or_add_user_project_role anotherrole 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:04.065 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:04.110 | + inc/async:async_inner:63 : get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:04.139 | [3464 Async ks-demo-invis:32123]: running: get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:04.141 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-04-05 10:08:04.143 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-04-05 10:08:04.146 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:04.147 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-04-05 10:08:04.151 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-04-05 10:08:04.153 | +++ 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 10:08:05.901 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:05.903 | ++ functions-common:get_or_create_user:938 : user_id=8e49be829efb476da925d7a786837ca8 2024-04-05 10:08:05.905 | ++ functions-common:get_or_create_user:939 : echo 8e49be829efb476da925d7a786837ca8 2024-04-05 10:08:05.909 | + lib/keystone:create_keystone_accounts:365 : demo_reader=8e49be829efb476da925d7a786837ca8 2024-04-05 10:08:05.911 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 8e49be829efb476da925d7a786837ca8 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:05.991 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 8e49be829efb476da925d7a786837ca8 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:06.007 | [3464 Async ks-demo-reader:32307]: running: get_or_add_user_project_role reader 8e49be829efb476da925d7a786837ca8 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:06.009 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-04-05 10:08:06.011 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-04-05 10:08:06.014 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 10:08:06.017 | +++ 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 10:08:07.582 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:07.584 | ++ functions-common:get_or_create_project:951 : project_id=cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:07.586 | ++ functions-common:get_or_create_project:952 : echo cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:07.588 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:07.590 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-04-05 10:08:07.593 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-04-05 10:08:07.595 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:07.597 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-04-05 10:08:07.599 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-04-05 10:08:07.601 | +++ 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 10:08:08.174 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:08.193 | [31833 Async ks-demo-member:31833]: finished successfully 2024-04-05 10:08:08.292 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:08.312 | [31929 Async ks-demo-admin:31929]: finished successfully 2024-04-05 10:08:08.445 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:08.463 | [32026 Async ks-demo-another:32026]: finished successfully 2024-04-05 10:08:08.522 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:08.540 | [32123 Async ks-demo-invis:32123]: finished successfully 2024-04-05 10:08:09.017 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:09.019 | ++ functions-common:get_or_create_user:938 : user_id=7703e4b566ca4e5e84cb9b70f09442a5 2024-04-05 10:08:09.021 | ++ functions-common:get_or_create_user:939 : echo 7703e4b566ca4e5e84cb9b70f09442a5 2024-04-05 10:08:09.023 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=7703e4b566ca4e5e84cb9b70f09442a5 2024-04-05 10:08:09.025 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:09.071 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:09.101 | [3464 Async ks-alt-admin:32731]: running: get_or_add_user_project_role admin 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:09.103 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:09.149 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:09.177 | [3464 Async ks-alt-another:32827]: running: get_or_add_user_project_role anotherrole 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:09.179 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-04-05 10:08:09.181 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-04-05 10:08:09.183 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:09.186 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-04-05 10:08:09.188 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-04-05 10:08:09.190 | +++ 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 10:08:10.156 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:10.175 | [32307 Async ks-demo-reader:32307]: finished successfully 2024-04-05 10:08:10.615 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:10.617 | ++ functions-common:get_or_create_user:938 : user_id=5094bccbdea543e8a9cbeae3a196484e 2024-04-05 10:08:10.619 | ++ functions-common:get_or_create_user:939 : echo 5094bccbdea543e8a9cbeae3a196484e 2024-04-05 10:08:10.621 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=5094bccbdea543e8a9cbeae3a196484e 2024-04-05 10:08:10.623 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 5094bccbdea543e8a9cbeae3a196484e cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:10.670 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5094bccbdea543e8a9cbeae3a196484e cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:10.700 | [3464 Async ks-alt-member-user:33004]: running: get_or_add_user_project_role member 5094bccbdea543e8a9cbeae3a196484e cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:10.702 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-04-05 10:08:10.705 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-04-05 10:08:10.707 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:10.709 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-04-05 10:08:10.711 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-04-05 10:08:10.713 | +++ 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 10:08:12.149 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:12.151 | ++ functions-common:get_or_create_user:938 : user_id=a6173545505842309156066020fc55f7 2024-04-05 10:08:12.153 | ++ functions-common:get_or_create_user:939 : echo a6173545505842309156066020fc55f7 2024-04-05 10:08:12.155 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=a6173545505842309156066020fc55f7 2024-04-05 10:08:12.157 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader a6173545505842309156066020fc55f7 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:12.210 | + inc/async:async_inner:63 : get_or_add_user_project_role reader a6173545505842309156066020fc55f7 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:12.241 | [3464 Async ks-alt-reader-user:33178]: running: get_or_add_user_project_role reader a6173545505842309156066020fc55f7 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:12.243 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-04-05 10:08:12.246 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:12.248 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-04-05 10:08:12.250 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-04-05 10:08:12.253 | +++ 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 10:08:12.721 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:12.739 | [32731 Async ks-alt-admin:32731]: finished successfully 2024-04-05 10:08:12.850 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:12.869 | [32827 Async ks-alt-another:32827]: finished successfully 2024-04-05 10:08:13.671 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:13.673 | ++ functions-common:get_or_create_user:938 : user_id=facfe8de7bab4be4bb14fcebf4c00f12 2024-04-05 10:08:13.675 | ++ functions-common:get_or_create_user:939 : echo facfe8de7bab4be4bb14fcebf4c00f12 2024-04-05 10:08:13.678 | + lib/keystone:create_keystone_accounts:397 : system_member_user=facfe8de7bab4be4bb14fcebf4c00f12 2024-04-05 10:08:13.680 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member facfe8de7bab4be4bb14fcebf4c00f12 all 2024-04-05 10:08:13.727 | + inc/async:async_inner:63 : get_or_add_user_system_role member facfe8de7bab4be4bb14fcebf4c00f12 all 2024-04-05 10:08:13.759 | [3464 Async ks-system-member:33411]: running: get_or_add_user_system_role member facfe8de7bab4be4bb14fcebf4c00f12 all 2024-04-05 10:08:13.762 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-04-05 10:08:13.764 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:13.766 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-04-05 10:08:13.768 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-04-05 10:08:13.771 | +++ 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 10:08:14.177 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:14.195 | [33004 Async ks-alt-member-user:33004]: finished successfully 2024-04-05 10:08:15.195 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:15.198 | ++ functions-common:get_or_create_user:938 : user_id=2ec7858a08d64efab4105bde79e2fabd 2024-04-05 10:08:15.200 | ++ functions-common:get_or_create_user:939 : echo 2ec7858a08d64efab4105bde79e2fabd 2024-04-05 10:08:15.202 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=2ec7858a08d64efab4105bde79e2fabd 2024-04-05 10:08:15.204 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 2ec7858a08d64efab4105bde79e2fabd all 2024-04-05 10:08:15.255 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 2ec7858a08d64efab4105bde79e2fabd all 2024-04-05 10:08:15.287 | [3464 Async ks-system-reader:33619]: running: get_or_add_user_system_role reader 2ec7858a08d64efab4105bde79e2fabd all 2024-04-05 10:08:15.289 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-04-05 10:08:15.292 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-04-05 10:08:15.295 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-04-05 10:08:15.297 | ++ functions-common:get_or_create_group:908 : local group_id 2024-04-05 10:08:15.300 | +++ 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 10:08:15.720 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:15.737 | [33178 Async ks-alt-reader-user:33178]: finished successfully 2024-04-05 10:08:16.738 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:16.740 | ++ functions-common:get_or_create_group:915 : group_id=f0d05a2725d941efbba60c9ccc6331ab 2024-04-05 10:08:16.742 | ++ functions-common:get_or_create_group:916 : echo f0d05a2725d941efbba60c9ccc6331ab 2024-04-05 10:08:16.744 | + lib/keystone:create_keystone_accounts:407 : admin_group=f0d05a2725d941efbba60c9ccc6331ab 2024-04-05 10:08:16.746 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-04-05 10:08:16.748 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-04-05 10:08:16.750 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-04-05 10:08:16.752 | ++ functions-common:get_or_create_group:908 : local group_id 2024-04-05 10:08:16.755 | +++ 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 10:08:18.173 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:18.176 | ++ functions-common:get_or_create_group:915 : group_id=ff4a4b655fb44de1b8b74bf87d2d8b52 2024-04-05 10:08:18.178 | ++ functions-common:get_or_create_group:916 : echo ff4a4b655fb44de1b8b74bf87d2d8b52 2024-04-05 10:08:18.180 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=ff4a4b655fb44de1b8b74bf87d2d8b52 2024-04-05 10:08:18.182 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.230 | + inc/async:async_inner:63 : get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.259 | [3464 Async ks-group-memberdemo:33888]: running: get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.261 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.309 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.337 | [3464 Async ks-group-anotherdemo:33967]: running: get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.340 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:18.389 | + inc/async:async_inner:63 : get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:18.438 | [3464 Async ks-group-memberalt:34047]: running: get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:18.440 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:18.491 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:18.521 | [3464 Async ks-group-anotheralt:34145]: running: get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:18.523 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin f0d05a2725d941efbba60c9ccc6331ab cd7bc4ec492f40e1b17997cd45812149 2024-04-05 10:08:18.528 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:18.547 | [33411 Async ks-system-member:33411]: finished successfully 2024-04-05 10:08:18.572 | + inc/async:async_inner:63 : get_or_add_group_project_role admin f0d05a2725d941efbba60c9ccc6331ab cd7bc4ec492f40e1b17997cd45812149 2024-04-05 10:08:18.608 | [3464 Async ks-group-admin:34265]: running: get_or_add_group_project_role admin f0d05a2725d941efbba60c9ccc6331ab cd7bc4ec492f40e1b17997cd45812149 2024-04-05 10:08:18.610 | + 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 10:08:18.647 | [3464 Async ks-demo-member:31833]: Waiting for completion of get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 running on PID 31833 (17 other jobs running) 2024-04-05 10:08:18.664 | [3464 Async ks-demo-member:31833]: Signaling child to exit 2024-04-05 10:08:18.664 | WAKEUP 2024-04-05 10:08:18.680 | [3464 Async ks-demo-member:31833]: Signaled 2024-04-05 10:08:18.681 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:18.681 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:18.681 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:18.681 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:18.681 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:18.681 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:18.681 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:18.681 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:18.681 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:18.681 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 549a455bed4040daac280d789434ea31 --project f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.681 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 549a455bed4040daac280d789434ea31 --project f9bf1630c05848b290959b9401baa349 -c Role -f value 2024-04-05 10:08:18.681 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:18.681 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:18.681 | + functions-common:get_or_add_user_project_role:1003 : echo 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:18.681 | 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:18.712 | [3464 Async ks-demo-member:31833]: finished get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 with result 0 in 4 seconds 2024-04-05 10:08:18.737 | [3464 Async ks-demo-admin:31929]: Waiting for completion of get_or_add_user_project_role admin d70f634dd51a4358ba9869a1aa3aacac f9bf1630c05848b290959b9401baa349 running on PID 31929 (16 other jobs running) 2024-04-05 10:08:18.754 | [3464 Async ks-demo-admin:31929]: Signaling child to exit 2024-04-05 10:08:18.754 | WAKEUP 2024-04-05 10:08:18.769 | [3464 Async ks-demo-admin:31929]: Signaled 2024-04-05 10:08:18.770 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:18.770 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:18.770 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:18.770 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:18.770 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:18.770 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:18.770 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:18.770 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:18.770 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:18.770 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user d70f634dd51a4358ba9869a1aa3aacac --project f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.770 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d70f634dd51a4358ba9869a1aa3aacac --project f9bf1630c05848b290959b9401baa349 -c Role -f value 2024-04-05 10:08:18.770 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:18.770 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:18.770 | + functions-common:get_or_add_user_project_role:1003 : echo 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:18.770 | 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:18.801 | [3464 Async ks-demo-admin:31929]: finished get_or_add_user_project_role admin d70f634dd51a4358ba9869a1aa3aacac f9bf1630c05848b290959b9401baa349 with result 0 in 4 seconds 2024-04-05 10:08:18.827 | [3464 Async ks-demo-another:32026]: Waiting for completion of get_or_add_user_project_role anotherrole 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 running on PID 32026 (15 other jobs running) 2024-04-05 10:08:18.844 | [3464 Async ks-demo-another:32026]: Signaling child to exit 2024-04-05 10:08:18.844 | WAKEUP 2024-04-05 10:08:18.860 | [3464 Async ks-demo-another:32026]: Signaled 2024-04-05 10:08:18.860 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:18.860 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:18.860 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:18.860 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:18.860 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:18.860 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:18.860 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:18.860 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:18.860 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:18.860 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 549a455bed4040daac280d789434ea31 --project f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:18.860 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 549a455bed4040daac280d789434ea31 --project f9bf1630c05848b290959b9401baa349 -c Role -f value 2024-04-05 10:08:18.860 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:18.861 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:18.861 | + functions-common:get_or_add_user_project_role:1003 : echo 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:18.861 | 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:18.891 | [3464 Async ks-demo-another:32026]: finished get_or_add_user_project_role anotherrole 549a455bed4040daac280d789434ea31 f9bf1630c05848b290959b9401baa349 with result 0 in 4 seconds 2024-04-05 10:08:18.916 | [3464 Async ks-demo-invis:32123]: Waiting for completion of get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 0cd163cb62a440fea06401fac5147c94 running on PID 32123 (14 other jobs running) 2024-04-05 10:08:18.933 | [3464 Async ks-demo-invis:32123]: Signaling child to exit 2024-04-05 10:08:18.933 | WAKEUP 2024-04-05 10:08:18.949 | [3464 Async ks-demo-invis:32123]: Signaled 2024-04-05 10:08:18.949 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:18.949 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:18.949 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:18.949 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:18.949 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:18.949 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:18.949 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:18.949 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:18.949 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:18.949 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 549a455bed4040daac280d789434ea31 --project 0cd163cb62a440fea06401fac5147c94 2024-04-05 10:08:18.949 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 549a455bed4040daac280d789434ea31 --project 0cd163cb62a440fea06401fac5147c94 -c Role -f value 2024-04-05 10:08:18.949 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:18.949 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:18.949 | + functions-common:get_or_add_user_project_role:1003 : echo 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:18.949 | 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:18.980 | [3464 Async ks-demo-invis:32123]: finished get_or_add_user_project_role member 549a455bed4040daac280d789434ea31 0cd163cb62a440fea06401fac5147c94 with result 0 in 4 seconds 2024-04-05 10:08:19.005 | [3464 Async ks-demo-reader:32307]: Waiting for completion of get_or_add_user_project_role reader 8e49be829efb476da925d7a786837ca8 f9bf1630c05848b290959b9401baa349 running on PID 32307 (13 other jobs running) 2024-04-05 10:08:19.022 | [3464 Async ks-demo-reader:32307]: Signaling child to exit 2024-04-05 10:08:19.022 | WAKEUP 2024-04-05 10:08:19.037 | [3464 Async ks-demo-reader:32307]: Signaled 2024-04-05 10:08:19.038 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:19.038 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:19.038 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:19.038 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:19.038 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:19.038 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:19.038 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:19.038 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:19.038 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:19.038 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 8e49be829efb476da925d7a786837ca8 --project f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:19.038 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 8e49be829efb476da925d7a786837ca8 --project f9bf1630c05848b290959b9401baa349 -c Role -f value 2024-04-05 10:08:19.038 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.038 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:19.038 | + functions-common:get_or_add_user_project_role:1003 : echo e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:19.038 | e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:19.069 | [3464 Async ks-demo-reader:32307]: finished get_or_add_user_project_role reader 8e49be829efb476da925d7a786837ca8 f9bf1630c05848b290959b9401baa349 with result 0 in 4 seconds 2024-04-05 10:08:19.072 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:19.073 | + 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 10:08:19.108 | [3464 Async ks-alt-admin:32731]: Waiting for completion of get_or_add_user_project_role admin 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f running on PID 32731 (12 other jobs running) 2024-04-05 10:08:19.125 | [3464 Async ks-alt-admin:32731]: Signaling child to exit 2024-04-05 10:08:19.125 | WAKEUP 2024-04-05 10:08:19.141 | [3464 Async ks-alt-admin:32731]: Signaled 2024-04-05 10:08:19.141 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:19.141 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:19.141 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:19.141 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:19.141 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:19.141 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:19.141 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:19.141 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:19.141 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:19.141 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 7703e4b566ca4e5e84cb9b70f09442a5 --project cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:19.141 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 7703e4b566ca4e5e84cb9b70f09442a5 --project cda33636a1ef48cbab29849dccd1d38f -c Role -f value 2024-04-05 10:08:19.142 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.142 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:19.142 | + functions-common:get_or_add_user_project_role:1003 : echo 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:19.142 | 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:19.172 | [3464 Async ks-alt-admin:32731]: finished get_or_add_user_project_role admin 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f with result 0 in 3 seconds 2024-04-05 10:08:19.197 | [3464 Async ks-alt-another:32827]: Waiting for completion of get_or_add_user_project_role anotherrole 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f running on PID 32827 (11 other jobs running) 2024-04-05 10:08:19.214 | [3464 Async ks-alt-another:32827]: Signaling child to exit 2024-04-05 10:08:19.215 | WAKEUP 2024-04-05 10:08:19.230 | [3464 Async ks-alt-another:32827]: Signaled 2024-04-05 10:08:19.230 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:19.230 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:19.230 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:19.230 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:19.230 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:19.230 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:19.230 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:19.230 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:19.230 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:19.230 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 7703e4b566ca4e5e84cb9b70f09442a5 --project cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:19.230 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 7703e4b566ca4e5e84cb9b70f09442a5 --project cda33636a1ef48cbab29849dccd1d38f -c Role -f value 2024-04-05 10:08:19.230 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.230 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:19.231 | + functions-common:get_or_add_user_project_role:1003 : echo 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:19.231 | 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:19.263 | [3464 Async ks-alt-another:32827]: finished get_or_add_user_project_role anotherrole 7703e4b566ca4e5e84cb9b70f09442a5 cda33636a1ef48cbab29849dccd1d38f with result 0 in 3 seconds 2024-04-05 10:08:19.287 | [3464 Async ks-alt-member-user:33004]: Waiting for completion of get_or_add_user_project_role member 5094bccbdea543e8a9cbeae3a196484e cda33636a1ef48cbab29849dccd1d38f running on PID 33004 (10 other jobs running) 2024-04-05 10:08:19.306 | [3464 Async ks-alt-member-user:33004]: Signaling child to exit 2024-04-05 10:08:19.307 | WAKEUP 2024-04-05 10:08:19.323 | [3464 Async ks-alt-member-user:33004]: Signaled 2024-04-05 10:08:19.323 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:19.323 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:19.323 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:19.323 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:19.323 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:19.323 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:19.323 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:19.323 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:19.323 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:19.323 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 5094bccbdea543e8a9cbeae3a196484e --project cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:19.323 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5094bccbdea543e8a9cbeae3a196484e --project cda33636a1ef48cbab29849dccd1d38f -c Role -f value 2024-04-05 10:08:19.323 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.323 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:19.323 | + functions-common:get_or_add_user_project_role:1003 : echo 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:19.323 | 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:19.355 | [3464 Async ks-alt-member-user:33004]: finished get_or_add_user_project_role member 5094bccbdea543e8a9cbeae3a196484e cda33636a1ef48cbab29849dccd1d38f with result 0 in 3 seconds 2024-04-05 10:08:19.383 | [3464 Async ks-alt-reader-user:33178]: Waiting for completion of get_or_add_user_project_role reader a6173545505842309156066020fc55f7 cda33636a1ef48cbab29849dccd1d38f running on PID 33178 (9 other jobs running) 2024-04-05 10:08:19.401 | [3464 Async ks-alt-reader-user:33178]: Signaling child to exit 2024-04-05 10:08:19.401 | WAKEUP 2024-04-05 10:08:19.436 | [3464 Async ks-alt-reader-user:33178]: Signaled 2024-04-05 10:08:19.437 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:19.438 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:19.439 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-04-05 10:08:19.439 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:19.439 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:19.440 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:19.440 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:19.440 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:19.440 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-04-05 10:08:19.440 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user a6173545505842309156066020fc55f7 --project cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:19.440 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user a6173545505842309156066020fc55f7 --project cda33636a1ef48cbab29849dccd1d38f -c Role -f value 2024-04-05 10:08:19.440 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.440 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:19.440 | + functions-common:get_or_add_user_project_role:1003 : echo e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:19.440 | e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:19.479 | [3464 Async ks-alt-reader-user:33178]: finished get_or_add_user_project_role reader a6173545505842309156066020fc55f7 cda33636a1ef48cbab29849dccd1d38f with result 0 in 3 seconds 2024-04-05 10:08:19.484 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:19.486 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-04-05 10:08:19.552 | [3464 Async ks-system-member:33411]: Waiting for completion of get_or_add_user_system_role member facfe8de7bab4be4bb14fcebf4c00f12 all running on PID 33411 (8 other jobs running) 2024-04-05 10:08:19.587 | [3464 Async ks-system-member:33411]: Signaling child to exit 2024-04-05 10:08:19.587 | WAKEUP 2024-04-05 10:08:19.604 | [3464 Async ks-system-member:33411]: Signaled 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-04-05 10:08:19.606 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-04-05 10:08:19.606 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:19.606 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:19.606 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:19.606 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:19.606 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-04-05 10:08:19.606 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user facfe8de7bab4be4bb14fcebf4c00f12 --system all -f value -c Role 2024-04-05 10:08:19.606 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user facfe8de7bab4be4bb14fcebf4c00f12 --system all 2024-04-05 10:08:19.606 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user facfe8de7bab4be4bb14fcebf4c00f12 --system all -f value -c Role 2024-04-05 10:08:19.606 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:19.606 | + functions-common:get_or_add_user_system_role:1053 : echo 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:19.606 | 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:19.640 | [3464 Async ks-system-member:33411]: finished get_or_add_user_system_role member facfe8de7bab4be4bb14fcebf4c00f12 all with result 0 in 4 seconds 2024-04-05 10:08:19.670 | [3464 Async ks-system-reader:33619]: Waiting for completion of get_or_add_user_system_role reader 2ec7858a08d64efab4105bde79e2fabd all running on PID 33619 (7 other jobs running) 2024-04-05 10:08:19.692 | [3464 Async ks-system-reader:33619]: Signaling child to exit 2024-04-05 10:08:20.139 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:20.157 | [33619 Async ks-system-reader:33619]: finished successfully 2024-04-05 10:08:20.174 | WAKEUP 2024-04-05 10:08:20.190 | [3464 Async ks-system-reader:33619]: Signaled 2024-04-05 10:08:20.191 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-04-05 10:08:20.191 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-04-05 10:08:20.191 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-04-05 10:08:20.191 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:20.191 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:20.191 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-04-05 10:08:20.191 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-04-05 10:08:20.191 | ++ functions-common:_get_domain_args:980 : echo 2024-04-05 10:08:20.191 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-04-05 10:08:20.191 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2ec7858a08d64efab4105bde79e2fabd --system all -f value -c Role 2024-04-05 10:08:20.191 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:20.191 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-04-05 10:08:20.191 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-04-05 10:08:20.191 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 2ec7858a08d64efab4105bde79e2fabd --system all 2024-04-05 10:08:20.192 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2ec7858a08d64efab4105bde79e2fabd --system all -f value -c Role 2024-04-05 10:08:20.192 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:20.192 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:20.192 | + functions-common:get_or_add_user_system_role:1053 : echo e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:20.192 | e5205b20fdbf4d62997ff63071353065 2024-04-05 10:08:20.224 | [3464 Async ks-system-reader:33619]: finished get_or_add_user_system_role reader 2ec7858a08d64efab4105bde79e2fabd all with result 0 in 4 seconds 2024-04-05 10:08:20.227 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:20.229 | + 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 10:08:20.266 | [3464 Async ks-group-memberdemo:33888]: Waiting for completion of get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 running on PID 33888 (6 other jobs running) 2024-04-05 10:08:20.284 | [3464 Async ks-group-memberdemo:33888]: Signaling child to exit 2024-04-05 10:08:21.992 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:22.010 | [33888 Async ks-group-memberdemo:33888]: finished successfully 2024-04-05 10:08:22.025 | WAKEUP 2024-04-05 10:08:22.042 | [3464 Async ks-group-memberdemo:33888]: Signaled 2024-04-05 10:08:22.042 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 10:08:22.042 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:22.042 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project f9bf1630c05848b290959b9401baa349 -f value -c Role 2024-04-05 10:08:22.042 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:22.042 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:22.042 | + functions-common:get_or_add_group_project_role:1072 : echo 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:22.042 | 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:22.078 | [3464 Async ks-group-memberdemo:33888]: finished get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 with result 0 in 3 seconds 2024-04-05 10:08:22.106 | [3464 Async ks-group-anotherdemo:33967]: Waiting for completion of get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 running on PID 33967 (5 other jobs running) 2024-04-05 10:08:22.125 | [3464 Async ks-group-anotherdemo:33967]: Signaling child to exit 2024-04-05 10:08:22.149 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:22.167 | [33967 Async ks-group-anotherdemo:33967]: finished successfully 2024-04-05 10:08:22.184 | WAKEUP 2024-04-05 10:08:22.200 | [3464 Async ks-group-anotherdemo:33967]: Signaled 2024-04-05 10:08:22.200 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 10:08:22.200 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project f9bf1630c05848b290959b9401baa349 2024-04-05 10:08:22.200 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project f9bf1630c05848b290959b9401baa349 -f value -c Role 2024-04-05 10:08:22.200 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:22.200 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:22.200 | + functions-common:get_or_add_group_project_role:1072 : echo 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:22.200 | 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:22.229 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:22.234 | [3464 Async ks-group-anotherdemo:33967]: finished get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 f9bf1630c05848b290959b9401baa349 with result 0 in 3 seconds 2024-04-05 10:08:22.249 | [34047 Async ks-group-memberalt:34047]: finished successfully 2024-04-05 10:08:22.263 | [3464 Async ks-group-memberalt:34047]: Waiting for completion of get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f running on PID 34047 (4 other jobs running) 2024-04-05 10:08:22.281 | [3464 Async ks-group-memberalt:34047]: Signaling child to exit 2024-04-05 10:08:22.282 | WAKEUP 2024-04-05 10:08:22.298 | [3464 Async ks-group-memberalt:34047]: Signaled 2024-04-05 10:08:22.298 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 10:08:22.298 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:22.298 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project cda33636a1ef48cbab29849dccd1d38f -f value -c Role 2024-04-05 10:08:22.298 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:22.298 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:22.298 | + functions-common:get_or_add_group_project_role:1072 : echo 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:22.298 | 83f58cf13a464982a62a1ebe14d04ff1 2024-04-05 10:08:22.330 | [3464 Async ks-group-memberalt:34047]: finished get_or_add_group_project_role member ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f with result 0 in 3 seconds 2024-04-05 10:08:22.357 | [3464 Async ks-group-anotheralt:34145]: Waiting for completion of get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f running on PID 34145 (3 other jobs running) 2024-04-05 10:08:22.371 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:22.376 | [3464 Async ks-group-anotheralt:34145]: Signaling child to exit 2024-04-05 10:08:22.389 | [34145 Async ks-group-anotheralt:34145]: finished successfully 2024-04-05 10:08:22.405 | WAKEUP 2024-04-05 10:08:22.421 | [3464 Async ks-group-anotheralt:34145]: Signaled 2024-04-05 10:08:22.422 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 10:08:22.422 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project cda33636a1ef48cbab29849dccd1d38f 2024-04-05 10:08:22.422 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ff4a4b655fb44de1b8b74bf87d2d8b52 --project cda33636a1ef48cbab29849dccd1d38f -f value -c Role 2024-04-05 10:08:22.422 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:22.422 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:22.422 | + functions-common:get_or_add_group_project_role:1072 : echo 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:22.422 | 742fa926e1c844df8a481a74385bf546 2024-04-05 10:08:22.451 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:22.453 | [3464 Async ks-group-anotheralt:34145]: finished get_or_add_group_project_role anotherrole ff4a4b655fb44de1b8b74bf87d2d8b52 cda33636a1ef48cbab29849dccd1d38f with result 0 in 3 seconds 2024-04-05 10:08:22.469 | [34265 Async ks-group-admin:34265]: finished successfully 2024-04-05 10:08:22.480 | [3464 Async ks-group-admin:34265]: Waiting for completion of get_or_add_group_project_role admin f0d05a2725d941efbba60c9ccc6331ab cd7bc4ec492f40e1b17997cd45812149 running on PID 34265 (2 other jobs running) 2024-04-05 10:08:22.497 | [3464 Async ks-group-admin:34265]: Signaling child to exit 2024-04-05 10:08:22.497 | WAKEUP 2024-04-05 10:08:22.512 | [3464 Async ks-group-admin:34265]: Signaled 2024-04-05 10:08:22.513 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-04-05 10:08:22.513 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group f0d05a2725d941efbba60c9ccc6331ab --project cd7bc4ec492f40e1b17997cd45812149 2024-04-05 10:08:22.513 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group f0d05a2725d941efbba60c9ccc6331ab --project cd7bc4ec492f40e1b17997cd45812149 -f value -c Role 2024-04-05 10:08:22.513 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:22.513 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:22.513 | + functions-common:get_or_add_group_project_role:1072 : echo 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:22.513 | 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:22.544 | [3464 Async ks-group-admin:34265]: finished get_or_add_group_project_role admin f0d05a2725d941efbba60c9ccc6331ab cd7bc4ec492f40e1b17997cd45812149 with result 0 in 3 seconds 2024-04-05 10:08:22.547 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:22.549 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-04-05 10:08:22.562 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:22.564 | + stack.sh:main:1128 : is_service_enabled nova 2024-04-05 10:08:22.577 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:22.578 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-04-05 10:08:22.580 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-04-05 10:08:22.626 | + inc/async:async_inner:63 : create_nova_accounts 2024-04-05 10:08:22.656 | [3464 Async create_nova_accounts:36114]: running: create_nova_accounts 2024-04-05 10:08:22.658 | + stack.sh:main:1131 : is_service_enabled glance 2024-04-05 10:08:22.671 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:22.673 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-04-05 10:08:22.675 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-04-05 10:08:22.722 | + inc/async:async_inner:63 : create_glance_accounts 2024-04-05 10:08:22.751 | [3464 Async create_glance_accounts:36237]: running: create_glance_accounts 2024-04-05 10:08:22.753 | + stack.sh:main:1134 : is_service_enabled cinder 2024-04-05 10:08:22.767 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:22.769 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-04-05 10:08:22.771 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-04-05 10:08:22.818 | + inc/async:async_inner:63 : create_cinder_accounts 2024-04-05 10:08:22.849 | [3464 Async create_cinder_accounts:36376]: running: create_cinder_accounts 2024-04-05 10:08:22.851 | + stack.sh:main:1137 : is_service_enabled neutron 2024-04-05 10:08:22.865 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:22.867 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-04-05 10:08:22.869 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-04-05 10:08:22.916 | + inc/async:async_inner:63 : create_neutron_accounts 2024-04-05 10:08:22.948 | [3464 Async create_neutron_accounts:36519]: running: create_neutron_accounts 2024-04-05 10:08:22.950 | + stack.sh:main:1140 : is_service_enabled swift 2024-04-05 10:08:22.966 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:22.968 | + stack.sh:main:1149 : is_service_enabled horizon 2024-04-05 10:08:22.981 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:22.983 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-04-05 10:08:23.019 | [3464 Async create_nova_accounts:36114]: Waiting for completion of create_nova_accounts running on PID 36114 (5 other jobs running) 2024-04-05 10:08:23.035 | [3464 Async create_nova_accounts:36114]: Signaling child to exit 2024-04-05 10:08:36.613 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:36.634 | [36519 Async create_neutron_accounts:36519]: finished successfully 2024-04-05 10:08:45.970 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:45.989 | [36376 Async create_cinder_accounts:36376]: finished successfully 2024-04-05 10:08:46.467 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:46.486 | [36114 Async create_nova_accounts:36114]: finished successfully 2024-04-05 10:08:46.502 | WAKEUP 2024-04-05 10:08:46.517 | [3464 Async create_nova_accounts:36114]: Signaled 2024-04-05 10:08:46.518 | + 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 10:08:46.518 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-04-05 10:08:46.518 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-04-05 10:08:46.518 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:46.518 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 10:08:46.518 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 10:08:46.518 | ++ 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 10:08:46.518 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.518 | + functions-common:get_or_create_user:938 : user_id=2ae3c68f3c2d4867b936e0c59e895636 2024-04-05 10:08:46.518 | + functions-common:get_or_create_user:939 : echo 2ae3c68f3c2d4867b936e0c59e895636 2024-04-05 10:08:46.518 | 2ae3c68f3c2d4867b936e0c59e895636 2024-04-05 10:08:46.518 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-04-05 10:08:46.518 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:46.518 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:46.518 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:08:46.518 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:08:46.518 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:08:46.518 | + 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 10:08:46.518 | ++ 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 10:08:46.518 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:1003 : echo 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:46.519 | 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:46.519 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-04-05 10:08:46.519 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:46.519 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:08:46.519 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:08:46.519 | + 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 10:08:46.519 | ++ 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 10:08:46.519 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:46.519 | + functions-common:get_or_add_user_project_role:1003 : echo 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:46.519 | 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-04-05 10:08:46.519 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:08:46.519 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-04-05 10:08:46.519 | ++ 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 10:08:46.519 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:08:46.519 | 1d2c71f7e3a44754aa7e46f9788a5d71' 2024-04-05 10:08:46.519 | + functions-common:get_or_create_service:1090 : echo 1d2c71f7e3a44754aa7e46f9788a5d71 2024-04-05 10:08:46.519 | 1d2c71f7e3a44754aa7e46f9788a5d71 2024-04-05 10:08:46.519 | + 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 10:08:46.519 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:08:46.519 | ++ 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 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:08:46.519 | +++ 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 10:08:46.519 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:08:46.519 | +++ 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 10:08:46.519 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=31467b35bdc948d5886e32adb6a92884 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 31467b35bdc948d5886e32adb6a92884 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1123 : public_id=31467b35bdc948d5886e32adb6a92884 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1132 : echo 31467b35bdc948d5886e32adb6a92884 2024-04-05 10:08:46.519 | 31467b35bdc948d5886e32adb6a92884 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-04-05 10:08:46.519 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:08:46.519 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-04-05 10:08:46.519 | ++ 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 10:08:46.519 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:08:46.519 | 4d226472ff3342b591a3dbac574cd04d' 2024-04-05 10:08:46.519 | + functions-common:get_or_create_service:1090 : echo 4d226472ff3342b591a3dbac574cd04d 2024-04-05 10:08:46.519 | 4d226472ff3342b591a3dbac574cd04d 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:08:46.519 | ++ 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 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:08:46.519 | +++ 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 10:08:46.519 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:08:46.519 | +++ 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 10:08:46.519 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a08a95861f8c4658be702a1e078a3c82 2024-04-05 10:08:46.519 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a08a95861f8c4658be702a1e078a3c82 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1123 : public_id=a08a95861f8c4658be702a1e078a3c82 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:08:46.519 | + functions-common:get_or_create_endpoint:1132 : echo a08a95861f8c4658be702a1e078a3c82 2024-04-05 10:08:46.519 | a08a95861f8c4658be702a1e078a3c82 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-04-05 10:08:46.519 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-04-05 10:08:46.519 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-04-05 10:08:46.519 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:46.519 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-04-05 10:08:46.519 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:46.520 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-04-05 10:08:46.550 | [3464 Async create_nova_accounts:36114]: finished create_nova_accounts with result 0 in 23 seconds 2024-04-05 10:08:46.575 | [3464 Async create_glance_accounts:36237]: Waiting for completion of create_glance_accounts running on PID 36237 (4 other jobs running) 2024-04-05 10:08:46.592 | [3464 Async create_glance_accounts:36237]: Signaling child to exit 2024-04-05 10:08:47.860 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:47.879 | [36237 Async create_glance_accounts:36237]: finished successfully 2024-04-05 10:08:47.896 | WAKEUP 2024-04-05 10:08:47.912 | [3464 Async create_glance_accounts:36237]: Signaled 2024-04-05 10:08:47.913 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-04-05 10:08:47.913 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:47.913 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-04-05 10:08:47.913 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-04-05 10:08:47.913 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:47.913 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 10:08:47.913 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 10:08:47.913 | ++ 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 10:08:47.913 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.913 | + functions-common:get_or_create_user:938 : user_id=199a316fefcc4c80aa2ce6ff82835cd8 2024-04-05 10:08:47.913 | + functions-common:get_or_create_user:939 : echo 199a316fefcc4c80aa2ce6ff82835cd8 2024-04-05 10:08:47.913 | 199a316fefcc4c80aa2ce6ff82835cd8 2024-04-05 10:08:47.913 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-04-05 10:08:47.913 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:47.913 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:47.913 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:08:47.913 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:08:47.913 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:08:47.913 | + 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 10:08:47.913 | ++ 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 10:08:47.913 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.913 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:47.913 | + functions-common:get_or_add_user_project_role:1003 : echo 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:47.913 | 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:47.913 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-05 10:08:47.913 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-04-05 10:08:47.913 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:47.913 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-04-05 10:08:47.913 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:08:47.913 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-04-05 10:08:47.913 | ++ 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 10:08:47.913 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.913 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:08:47.913 | b0eddad337494390accef40470ae5ffb' 2024-04-05 10:08:47.913 | + functions-common:get_or_create_service:1090 : echo b0eddad337494390accef40470ae5ffb 2024-04-05 10:08:47.913 | b0eddad337494390accef40470ae5ffb 2024-04-05 10:08:47.913 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-04-05 10:08:47.913 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:08:47.913 | ++ 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 10:08:47.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:08:47.913 | +++ 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 10:08:47.914 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.914 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:08:47.914 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:08:47.914 | +++ 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 10:08:47.914 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.914 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e4902542c98c4031bfc30c9768464418 2024-04-05 10:08:47.914 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e4902542c98c4031bfc30c9768464418 2024-04-05 10:08:47.914 | + functions-common:get_or_create_endpoint:1123 : public_id=e4902542c98c4031bfc30c9768464418 2024-04-05 10:08:47.914 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:08:47.914 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:08:47.914 | + functions-common:get_or_create_endpoint:1132 : echo e4902542c98c4031bfc30c9768464418 2024-04-05 10:08:47.914 | e4902542c98c4031bfc30c9768464418 2024-04-05 10:08:47.914 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-04-05 10:08:47.914 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-04-05 10:08:47.914 | +++ 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 10:08:47.914 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.914 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-04-05 10:08:47.914 | ++ functions-common:get_or_create_domain:901 : echo default 2024-04-05 10:08:47.914 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-04-05 10:08:47.914 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-04-05 10:08:47.914 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-04-05 10:08:47.914 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-04-05 10:08:47.914 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-04-05 10:08:47.914 | + 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 10:08:47.914 | +---------------+----------------------------------+ 2024-04-05 10:08:47.914 | | Field | Value | 2024-04-05 10:08:47.914 | +---------------+----------------------------------+ 2024-04-05 10:08:47.914 | | default_limit | 1000 | 2024-04-05 10:08:47.914 | | description | None | 2024-04-05 10:08:47.914 | | id | 728f65d2f7e344e2b28ac38d7821e645 | 2024-04-05 10:08:47.914 | | region_id | RegionOne | 2024-04-05 10:08:47.914 | | resource_name | image_size_total | 2024-04-05 10:08:47.914 | | service_id | b0eddad337494390accef40470ae5ffb | 2024-04-05 10:08:47.914 | +---------------+----------------------------------+ 2024-04-05 10:08:47.914 | + 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 10:08:47.914 | +---------------+----------------------------------+ 2024-04-05 10:08:47.914 | | Field | Value | 2024-04-05 10:08:47.914 | +---------------+----------------------------------+ 2024-04-05 10:08:47.914 | | default_limit | 1000 | 2024-04-05 10:08:47.914 | | description | None | 2024-04-05 10:08:47.914 | | id | 83a481e0280040af964e1de63c3a5ae3 | 2024-04-05 10:08:47.914 | | region_id | RegionOne | 2024-04-05 10:08:47.914 | | resource_name | image_stage_total | 2024-04-05 10:08:47.914 | | service_id | b0eddad337494390accef40470ae5ffb | 2024-04-05 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | + 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 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | | Field | Value | 2024-04-05 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | | default_limit | 100 | 2024-04-05 10:08:47.915 | | description | None | 2024-04-05 10:08:47.915 | | id | d5412d3f4a9843f58d7d6a26f15091ac | 2024-04-05 10:08:47.915 | | region_id | RegionOne | 2024-04-05 10:08:47.915 | | resource_name | image_count_total | 2024-04-05 10:08:47.915 | | service_id | b0eddad337494390accef40470ae5ffb | 2024-04-05 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | + 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 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | | Field | Value | 2024-04-05 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | | default_limit | 100 | 2024-04-05 10:08:47.915 | | description | None | 2024-04-05 10:08:47.915 | | id | 6b595c18beab44249fdc561a5c4b6e97 | 2024-04-05 10:08:47.915 | | region_id | RegionOne | 2024-04-05 10:08:47.915 | | resource_name | image_count_uploading | 2024-04-05 10:08:47.915 | | service_id | b0eddad337494390accef40470ae5ffb | 2024-04-05 10:08:47.915 | +---------------+----------------------------------+ 2024-04-05 10:08:47.915 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-04-05 10:08:47.915 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-04-05 10:08:47.915 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-04-05 10:08:47.915 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-04-05 10:08:47.915 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-04-05 10:08:47.915 | + 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 10:08:47.915 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-04-05 10:08:47.915 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-04-05 10:08:47.915 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:47.915 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id e4902542c98c4031bfc30c9768464418 2024-04-05 10:08:47.915 | + 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 10:08:47.945 | [3464 Async create_glance_accounts:36237]: finished create_glance_accounts with result 0 in 25 seconds 2024-04-05 10:08:47.970 | [3464 Async create_cinder_accounts:36376]: Waiting for completion of create_cinder_accounts running on PID 36376 (3 other jobs running) 2024-04-05 10:08:47.987 | [3464 Async create_cinder_accounts:36376]: Signaling child to exit 2024-04-05 10:08:47.987 | WAKEUP 2024-04-05 10:08:48.002 | [3464 Async create_cinder_accounts:36376]: Signaled 2024-04-05 10:08:48.003 | + 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 10:08:48.003 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-04-05 10:08:48.003 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-04-05 10:08:48.003 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:08:48.003 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-04-05 10:08:48.003 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-04-05 10:08:48.003 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:48.003 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 10:08:48.003 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 10:08:48.003 | ++ 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 10:08:48.003 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.003 | + functions-common:get_or_create_user:938 : user_id=8d6f806f96e8478b9f0dd163b0d727a1 2024-04-05 10:08:48.003 | + functions-common:get_or_create_user:939 : echo 8d6f806f96e8478b9f0dd163b0d727a1 2024-04-05 10:08:48.003 | 8d6f806f96e8478b9f0dd163b0d727a1 2024-04-05 10:08:48.003 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-04-05 10:08:48.003 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:48.003 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:48.003 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:08:48.003 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:08:48.003 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:08:48.003 | + 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 10:08:48.003 | ++ 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 10:08:48.003 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.003 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:48.003 | + functions-common:get_or_add_user_project_role:1003 : echo 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:48.003 | 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:48.003 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-05 10:08:48.003 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-04-05 10:08:48.003 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:08:48.003 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-04-05 10:08:48.003 | ++ 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 10:08:48.003 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.003 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:08:48.003 | 073ac49d549142f2a81957380fc7c15f' 2024-04-05 10:08:48.003 | + functions-common:get_or_create_service:1090 : echo 073ac49d549142f2a81957380fc7c15f 2024-04-05 10:08:48.003 | 073ac49d549142f2a81957380fc7c15f 2024-04-05 10:08:48.003 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-04-05 10:08:48.003 | + 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 10:08:48.003 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:08:48.003 | ++ 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 10:08:48.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:08:48.003 | +++ 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 10:08:48.003 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:08:48.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:08:48.003 | +++ 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 10:08:48.003 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=351270f3562c45bdb56a9cbbabfce242 2024-04-05 10:08:48.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 351270f3562c45bdb56a9cbbabfce242 2024-04-05 10:08:48.003 | + functions-common:get_or_create_endpoint:1123 : public_id=351270f3562c45bdb56a9cbbabfce242 2024-04-05 10:08:48.003 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:08:48.003 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:08:48.003 | + functions-common:get_or_create_endpoint:1132 : echo 351270f3562c45bdb56a9cbbabfce242 2024-04-05 10:08:48.003 | 351270f3562c45bdb56a9cbbabfce242 2024-04-05 10:08:48.003 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-04-05 10:08:48.003 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:08:48.003 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-04-05 10:08:48.003 | ++ 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 10:08:48.003 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.003 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:08:48.004 | 153e6dc20db44da9a177d8edbc8459f4' 2024-04-05 10:08:48.004 | + functions-common:get_or_create_service:1090 : echo 153e6dc20db44da9a177d8edbc8459f4 2024-04-05 10:08:48.004 | 153e6dc20db44da9a177d8edbc8459f4 2024-04-05 10:08:48.004 | + 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 10:08:48.004 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:08:48.004 | ++ 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 10:08:48.004 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:08:48.004 | +++ 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 10:08:48.004 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.004 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:08:48.004 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:08:48.004 | +++ 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 10:08:48.004 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.004 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=89822cce550d4bc89c9e6360259b56d2 2024-04-05 10:08:48.004 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 89822cce550d4bc89c9e6360259b56d2 2024-04-05 10:08:48.004 | + functions-common:get_or_create_endpoint:1123 : public_id=89822cce550d4bc89c9e6360259b56d2 2024-04-05 10:08:48.004 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:08:48.004 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:08:48.004 | + functions-common:get_or_create_endpoint:1132 : echo 89822cce550d4bc89c9e6360259b56d2 2024-04-05 10:08:48.004 | 89822cce550d4bc89c9e6360259b56d2 2024-04-05 10:08:48.004 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-04-05 10:08:48.004 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_project:945 : local project_id 2024-04-05 10:08:48.004 | +++ 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 10:08:48.004 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_project:951 : project_id=f4a7e46a97464caebadbc7f76d637ad7 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_project:952 : echo f4a7e46a97464caebadbc7f76d637ad7 2024-04-05 10:08:48.004 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id f4a7e46a97464caebadbc7f76d637ad7 2024-04-05 10:08:48.004 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_user:926 : local email= 2024-04-05 10:08:48.004 | +++ 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 10:08:48.004 | No password was supplied, authentication will fail when a user does not have a password. 2024-04-05 10:08:48.004 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_user:938 : user_id=8d6f806f96e8478b9f0dd163b0d727a1 2024-04-05 10:08:48.004 | ++ functions-common:get_or_create_user:939 : echo 8d6f806f96e8478b9f0dd163b0d727a1 2024-04-05 10:08:48.004 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 8d6f806f96e8478b9f0dd163b0d727a1 2024-04-05 10:08:48.034 | [3464 Async create_cinder_accounts:36376]: finished create_cinder_accounts with result 0 in 23 seconds 2024-04-05 10:08:48.037 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:48.039 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-04-05 10:08:48.074 | [3464 Async create_neutron_accounts:36519]: Waiting for completion of create_neutron_accounts running on PID 36519 (2 other jobs running) 2024-04-05 10:08:48.090 | [3464 Async create_neutron_accounts:36519]: Signaling child to exit 2024-04-05 10:08:48.090 | WAKEUP 2024-04-05 10:08:48.105 | [3464 Async create_neutron_accounts:36519]: Signaled 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-04-05 10:08:48.106 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-04-05 10:08:48.106 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-04-05 10:08:48.106 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:08:48.106 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 10:08:48.106 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 10:08:48.106 | ++ 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 10:08:48.106 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.106 | + functions-common:get_or_create_user:938 : user_id=463b7267dd1e429c8312a71d31b97880 2024-04-05 10:08:48.106 | + functions-common:get_or_create_user:939 : echo 463b7267dd1e429c8312a71d31b97880 2024-04-05 10:08:48.106 | 463b7267dd1e429c8312a71d31b97880 2024-04-05 10:08:48.106 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-04-05 10:08:48.106 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:08:48.106 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:08:48.106 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:08:48.106 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:08:48.106 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:08:48.106 | + 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 10:08:48.106 | ++ 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 10:08:48.106 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.106 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:48.106 | + functions-common:get_or_add_user_project_role:1003 : echo 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:48.106 | 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:08:48.106 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-04-05 10:08:48.106 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:08:48.106 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-04-05 10:08:48.106 | ++ 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 10:08:48.106 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.106 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:08:48.106 | 8b90a2f19672404d8ece117c5a4b683b' 2024-04-05 10:08:48.106 | + functions-common:get_or_create_service:1090 : echo 8b90a2f19672404d8ece117c5a4b683b 2024-04-05 10:08:48.106 | 8b90a2f19672404d8ece117c5a4b683b 2024-04-05 10:08:48.106 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-04-05 10:08:48.106 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:08:48.106 | ++ 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 10:08:48.107 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:08:48.107 | +++ 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 10:08:48.107 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.107 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:08:48.107 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:08:48.107 | +++ 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 10:08:48.107 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:08:48.107 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=95ada71aa6184e9e898b88c14122ff9e 2024-04-05 10:08:48.107 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 95ada71aa6184e9e898b88c14122ff9e 2024-04-05 10:08:48.107 | + functions-common:get_or_create_endpoint:1123 : public_id=95ada71aa6184e9e898b88c14122ff9e 2024-04-05 10:08:48.107 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:08:48.107 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:08:48.107 | + functions-common:get_or_create_endpoint:1132 : echo 95ada71aa6184e9e898b88c14122ff9e 2024-04-05 10:08:48.107 | 95ada71aa6184e9e898b88c14122ff9e 2024-04-05 10:08:48.137 | [3464 Async create_neutron_accounts:36519]: finished create_neutron_accounts with result 0 in 13 seconds 2024-04-05 10:08:48.142 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-04-05 10:08:48.146 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-04-05 10:08:48.148 | + inc/async:async_wait:197 : return 0 2024-04-05 10:08:48.150 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-04-05 10:08:48.163 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:48.165 | + stack.sh:main:1161 : is_service_enabled glance 2024-04-05 10:08:48.178 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:48.180 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-04-05 10:08:48.182 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:08:48.184 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-04-05 10:08:48.186 | + stack.sh:main:1163 : async_runfunc init_glance 2024-04-05 10:08:48.188 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-04-05 10:08:48.234 | + inc/async:async_inner:63 : init_glance 2024-04-05 10:08:48.263 | [3464 Async init_glance:38805]: running: init_glance 2024-04-05 10:08:48.265 | + stack.sh:main:1170 : is_service_enabled neutron 2024-04-05 10:08:48.279 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:08:48.281 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-04-05 10:08:48.282 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:08:48.284 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-04-05 10:08:48.286 | + stack.sh:main:1173 : configure_neutron 2024-04-05 10:08:48.288 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-04-05 10:08:48.290 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-04-05 10:08:48.292 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-04-05 10:08:48.301 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-04-05 10:08:48.303 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-04-05 10:08:52.628 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:08:52.648 | [38805 Async init_glance:38805]: finished successfully 2024-04-05 10:09:07.882 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-04-05 10:09:07.886 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-04-05 10:09:07.888 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-04-05 10:09:07.890 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-04-05 10:09:07.892 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-04-05 10:09:07.894 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-04-05 10:09:07.896 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-04-05 10:09:07.897 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-04-05 10:09:07.899 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-04-05 10:09:07.901 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-04-05 10:09:07.903 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-04-05 10:09:07.905 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-04-05 10:09:07.906 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-04-05 10:09:07.908 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-04-05 10:09:07.910 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-04-05 10:09:07.912 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-04-05 10:09:07.915 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:07.917 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:07.919 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-04-05 10:09:07.921 | + 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 10:09:07.925 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-04-05 10:09:07.927 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-04-05 10:09:07.928 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-04-05 10:09:07.930 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-04-05 10:09:07.932 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:09:07.934 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:07.936 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:09:07.948 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:07.950 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:09:07.952 | ++ 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 10:09:07.954 | + 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 10:09:07.979 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-04-05 10:09:08.003 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-04-05 10:09:08.026 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-04-05 10:09:08.050 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-04-05 10:09:08.075 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-04-05 10:09:08.098 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-04-05 10:09:08.100 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-04-05 10:09:08.102 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-04-05 10:09:08.104 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 10:09:08.106 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-04-05 10:09:08.119 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-04-05 10:09:08.121 | + functions:setup_systemd_logging:706 : local pidstr= 2024-04-05 10:09:08.123 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-04-05 10:09:08.124 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-04-05 10:09:08.126 | + 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 10:09:08.149 | + 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 10:09:08.172 | + 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 10:09:08.196 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-04-05 10:09:08.220 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-04-05 10:09:08.232 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:08.234 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-04-05 10:09:08.235 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:09:08.237 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-04-05 10:09:08.239 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-04-05 10:09:08.241 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-04-05 10:09:08.243 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:09:08.244 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-04-05 10:09:08.246 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-04-05 10:09:08.256 | + 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 10:09:08.266 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-04-05 10:09:08.268 | + 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 10:09:08.277 | + 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 10:09:08.287 | + 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 10:09:08.297 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-04-05 10:09:08.298 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 10:09:08.301 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-04-05 10:09:08.304 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.hz9X5prGN2 2024-04-05 10:09:08.306 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-04-05 10:09:08.308 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-04-05 10:09:08.310 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.hz9X5prGN2 2024-04-05 10:09:08.313 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.hz9X5prGN2 2024-04-05 10:09:08.322 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.hz9X5prGN2 /etc/sudoers.d/neutron-rootwrap 2024-04-05 10:09:08.330 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-04-05 10:09:08.332 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-04-05 10:09:08.334 | + 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 10:09:08.357 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:08.359 | + 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 10:09:08.382 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-04-05 10:09:08.384 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-04-05 10:09:08.386 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-04-05 10:09:08.388 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-04-05 10:09:08.390 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-04-05 10:09:08.392 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-04-05 10:09:08.404 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:08.407 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-04-05 10:09:08.409 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-04-05 10:09:08.411 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-04-05 10:09:08.424 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:08.426 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-04-05 10:09:08.428 | + 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 10:09:08.452 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-04-05 10:09:08.454 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-04-05 10:09:08.456 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-04-05 10:09:08.470 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:08.471 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-04-05 10:09:08.484 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:08.486 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-04-05 10:09:08.488 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:08.490 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:08.492 | + 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 10:09:08.517 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:08.519 | + 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 10:09:08.542 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-04-05 10:09:08.567 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-04-05 10:09:08.569 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-04-05 10:09:08.571 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-04-05 10:09:08.573 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-04-05 10:09:09.893 | INFO neutron.common.config [-] Logging enabled! 2024-04-05 10:09:09.893 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev15 2024-04-05 10:09:09.893 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39761) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-04-05 10:09:09.894 | 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 10:09:09.895 | 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/tmpfoj06pgx/privsep.sock'] 2024-04-05 10:09:10.602 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-04-05 10:09:10.602 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpfoj06pgx/privsep.sock {{(pid=39761) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-04-05 10:09:10.603 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-04-05 10:09:10.603 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-04-05 10:09:10.604 | 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 10:09:10.604 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39771 2024-04-05 10:09:10.604 | DEBUG oslo.privsep.daemon [-] privsep: reply[bf6a3b8c-3307-4f59-97e3-28a5dc41a0ab]: (2,) {{(pid=39771) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:09:10.691 | 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=39771) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-04-05 10:09:10.700 | 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=39771) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-04-05 10:09:10.700 | DEBUG oslo.privsep.daemon [-] privsep: reply[0a2beedf-628e-4767-9ef1-495988386bd7]: (4, ('17670bea-3d5a-4171-a15f-9b1b0bd5ddce\n', '')) {{(pid=39771) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:09:10.801 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39761) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 10:09:10.801 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39761) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 10:09:10.801 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39761) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:10.801 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39761) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:10.802 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39761) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:10.802 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39761) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:10.836 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-04-05 10:09:10.836 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39761) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-04-05 10:09:10.837 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39761) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-04-05 10:09:10.837 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-04-05 10:09:11.100 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-04-05 10:09:11.102 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-04-05 10:09:11.104 | + 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 10:09:11.106 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-05 10:09:11.108 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-04-05 10:09:11.121 | + 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 10:09:11.134 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-04-05 10:09:11.136 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:11.138 | + 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 10:09:11.162 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-04-05 10:09:11.165 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-04-05 10:09:11.171 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-04-05 10:09:11.173 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-04-05 10:09:11.175 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-04-05 10:09:11.210 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-04-05 10:09:11.223 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-04-05 10:09:11.225 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-04-05 10:09:11.233 | net.bridge.bridge-nf-call-iptables = 1 2024-04-05 10:09:11.235 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-04-05 10:09:11.237 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-04-05 10:09:11.243 | net.bridge.bridge-nf-call-ip6tables = 1 2024-04-05 10:09:11.246 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-04-05 10:09:11.248 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-04-05 10:09:11.250 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-04-05 10:09:11.252 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-04-05 10:09:11.254 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-04-05 10:09:11.256 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-04-05 10:09:11.257 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-04-05 10:09:11.259 | + 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 10:09:11.261 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-05 10:09:11.263 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-04-05 10:09:11.275 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-04-05 10:09:11.277 | + 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 10:09:11.303 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-04-05 10:09:11.305 | + 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 10:09:11.329 | + 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 10:09:11.353 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-04-05 10:09:11.365 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:11.367 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-04-05 10:09:11.369 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.372 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-04-05 10:09:11.396 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-04-05 10:09:11.420 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.422 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.424 | + 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 10:09:11.448 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:11.450 | + 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 10:09:11.473 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-04-05 10:09:11.487 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:11.489 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.491 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-04-05 10:09:11.514 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.516 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.518 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-04-05 10:09:11.542 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.544 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:11.546 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-04-05 10:09:11.548 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-04-05 10:09:11.562 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:11.563 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-04-05 10:09:11.565 | + 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 10:09:11.569 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-04-05 10:09:11.593 | + 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 10:09:11.619 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:11.621 | + 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 10:09:11.645 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-04-05 10:09:11.647 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-04-05 10:09:11.671 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-04-05 10:09:11.673 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-04-05 10:09:11.675 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-04-05 10:09:11.698 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-04-05 10:09:11.700 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-04-05 10:09:11.702 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-04-05 10:09:11.704 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-04-05 10:09:12.998 | INFO neutron.common.config [-] Logging enabled! 2024-04-05 10:09:12.998 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev15 2024-04-05 10:09:12.998 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40315) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-04-05 10:09:13.022 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40315) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 10:09:13.022 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40315) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-04-05 10:09:13.022 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40315) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:13.022 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40315) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:13.023 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40315) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:13.023 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40315) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-04-05 10:09:13.056 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-04-05 10:09:13.057 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40315) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-04-05 10:09:13.057 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40315) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-04-05 10:09:13.057 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-04-05 10:09:13.322 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-04-05 10:09:13.324 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-04-05 10:09:13.326 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-04-05 10:09:13.328 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-04-05 10:09:13.330 | + 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 10:09:13.332 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-04-05 10:09:13.334 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-04-05 10:09:13.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-04-05 10:09:13.350 | + functions:set_mtu:796 : local dev=br-ex 2024-04-05 10:09:13.352 | + functions:set_mtu:797 : local mtu=8950 2024-04-05 10:09:13.354 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-04-05 10:09:13.364 | + 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 10:09:13.381 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-04-05 10:09:13.383 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-04-05 10:09:13.385 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-04-05 10:09:13.387 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-04-05 10:09:13.389 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-04-05 10:09:13.391 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-04-05 10:09:13.393 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-04-05 10:09:13.395 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-04-05 10:09:13.397 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-04-05 10:09:13.398 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-04-05 10:09:13.400 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-04-05 10:09:13.403 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-04-05 10:09:13.404 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-04-05 10:09:13.406 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-04-05 10:09:13.409 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-04-05 10:09:13.410 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-04-05 10:09:13.415 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-04-05 10:09:13.417 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-04-05 10:09:13.418 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-04-05 10:09:13.420 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-04-05 10:09:13.423 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-04-05 10:09:13.424 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-04-05 10:09:13.424 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-04-05 10:09:13.429 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-04-05 10:09:13.431 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-04-05 10:09:13.432 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:13.434 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-04-05 10:09:13.436 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-04-05 10:09:13.438 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-04-05 10:09:13.440 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-04-05 10:09:13.454 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-04-05 10:09:13.454 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-04-05 10:09:13.459 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-04-05 10:09:13.461 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-04-05 10:09:13.474 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:13.476 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-04-05 10:09:13.478 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-04-05 10:09:13.481 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-04-05 10:09:13.505 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-04-05 10:09:13.529 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-04-05 10:09:13.553 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-04-05 10:09:13.555 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-04-05 10:09:13.557 | + 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 10:09:13.581 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:13.583 | + 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 10:09:13.606 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-05 10:09:13.608 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-04-05 10:09:13.621 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:13.623 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-04-05 10:09:13.625 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-04-05 10:09:13.639 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:13.640 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-04-05 10:09:13.654 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:13.656 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-04-05 10:09:13.669 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:13.671 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-04-05 10:09:13.684 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:13.686 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-04-05 10:09:13.688 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-04-05 10:09:13.690 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-04-05 10:09:13.694 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-04-05 10:09:13.696 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-04-05 10:09:13.698 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-04-05 10:09:13.700 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-04-05 10:09:13.702 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-04-05 10:09:13.704 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-04-05 10:09:13.708 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-04-05 10:09:13.711 | + 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 10:09:13.715 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-04-05 10:09:13.739 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-04-05 10:09:13.764 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-04-05 10:09:13.789 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-04-05 10:09:13.814 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-04-05 10:09:13.816 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 10:09:13.818 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-04-05 10:09:13.820 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-04-05 10:09:13.822 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-04-05 10:09:13.845 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-04-05 10:09:13.869 | + 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 10:09:13.894 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-04-05 10:09:13.918 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-04-05 10:09:13.942 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-04-05 10:09:13.966 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-04-05 10:09:13.991 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-04-05 10:09:14.015 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:09:14.040 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-04-05 10:09:14.065 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-04-05 10:09:14.090 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-04-05 10:09:14.115 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-04-05 10:09:14.117 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 10:09:14.119 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-04-05 10:09:14.121 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-04-05 10:09:14.123 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-04-05 10:09:14.148 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-04-05 10:09:14.173 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-04-05 10:09:14.197 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-04-05 10:09:14.222 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-04-05 10:09:14.246 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-04-05 10:09:14.270 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-04-05 10:09:14.294 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-04-05 10:09:14.319 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:09:14.344 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-04-05 10:09:14.370 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-04-05 10:09:14.372 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-04-05 10:09:14.375 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-04-05 10:09:14.376 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-04-05 10:09:14.378 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-04-05 10:09:14.403 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-04-05 10:09:14.428 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-04-05 10:09:14.454 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-04-05 10:09:14.479 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-04-05 10:09:14.503 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-04-05 10:09:14.527 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-04-05 10:09:14.552 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-04-05 10:09:14.577 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-04-05 10:09:14.601 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-04-05 10:09:14.626 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-04-05 10:09:14.627 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-04-05 10:09:14.629 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-04-05 10:09:14.631 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-04-05 10:09:14.633 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-04-05 10:09:14.635 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-04-05 10:09:14.637 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-04-05 10:09:14.639 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-04-05 10:09:14.641 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-04-05 10:09:14.642 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-04-05 10:09:14.644 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-04-05 10:09:14.646 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-04-05 10:09:14.648 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-04-05 10:09:14.650 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-04-05 10:09:14.652 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-04-05 10:09:14.654 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-04-05 10:09:14.656 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-04-05 10:09:14.658 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-04-05 10:09:14.659 | + 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 10:09:14.661 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.663 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-04-05 10:09:14.665 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-04-05 10:09:14.667 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-04-05 10:09:14.669 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.671 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-04-05 10:09:14.693 | + 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 10:09:14.695 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.697 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 10:09:14.699 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-04-05 10:09:14.701 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-04-05 10:09:14.703 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.704 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-04-05 10:09:14.727 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-04-05 10:09:14.729 | + 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 10:09:14.731 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.733 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 10:09:14.734 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-04-05 10:09:14.736 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-04-05 10:09:14.738 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.740 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-04-05 10:09:14.763 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-04-05 10:09:14.765 | + 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 10:09:14.767 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.769 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 10:09:14.771 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-04-05 10:09:14.773 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-04-05 10:09:14.774 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.776 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-04-05 10:09:14.800 | + 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 10:09:14.802 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.803 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-04-05 10:09:14.805 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-04-05 10:09:14.807 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-04-05 10:09:14.809 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.811 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-04-05 10:09:14.833 | + 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 10:09:14.835 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.837 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-04-05 10:09:14.839 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-04-05 10:09:14.841 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-04-05 10:09:14.842 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.844 | + 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 10:09:14.867 | + 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 10:09:14.869 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.871 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-04-05 10:09:14.873 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-04-05 10:09:14.875 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-04-05 10:09:14.877 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.879 | + 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 10:09:14.902 | + 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 10:09:14.904 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.906 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-04-05 10:09:14.908 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-04-05 10:09:14.910 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-04-05 10:09:14.911 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.913 | + 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 10:09:14.936 | + 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 10:09:14.938 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.940 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-04-05 10:09:14.942 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-04-05 10:09:14.943 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-04-05 10:09:14.945 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.947 | + 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 10:09:14.971 | + 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 10:09:14.973 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:14.975 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-04-05 10:09:14.977 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-04-05 10:09:14.978 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-04-05 10:09:14.980 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-04-05 10:09:14.982 | + 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 10:09:15.006 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-04-05 10:09:15.008 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-04-05 10:09:15.032 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-04-05 10:09:15.057 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-04-05 10:09:15.059 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-04-05 10:09:15.072 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:15.074 | + stack.sh:main:1176 : is_service_enabled neutron 2024-04-05 10:09:15.087 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:15.089 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-04-05 10:09:15.091 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-04-05 10:09:15.137 | + inc/async:async_inner:63 : init_neutron 2024-04-05 10:09:15.167 | [3464 Async init_neutron:42114]: running: init_neutron 2024-04-05 10:09:15.169 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-04-05 10:09:15.184 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:15.186 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-04-05 10:09:15.196 | ++ stack.sh:main:1189 : true 2024-04-05 10:09:15.199 | + stack.sh:main:1189 : netman_pid= 2024-04-05 10:09:15.201 | + stack.sh:main:1190 : '[' -z '' ']' 2024-04-05 10:09:15.203 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-04-05 10:09:15.213 | dnsmasq: no process found 2024-04-05 10:09:15.216 | + stack.sh:main:1191 : true 2024-04-05 10:09:15.218 | + stack.sh:main:1196 : clean_iptables 2024-04-05 10:09:15.221 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-04-05 10:09:15.222 | + lib/nova:clean_iptables:184 : grep nova 2024-04-05 10:09:15.222 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 10:09:15.223 | + lib/nova:clean_iptables:184 : bash 2024-04-05 10:09:15.223 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-04-05 10:09:15.223 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-04-05 10:09:15.225 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-04-05 10:09:15.262 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-04-05 10:09:15.262 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 10:09:15.262 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-04-05 10:09:15.262 | + lib/nova:clean_iptables:186 : grep nova 2024-04-05 10:09:15.262 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-04-05 10:09:15.264 | + lib/nova:clean_iptables:186 : bash 2024-04-05 10:09:15.264 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-04-05 10:09:15.273 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-04-05 10:09:15.274 | + lib/nova:clean_iptables:188 : grep nova 2024-04-05 10:09:15.275 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 10:09:15.275 | + lib/nova:clean_iptables:188 : bash 2024-04-05 10:09:15.276 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-04-05 10:09:15.276 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-04-05 10:09:15.277 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-04-05 10:09:15.285 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-04-05 10:09:15.285 | + lib/nova:clean_iptables:190 : grep nova 2024-04-05 10:09:15.285 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-04-05 10:09:15.285 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-04-05 10:09:15.286 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-04-05 10:09:15.286 | + lib/nova:clean_iptables:190 : bash 2024-04-05 10:09:15.288 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-04-05 10:09:15.295 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-04-05 10:09:15.301 | net.ipv4.ip_forward = 1 2024-04-05 10:09:15.305 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-04-05 10:09:15.319 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:15.321 | + stack.sh:main:1205 : configure_os_vif 2024-04-05 10:09:15.322 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-04-05 10:09:15.324 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-04-05 10:09:15.350 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-04-05 10:09:15.352 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-04-05 10:09:15.380 | + stack.sh:main:1211 : is_service_enabled swift 2024-04-05 10:09:15.393 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:15.395 | + stack.sh:main:1220 : is_service_enabled cinder 2024-04-05 10:09:15.408 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:15.410 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-04-05 10:09:15.412 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:15.414 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-04-05 10:09:15.416 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-04-05 10:09:15.418 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-04-05 10:09:15.464 | + inc/async:async_inner:63 : init_cinder 2024-04-05 10:09:15.495 | [3464 Async init_cinder:42464]: running: init_cinder 2024-04-05 10:09:15.498 | + stack.sh:main:1228 : is_service_enabled placement 2024-04-05 10:09:15.511 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:15.514 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-04-05 10:09:15.516 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:15.518 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-04-05 10:09:15.520 | + stack.sh:main:1230 : async_runfunc init_placement 2024-04-05 10:09:15.523 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-04-05 10:09:15.570 | + inc/async:async_inner:63 : init_placement 2024-04-05 10:09:15.601 | [3464 Async init_placement:42611]: running: init_placement 2024-04-05 10:09:15.603 | + stack.sh:main:1234 : async_wait init_neutron 2024-04-05 10:09:15.639 | [3464 Async init_neutron:42114]: Waiting for completion of init_neutron running on PID 42114 (5 other jobs running) 2024-04-05 10:09:15.657 | [3464 Async init_neutron:42114]: Signaling child to exit 2024-04-05 10:09:18.772 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:09:18.792 | [42464 Async init_cinder:42464]: finished successfully 2024-04-05 10:09:23.073 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:09:23.091 | [42114 Async init_neutron:42114]: finished successfully 2024-04-05 10:09:23.107 | WAKEUP 2024-04-05 10:09:23.124 | [3464 Async init_neutron:42114]: Signaled 2024-04-05 10:09:23.125 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-04-05 10:09:23.125 | + lib/database:recreate_database:112 : local db=neutron 2024-04-05 10:09:23.125 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-04-05 10:09:23.125 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-04-05 10:09:23.125 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-04-05 10:09:23.125 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-04-05 10:09:23.125 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-04-05 10:09:23.125 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 10:09:23.125 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:23.125 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:23.125 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:23.125 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311755176 2024-04-05 10:09:23.125 | + 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 10:09:23.125 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-04-05 10:09:23.125 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-04-05 10:09:23.126 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-04-05 10:09:23.127 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-04-05 10:09:23.128 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-04-05 10:09:23.128 | Running upgrade for neutron ... 2024-04-05 10:09:23.128 | OK 2024-04-05 10:09:23.128 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-04-05 10:09:23.128 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:23.128 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:23.128 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:23.128 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:23.128 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:23.128 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 10:09:23.128 | + functions-common:time_stop:2442 : start_time=1712311755176 2024-04-05 10:09:23.128 | + functions-common:time_stop:2444 : [[ -z 1712311755176 ]] 2024-04-05 10:09:23.128 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:23.128 | + functions-common:time_stop:2447 : end_time=1712311763062 2024-04-05 10:09:23.128 | + functions-common:time_stop:2448 : elapsed_time=7886 2024-04-05 10:09:23.128 | + functions-common:time_stop:2449 : total=2794 2024-04-05 10:09:23.128 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:23.128 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10680 2024-04-05 10:09:23.158 | [3464 Async init_neutron:42114]: finished init_neutron with result 0 in 7 seconds 2024-04-05 10:09:23.161 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:23.163 | + stack.sh:main:1235 : async_wait init_placement 2024-04-05 10:09:23.200 | [3464 Async init_placement:42611]: Waiting for completion of init_placement running on PID 42611 (4 other jobs running) 2024-04-05 10:09:23.218 | [3464 Async init_placement:42611]: Signaling child to exit 2024-04-05 10:09:33.097 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:09:33.116 | [42611 Async init_placement:42611]: finished successfully 2024-04-05 10:09:33.131 | WAKEUP 2024-04-05 10:09:33.148 | [3464 Async init_placement:42611]: Signaled 2024-04-05 10:09:33.148 | + lib/placement:init_placement:143 : recreate_database placement 2024-04-05 10:09:33.148 | + lib/database:recreate_database:112 : local db=placement 2024-04-05 10:09:33.148 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-04-05 10:09:33.148 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-04-05 10:09:33.148 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-04-05 10:09:33.148 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-04-05 10:09:33.148 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-04-05 10:09:33.148 | + lib/placement:init_placement:145 : create_placement_accounts 2024-04-05 10:09:33.148 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-04-05 10:09:33.148 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-04-05 10:09:33.149 | + functions-common:get_or_create_user:922 : local user_id 2024-04-05 10:09:33.149 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-04-05 10:09:33.149 | + functions-common:get_or_create_user:926 : local email= 2024-04-05 10:09:33.149 | ++ 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 10:09:33.149 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:09:33.149 | + functions-common:get_or_create_user:938 : user_id=ab031cc70ea1498cbb0bf5bee569b59f 2024-04-05 10:09:33.149 | + functions-common:get_or_create_user:939 : echo ab031cc70ea1498cbb0bf5bee569b59f 2024-04-05 10:09:33.149 | ab031cc70ea1498cbb0bf5bee569b59f 2024-04-05 10:09:33.149 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:09:33.149 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:09:33.149 | + 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 10:09:33.149 | ++ 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 10:09:33.149 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:1003 : echo 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:09:33.149 | 22ca3963eaea4ab4ac962f1988deb345 2024-04-05 10:09:33.149 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-04-05 10:09:33.149 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-04-05 10:09:33.149 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:970 : local domain 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:971 : domain= 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-04-05 10:09:33.149 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-04-05 10:09:33.149 | + 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 10:09:33.149 | ++ 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 10:09:33.149 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:09:33.149 | + functions-common:get_or_add_user_project_role:1003 : echo 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:09:33.149 | 53bfb1f93d1944258f6a0be46538df2b 2024-04-05 10:09:33.149 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-04-05 10:09:33.149 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-04-05 10:09:33.149 | + functions-common:get_or_create_service:1078 : local service_id 2024-04-05 10:09:33.149 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-04-05 10:09:33.150 | ++ 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 10:09:33.150 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:09:33.150 | + functions-common:get_or_create_service:1089 : service_id=' 2024-04-05 10:09:33.150 | f2bbf5ef1a2a4343804eb721e073799c' 2024-04-05 10:09:33.150 | + functions-common:get_or_create_service:1090 : echo f2bbf5ef1a2a4343804eb721e073799c 2024-04-05 10:09:33.150 | f2bbf5ef1a2a4343804eb721e073799c 2024-04-05 10:09:33.150 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-04-05 10:09:33.150 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-04-05 10:09:33.150 | ++ 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 10:09:33.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-04-05 10:09:33.150 | +++ 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 10:09:33.150 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:09:33.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-04-05 10:09:33.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-04-05 10:09:33.150 | +++ 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 10:09:33.150 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:09:33.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=4307e3058a9d4bde839204acb48033fa 2024-04-05 10:09:33.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 4307e3058a9d4bde839204acb48033fa 2024-04-05 10:09:33.150 | + functions-common:get_or_create_endpoint:1123 : public_id=4307e3058a9d4bde839204acb48033fa 2024-04-05 10:09:33.150 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-04-05 10:09:33.150 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-04-05 10:09:33.150 | + functions-common:get_or_create_endpoint:1132 : echo 4307e3058a9d4bde839204acb48033fa 2024-04-05 10:09:33.150 | 4307e3058a9d4bde839204acb48033fa 2024-04-05 10:09:33.180 | [3464 Async init_placement:42611]: finished init_placement with result 0 in 17 seconds 2024-04-05 10:09:33.183 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:33.185 | + stack.sh:main:1236 : async_wait init_glance 2024-04-05 10:09:33.220 | [3464 Async init_glance:38805]: Waiting for completion of init_glance running on PID 38805 (3 other jobs running) 2024-04-05 10:09:33.238 | [3464 Async init_glance:38805]: Signaling child to exit 2024-04-05 10:09:33.238 | WAKEUP 2024-04-05 10:09:33.253 | [3464 Async init_glance:38805]: Signaled 2024-04-05 10:09:33.254 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-04-05 10:09:33.254 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-04-05 10:09:33.254 | + lib/glance:init_glance:489 : recreate_database glance 2024-04-05 10:09:33.254 | + lib/database:recreate_database:112 : local db=glance 2024-04-05 10:09:33.254 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-04-05 10:09:33.254 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-04-05 10:09:33.254 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-04-05 10:09:33.254 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-04-05 10:09:33.254 | + lib/glance:init_glance:491 : time_start dbsync 2024-04-05 10:09:33.254 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 10:09:33.254 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:33.254 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:33.254 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:33.254 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311728279 2024-04-05 10:09:33.254 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-04-05 10:09:33.254 | INFO dbcounter [-] Registered counter for database glance 2024-04-05 10:09:33.254 | 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=38894) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:09:33.254 | DEBUG dbcounter [-] [38894] Writer thread running {{(pid=38894) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:33.254 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:09:33.254 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:09:33.254 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:09:33.254 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-04-05 10:09:33.254 | 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 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 10:09:33.254 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-04-05 10:09:33.255 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-04-05 10:09:33.255 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-04-05 10:09:33.255 | Database migration is up to date. No migration needed. 2024-04-05 10:09:33.255 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-04-05 10:09:33.255 | Database is synced successfully. 2024-04-05 10:09:33.255 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-04-05 10:09:33.255 | INFO dbcounter [-] Registered counter for database glance 2024-04-05 10:09:33.255 | 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=38924) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:09:33.255 | DEBUG dbcounter [-] [38924] Writer thread running {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:33.255 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-04-05 10:09:33.255 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-04-05 10:09:33.255 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=76,glance:SHOW=6,glance:INSERT=18 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.255 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-04-05 10:09:33.255 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-04-05 10:09:33.255 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=77,glance:INSERT=23 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:INSERT=21,glance:SELECT=79 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:INSERT=24,glance:SELECT=76 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-04-05 10:09:33.256 | DEBUG dbcounter [-] [38924] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=38924) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-04-05 10:09:33.256 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-04-05 10:09:33.256 | + lib/glance:init_glance:497 : time_stop dbsync 2024-04-05 10:09:33.256 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:33.256 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:33.256 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:33.256 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:33.257 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:33.257 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 10:09:33.257 | + functions-common:time_stop:2442 : start_time=1712311728279 2024-04-05 10:09:33.257 | + functions-common:time_stop:2444 : [[ -z 1712311728279 ]] 2024-04-05 10:09:33.257 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:33.257 | + functions-common:time_stop:2447 : end_time=1712311732616 2024-04-05 10:09:33.257 | + functions-common:time_stop:2448 : elapsed_time=4337 2024-04-05 10:09:33.257 | + functions-common:time_stop:2449 : total=2794 2024-04-05 10:09:33.257 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:33.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7131 2024-04-05 10:09:33.286 | [3464 Async init_glance:38805]: finished init_glance with result 0 in 4 seconds 2024-04-05 10:09:33.289 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:33.291 | + stack.sh:main:1237 : async_wait init_swift 2024-04-05 10:09:33.306 | Not waiting for async task init_swift that we never started or has already been waited for 2024-04-05 10:09:33.308 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:33.309 | + stack.sh:main:1238 : async_wait init_cinder 2024-04-05 10:09:33.345 | [3464 Async init_cinder:42464]: Waiting for completion of init_cinder running on PID 42464 (2 other jobs running) 2024-04-05 10:09:33.363 | [3464 Async init_cinder:42464]: Signaling child to exit 2024-04-05 10:09:33.363 | WAKEUP 2024-04-05 10:09:33.379 | [3464 Async init_cinder:42464]: Signaled 2024-04-05 10:09:33.380 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-04-05 10:09:33.380 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:33.380 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-04-05 10:09:33.380 | + lib/database:recreate_database:112 : local db=cinder 2024-04-05 10:09:33.380 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-04-05 10:09:33.380 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-04-05 10:09:33.380 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-04-05 10:09:33.380 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-04-05 10:09:33.380 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-04-05 10:09:33.380 | + functions-common:time_start:2421 : local name=dbsync 2024-04-05 10:09:33.380 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:33.380 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:33.380 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:33.380 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311755518 2024-04-05 10:09:33.380 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-04-05 10:09:33.380 | INFO dbcounter [-] Registered counter for database cinder 2024-04-05 10:09:33.380 | 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=42568) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:09:33.380 | DEBUG dbcounter [-] [42568] Writer thread running {{(pid=42568) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:33.380 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | 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=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 10:09:33.381 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42568) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 10:09:33.381 | INFO cinder.db.migration [-] Applying migration(s) 2024-04-05 10:09:33.381 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:09:33.381 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:09:33.381 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-04-05 10:09:33.381 | DEBUG dbcounter [-] [42568] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=42568) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:33.381 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42568) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 10:09:33.381 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-04-05 10:09:33.381 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42568) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:33.381 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-04-05 10:09:33.381 | INFO dbcounter [-] Registered counter for database cinder 2024-04-05 10:09:33.382 | 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=42568) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:09:33.382 | DEBUG dbcounter [-] [42568] Writer thread running {{(pid=42568) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:33.382 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42568) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:33.382 | INFO cinder.db.migration [-] Migration(s) applied 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-04-05 10:09:33.382 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:33.382 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:33.382 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:33.382 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:33.382 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:33.382 | + functions-common:time_stop:2441 : name=dbsync 2024-04-05 10:09:33.382 | + functions-common:time_stop:2442 : start_time=1712311755518 2024-04-05 10:09:33.382 | + functions-common:time_stop:2444 : [[ -z 1712311755518 ]] 2024-04-05 10:09:33.382 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:33.382 | + functions-common:time_stop:2447 : end_time=1712311758712 2024-04-05 10:09:33.382 | + functions-common:time_stop:2448 : elapsed_time=3194 2024-04-05 10:09:33.382 | + functions-common:time_stop:2449 : total=2794 2024-04-05 10:09:33.382 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:33.382 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5988 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-04-05 10:09:33.382 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-04-05 10:09:33.382 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:33.382 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-04-05 10:09:33.412 | [3464 Async init_cinder:42464]: finished init_cinder with result 0 in 3 seconds 2024-04-05 10:09:33.415 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:33.417 | + stack.sh:main:1243 : is_service_enabled nova 2024-04-05 10:09:33.430 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:33.432 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-04-05 10:09:33.434 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:33.436 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-04-05 10:09:33.438 | + stack.sh:main:1245 : init_nova 2024-04-05 10:09:33.440 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-04-05 10:09:33.452 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:33.454 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-04-05 10:09:33.467 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:33.469 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 10:09:33.471 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-04-05 10:09:33.473 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-04-05 10:09:33.475 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-04-05 10:09:33.477 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-04-05 10:09:33.479 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-04-05 10:09:33.487 | + 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 10:09:33.496 | ++ lib/nova:init_nova:863 : seq 1 1 2024-04-05 10:09:33.499 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-05 10:09:33.502 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-04-05 10:09:33.504 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-05 10:09:33.506 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-05 10:09:33.509 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-05 10:09:33.554 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-05 10:09:33.583 | [3464 Async nova-cell-1:43708]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-04-05 10:09:33.586 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-04-05 10:09:33.588 | + lib/database:recreate_database:112 : local db=nova_api 2024-04-05 10:09:33.590 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-04-05 10:09:33.592 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-04-05 10:09:33.594 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-04-05 10:09:33.602 | + 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 10:09:33.610 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-04-05 10:09:33.984 | 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 10:09:35.749 | INFO dbcounter [-] Registered counter for database nova_api 2024-04-05 10:09:35.760 | DEBUG dbcounter [-] [43775] Writer thread running {{(pid=43775) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:35.761 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 10:09:35.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:35.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:35.768 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 10:09:35.768 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43775) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 10:09:35.780 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:09:35.780 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:09:35.798 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-04-05 10:09:36.588 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43775) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 10:09:36.590 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-04-05 10:09:36.745 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43775) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:37.146 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-04-05 10:09:37.149 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-04-05 10:09:37.151 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-04-05 10:09:37.153 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-04-05 10:09:37.155 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-04-05 10:09:37.157 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-04-05 10:09:37.159 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-04-05 10:09:37.174 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:37.176 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-04-05 10:09:37.178 | ++ 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 10:09:37.182 | + 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 10:09:37.563 | 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 10:09:38.604 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:09:38.623 | [43708 Async nova-cell-1:43708]: finished successfully 2024-04-05 10:09:38.888 | INFO dbcounter [None req-b82b7cc8-b3f3-473e-8718-d406e576bf53 None None] Registered counter for database nova_api 2024-04-05 10:09:38.899 | DEBUG dbcounter [-] [43818] Writer thread running {{(pid=43818) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:39.256 | ++ lib/nova:init_nova:875 : seq 0 1 2024-04-05 10:09:39.260 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-04-05 10:09:39.262 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-04-05 10:09:39.277 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-04-05 10:09:39.279 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:39.281 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-04-05 10:09:39.283 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-04-05 10:09:39.318 | [3464 Async nova-cell-1:43708]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43708 (2 other jobs running) 2024-04-05 10:09:39.335 | [3464 Async nova-cell-1:43708]: Signaling child to exit 2024-04-05 10:09:39.335 | WAKEUP 2024-04-05 10:09:39.350 | [3464 Async nova-cell-1:43708]: Signaled 2024-04-05 10:09:39.351 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-04-05 10:09:39.351 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-04-05 10:09:39.351 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-04-05 10:09:39.351 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-04-05 10:09:39.351 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-04-05 10:09:39.351 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-04-05 10:09:39.351 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-04-05 10:09:39.351 | + 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 10:09:39.351 | + 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 10:09:39.351 | 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 10:09:39.351 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-04-05 10:09:39.351 | DEBUG dbcounter [-] [43760] Writer thread running {{(pid=43760) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 10:09:39.352 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43760) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 10:09:39.352 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-04-05 10:09:39.352 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-04-05 10:09:39.352 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-04-05 10:09:39.352 | DEBUG dbcounter [-] [43760] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=43760) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:39.352 | DEBUG dbcounter [-] [43760] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=34 {{(pid=43760) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:39.352 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43760) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 10:09:39.352 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-04-05 10:09:39.352 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43760) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:39.352 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-04-05 10:09:39.352 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43760) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:39.352 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-04-05 10:09:39.352 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43760) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:39.382 | [3464 Async nova-cell-1:43708]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-04-05 10:09:39.385 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:39.387 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-04-05 10:09:39.389 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-04-05 10:09:39.761 | 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 10:09:41.077 | INFO dbcounter [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Registered counter for database nova_api 2024-04-05 10:09:41.087 | DEBUG dbcounter [-] [43986] Writer thread running {{(pid=43986) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:41.113 | INFO dbcounter [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Registered counter for database nova_cell0 2024-04-05 10:09:41.117 | DEBUG dbcounter [-] [43986] Writer thread running {{(pid=43986) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:41.118 | DEBUG migrate.versioning.repository [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 10:09:41.119 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.119 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.119 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.119 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.119 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.120 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.120 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.120 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.120 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.120 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.121 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.121 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.121 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.121 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.121 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.122 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.122 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.122 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.122 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.122 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.123 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.123 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.123 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.123 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.123 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.124 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.124 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.124 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.124 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.124 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.124 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.125 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.125 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.125 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.125 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.126 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.126 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.126 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.126 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.126 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.126 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:41.127 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:41.127 | DEBUG migrate.versioning.repository [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 10:09:41.127 | DEBUG migrate.versioning.repository [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 10:09:41.139 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Context impl MySQLImpl. 2024-04-05 10:09:41.139 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Will assume non-transactional DDL. 2024-04-05 10:09:41.148 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-04-05 10:09:41.957 | DEBUG dbcounter [-] [43986] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=43986) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:42.566 | DEBUG dbcounter [-] [43986] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=34 {{(pid=43986) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:09:43.062 | DEBUG alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] new branch insert 8f2f1571d55b {{(pid=43986) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-04-05 10:09:43.063 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-04-05 10:09:43.091 | DEBUG alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43986) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:43.092 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-04-05 10:09:43.171 | DEBUG alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43986) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:43.172 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-04-05 10:09:43.188 | DEBUG alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43986) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-04-05 10:09:43.191 | INFO dbcounter [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Registered counter for database nova_cell1 2024-04-05 10:09:43.195 | DEBUG dbcounter [-] [43986] Writer thread running {{(pid=43986) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:43.196 | DEBUG migrate.versioning.repository [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-04-05 10:09:43.197 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.197 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.197 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.197 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.198 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.198 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.198 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.198 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.198 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.199 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.199 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.199 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.199 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.199 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.200 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.200 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.200 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.200 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.200 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.201 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.201 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.201 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.201 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.201 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.202 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.202 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.202 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.202 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.202 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.203 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.203 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.203 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.203 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.203 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.204 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.204 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.204 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.204 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.204 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.205 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.205 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-04-05 10:09:43.205 | DEBUG migrate.versioning.script.base [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-04-05 10:09:43.205 | DEBUG migrate.versioning.repository [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-04-05 10:09:43.205 | DEBUG migrate.versioning.repository [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43986) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-04-05 10:09:43.209 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Context impl MySQLImpl. 2024-04-05 10:09:43.210 | INFO alembic.runtime.migration [None req-444c36dc-e461-4a27-b617-f7dc823fcb24 None None] Will assume non-transactional DDL. 2024-04-05 10:09:43.568 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-04-05 10:09:43.938 | 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 10:09:45.226 | Running batches of 50 until complete 2024-04-05 10:09:45.226 | INFO dbcounter [None req-f981c135-21ae-4f46-948d-6db97a929ac5 None None] Registered counter for database nova_cell1 2024-04-05 10:09:45.237 | DEBUG dbcounter [-] [43991] Writer thread running {{(pid=43991) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:45.293 | INFO dbcounter [None req-f981c135-21ae-4f46-948d-6db97a929ac5 None None] Registered counter for database nova_api 2024-04-05 10:09:45.297 | DEBUG dbcounter [-] [43991] Writer thread running {{(pid=43991) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:45.352 | INFO dbcounter [None req-f981c135-21ae-4f46-948d-6db97a929ac5 None None] Registered counter for database nova_cell0 2024-04-05 10:09:45.356 | DEBUG dbcounter [-] [43991] Writer thread running {{(pid=43991) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:45.389 | +-------------------------------------+--------------+-----------+ 2024-04-05 10:09:45.389 | | Migration | Total Needed | Completed | 2024-04-05 10:09:45.389 | +-------------------------------------+--------------+-----------+ 2024-04-05 10:09:45.389 | | fill_virtual_interface_list | 0 | 0 | 2024-04-05 10:09:45.389 | | migrate_empty_ratio | 0 | 0 | 2024-04-05 10:09:45.389 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-04-05 10:09:45.389 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-04-05 10:09:45.389 | | migration_migrate_to_uuid | 0 | 0 | 2024-04-05 10:09:45.389 | | populate_dev_uuids | 0 | 0 | 2024-04-05 10:09:45.389 | | populate_missing_availability_zones | 0 | 0 | 2024-04-05 10:09:45.389 | | populate_queued_for_delete | 0 | 0 | 2024-04-05 10:09:45.389 | | populate_user_id | 0 | 0 | 2024-04-05 10:09:45.389 | | populate_uuids | 0 | 0 | 2024-04-05 10:09:45.389 | +-------------------------------------+--------------+-----------+ 2024-04-05 10:09:45.749 | ++ lib/nova:init_nova:889 : seq 1 1 2024-04-05 10:09:45.752 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-04-05 10:09:45.755 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-04-05 10:09:45.757 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-04-05 10:09:45.760 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-04-05 10:09:45.763 | + 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 10:09:46.138 | 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 10:09:47.429 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-04-05 10:09:47.430 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-04-05 10:09:47.430 | INFO dbcounter [None req-f857bccd-bc12-446f-a96d-fcc63d069edb None None] Registered counter for database nova_api 2024-04-05 10:09:47.440 | DEBUG dbcounter [-] [44008] Writer thread running {{(pid=44008) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:09:47.813 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-04-05 10:09:47.815 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-04-05 10:09:47.825 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-04-05 10:09:47.827 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-04-05 10:09:47.829 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-04-05 10:09:47.877 | + inc/async:async_inner:63 : configure_neutron_nova 2024-04-05 10:09:47.908 | [3464 Async configure_neutron_nova:44067]: running: configure_neutron_nova 2024-04-05 10:09:47.910 | + stack.sh:main:1255 : run_phase stack post-config 2024-04-05 10:09:47.912 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 10:09:47.914 | + functions-common:run_phase:1864 : local phase=post-config 2024-04-05 10:09:47.916 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:09:47.919 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:09:47.921 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:09:47.923 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:09:47.925 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:09:47.927 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:09:47.931 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:09:47.933 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:09:47.935 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:09:47.938 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-04-05 10:09:47.940 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:09:47.954 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:47.955 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:09:47.957 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:09:47.959 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-04-05 10:09:47.961 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:09:47.963 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:09:47.965 | ++ extras.d/80-tempest.sh:source:12 : : 2024-04-05 10:09:47.967 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 10:09:47.969 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 10:09:47.971 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:09:47.973 | + 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 10:09:47.975 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-04-05 10:09:47.978 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 10:09:47.980 | + functions-common:run_plugins:1850 : local phase=post-config 2024-04-05 10:09:47.982 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 10:09:47.984 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 10:09:47.986 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 10:09:47.988 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:09:47.990 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 10:09:47.993 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-04-05 10:09:47.995 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:09:47.997 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:09:47.999 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-04-05 10:09:48.001 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:09:48.003 | ++ /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 10:09:48.005 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-04-05 10:09:48.007 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:48.009 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-04-05 10:09:48.012 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-04-05 10:09:48.014 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.016 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 10:09:48.018 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-04-05 10:09:48.020 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.022 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 10:09:48.024 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 10:09:48.027 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-04-05 10:09:48.029 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.031 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-04-05 10:09:48.034 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.036 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-04-05 10:09:48.036 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:09:48.036 | gsub("[][]", "", $1); 2024-04-05 10:09:48.036 | split($1, a, "|"); 2024-04-05 10:09:48.036 | if (a[1] == matchgroup) 2024-04-05 10:09:48.036 | print a[2] 2024-04-05 10:09:48.036 | } 2024-04-05 10:09:48.036 | ' /opt/stack/devstack/local.conf 2024-04-05 10:09:48.040 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 10:09:48.043 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 10:09:48.045 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 10:09:48.048 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-04-05 10:09:48.049 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-04-05 10:09:48.052 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-04-05 10:09:48.054 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-04-05 10:09:48.057 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-04-05 10:09:48.060 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-04-05 10:09:48.062 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-04-05 10:09:48.064 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-04-05 10:09:48.067 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.069 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 10:09:48.071 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-04-05 10:09:48.073 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 10:09:48.075 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-04-05 10:09:48.077 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-04-05 10:09:48.080 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-04-05 10:09:48.082 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-04-05 10:09:48.085 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-04-05 10:09:48.085 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-04-05 10:09:48.085 | BEGIN { 2024-04-05 10:09:48.086 | section = "" 2024-04-05 10:09:48.086 | last_section = "" 2024-04-05 10:09:48.086 | section_count = 0 2024-04-05 10:09:48.086 | } 2024-04-05 10:09:48.086 | /^\[.+\]/ { 2024-04-05 10:09:48.086 | gsub("[][]", "", $1); 2024-04-05 10:09:48.086 | section=$1 2024-04-05 10:09:48.086 | next 2024-04-05 10:09:48.086 | } 2024-04-05 10:09:48.086 | /^ *\#/ { 2024-04-05 10:09:48.086 | next 2024-04-05 10:09:48.086 | } 2024-04-05 10:09:48.086 | /^[^ \t]+/ { 2024-04-05 10:09:48.086 | # get offset of first = in $0 2024-04-05 10:09:48.086 | eq_idx = index($0, "=") 2024-04-05 10:09:48.086 | # extract attr & value from $0 2024-04-05 10:09:48.086 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 10:09:48.086 | value = substr($0, eq_idx + 1) 2024-04-05 10:09:48.086 | # only need to strip trailing whitespace from attr 2024-04-05 10:09:48.086 | sub(/[ \t]*$/, "", attr) 2024-04-05 10:09:48.086 | # need to strip leading & trailing whitespace from value 2024-04-05 10:09:48.086 | sub(/^[ \t]*/, "", value) 2024-04-05 10:09:48.086 | sub(/[ \t]*$/, "", value) 2024-04-05 10:09:48.086 | 2024-04-05 10:09:48.086 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 10:09:48.087 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 10:09:48.087 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 10:09:48.087 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 10:09:48.087 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 10:09:48.087 | if (section != last_section) { 2024-04-05 10:09:48.087 | cfg_section[section_count++] = section 2024-04-05 10:09:48.087 | last_section = section 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 10:09:48.087 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 10:09:48.087 | 2024-04-05 10:09:48.087 | cfg_attr[section, attr, 0] = value 2024-04-05 10:09:48.087 | cfg_attr_count[section, attr] = 1 2024-04-05 10:09:48.087 | } else { 2024-04-05 10:09:48.087 | lno = cfg_attr_count[section, attr]++ 2024-04-05 10:09:48.087 | cfg_attr[section, attr, lno] = value 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | END { 2024-04-05 10:09:48.087 | # Process each section in order 2024-04-05 10:09:48.087 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 10:09:48.087 | section = cfg_section[sno] 2024-04-05 10:09:48.087 | # The ini routines simply append a config item immediately 2024-04-05 10:09:48.087 | # after the section header. To keep the same order as defined 2024-04-05 10:09:48.087 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 10:09:48.087 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 10:09:48.087 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 10:09:48.087 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 10:09:48.087 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 10:09:48.087 | else { 2024-04-05 10:09:48.087 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 10:09:48.087 | count = cfg_attr_count[section, attr] 2024-04-05 10:09:48.087 | print "inidelete " configfile " " section " " attr 2024-04-05 10:09:48.087 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 10:09:48.087 | for (l = count -2; l >= 0; l--) 2024-04-05 10:09:48.087 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | } 2024-04-05 10:09:48.087 | ' 2024-04-05 10:09:48.087 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.088 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 10:09:48.088 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.090 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 10:09:48.092 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-04-05 10:09:48.094 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.097 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-04-05 10:09:48.099 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-04-05 10:09:48.099 | BEGIN { group = "" } 2024-04-05 10:09:48.099 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:09:48.099 | gsub("[][]", "", $1); 2024-04-05 10:09:48.099 | split($1, a, "|"); 2024-04-05 10:09:48.099 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 10:09:48.099 | group=a[1] 2024-04-05 10:09:48.099 | } else { 2024-04-05 10:09:48.099 | group="" 2024-04-05 10:09:48.099 | } 2024-04-05 10:09:48.099 | next 2024-04-05 10:09:48.099 | } 2024-04-05 10:09:48.099 | { 2024-04-05 10:09:48.099 | if (group != "") 2024-04-05 10:09:48.099 | print $0 2024-04-05 10:09:48.099 | } 2024-04-05 10:09:48.099 | ' /opt/stack/devstack/local.conf 2024-04-05 10:09:48.104 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-04-05 10:09:48.106 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-04-05 10:09:48.130 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.133 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 10:09:48.135 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 10:09:48.137 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 10:09:48.140 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-04-05 10:09:48.142 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-04-05 10:09:48.145 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-04-05 10:09:48.147 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-04-05 10:09:48.150 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-04-05 10:09:48.154 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-04-05 10:09:48.156 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-04-05 10:09:48.158 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-04-05 10:09:48.161 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.163 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 10:09:48.164 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-04-05 10:09:48.166 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 10:09:48.169 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-04-05 10:09:48.172 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-04-05 10:09:48.175 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-04-05 10:09:48.177 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-04-05 10:09:48.179 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-04-05 10:09:48.180 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.180 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-04-05 10:09:48.181 | BEGIN { 2024-04-05 10:09:48.181 | section = "" 2024-04-05 10:09:48.181 | last_section = "" 2024-04-05 10:09:48.181 | section_count = 0 2024-04-05 10:09:48.181 | } 2024-04-05 10:09:48.181 | /^\[.+\]/ { 2024-04-05 10:09:48.181 | gsub("[][]", "", $1); 2024-04-05 10:09:48.181 | section=$1 2024-04-05 10:09:48.181 | next 2024-04-05 10:09:48.181 | } 2024-04-05 10:09:48.181 | /^ *\#/ { 2024-04-05 10:09:48.181 | next 2024-04-05 10:09:48.181 | } 2024-04-05 10:09:48.181 | /^[^ \t]+/ { 2024-04-05 10:09:48.182 | # get offset of first = in $0 2024-04-05 10:09:48.182 | eq_idx = index($0, "=") 2024-04-05 10:09:48.182 | # extract attr & value from $0 2024-04-05 10:09:48.182 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 10:09:48.182 | value = substr($0, eq_idx + 1) 2024-04-05 10:09:48.182 | # only need to strip trailing whitespace from attr 2024-04-05 10:09:48.182 | sub(/[ \t]*$/, "", attr) 2024-04-05 10:09:48.182 | # need to strip leading & trailing whitespace from value 2024-04-05 10:09:48.182 | sub(/^[ \t]*/, "", value) 2024-04-05 10:09:48.182 | sub(/[ \t]*$/, "", value) 2024-04-05 10:09:48.182 | 2024-04-05 10:09:48.182 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 10:09:48.182 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 10:09:48.182 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 10:09:48.182 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 10:09:48.183 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 10:09:48.183 | if (section != last_section) { 2024-04-05 10:09:48.183 | cfg_section[section_count++] = section 2024-04-05 10:09:48.183 | last_section = section 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 10:09:48.183 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 10:09:48.183 | 2024-04-05 10:09:48.183 | cfg_attr[section, attr, 0] = value 2024-04-05 10:09:48.183 | cfg_attr_count[section, attr] = 1 2024-04-05 10:09:48.183 | } else { 2024-04-05 10:09:48.183 | lno = cfg_attr_count[section, attr]++ 2024-04-05 10:09:48.183 | cfg_attr[section, attr, lno] = value 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | END { 2024-04-05 10:09:48.183 | # Process each section in order 2024-04-05 10:09:48.183 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 10:09:48.183 | section = cfg_section[sno] 2024-04-05 10:09:48.183 | # The ini routines simply append a config item immediately 2024-04-05 10:09:48.183 | # after the section header. To keep the same order as defined 2024-04-05 10:09:48.183 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 10:09:48.183 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 10:09:48.183 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 10:09:48.183 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 10:09:48.183 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 10:09:48.183 | else { 2024-04-05 10:09:48.183 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 10:09:48.183 | count = cfg_attr_count[section, attr] 2024-04-05 10:09:48.183 | print "inidelete " configfile " " section " " attr 2024-04-05 10:09:48.183 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 10:09:48.183 | for (l = count -2; l >= 0; l--) 2024-04-05 10:09:48.183 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | } 2024-04-05 10:09:48.183 | ' 2024-04-05 10:09:48.183 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.183 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 10:09:48.184 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 10:09:48.186 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-04-05 10:09:48.189 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.191 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-04-05 10:09:48.193 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-04-05 10:09:48.193 | BEGIN { group = "" } 2024-04-05 10:09:48.193 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:09:48.193 | gsub("[][]", "", $1); 2024-04-05 10:09:48.193 | split($1, a, "|"); 2024-04-05 10:09:48.193 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 10:09:48.194 | group=a[1] 2024-04-05 10:09:48.194 | } else { 2024-04-05 10:09:48.194 | group="" 2024-04-05 10:09:48.194 | } 2024-04-05 10:09:48.194 | next 2024-04-05 10:09:48.194 | } 2024-04-05 10:09:48.194 | { 2024-04-05 10:09:48.194 | if (group != "") 2024-04-05 10:09:48.194 | print $0 2024-04-05 10:09:48.194 | } 2024-04-05 10:09:48.194 | ' /opt/stack/devstack/local.conf 2024-04-05 10:09:48.198 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-04-05 10:09:48.200 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-04-05 10:09:48.207 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:09:48.225 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.226 | [44067 Async configure_neutron_nova:44067]: finished successfully 2024-04-05 10:09:48.227 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 10:09:48.229 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 10:09:48.231 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 10:09:48.234 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-04-05 10:09:48.236 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-04-05 10:09:48.238 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-04-05 10:09:48.240 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-04-05 10:09:48.243 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-04-05 10:09:48.246 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-04-05 10:09:48.248 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-04-05 10:09:48.250 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-04-05 10:09:48.252 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.254 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 10:09:48.256 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-04-05 10:09:48.258 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 10:09:48.260 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-04-05 10:09:48.262 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-04-05 10:09:48.265 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-04-05 10:09:48.267 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-04-05 10:09:48.269 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-04-05 10:09:48.270 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-04-05 10:09:48.270 | BEGIN { 2024-04-05 10:09:48.270 | section = "" 2024-04-05 10:09:48.270 | last_section = "" 2024-04-05 10:09:48.270 | section_count = 0 2024-04-05 10:09:48.270 | } 2024-04-05 10:09:48.270 | /^\[.+\]/ { 2024-04-05 10:09:48.270 | gsub("[][]", "", $1); 2024-04-05 10:09:48.270 | section=$1 2024-04-05 10:09:48.270 | next 2024-04-05 10:09:48.270 | } 2024-04-05 10:09:48.270 | /^ *\#/ { 2024-04-05 10:09:48.270 | next 2024-04-05 10:09:48.270 | } 2024-04-05 10:09:48.270 | /^[^ \t]+/ { 2024-04-05 10:09:48.270 | # get offset of first = in $0 2024-04-05 10:09:48.270 | eq_idx = index($0, "=") 2024-04-05 10:09:48.270 | # extract attr & value from $0 2024-04-05 10:09:48.270 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 10:09:48.270 | value = substr($0, eq_idx + 1) 2024-04-05 10:09:48.270 | # only need to strip trailing whitespace from attr 2024-04-05 10:09:48.270 | sub(/[ \t]*$/, "", attr) 2024-04-05 10:09:48.270 | # need to strip leading & trailing whitespace from value 2024-04-05 10:09:48.270 | sub(/^[ \t]*/, "", value) 2024-04-05 10:09:48.271 | sub(/[ \t]*$/, "", value) 2024-04-05 10:09:48.271 | 2024-04-05 10:09:48.271 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 10:09:48.271 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 10:09:48.271 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 10:09:48.271 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 10:09:48.271 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 10:09:48.271 | if (section != last_section) { 2024-04-05 10:09:48.271 | cfg_section[section_count++] = section 2024-04-05 10:09:48.271 | last_section = section 2024-04-05 10:09:48.271 | } 2024-04-05 10:09:48.271 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 10:09:48.271 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 10:09:48.271 | 2024-04-05 10:09:48.271 | cfg_attr[section, attr, 0] = value 2024-04-05 10:09:48.271 | cfg_attr_count[section, attr] = 1 2024-04-05 10:09:48.271 | } else { 2024-04-05 10:09:48.271 | lno = cfg_attr_count[section, attr]++ 2024-04-05 10:09:48.271 | cfg_attr[section, attr, lno] = value 2024-04-05 10:09:48.271 | } 2024-04-05 10:09:48.271 | } 2024-04-05 10:09:48.271 | END { 2024-04-05 10:09:48.271 | # Process each section in order 2024-04-05 10:09:48.271 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 10:09:48.271 | section = cfg_section[sno] 2024-04-05 10:09:48.271 | # The ini routines simply append a config item immediately 2024-04-05 10:09:48.271 | # after the section header. To keep the same order as defined 2024-04-05 10:09:48.271 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 10:09:48.271 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 10:09:48.271 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 10:09:48.271 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 10:09:48.271 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 10:09:48.271 | else { 2024-04-05 10:09:48.271 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 10:09:48.271 | count = cfg_attr_count[section, attr] 2024-04-05 10:09:48.271 | print "inidelete " configfile " " section " " attr 2024-04-05 10:09:48.272 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 10:09:48.272 | for (l = count -2; l >= 0; l--) 2024-04-05 10:09:48.272 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 10:09:48.272 | } 2024-04-05 10:09:48.272 | } 2024-04-05 10:09:48.272 | } 2024-04-05 10:09:48.272 | } 2024-04-05 10:09:48.272 | ' 2024-04-05 10:09:48.272 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.272 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.272 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 10:09:48.274 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 10:09:48.276 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-04-05 10:09:48.278 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.280 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-04-05 10:09:48.282 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-04-05 10:09:48.282 | BEGIN { group = "" } 2024-04-05 10:09:48.282 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:09:48.282 | gsub("[][]", "", $1); 2024-04-05 10:09:48.282 | split($1, a, "|"); 2024-04-05 10:09:48.282 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 10:09:48.282 | group=a[1] 2024-04-05 10:09:48.282 | } else { 2024-04-05 10:09:48.282 | group="" 2024-04-05 10:09:48.282 | } 2024-04-05 10:09:48.282 | next 2024-04-05 10:09:48.282 | } 2024-04-05 10:09:48.282 | { 2024-04-05 10:09:48.282 | if (group != "") 2024-04-05 10:09:48.282 | print $0 2024-04-05 10:09:48.282 | } 2024-04-05 10:09:48.282 | ' /opt/stack/devstack/local.conf 2024-04-05 10:09:48.286 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-04-05 10:09:48.288 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-04-05 10:09:48.312 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.314 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-04-05 10:09:48.316 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-04-05 10:09:48.341 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.344 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 10:09:48.346 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 10:09:48.348 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 10:09:48.350 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-04-05 10:09:48.352 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:48.355 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:48.357 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-04-05 10:09:48.359 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:48.362 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-04-05 10:09:48.364 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-04-05 10:09:48.366 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-04-05 10:09:48.368 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.370 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 10:09:48.372 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-04-05 10:09:48.374 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 10:09:48.376 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-04-05 10:09:48.378 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:48.380 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-04-05 10:09:48.383 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-04-05 10:09:48.385 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-04-05 10:09:48.385 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-04-05 10:09:48.386 | BEGIN { 2024-04-05 10:09:48.386 | section = "" 2024-04-05 10:09:48.386 | last_section = "" 2024-04-05 10:09:48.386 | section_count = 0 2024-04-05 10:09:48.386 | } 2024-04-05 10:09:48.386 | /^\[.+\]/ { 2024-04-05 10:09:48.386 | gsub("[][]", "", $1); 2024-04-05 10:09:48.386 | section=$1 2024-04-05 10:09:48.386 | next 2024-04-05 10:09:48.386 | } 2024-04-05 10:09:48.386 | /^ *\#/ { 2024-04-05 10:09:48.386 | next 2024-04-05 10:09:48.386 | } 2024-04-05 10:09:48.386 | /^[^ \t]+/ { 2024-04-05 10:09:48.386 | # get offset of first = in $0 2024-04-05 10:09:48.386 | eq_idx = index($0, "=") 2024-04-05 10:09:48.386 | # extract attr & value from $0 2024-04-05 10:09:48.386 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 10:09:48.386 | value = substr($0, eq_idx + 1) 2024-04-05 10:09:48.386 | # only need to strip trailing whitespace from attr 2024-04-05 10:09:48.386 | sub(/[ \t]*$/, "", attr) 2024-04-05 10:09:48.386 | # need to strip leading & trailing whitespace from value 2024-04-05 10:09:48.386 | sub(/^[ \t]*/, "", value) 2024-04-05 10:09:48.386 | sub(/[ \t]*$/, "", value) 2024-04-05 10:09:48.386 | 2024-04-05 10:09:48.386 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 10:09:48.386 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 10:09:48.386 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 10:09:48.386 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 10:09:48.386 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 10:09:48.386 | if (section != last_section) { 2024-04-05 10:09:48.386 | cfg_section[section_count++] = section 2024-04-05 10:09:48.386 | last_section = section 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 10:09:48.387 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 10:09:48.387 | 2024-04-05 10:09:48.387 | cfg_attr[section, attr, 0] = value 2024-04-05 10:09:48.387 | cfg_attr_count[section, attr] = 1 2024-04-05 10:09:48.387 | } else { 2024-04-05 10:09:48.387 | lno = cfg_attr_count[section, attr]++ 2024-04-05 10:09:48.387 | cfg_attr[section, attr, lno] = value 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | END { 2024-04-05 10:09:48.387 | # Process each section in order 2024-04-05 10:09:48.387 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 10:09:48.387 | section = cfg_section[sno] 2024-04-05 10:09:48.387 | # The ini routines simply append a config item immediately 2024-04-05 10:09:48.387 | # after the section header. To keep the same order as defined 2024-04-05 10:09:48.387 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 10:09:48.387 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 10:09:48.387 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 10:09:48.387 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 10:09:48.387 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 10:09:48.387 | else { 2024-04-05 10:09:48.387 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 10:09:48.387 | count = cfg_attr_count[section, attr] 2024-04-05 10:09:48.387 | print "inidelete " configfile " " section " " attr 2024-04-05 10:09:48.387 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 10:09:48.387 | for (l = count -2; l >= 0; l--) 2024-04-05 10:09:48.387 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | } 2024-04-05 10:09:48.387 | ' 2024-04-05 10:09:48.388 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.388 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.388 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 10:09:48.389 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 10:09:48.391 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-04-05 10:09:48.393 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.395 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-04-05 10:09:48.397 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-04-05 10:09:48.397 | BEGIN { group = "" } 2024-04-05 10:09:48.398 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:09:48.398 | gsub("[][]", "", $1); 2024-04-05 10:09:48.398 | split($1, a, "|"); 2024-04-05 10:09:48.398 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 10:09:48.398 | group=a[1] 2024-04-05 10:09:48.398 | } else { 2024-04-05 10:09:48.398 | group="" 2024-04-05 10:09:48.398 | } 2024-04-05 10:09:48.398 | next 2024-04-05 10:09:48.398 | } 2024-04-05 10:09:48.398 | { 2024-04-05 10:09:48.398 | if (group != "") 2024-04-05 10:09:48.398 | print $0 2024-04-05 10:09:48.398 | } 2024-04-05 10:09:48.398 | ' /opt/stack/devstack/local.conf 2024-04-05 10:09:48.403 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-04-05 10:09:48.405 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-04-05 10:09:48.429 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.430 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-04-05 10:09:48.432 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-04-05 10:09:48.456 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.458 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-04-05 10:09:48.460 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-04-05 10:09:48.484 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.486 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-04-05 10:09:48.488 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-04-05 10:09:48.513 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.515 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-04-05 10:09:48.517 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-04-05 10:09:48.541 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.543 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-04-05 10:09:48.545 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-04-05 10:09:48.569 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.571 | + 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 10:09:48.573 | ++ 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 10:09:48.597 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.599 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-04-05 10:09:48.601 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-04-05 10:09:48.626 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.627 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-04-05 10:09:48.629 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-04-05 10:09:48.654 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.656 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-04-05 10:09:48.658 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-04-05 10:09:48.660 | + inc/meta-config:merge_config_group:180 : local dir 2024-04-05 10:09:48.662 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-04-05 10:09:48.665 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.667 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.669 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-04-05 10:09:48.672 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.675 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-04-05 10:09:48.677 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-04-05 10:09:48.679 | + 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 10:09:48.681 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.683 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 10:09:48.685 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.687 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 10:09:48.689 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.691 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.694 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.696 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-04-05 10:09:48.698 | + 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 10:09:48.698 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-04-05 10:09:48.699 | BEGIN { 2024-04-05 10:09:48.699 | section = "" 2024-04-05 10:09:48.699 | last_section = "" 2024-04-05 10:09:48.699 | section_count = 0 2024-04-05 10:09:48.699 | } 2024-04-05 10:09:48.699 | /^\[.+\]/ { 2024-04-05 10:09:48.699 | gsub("[][]", "", $1); 2024-04-05 10:09:48.699 | section=$1 2024-04-05 10:09:48.699 | next 2024-04-05 10:09:48.699 | } 2024-04-05 10:09:48.699 | /^ *\#/ { 2024-04-05 10:09:48.699 | next 2024-04-05 10:09:48.699 | } 2024-04-05 10:09:48.699 | /^[^ \t]+/ { 2024-04-05 10:09:48.699 | # get offset of first = in $0 2024-04-05 10:09:48.699 | eq_idx = index($0, "=") 2024-04-05 10:09:48.699 | # extract attr & value from $0 2024-04-05 10:09:48.699 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 10:09:48.699 | value = substr($0, eq_idx + 1) 2024-04-05 10:09:48.699 | # only need to strip trailing whitespace from attr 2024-04-05 10:09:48.699 | sub(/[ \t]*$/, "", attr) 2024-04-05 10:09:48.699 | # need to strip leading & trailing whitespace from value 2024-04-05 10:09:48.699 | sub(/^[ \t]*/, "", value) 2024-04-05 10:09:48.699 | sub(/[ \t]*$/, "", value) 2024-04-05 10:09:48.699 | 2024-04-05 10:09:48.700 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 10:09:48.700 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 10:09:48.700 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 10:09:48.700 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 10:09:48.700 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 10:09:48.700 | if (section != last_section) { 2024-04-05 10:09:48.700 | cfg_section[section_count++] = section 2024-04-05 10:09:48.700 | last_section = section 2024-04-05 10:09:48.700 | } 2024-04-05 10:09:48.700 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 10:09:48.700 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 10:09:48.700 | 2024-04-05 10:09:48.700 | cfg_attr[section, attr, 0] = value 2024-04-05 10:09:48.700 | cfg_attr_count[section, attr] = 1 2024-04-05 10:09:48.700 | } else { 2024-04-05 10:09:48.700 | lno = cfg_attr_count[section, attr]++ 2024-04-05 10:09:48.700 | cfg_attr[section, attr, lno] = value 2024-04-05 10:09:48.700 | } 2024-04-05 10:09:48.700 | } 2024-04-05 10:09:48.700 | END { 2024-04-05 10:09:48.700 | # Process each section in order 2024-04-05 10:09:48.700 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 10:09:48.700 | section = cfg_section[sno] 2024-04-05 10:09:48.700 | # The ini routines simply append a config item immediately 2024-04-05 10:09:48.700 | # after the section header. To keep the same order as defined 2024-04-05 10:09:48.700 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 10:09:48.701 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 10:09:48.701 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 10:09:48.701 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 10:09:48.701 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 10:09:48.701 | else { 2024-04-05 10:09:48.701 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 10:09:48.701 | count = cfg_attr_count[section, attr] 2024-04-05 10:09:48.701 | print "inidelete " configfile " " section " " attr 2024-04-05 10:09:48.701 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 10:09:48.701 | for (l = count -2; l >= 0; l--) 2024-04-05 10:09:48.701 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 10:09:48.701 | } 2024-04-05 10:09:48.701 | } 2024-04-05 10:09:48.701 | } 2024-04-05 10:09:48.701 | } 2024-04-05 10:09:48.701 | ' 2024-04-05 10:09:48.701 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.701 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:09:48.701 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 10:09:48.702 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 10:09:48.704 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-04-05 10:09:48.706 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:09:48.708 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-04-05 10:09:48.710 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-04-05 10:09:48.710 | BEGIN { group = "" } 2024-04-05 10:09:48.710 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:09:48.710 | gsub("[][]", "", $1); 2024-04-05 10:09:48.710 | split($1, a, "|"); 2024-04-05 10:09:48.710 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 10:09:48.710 | group=a[1] 2024-04-05 10:09:48.710 | } else { 2024-04-05 10:09:48.710 | group="" 2024-04-05 10:09:48.710 | } 2024-04-05 10:09:48.710 | next 2024-04-05 10:09:48.710 | } 2024-04-05 10:09:48.710 | { 2024-04-05 10:09:48.710 | if (group != "") 2024-04-05 10:09:48.710 | print $0 2024-04-05 10:09:48.710 | } 2024-04-05 10:09:48.710 | ' /opt/stack/devstack/local.conf 2024-04-05 10:09:48.715 | + 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 10:09:48.717 | ++ 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 10:09:48.739 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.741 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-04-05 10:09:48.743 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-04-05 10:09:48.767 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.769 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-04-05 10:09:48.771 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-04-05 10:09:48.794 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:09:48.797 | + stack.sh:main:1272 : is_service_enabled swift 2024-04-05 10:09:48.810 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:48.812 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 10:09:48.814 | + stack.sh:main:1281 : is_service_enabled cinder 2024-04-05 10:09:48.827 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:48.829 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 10:09:48.855 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-04-05 10:09:48.890 | [3464 Async configure_neutron_nova:44067]: Waiting for completion of configure_neutron_nova running on PID 44067 (2 other jobs running) 2024-04-05 10:09:48.907 | [3464 Async configure_neutron_nova:44067]: Signaling child to exit 2024-04-05 10:09:48.907 | WAKEUP 2024-04-05 10:09:48.922 | [3464 Async configure_neutron_nova:44067]: Signaled 2024-04-05 10:09:48.923 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-04-05 10:09:48.923 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-04-05 10:09:48.923 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-04-05 10:09:48.923 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-04-05 10:09:48.923 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-04-05 10:09:48.923 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-04-05 10:09:48.953 | [3464 Async configure_neutron_nova:44067]: finished configure_neutron_nova with result 0 in 0 seconds 2024-04-05 10:09:48.958 | + inc/async:async_wait:197 : return 0 2024-04-05 10:09:48.960 | + stack.sh:main:1291 : is_service_enabled nova 2024-04-05 10:09:48.973 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:48.975 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 10:09:49.000 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-04-05 10:09:49.027 | + stack.sh:main:1297 : is_service_enabled n-api 2024-04-05 10:09:49.041 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:49.043 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-04-05 10:09:49.045 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:49.047 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-04-05 10:09:49.049 | + stack.sh:main:1299 : start_nova_api 2024-04-05 10:09:49.051 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-04-05 10:09:49.053 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-04-05 10:09:49.055 | + lib/nova:start_nova_api:972 : local nova_url 2024-04-05 10:09:49.057 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-04-05 10:09:49.070 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:49.072 | + 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 10:09:49.074 | + 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 10:09:49.076 | + 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 10:09:49.078 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-04-05 10:09:49.081 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-04-05 10:09:49.084 | + 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 10:09:49.086 | + functions-common:run_process:1689 : local service=n-api 2024-04-05 10:09:49.088 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-04-05 10:09:49.090 | + functions-common:run_process:1691 : local group= 2024-04-05 10:09:49.092 | + functions-common:run_process:1692 : local user= 2024-04-05 10:09:49.094 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:09:49.096 | + functions-common:run_process:1695 : local name=n-api 2024-04-05 10:09:49.098 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:09:49.100 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:09:49.102 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:49.104 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:49.106 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:49.110 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311789108 2024-04-05 10:09:49.112 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-04-05 10:09:49.124 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:49.127 | + 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 10:09:49.129 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-04-05 10:09:49.131 | + 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 10:09:49.133 | + 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 10:09:49.135 | + 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 10:09:49.137 | + 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 10:09:49.138 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-04-05 10:09:49.140 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-04-05 10:09:49.142 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-04-05 10:09:49.144 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:09:49.146 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:09:49.148 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:09:49.150 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:09:49.152 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-04-05 10:09:49.155 | + 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 10:09:49.157 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-04-05 10:09:49.159 | + 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 10:09:49.160 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 10:09:49.162 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 10:09:49.164 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 10:09:49.165 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-04-05 10:09:49.167 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 10:09:49.170 | + 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 10:09:49.219 | + 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 10:09:49.266 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-04-05 10:09:49.307 | + 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 10:09:49.348 | + 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 10:09:49.388 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-04-05 10:09:49.429 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-04-05 10:09:49.469 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-04-05 10:09:49.509 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-04-05 10:09:49.549 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-04-05 10:09:49.590 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 10:09:49.592 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 10:09:49.593 | + 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 10:09:49.641 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 10:09:49.927 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-04-05 10:09:49.937 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-04-05 10:09:50.224 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-04-05 10:09:50.313 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:09:50.316 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:50.318 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:50.320 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:50.322 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:50.324 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:50.326 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:09:50.328 | + functions-common:time_stop:2442 : start_time=1712311789108 2024-04-05 10:09:50.330 | + functions-common:time_stop:2444 : [[ -z 1712311789108 ]] 2024-04-05 10:09:50.333 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:50.337 | + functions-common:time_stop:2447 : end_time=1712311790335 2024-04-05 10:09:50.339 | + functions-common:time_stop:2448 : elapsed_time=1227 2024-04-05 10:09:50.341 | + functions-common:time_stop:2449 : total=1409 2024-04-05 10:09:50.343 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:50.345 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2636 2024-04-05 10:09:50.347 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-04-05 10:09:50.350 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-04-05 10:09:50.350 | Waiting for nova-api to start... 2024-04-05 10:09:50.352 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-04-05 10:09:50.354 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 10:09:50.356 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-04-05 10:09:50.358 | + functions:wait_for_service:470 : local rval=0 2024-04-05 10:09:50.360 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 10:09:50.362 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 10:09:50.364 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:50.366 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:50.368 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:50.372 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311790370 2024-04-05 10:09:50.374 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 10:09:50.381 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-04-05 10:09:53.102 | + :: : [[ 200 == 503 ]] 2024-04-05 10:09:53.103 | + :: : [[ 0 -eq 7 ]] 2024-04-05 10:09:53.106 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 10:09:53.108 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:53.110 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:53.112 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:53.114 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:53.116 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:53.118 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 10:09:53.120 | + functions-common:time_stop:2442 : start_time=1712311790370 2024-04-05 10:09:53.122 | + functions-common:time_stop:2444 : [[ -z 1712311790370 ]] 2024-04-05 10:09:53.125 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:53.129 | + functions-common:time_stop:2447 : end_time=1712311793127 2024-04-05 10:09:53.131 | + functions-common:time_stop:2448 : elapsed_time=2757 2024-04-05 10:09:53.133 | + functions-common:time_stop:2449 : total=2420 2024-04-05 10:09:53.135 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:53.137 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5177 2024-04-05 10:09:53.140 | + functions:wait_for_service:478 : return 0 2024-04-05 10:09:53.142 | + 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 10:09:53.145 | + 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 10:09:53.147 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-04-05 10:09:53.163 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:53.165 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-04-05 10:09:53.180 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:53.182 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-04-05 10:09:53.196 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:53.198 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-04-05 10:09:53.200 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:53.202 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-04-05 10:09:53.204 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-04-05 10:09:53.207 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-04-05 10:09:53.209 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-04-05 10:09:53.234 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-04-05 10:09:53.236 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-04-05 10:09:53.238 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-04-05 10:09:53.240 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-04-05 10:09:53.265 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-04-05 10:09:53.289 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-04-05 10:09:53.291 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-04-05 10:09:53.293 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-04-05 10:09:53.296 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-04-05 10:09:53.298 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-04-05 10:09:53.300 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-04-05 10:09:53.303 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-04-05 10:09:53.305 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-04-05 10:09:53.307 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-04-05 10:09:53.309 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-04-05 10:09:53.311 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-04-05 10:09:53.313 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-04-05 10:09:53.315 | +++ 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 10:09:53.317 | +++ 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 10:09:53.320 | ++ 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 10:09:53.322 | ++ 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 10:09:53.324 | ++ 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 10:09:53.326 | + 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 10:09:53.328 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-04-05 10:09:53.341 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:53.343 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-04-05 10:09:53.345 | + 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 10:09:53.347 | + functions-common:run_process:1689 : local service=q-svc 2024-04-05 10:09:53.349 | + 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 10:09:53.351 | + functions-common:run_process:1691 : local group= 2024-04-05 10:09:53.353 | + functions-common:run_process:1692 : local user= 2024-04-05 10:09:53.355 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:09:53.357 | + functions-common:run_process:1695 : local name=q-svc 2024-04-05 10:09:53.359 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:09:53.361 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:09:53.363 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:53.365 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:53.368 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:53.371 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311793369 2024-04-05 10:09:53.373 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-04-05 10:09:53.387 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:53.389 | + 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 10:09:53.391 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-04-05 10:09:53.393 | + 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 10:09:53.395 | + 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 10:09:53.397 | + 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 10:09:53.399 | + 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 10:09:53.401 | + 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 10:09:53.403 | + 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 10:09:53.405 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-04-05 10:09:53.407 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:09:53.409 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:09:53.411 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:09:53.413 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:09:53.415 | + 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 10:09:53.418 | + 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 10:09:53.419 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-04-05 10:09:53.421 | + 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 10:09:53.423 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:09:53.425 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:09:53.427 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:09:53.428 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:09:53.430 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:09:53.432 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-04-05 10:09:53.434 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:09:53.437 | + 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 10:09:53.487 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-04-05 10:09:53.540 | + 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 10:09:53.586 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-04-05 10:09:53.627 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-04-05 10:09:53.668 | + 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 10:09:53.708 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:09:53.710 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:09:53.712 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-04-05 10:09:53.759 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:09:54.087 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-04-05 10:09:54.097 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-04-05 10:09:54.405 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-04-05 10:09:54.441 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:09:54.443 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:54.445 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:54.447 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:54.450 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:54.451 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:54.453 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:09:54.455 | + functions-common:time_stop:2442 : start_time=1712311793369 2024-04-05 10:09:54.457 | + functions-common:time_stop:2444 : [[ -z 1712311793369 ]] 2024-04-05 10:09:54.459 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:54.463 | + functions-common:time_stop:2447 : end_time=1712311794461 2024-04-05 10:09:54.465 | + functions-common:time_stop:2448 : elapsed_time=1092 2024-04-05 10:09:54.467 | + functions-common:time_stop:2449 : total=2636 2024-04-05 10:09:54.469 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:54.470 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3728 2024-04-05 10:09:54.472 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-04-05 10:09:54.474 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-04-05 10:09:54.488 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:09:54.490 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-04-05 10:09:54.492 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-04-05 10:09:54.494 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-04-05 10:09:54.494 | Waiting for Neutron to start... 2024-04-05 10:09:54.496 | + 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 10:09:54.498 | + 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 10:09:54.500 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-04-05 10:09:54.502 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-04-05 10:09:54.504 | + functions-common:test_with_retry:2375 : local until=60 2024-04-05 10:09:54.506 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-04-05 10:09:54.508 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-04-05 10:09:54.510 | + functions-common:time_start:2421 : local name=test_with_retry 2024-04-05 10:09:54.512 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:54.514 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:54.516 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:54.520 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311794518 2024-04-05 10:09:54.522 | + 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 10:09:57.560 | {"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 10:09:57.562 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:57.565 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:57.567 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:57.569 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:57.571 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:57.573 | + functions-common:time_stop:2441 : name=test_with_retry 2024-04-05 10:09:57.575 | + functions-common:time_stop:2442 : start_time=1712311794518 2024-04-05 10:09:57.577 | + functions-common:time_stop:2444 : [[ -z 1712311794518 ]] 2024-04-05 10:09:57.579 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:57.583 | + functions-common:time_stop:2447 : end_time=1712311797581 2024-04-05 10:09:57.585 | + functions-common:time_stop:2448 : elapsed_time=3063 2024-04-05 10:09:57.587 | + functions-common:time_stop:2449 : total=0 2024-04-05 10:09:57.589 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:57.591 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3063 2024-04-05 10:09:57.593 | + stack.sh:main:1318 : is_service_enabled placement 2024-04-05 10:09:57.607 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:57.609 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-04-05 10:09:57.611 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:09:57.613 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-04-05 10:09:57.615 | + stack.sh:main:1320 : start_placement 2024-04-05 10:09:57.617 | + lib/placement:start_placement:173 : start_placement_api 2024-04-05 10:09:57.619 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-04-05 10:09:57.621 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-04-05 10:09:57.625 | + 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 10:09:57.627 | + functions-common:run_process:1689 : local service=placement-api 2024-04-05 10:09:57.629 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 10:09:57.631 | + functions-common:run_process:1691 : local group= 2024-04-05 10:09:57.632 | + functions-common:run_process:1692 : local user= 2024-04-05 10:09:57.635 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:09:57.637 | + functions-common:run_process:1695 : local name=placement-api 2024-04-05 10:09:57.639 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:09:57.641 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:09:57.643 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:57.645 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:57.647 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:57.650 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311797648 2024-04-05 10:09:57.652 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-04-05 10:09:57.665 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:09:57.667 | + 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 10:09:57.669 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-04-05 10:09:57.671 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 10:09:57.673 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 10:09:57.675 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 10:09:57.677 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-04-05 10:09:57.679 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-04-05 10:09:57.681 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-04-05 10:09:57.683 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-04-05 10:09:57.685 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:09:57.687 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:09:57.690 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:09:57.692 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:09:57.694 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-04-05 10:09:57.696 | + 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 10:09:57.698 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-04-05 10:09:57.700 | + 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 10:09:57.701 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 10:09:57.703 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 10:09:57.705 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 10:09:57.707 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-04-05 10:09:57.709 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 10:09:57.712 | + 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 10:09:57.762 | + 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 10:09:57.810 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-04-05 10:09:57.852 | + 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 10:09:57.894 | + 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 10:09:57.936 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-04-05 10:09:57.978 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-04-05 10:09:58.018 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-04-05 10:09:58.059 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-04-05 10:09:58.101 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-04-05 10:09:58.142 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 10:09:58.144 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 10:09:58.146 | + 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 10:09:58.194 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 10:09:58.493 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-04-05 10:09:58.503 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-04-05 10:09:58.811 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-04-05 10:09:58.880 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:09:58.883 | + functions-common:time_stop:2435 : local name 2024-04-05 10:09:58.885 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:09:58.887 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:09:58.889 | + functions-common:time_stop:2438 : local total 2024-04-05 10:09:58.891 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:09:58.893 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:09:58.895 | + functions-common:time_stop:2442 : start_time=1712311797648 2024-04-05 10:09:58.897 | + functions-common:time_stop:2444 : [[ -z 1712311797648 ]] 2024-04-05 10:09:58.900 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:09:58.903 | + functions-common:time_stop:2447 : end_time=1712311798901 2024-04-05 10:09:58.905 | + functions-common:time_stop:2448 : elapsed_time=1253 2024-04-05 10:09:58.907 | + functions-common:time_stop:2449 : total=3728 2024-04-05 10:09:58.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:09:58.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4981 2024-04-05 10:09:58.913 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-04-05 10:09:58.913 | Waiting for placement-api to start... 2024-04-05 10:09:58.915 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-04-05 10:09:58.917 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 10:09:58.919 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-04-05 10:09:58.921 | + functions:wait_for_service:470 : local rval=0 2024-04-05 10:09:58.923 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 10:09:58.925 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 10:09:58.927 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:09:58.929 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:09:58.931 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:09:58.935 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311798933 2024-04-05 10:09:58.937 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 10:09:58.941 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-04-05 10:10:00.204 | + :: : [[ 200 == 503 ]] 2024-04-05 10:10:00.205 | + :: : [[ 0 -eq 7 ]] 2024-04-05 10:10:00.208 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 10:10:00.210 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:00.212 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:00.214 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:00.216 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:00.218 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:00.220 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 10:10:00.222 | + functions-common:time_stop:2442 : start_time=1712311798933 2024-04-05 10:10:00.224 | + functions-common:time_stop:2444 : [[ -z 1712311798933 ]] 2024-04-05 10:10:00.226 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:00.230 | + functions-common:time_stop:2447 : end_time=1712311800228 2024-04-05 10:10:00.232 | + functions-common:time_stop:2448 : elapsed_time=1295 2024-04-05 10:10:00.234 | + functions-common:time_stop:2449 : total=5177 2024-04-05 10:10:00.236 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:00.238 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6472 2024-04-05 10:10:00.240 | + functions:wait_for_service:478 : return 0 2024-04-05 10:10:00.242 | + stack.sh:main:1323 : is_service_enabled neutron 2024-04-05 10:10:00.256 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:00.258 | + stack.sh:main:1324 : start_neutron 2024-04-05 10:10:00.260 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-04-05 10:10:00.262 | + 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 10:10:00.264 | + functions-common:run_process:1689 : local service=q-agt 2024-04-05 10:10:00.266 | + 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 10:10:00.268 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:00.271 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:00.273 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:00.275 | + functions-common:run_process:1695 : local name=q-agt 2024-04-05 10:10:00.277 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:00.279 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:00.281 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:00.283 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:00.286 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:00.289 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311800287 2024-04-05 10:10:00.291 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-04-05 10:10:00.304 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:00.306 | + 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 10:10:00.308 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-04-05 10:10:00.310 | + 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 10:10:00.312 | + 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 10:10:00.314 | + 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 10:10:00.316 | + 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 10:10:00.318 | + 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 10:10:00.320 | + 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 10:10:00.322 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-04-05 10:10:00.324 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:00.326 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:00.328 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:00.330 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:00.332 | + 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 10:10:00.334 | + 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 10:10:00.336 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-04-05 10:10:00.338 | + 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 10:10:00.340 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:00.342 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:00.344 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:00.345 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:00.347 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:00.349 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-04-05 10:10:00.351 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:00.354 | + 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 10:10:00.403 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-04-05 10:10:00.451 | + 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 10:10:00.493 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-04-05 10:10:00.533 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-04-05 10:10:00.574 | + 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 10:10:00.617 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:00.618 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:00.620 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-04-05 10:10:00.670 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:01.016 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-04-05 10:10:01.026 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-04-05 10:10:01.333 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-04-05 10:10:01.389 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:01.391 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:01.393 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:01.395 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:01.397 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:01.399 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:01.401 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:01.403 | + functions-common:time_stop:2442 : start_time=1712311800287 2024-04-05 10:10:01.405 | + functions-common:time_stop:2444 : [[ -z 1712311800287 ]] 2024-04-05 10:10:01.407 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:01.411 | + functions-common:time_stop:2447 : end_time=1712311801409 2024-04-05 10:10:01.413 | + functions-common:time_stop:2448 : elapsed_time=1122 2024-04-05 10:10:01.415 | + functions-common:time_stop:2449 : total=4981 2024-04-05 10:10:01.417 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:01.419 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6103 2024-04-05 10:10:01.421 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-04-05 10:10:01.423 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-05 10:10:01.424 | + functions-common:is_provider_network:2287 : return 1 2024-04-05 10:10:01.426 | + lib/neutron:start_neutron:620 : start_other_agents 2024-04-05 10:10:01.428 | + 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 10:10:01.430 | + functions-common:run_process:1689 : local service=q-dhcp 2024-04-05 10:10:01.432 | + 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 10:10:01.433 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:01.435 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:01.437 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:01.439 | + functions-common:run_process:1695 : local name=q-dhcp 2024-04-05 10:10:01.441 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:01.443 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:01.445 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:01.447 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:01.450 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:01.453 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311801451 2024-04-05 10:10:01.455 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-04-05 10:10:01.469 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:01.471 | + 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 10:10:01.473 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-04-05 10:10:01.475 | + 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 10:10:01.477 | + 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 10:10:01.479 | + 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 10:10:01.481 | + 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 10:10:01.483 | + 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 10:10:01.485 | + 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 10:10:01.487 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-04-05 10:10:01.489 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:01.491 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:01.493 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:01.495 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:01.497 | + 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 10:10:01.499 | + 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 10:10:01.501 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-04-05 10:10:01.503 | + 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 10:10:01.505 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:01.507 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:01.509 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:01.511 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:01.513 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:01.515 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-04-05 10:10:01.518 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:01.521 | + 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 10:10:01.572 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-04-05 10:10:01.623 | + 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 10:10:01.665 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-04-05 10:10:01.707 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-04-05 10:10:01.751 | + 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 10:10:01.795 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:01.797 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:01.799 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-04-05 10:10:01.851 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:02.176 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-04-05 10:10:02.186 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-04-05 10:10:02.481 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-04-05 10:10:02.535 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:02.537 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:02.539 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:02.541 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:02.543 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:02.545 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:02.547 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:02.549 | + functions-common:time_stop:2442 : start_time=1712311801451 2024-04-05 10:10:02.551 | + functions-common:time_stop:2444 : [[ -z 1712311801451 ]] 2024-04-05 10:10:02.554 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:02.557 | + functions-common:time_stop:2447 : end_time=1712311802555 2024-04-05 10:10:02.559 | + functions-common:time_stop:2448 : elapsed_time=1104 2024-04-05 10:10:02.561 | + functions-common:time_stop:2449 : total=6103 2024-04-05 10:10:02.563 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:02.565 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7207 2024-04-05 10:10:02.567 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-04-05 10:10:02.569 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-04-05 10:10:02.571 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-04-05 10:10:02.574 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-04-05 10:10:02.576 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 10:10:02.578 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 10:10:02.580 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 10:10:02.582 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-04-05 10:10:02.584 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-04-05 10:10:02.586 | + 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 10:10:02.588 | + functions-common:run_process:1689 : local service=q-l3 2024-04-05 10:10:02.590 | + 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 10:10:02.592 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:02.594 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:02.596 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:02.598 | + functions-common:run_process:1695 : local name=q-l3 2024-04-05 10:10:02.600 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:02.602 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:02.603 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:02.605 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:02.608 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:02.611 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311802609 2024-04-05 10:10:02.613 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-04-05 10:10:02.628 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:02.630 | + 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 10:10:02.632 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-04-05 10:10:02.634 | + 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 10:10:02.636 | + 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 10:10:02.638 | + 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 10:10:02.640 | + 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 10:10:02.642 | + 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 10:10:02.644 | + 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 10:10:02.646 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-04-05 10:10:02.648 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:02.650 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:02.652 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:02.654 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:02.656 | + 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 10:10:02.658 | + 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 10:10:02.660 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-04-05 10:10:02.662 | + 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 10:10:02.664 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:02.666 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:02.667 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:02.669 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:02.671 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:02.673 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-04-05 10:10:02.675 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:02.678 | + 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 10:10:02.728 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-04-05 10:10:02.778 | + 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 10:10:02.821 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-04-05 10:10:02.863 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-04-05 10:10:02.906 | + 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 10:10:02.951 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:02.953 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:02.956 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-04-05 10:10:03.013 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:03.329 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-04-05 10:10:03.339 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-04-05 10:10:03.659 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-04-05 10:10:03.701 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:03.703 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:03.705 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:03.707 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:03.709 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:03.711 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:03.713 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:03.715 | + functions-common:time_stop:2442 : start_time=1712311802609 2024-04-05 10:10:03.717 | + functions-common:time_stop:2444 : [[ -z 1712311802609 ]] 2024-04-05 10:10:03.719 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:03.722 | + functions-common:time_stop:2447 : end_time=1712311803720 2024-04-05 10:10:03.724 | + functions-common:time_stop:2448 : elapsed_time=1111 2024-04-05 10:10:03.726 | + functions-common:time_stop:2449 : total=7207 2024-04-05 10:10:03.728 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:03.730 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8318 2024-04-05 10:10:03.733 | + 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 10:10:03.735 | + functions-common:run_process:1689 : local service=q-meta 2024-04-05 10:10:03.737 | + 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 10:10:03.738 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:03.740 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:03.742 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:03.744 | + functions-common:run_process:1695 : local name=q-meta 2024-04-05 10:10:03.746 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:03.748 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:03.750 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:03.752 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:03.754 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:03.758 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311803756 2024-04-05 10:10:03.760 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-04-05 10:10:03.774 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:03.776 | + 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 10:10:03.778 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-04-05 10:10:03.780 | + 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 10:10:03.782 | + 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 10:10:03.783 | + 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 10:10:03.786 | + 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 10:10:03.788 | + 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 10:10:03.790 | + 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 10:10:03.792 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-04-05 10:10:03.794 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:03.796 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:03.798 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:03.800 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:03.802 | + 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 10:10:03.804 | + 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 10:10:03.806 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-04-05 10:10:03.808 | + 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 10:10:03.810 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:03.812 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:03.813 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:03.815 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:03.817 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:03.819 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-04-05 10:10:03.821 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:03.824 | + 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 10:10:03.875 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-04-05 10:10:03.926 | + 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 10:10:03.969 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-04-05 10:10:04.010 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-04-05 10:10:04.054 | + 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 10:10:04.125 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:04.127 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:04.130 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-04-05 10:10:04.182 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:04.503 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-04-05 10:10:04.513 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-04-05 10:10:04.838 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-04-05 10:10:04.882 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:04.884 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:04.886 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:04.888 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:04.890 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:04.892 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:04.894 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:04.896 | + functions-common:time_stop:2442 : start_time=1712311803756 2024-04-05 10:10:04.898 | + functions-common:time_stop:2444 : [[ -z 1712311803756 ]] 2024-04-05 10:10:04.901 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:04.904 | + functions-common:time_stop:2447 : end_time=1712311804901 2024-04-05 10:10:04.906 | + functions-common:time_stop:2448 : elapsed_time=1145 2024-04-05 10:10:04.908 | + functions-common:time_stop:2449 : total=8318 2024-04-05 10:10:04.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:04.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9463 2024-04-05 10:10:04.913 | + 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 10:10:04.915 | + functions-common:run_process:1689 : local service=q-metering 2024-04-05 10:10:04.917 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-04-05 10:10:04.919 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:04.921 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:04.923 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:04.925 | + functions-common:run_process:1695 : local name=q-metering 2024-04-05 10:10:04.926 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:04.928 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:04.930 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:04.932 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:04.934 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:04.938 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311804936 2024-04-05 10:10:04.940 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-04-05 10:10:04.954 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:04.956 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:04.958 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:04.959 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:04.961 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:04.963 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:04.965 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:04.967 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:04.969 | + functions-common:time_stop:2442 : start_time=1712311804936 2024-04-05 10:10:04.971 | + functions-common:time_stop:2444 : [[ -z 1712311804936 ]] 2024-04-05 10:10:04.973 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:04.977 | + functions-common:time_stop:2447 : end_time=1712311804974 2024-04-05 10:10:04.978 | + functions-common:time_stop:2448 : elapsed_time=38 2024-04-05 10:10:04.980 | + functions-common:time_stop:2449 : total=9463 2024-04-05 10:10:04.982 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:04.984 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9501 2024-04-05 10:10:04.986 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-04-05 10:10:05.000 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:05.001 | + stack.sh:main:1327 : [[ True == \T\r\u\e ]] 2024-04-05 10:10:05.003 | + stack.sh:main:1328 : echo_summary 'Creating initial neutron network elements' 2024-04-05 10:10:05.005 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:05.007 | + stack.sh:echo_summary:472 : echo -e Creating initial neutron network elements 2024-04-05 10:10:05.009 | + stack.sh:main:1331 : type -p neutron_plugin_create_initial_networks 2024-04-05 10:10:05.011 | + stack.sh:main:1334 : create_neutron_initial_network 2024-04-05 10:10:05.013 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-04-05 10:10:05.015 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-04-05 10:10:05.017 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-04-05 10:10:05.020 | ++ 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 10:10:06.516 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:06.518 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 10:10:06.518 | address-scope 2024-04-05 10:10:06.518 | router-admin-state-down-before-update 2024-04-05 10:10:06.518 | agent 2024-04-05 10:10:06.518 | agent-resources-synced 2024-04-05 10:10:06.518 | allowed-address-pairs 2024-04-05 10:10:06.518 | auto-allocated-topology 2024-04-05 10:10:06.518 | availability_zone 2024-04-05 10:10:06.518 | availability_zone_filter 2024-04-05 10:10:06.518 | default-subnetpools 2024-04-05 10:10:06.518 | dhcp_agent_scheduler 2024-04-05 10:10:06.518 | dvr 2024-04-05 10:10:06.518 | empty-string-filtering 2024-04-05 10:10:06.518 | external-net 2024-04-05 10:10:06.518 | extra_dhcp_opt 2024-04-05 10:10:06.518 | extraroute 2024-04-05 10:10:06.518 | extraroute-atomic 2024-04-05 10:10:06.518 | filter-validation 2024-04-05 10:10:06.518 | floating-ip-port-forwarding-detail 2024-04-05 10:10:06.518 | fip-port-details 2024-04-05 10:10:06.518 | flavors 2024-04-05 10:10:06.518 | floatingip-pools 2024-04-05 10:10:06.518 | ip-substring-filtering 2024-04-05 10:10:06.518 | router 2024-04-05 10:10:06.518 | ext-gw-mode 2024-04-05 10:10:06.518 | l3-ha 2024-04-05 10:10:06.518 | l3-flavors 2024-04-05 10:10:06.518 | l3-port-ip-change-not-allowed 2024-04-05 10:10:06.518 | l3_agent_scheduler 2024-04-05 10:10:06.518 | multi-provider 2024-04-05 10:10:06.518 | net-mtu 2024-04-05 10:10:06.518 | net-mtu-writable 2024-04-05 10:10:06.518 | network_availability_zone 2024-04-05 10:10:06.518 | network-ip-availability 2024-04-05 10:10:06.518 | pagination 2024-04-05 10:10:06.518 | port-device-profile 2024-04-05 10:10:06.518 | port-mac-override 2024-04-05 10:10:06.518 | port-mac-address-regenerate 2024-04-05 10:10:06.518 | port-numa-affinity-policy 2024-04-05 10:10:06.518 | binding 2024-04-05 10:10:06.518 | binding-extended 2024-04-05 10:10:06.518 | port-security 2024-04-05 10:10:06.518 | project-id 2024-04-05 10:10:06.518 | provider 2024-04-05 10:10:06.518 | quota-check-limit 2024-04-05 10:10:06.518 | quotas 2024-04-05 10:10:06.518 | quota_details 2024-04-05 10:10:06.518 | rbac-policies 2024-04-05 10:10:06.518 | rbac-address-group 2024-04-05 10:10:06.518 | rbac-address-scope 2024-04-05 10:10:06.518 | rbac-security-groups 2024-04-05 10:10:06.518 | rbac-subnetpool 2024-04-05 10:10:06.518 | revision-if-match 2024-04-05 10:10:06.518 | standard-attr-revisions 2024-04-05 10:10:06.518 | router_availability_zone 2024-04-05 10:10:06.518 | security-groups-normalized-cidr 2024-04-05 10:10:06.518 | port-security-groups-filtering 2024-04-05 10:10:06.518 | security-groups-remote-address-group 2024-04-05 10:10:06.518 | security-groups-shared-filtering 2024-04-05 10:10:06.518 | security-group 2024-04-05 10:10:06.518 | service-type 2024-04-05 10:10:06.518 | sorting 2024-04-05 10:10:06.518 | standard-attr-description 2024-04-05 10:10:06.518 | stateful-security-group 2024-04-05 10:10:06.518 | subnet_onboard 2024-04-05 10:10:06.519 | subnet-service-types 2024-04-05 10:10:06.519 | subnet_allocation 2024-04-05 10:10:06.519 | subnetpool-prefix-ops 2024-04-05 10:10:06.519 | standard-attr-tag 2024-04-05 10:10:06.519 | standard-attr-timestamp 2024-04-05 10:10:06.519 | nsxt-ops' 2024-04-05 10:10:06.521 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 10:10:06.521 | address-scope 2024-04-05 10:10:06.521 | router-admin-state-down-before-update 2024-04-05 10:10:06.521 | agent 2024-04-05 10:10:06.521 | agent-resources-synced 2024-04-05 10:10:06.521 | allowed-address-pairs 2024-04-05 10:10:06.521 | auto-allocated-topology 2024-04-05 10:10:06.521 | availability_zone 2024-04-05 10:10:06.521 | availability_zone_filter 2024-04-05 10:10:06.521 | default-subnetpools 2024-04-05 10:10:06.521 | dhcp_agent_scheduler 2024-04-05 10:10:06.521 | dvr 2024-04-05 10:10:06.521 | empty-string-filtering 2024-04-05 10:10:06.521 | external-net 2024-04-05 10:10:06.521 | extra_dhcp_opt 2024-04-05 10:10:06.521 | extraroute 2024-04-05 10:10:06.521 | extraroute-atomic 2024-04-05 10:10:06.521 | filter-validation 2024-04-05 10:10:06.521 | floating-ip-port-forwarding-detail 2024-04-05 10:10:06.521 | fip-port-details 2024-04-05 10:10:06.521 | flavors 2024-04-05 10:10:06.521 | floatingip-pools 2024-04-05 10:10:06.521 | ip-substring-filtering 2024-04-05 10:10:06.521 | router 2024-04-05 10:10:06.521 | ext-gw-mode 2024-04-05 10:10:06.521 | l3-ha 2024-04-05 10:10:06.521 | l3-flavors 2024-04-05 10:10:06.521 | l3-port-ip-change-not-allowed 2024-04-05 10:10:06.521 | l3_agent_scheduler 2024-04-05 10:10:06.521 | multi-provider 2024-04-05 10:10:06.521 | net-mtu 2024-04-05 10:10:06.521 | net-mtu-writable 2024-04-05 10:10:06.521 | network_availability_zone 2024-04-05 10:10:06.521 | network-ip-availability 2024-04-05 10:10:06.521 | pagination 2024-04-05 10:10:06.521 | port-device-profile 2024-04-05 10:10:06.521 | port-mac-override 2024-04-05 10:10:06.521 | port-mac-address-regenerate 2024-04-05 10:10:06.521 | port-numa-affinity-policy 2024-04-05 10:10:06.521 | binding 2024-04-05 10:10:06.521 | binding-extended 2024-04-05 10:10:06.521 | port-security 2024-04-05 10:10:06.521 | project-id 2024-04-05 10:10:06.521 | provider 2024-04-05 10:10:06.521 | quota-check-limit 2024-04-05 10:10:06.521 | quotas 2024-04-05 10:10:06.521 | quota_details 2024-04-05 10:10:06.521 | rbac-policies 2024-04-05 10:10:06.521 | rbac-address-group 2024-04-05 10:10:06.521 | rbac-address-scope 2024-04-05 10:10:06.521 | rbac-security-groups 2024-04-05 10:10:06.521 | rbac-subnetpool 2024-04-05 10:10:06.521 | revision-if-match 2024-04-05 10:10:06.521 | standard-attr-revisions 2024-04-05 10:10:06.521 | router_availability_zone 2024-04-05 10:10:06.521 | security-groups-normalized-cidr 2024-04-05 10:10:06.521 | port-security-groups-filtering 2024-04-05 10:10:06.521 | security-groups-remote-address-group 2024-04-05 10:10:06.521 | security-groups-shared-filtering 2024-04-05 10:10:06.521 | security-group 2024-04-05 10:10:06.521 | service-type 2024-04-05 10:10:06.521 | sorting 2024-04-05 10:10:06.521 | standard-attr-description 2024-04-05 10:10:06.521 | stateful-security-group 2024-04-05 10:10:06.521 | subnet_onboard 2024-04-05 10:10:06.521 | subnet-service-types 2024-04-05 10:10:06.521 | subnet_allocation 2024-04-05 10:10:06.521 | subnetpool-prefix-ops 2024-04-05 10:10:06.521 | standard-attr-tag 2024-04-05 10:10:06.521 | standard-attr-timestamp 2024-04-05 10:10:06.521 | nsxt-ops =~ auto-allocated-topology ]] 2024-04-05 10:10:06.523 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 10:10:06.525 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-04-05 10:10:06.527 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-04-05 10:10:06.530 | ++ 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 10:10:08.065 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:08.068 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=86467dc1-99c8-431a-832b-7f458c65a860 2024-04-05 10:10:08.070 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-04-05 10:10:08.072 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-04-05 10:10:08.074 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-05 10:10:08.076 | + functions-common:is_provider_network:2287 : return 1 2024-04-05 10:10:08.079 | ++ 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 10:10:09.629 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:09.633 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=f3d64a04-4238-4182-bf24-eccc126977f5 2024-04-05 10:10:09.635 | + 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 10:10:09.637 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 10:10:09.650 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-04-05 10:10:09.653 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-04-05 10:10:09.655 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 86467dc1-99c8-431a-832b-7f458c65a860 ']' 2024-04-05 10:10:09.657 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-04-05 10:10:09.659 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-04-05 10:10:09.661 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 86467dc1-99c8-431a-832b-7f458c65a860 ' 2024-04-05 10:10:09.663 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-04-05 10:10:09.665 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network f3d64a04-4238-4182-bf24-eccc126977f5 private-subnet' 2024-04-05 10:10:09.667 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-04-05 10:10:09.670 | +++ 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 86467dc1-99c8-431a-832b-7f458c65a860 --network f3d64a04-4238-4182-bf24-eccc126977f5 private-subnet -f value -c id 2024-04-05 10:10:11.205 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:11.208 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=04e8f357-53ac-4b22-be9e-31f13361b553 2024-04-05 10:10:11.210 | ++ 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 10:10:11.212 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 10:10:11.224 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 04e8f357-53ac-4b22-be9e-31f13361b553 2024-04-05 10:10:11.227 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=04e8f357-53ac-4b22-be9e-31f13361b553 2024-04-05 10:10:11.229 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-04-05 10:10:11.230 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-04-05 10:10:11.232 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-04-05 10:10:11.235 | ++ 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 10:10:12.511 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:12.514 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 10:10:12.514 | address-scope 2024-04-05 10:10:12.514 | router-admin-state-down-before-update 2024-04-05 10:10:12.514 | agent 2024-04-05 10:10:12.514 | agent-resources-synced 2024-04-05 10:10:12.514 | allowed-address-pairs 2024-04-05 10:10:12.514 | auto-allocated-topology 2024-04-05 10:10:12.514 | availability_zone 2024-04-05 10:10:12.514 | availability_zone_filter 2024-04-05 10:10:12.514 | default-subnetpools 2024-04-05 10:10:12.514 | dhcp_agent_scheduler 2024-04-05 10:10:12.514 | dvr 2024-04-05 10:10:12.514 | empty-string-filtering 2024-04-05 10:10:12.514 | external-net 2024-04-05 10:10:12.514 | extra_dhcp_opt 2024-04-05 10:10:12.514 | extraroute 2024-04-05 10:10:12.514 | extraroute-atomic 2024-04-05 10:10:12.514 | filter-validation 2024-04-05 10:10:12.514 | floating-ip-port-forwarding-detail 2024-04-05 10:10:12.514 | fip-port-details 2024-04-05 10:10:12.514 | flavors 2024-04-05 10:10:12.514 | floatingip-pools 2024-04-05 10:10:12.514 | ip-substring-filtering 2024-04-05 10:10:12.514 | router 2024-04-05 10:10:12.514 | ext-gw-mode 2024-04-05 10:10:12.514 | l3-ha 2024-04-05 10:10:12.514 | l3-flavors 2024-04-05 10:10:12.514 | l3-port-ip-change-not-allowed 2024-04-05 10:10:12.514 | l3_agent_scheduler 2024-04-05 10:10:12.514 | multi-provider 2024-04-05 10:10:12.514 | net-mtu 2024-04-05 10:10:12.514 | net-mtu-writable 2024-04-05 10:10:12.514 | network_availability_zone 2024-04-05 10:10:12.514 | network-ip-availability 2024-04-05 10:10:12.514 | pagination 2024-04-05 10:10:12.514 | port-device-profile 2024-04-05 10:10:12.514 | port-mac-override 2024-04-05 10:10:12.514 | port-mac-address-regenerate 2024-04-05 10:10:12.514 | port-numa-affinity-policy 2024-04-05 10:10:12.514 | binding 2024-04-05 10:10:12.514 | binding-extended 2024-04-05 10:10:12.514 | port-security 2024-04-05 10:10:12.514 | project-id 2024-04-05 10:10:12.514 | provider 2024-04-05 10:10:12.514 | quota-check-limit 2024-04-05 10:10:12.514 | quotas 2024-04-05 10:10:12.514 | quota_details 2024-04-05 10:10:12.514 | rbac-policies 2024-04-05 10:10:12.514 | rbac-address-group 2024-04-05 10:10:12.514 | rbac-address-scope 2024-04-05 10:10:12.514 | rbac-security-groups 2024-04-05 10:10:12.514 | rbac-subnetpool 2024-04-05 10:10:12.514 | revision-if-match 2024-04-05 10:10:12.514 | standard-attr-revisions 2024-04-05 10:10:12.514 | router_availability_zone 2024-04-05 10:10:12.514 | security-groups-normalized-cidr 2024-04-05 10:10:12.514 | port-security-groups-filtering 2024-04-05 10:10:12.514 | security-groups-remote-address-group 2024-04-05 10:10:12.514 | security-groups-shared-filtering 2024-04-05 10:10:12.514 | security-group 2024-04-05 10:10:12.514 | service-type 2024-04-05 10:10:12.514 | sorting 2024-04-05 10:10:12.514 | standard-attr-description 2024-04-05 10:10:12.514 | stateful-security-group 2024-04-05 10:10:12.514 | subnet_onboard 2024-04-05 10:10:12.514 | subnet-service-types 2024-04-05 10:10:12.514 | subnet_allocation 2024-04-05 10:10:12.514 | subnetpool-prefix-ops 2024-04-05 10:10:12.514 | standard-attr-tag 2024-04-05 10:10:12.514 | standard-attr-timestamp 2024-04-05 10:10:12.514 | nsxt-ops' 2024-04-05 10:10:12.516 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 10:10:12.516 | address-scope 2024-04-05 10:10:12.516 | router-admin-state-down-before-update 2024-04-05 10:10:12.516 | agent 2024-04-05 10:10:12.516 | agent-resources-synced 2024-04-05 10:10:12.516 | allowed-address-pairs 2024-04-05 10:10:12.516 | auto-allocated-topology 2024-04-05 10:10:12.516 | availability_zone 2024-04-05 10:10:12.516 | availability_zone_filter 2024-04-05 10:10:12.516 | default-subnetpools 2024-04-05 10:10:12.516 | dhcp_agent_scheduler 2024-04-05 10:10:12.516 | dvr 2024-04-05 10:10:12.516 | empty-string-filtering 2024-04-05 10:10:12.516 | external-net 2024-04-05 10:10:12.516 | extra_dhcp_opt 2024-04-05 10:10:12.516 | extraroute 2024-04-05 10:10:12.516 | extraroute-atomic 2024-04-05 10:10:12.516 | filter-validation 2024-04-05 10:10:12.516 | floating-ip-port-forwarding-detail 2024-04-05 10:10:12.516 | fip-port-details 2024-04-05 10:10:12.516 | flavors 2024-04-05 10:10:12.516 | floatingip-pools 2024-04-05 10:10:12.516 | ip-substring-filtering 2024-04-05 10:10:12.516 | router 2024-04-05 10:10:12.516 | ext-gw-mode 2024-04-05 10:10:12.516 | l3-ha 2024-04-05 10:10:12.516 | l3-flavors 2024-04-05 10:10:12.516 | l3-port-ip-change-not-allowed 2024-04-05 10:10:12.516 | l3_agent_scheduler 2024-04-05 10:10:12.516 | multi-provider 2024-04-05 10:10:12.516 | net-mtu 2024-04-05 10:10:12.516 | net-mtu-writable 2024-04-05 10:10:12.516 | network_availability_zone 2024-04-05 10:10:12.516 | network-ip-availability 2024-04-05 10:10:12.516 | pagination 2024-04-05 10:10:12.516 | port-device-profile 2024-04-05 10:10:12.516 | port-mac-override 2024-04-05 10:10:12.516 | port-mac-address-regenerate 2024-04-05 10:10:12.516 | port-numa-affinity-policy 2024-04-05 10:10:12.516 | binding 2024-04-05 10:10:12.516 | binding-extended 2024-04-05 10:10:12.516 | port-security 2024-04-05 10:10:12.516 | project-id 2024-04-05 10:10:12.516 | provider 2024-04-05 10:10:12.516 | quota-check-limit 2024-04-05 10:10:12.516 | quotas 2024-04-05 10:10:12.516 | quota_details 2024-04-05 10:10:12.516 | rbac-policies 2024-04-05 10:10:12.516 | rbac-address-group 2024-04-05 10:10:12.516 | rbac-address-scope 2024-04-05 10:10:12.516 | rbac-security-groups 2024-04-05 10:10:12.516 | rbac-subnetpool 2024-04-05 10:10:12.516 | revision-if-match 2024-04-05 10:10:12.516 | standard-attr-revisions 2024-04-05 10:10:12.516 | router_availability_zone 2024-04-05 10:10:12.516 | security-groups-normalized-cidr 2024-04-05 10:10:12.516 | port-security-groups-filtering 2024-04-05 10:10:12.516 | security-groups-remote-address-group 2024-04-05 10:10:12.516 | security-groups-shared-filtering 2024-04-05 10:10:12.516 | security-group 2024-04-05 10:10:12.516 | service-type 2024-04-05 10:10:12.516 | sorting 2024-04-05 10:10:12.516 | standard-attr-description 2024-04-05 10:10:12.516 | stateful-security-group 2024-04-05 10:10:12.516 | subnet_onboard 2024-04-05 10:10:12.516 | subnet-service-types 2024-04-05 10:10:12.516 | subnet_allocation 2024-04-05 10:10:12.516 | subnetpool-prefix-ops 2024-04-05 10:10:12.516 | standard-attr-tag 2024-04-05 10:10:12.516 | standard-attr-timestamp 2024-04-05 10:10:12.516 | nsxt-ops =~ router ]] 2024-04-05 10:10:12.518 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 10:10:12.520 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-04-05 10:10:12.522 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-04-05 10:10:12.524 | ++ 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 10:10:13.770 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:13.773 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 10:10:13.773 | address-scope 2024-04-05 10:10:13.773 | router-admin-state-down-before-update 2024-04-05 10:10:13.773 | agent 2024-04-05 10:10:13.773 | agent-resources-synced 2024-04-05 10:10:13.773 | allowed-address-pairs 2024-04-05 10:10:13.773 | auto-allocated-topology 2024-04-05 10:10:13.773 | availability_zone 2024-04-05 10:10:13.773 | availability_zone_filter 2024-04-05 10:10:13.773 | default-subnetpools 2024-04-05 10:10:13.773 | dhcp_agent_scheduler 2024-04-05 10:10:13.773 | dvr 2024-04-05 10:10:13.773 | empty-string-filtering 2024-04-05 10:10:13.773 | external-net 2024-04-05 10:10:13.773 | extra_dhcp_opt 2024-04-05 10:10:13.773 | extraroute 2024-04-05 10:10:13.773 | extraroute-atomic 2024-04-05 10:10:13.773 | filter-validation 2024-04-05 10:10:13.773 | floating-ip-port-forwarding-detail 2024-04-05 10:10:13.773 | fip-port-details 2024-04-05 10:10:13.773 | flavors 2024-04-05 10:10:13.773 | floatingip-pools 2024-04-05 10:10:13.773 | ip-substring-filtering 2024-04-05 10:10:13.773 | router 2024-04-05 10:10:13.773 | ext-gw-mode 2024-04-05 10:10:13.773 | l3-ha 2024-04-05 10:10:13.773 | l3-flavors 2024-04-05 10:10:13.773 | l3-port-ip-change-not-allowed 2024-04-05 10:10:13.773 | l3_agent_scheduler 2024-04-05 10:10:13.773 | multi-provider 2024-04-05 10:10:13.773 | net-mtu 2024-04-05 10:10:13.773 | net-mtu-writable 2024-04-05 10:10:13.773 | network_availability_zone 2024-04-05 10:10:13.773 | network-ip-availability 2024-04-05 10:10:13.773 | pagination 2024-04-05 10:10:13.773 | port-device-profile 2024-04-05 10:10:13.773 | port-mac-override 2024-04-05 10:10:13.773 | port-mac-address-regenerate 2024-04-05 10:10:13.773 | port-numa-affinity-policy 2024-04-05 10:10:13.773 | binding 2024-04-05 10:10:13.773 | binding-extended 2024-04-05 10:10:13.773 | port-security 2024-04-05 10:10:13.773 | project-id 2024-04-05 10:10:13.773 | provider 2024-04-05 10:10:13.773 | quota-check-limit 2024-04-05 10:10:13.773 | quotas 2024-04-05 10:10:13.773 | quota_details 2024-04-05 10:10:13.773 | rbac-policies 2024-04-05 10:10:13.773 | rbac-address-group 2024-04-05 10:10:13.773 | rbac-address-scope 2024-04-05 10:10:13.773 | rbac-security-groups 2024-04-05 10:10:13.773 | rbac-subnetpool 2024-04-05 10:10:13.773 | revision-if-match 2024-04-05 10:10:13.773 | standard-attr-revisions 2024-04-05 10:10:13.773 | router_availability_zone 2024-04-05 10:10:13.773 | security-groups-normalized-cidr 2024-04-05 10:10:13.773 | port-security-groups-filtering 2024-04-05 10:10:13.773 | security-groups-remote-address-group 2024-04-05 10:10:13.773 | security-groups-shared-filtering 2024-04-05 10:10:13.773 | security-group 2024-04-05 10:10:13.773 | service-type 2024-04-05 10:10:13.773 | sorting 2024-04-05 10:10:13.773 | standard-attr-description 2024-04-05 10:10:13.773 | stateful-security-group 2024-04-05 10:10:13.773 | subnet_onboard 2024-04-05 10:10:13.773 | subnet-service-types 2024-04-05 10:10:13.773 | subnet_allocation 2024-04-05 10:10:13.773 | subnetpool-prefix-ops 2024-04-05 10:10:13.773 | standard-attr-tag 2024-04-05 10:10:13.773 | standard-attr-timestamp 2024-04-05 10:10:13.773 | nsxt-ops' 2024-04-05 10:10:13.775 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 10:10:13.775 | address-scope 2024-04-05 10:10:13.775 | router-admin-state-down-before-update 2024-04-05 10:10:13.775 | agent 2024-04-05 10:10:13.775 | agent-resources-synced 2024-04-05 10:10:13.775 | allowed-address-pairs 2024-04-05 10:10:13.775 | auto-allocated-topology 2024-04-05 10:10:13.775 | availability_zone 2024-04-05 10:10:13.775 | availability_zone_filter 2024-04-05 10:10:13.775 | default-subnetpools 2024-04-05 10:10:13.775 | dhcp_agent_scheduler 2024-04-05 10:10:13.775 | dvr 2024-04-05 10:10:13.775 | empty-string-filtering 2024-04-05 10:10:13.775 | external-net 2024-04-05 10:10:13.775 | extra_dhcp_opt 2024-04-05 10:10:13.775 | extraroute 2024-04-05 10:10:13.775 | extraroute-atomic 2024-04-05 10:10:13.775 | filter-validation 2024-04-05 10:10:13.775 | floating-ip-port-forwarding-detail 2024-04-05 10:10:13.775 | fip-port-details 2024-04-05 10:10:13.775 | flavors 2024-04-05 10:10:13.775 | floatingip-pools 2024-04-05 10:10:13.775 | ip-substring-filtering 2024-04-05 10:10:13.775 | router 2024-04-05 10:10:13.775 | ext-gw-mode 2024-04-05 10:10:13.775 | l3-ha 2024-04-05 10:10:13.775 | l3-flavors 2024-04-05 10:10:13.775 | l3-port-ip-change-not-allowed 2024-04-05 10:10:13.775 | l3_agent_scheduler 2024-04-05 10:10:13.775 | multi-provider 2024-04-05 10:10:13.776 | net-mtu 2024-04-05 10:10:13.776 | net-mtu-writable 2024-04-05 10:10:13.776 | network_availability_zone 2024-04-05 10:10:13.776 | network-ip-availability 2024-04-05 10:10:13.776 | pagination 2024-04-05 10:10:13.776 | port-device-profile 2024-04-05 10:10:13.776 | port-mac-override 2024-04-05 10:10:13.776 | port-mac-address-regenerate 2024-04-05 10:10:13.776 | port-numa-affinity-policy 2024-04-05 10:10:13.776 | binding 2024-04-05 10:10:13.776 | binding-extended 2024-04-05 10:10:13.776 | port-security 2024-04-05 10:10:13.776 | project-id 2024-04-05 10:10:13.776 | provider 2024-04-05 10:10:13.776 | quota-check-limit 2024-04-05 10:10:13.776 | quotas 2024-04-05 10:10:13.776 | quota_details 2024-04-05 10:10:13.776 | rbac-policies 2024-04-05 10:10:13.776 | rbac-address-group 2024-04-05 10:10:13.776 | rbac-address-scope 2024-04-05 10:10:13.776 | rbac-security-groups 2024-04-05 10:10:13.776 | rbac-subnetpool 2024-04-05 10:10:13.776 | revision-if-match 2024-04-05 10:10:13.776 | standard-attr-revisions 2024-04-05 10:10:13.776 | router_availability_zone 2024-04-05 10:10:13.776 | security-groups-normalized-cidr 2024-04-05 10:10:13.776 | port-security-groups-filtering 2024-04-05 10:10:13.776 | security-groups-remote-address-group 2024-04-05 10:10:13.776 | security-groups-shared-filtering 2024-04-05 10:10:13.776 | security-group 2024-04-05 10:10:13.776 | service-type 2024-04-05 10:10:13.776 | sorting 2024-04-05 10:10:13.776 | standard-attr-description 2024-04-05 10:10:13.776 | stateful-security-group 2024-04-05 10:10:13.776 | subnet_onboard 2024-04-05 10:10:13.776 | subnet-service-types 2024-04-05 10:10:13.776 | subnet_allocation 2024-04-05 10:10:13.776 | subnetpool-prefix-ops 2024-04-05 10:10:13.776 | standard-attr-tag 2024-04-05 10:10:13.776 | standard-attr-timestamp 2024-04-05 10:10:13.776 | nsxt-ops =~ external-net ]] 2024-04-05 10:10:13.777 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 10:10:13.779 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-04-05 10:10:13.781 | ++ 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 10:10:15.081 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:15.083 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=86269585-9abc-4c42-8873-6b8f0f4af83f 2024-04-05 10:10:15.086 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-04-05 10:10:15.088 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 10:10:15.100 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-04-05 10:10:15.103 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-04-05 10:10:15.105 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-04-05 10:10:15.107 | ++ 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 10:10:16.366 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:16.368 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 10:10:16.369 | address-scope 2024-04-05 10:10:16.369 | router-admin-state-down-before-update 2024-04-05 10:10:16.369 | agent 2024-04-05 10:10:16.369 | agent-resources-synced 2024-04-05 10:10:16.369 | allowed-address-pairs 2024-04-05 10:10:16.369 | auto-allocated-topology 2024-04-05 10:10:16.369 | availability_zone 2024-04-05 10:10:16.369 | availability_zone_filter 2024-04-05 10:10:16.369 | default-subnetpools 2024-04-05 10:10:16.369 | dhcp_agent_scheduler 2024-04-05 10:10:16.369 | dvr 2024-04-05 10:10:16.369 | empty-string-filtering 2024-04-05 10:10:16.369 | external-net 2024-04-05 10:10:16.369 | extra_dhcp_opt 2024-04-05 10:10:16.369 | extraroute 2024-04-05 10:10:16.369 | extraroute-atomic 2024-04-05 10:10:16.369 | filter-validation 2024-04-05 10:10:16.369 | floating-ip-port-forwarding-detail 2024-04-05 10:10:16.369 | fip-port-details 2024-04-05 10:10:16.369 | flavors 2024-04-05 10:10:16.369 | floatingip-pools 2024-04-05 10:10:16.369 | ip-substring-filtering 2024-04-05 10:10:16.369 | router 2024-04-05 10:10:16.369 | ext-gw-mode 2024-04-05 10:10:16.369 | l3-ha 2024-04-05 10:10:16.369 | l3-flavors 2024-04-05 10:10:16.369 | l3-port-ip-change-not-allowed 2024-04-05 10:10:16.369 | l3_agent_scheduler 2024-04-05 10:10:16.369 | multi-provider 2024-04-05 10:10:16.369 | net-mtu 2024-04-05 10:10:16.369 | net-mtu-writable 2024-04-05 10:10:16.369 | network_availability_zone 2024-04-05 10:10:16.369 | network-ip-availability 2024-04-05 10:10:16.369 | pagination 2024-04-05 10:10:16.369 | port-device-profile 2024-04-05 10:10:16.369 | port-mac-override 2024-04-05 10:10:16.369 | port-mac-address-regenerate 2024-04-05 10:10:16.369 | port-numa-affinity-policy 2024-04-05 10:10:16.369 | binding 2024-04-05 10:10:16.369 | binding-extended 2024-04-05 10:10:16.369 | port-security 2024-04-05 10:10:16.369 | project-id 2024-04-05 10:10:16.370 | provider 2024-04-05 10:10:16.370 | quota-check-limit 2024-04-05 10:10:16.370 | quotas 2024-04-05 10:10:16.370 | quota_details 2024-04-05 10:10:16.370 | rbac-policies 2024-04-05 10:10:16.370 | rbac-address-group 2024-04-05 10:10:16.370 | rbac-address-scope 2024-04-05 10:10:16.370 | rbac-security-groups 2024-04-05 10:10:16.370 | rbac-subnetpool 2024-04-05 10:10:16.370 | revision-if-match 2024-04-05 10:10:16.370 | standard-attr-revisions 2024-04-05 10:10:16.370 | router_availability_zone 2024-04-05 10:10:16.370 | security-groups-normalized-cidr 2024-04-05 10:10:16.370 | port-security-groups-filtering 2024-04-05 10:10:16.370 | security-groups-remote-address-group 2024-04-05 10:10:16.370 | security-groups-shared-filtering 2024-04-05 10:10:16.370 | security-group 2024-04-05 10:10:16.370 | service-type 2024-04-05 10:10:16.370 | sorting 2024-04-05 10:10:16.370 | standard-attr-description 2024-04-05 10:10:16.370 | stateful-security-group 2024-04-05 10:10:16.370 | subnet_onboard 2024-04-05 10:10:16.370 | subnet-service-types 2024-04-05 10:10:16.370 | subnet_allocation 2024-04-05 10:10:16.370 | subnetpool-prefix-ops 2024-04-05 10:10:16.370 | standard-attr-tag 2024-04-05 10:10:16.370 | standard-attr-timestamp 2024-04-05 10:10:16.370 | nsxt-ops' 2024-04-05 10:10:16.371 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 10:10:16.371 | address-scope 2024-04-05 10:10:16.371 | router-admin-state-down-before-update 2024-04-05 10:10:16.371 | agent 2024-04-05 10:10:16.371 | agent-resources-synced 2024-04-05 10:10:16.371 | allowed-address-pairs 2024-04-05 10:10:16.371 | auto-allocated-topology 2024-04-05 10:10:16.371 | availability_zone 2024-04-05 10:10:16.371 | availability_zone_filter 2024-04-05 10:10:16.371 | default-subnetpools 2024-04-05 10:10:16.371 | dhcp_agent_scheduler 2024-04-05 10:10:16.371 | dvr 2024-04-05 10:10:16.371 | empty-string-filtering 2024-04-05 10:10:16.371 | external-net 2024-04-05 10:10:16.371 | extra_dhcp_opt 2024-04-05 10:10:16.371 | extraroute 2024-04-05 10:10:16.371 | extraroute-atomic 2024-04-05 10:10:16.371 | filter-validation 2024-04-05 10:10:16.371 | floating-ip-port-forwarding-detail 2024-04-05 10:10:16.371 | fip-port-details 2024-04-05 10:10:16.371 | flavors 2024-04-05 10:10:16.371 | floatingip-pools 2024-04-05 10:10:16.371 | ip-substring-filtering 2024-04-05 10:10:16.371 | router 2024-04-05 10:10:16.371 | ext-gw-mode 2024-04-05 10:10:16.371 | l3-ha 2024-04-05 10:10:16.371 | l3-flavors 2024-04-05 10:10:16.371 | l3-port-ip-change-not-allowed 2024-04-05 10:10:16.371 | l3_agent_scheduler 2024-04-05 10:10:16.371 | multi-provider 2024-04-05 10:10:16.371 | net-mtu 2024-04-05 10:10:16.371 | net-mtu-writable 2024-04-05 10:10:16.371 | network_availability_zone 2024-04-05 10:10:16.371 | network-ip-availability 2024-04-05 10:10:16.371 | pagination 2024-04-05 10:10:16.371 | port-device-profile 2024-04-05 10:10:16.371 | port-mac-override 2024-04-05 10:10:16.371 | port-mac-address-regenerate 2024-04-05 10:10:16.371 | port-numa-affinity-policy 2024-04-05 10:10:16.371 | binding 2024-04-05 10:10:16.371 | binding-extended 2024-04-05 10:10:16.371 | port-security 2024-04-05 10:10:16.371 | project-id 2024-04-05 10:10:16.371 | provider 2024-04-05 10:10:16.371 | quota-check-limit 2024-04-05 10:10:16.371 | quotas 2024-04-05 10:10:16.371 | quota_details 2024-04-05 10:10:16.371 | rbac-policies 2024-04-05 10:10:16.371 | rbac-address-group 2024-04-05 10:10:16.371 | rbac-address-scope 2024-04-05 10:10:16.371 | rbac-security-groups 2024-04-05 10:10:16.371 | rbac-subnetpool 2024-04-05 10:10:16.371 | revision-if-match 2024-04-05 10:10:16.371 | standard-attr-revisions 2024-04-05 10:10:16.371 | router_availability_zone 2024-04-05 10:10:16.371 | security-groups-normalized-cidr 2024-04-05 10:10:16.371 | port-security-groups-filtering 2024-04-05 10:10:16.371 | security-groups-remote-address-group 2024-04-05 10:10:16.371 | security-groups-shared-filtering 2024-04-05 10:10:16.371 | security-group 2024-04-05 10:10:16.371 | service-type 2024-04-05 10:10:16.371 | sorting 2024-04-05 10:10:16.371 | standard-attr-description 2024-04-05 10:10:16.371 | stateful-security-group 2024-04-05 10:10:16.371 | subnet_onboard 2024-04-05 10:10:16.371 | subnet-service-types 2024-04-05 10:10:16.371 | subnet_allocation 2024-04-05 10:10:16.371 | subnetpool-prefix-ops 2024-04-05 10:10:16.371 | standard-attr-tag 2024-04-05 10:10:16.371 | standard-attr-timestamp 2024-04-05 10:10:16.371 | nsxt-ops =~ auto-allocated-topology ]] 2024-04-05 10:10:16.373 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 10:10:16.375 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-04-05 10:10:16.377 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-04-05 10:10:16.379 | ++ 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 10:10:17.761 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:17.763 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 2024-04-05 10:10:17.766 | + 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 10:10:17.768 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 10:10:17.781 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-04-05 10:10:17.783 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-04-05 10:10:17.785 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 86269585-9abc-4c42-8873-6b8f0f4af83f 04e8f357-53ac-4b22-be9e-31f13361b553 2024-04-05 10:10:19.876 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-04-05 10:10:19.878 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 2024-04-05 10:10:19.880 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-04-05 10:10:19.882 | ++ 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 10:10:19.884 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-04-05 10:10:19.886 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-04-05 10:10:19.888 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-04-05 10:10:19.890 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-04-05 10:10:19.892 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-04-05 10:10:19.895 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-04-05 10:10:19.896 | +++ 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 0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-04-05 10:10:21.331 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:21.333 | ++ 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 10:10:21.333 | | id | 9267bc30-81a2-40b0-bd9a-b5fe39509066 |' 2024-04-05 10:10:21.335 | ++ 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 10:10:21.337 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 10:10:21.350 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9267bc30-81a2-40b0-bd9a-b5fe39509066 '|' 2024-04-05 10:10:21.352 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 9267bc30-81a2-40b0-bd9a-b5fe39509066 |' 2024-04-05 10:10:21.354 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-04-05 10:10:21.356 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9267bc30-81a2-40b0-bd9a-b5fe39509066 '|' 2024-04-05 10:10:21.357 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-04-05 10:10:21.359 | ++ functions-common:get_field:829 : local data field 2024-04-05 10:10:21.360 | ++ functions-common:get_field:830 : read data 2024-04-05 10:10:21.362 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-04-05 10:10:21.364 | ++ functions-common:get_field:834 : field='$3' 2024-04-05 10:10:21.367 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 9267bc30-81a2-40b0-bd9a-b5fe39509066 |' 2024-04-05 10:10:21.367 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-04-05 10:10:21.371 | ++ functions-common:get_field:830 : read data 2024-04-05 10:10:21.374 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-04-05 10:10:21.377 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9267bc30-81a2-40b0-bd9a-b5fe39509066 '|' 2024-04-05 10:10:21.377 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-04-05 10:10:21.379 | ++ functions-common:get_field:829 : local data field 2024-04-05 10:10:21.381 | ++ functions-common:get_field:830 : read data 2024-04-05 10:10:21.382 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-04-05 10:10:21.384 | ++ functions-common:get_field:834 : field='$6' 2024-04-05 10:10:21.388 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-04-05 10:10:21.388 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 9267bc30-81a2-40b0-bd9a-b5fe39509066 |' 2024-04-05 10:10:21.392 | ++ functions-common:get_field:830 : read data 2024-04-05 10:10:21.394 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=9267bc30-81a2-40b0-bd9a-b5fe39509066 2024-04-05 10:10:21.396 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 86269585-9abc-4c42-8873-6b8f0f4af83f 2024-04-05 10:10:23.304 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-04-05 10:10:23.307 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-04-05 10:10:23.319 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:23.321 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-04-05 10:10:23.323 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-04-05 10:10:23.325 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-04-05 10:10:23.327 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-04-05 10:10:23.329 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:23.331 | ++ 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 10:10:23.343 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-04-05 10:10:23.346 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-04-05 10:10:23.348 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-04-05 10:10:23.350 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-04-05 10:10:23.351 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-04-05 10:10:23.353 | + 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 10:10:23.355 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-04-05 10:10:23.357 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-04-05 10:10:23.359 | + functions-common:test_with_retry:2375 : local until=10 2024-04-05 10:10:23.361 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-04-05 10:10:23.363 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-04-05 10:10:23.365 | + functions-common:time_start:2421 : local name=test_with_retry 2024-04-05 10:10:23.367 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:23.368 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:23.370 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:23.374 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311823372 2024-04-05 10:10:23.376 | + 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 10:10:23.381 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-04-05 10:10:23.383 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:23.385 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:23.387 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:23.389 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:23.390 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:23.392 | + functions-common:time_stop:2441 : name=test_with_retry 2024-04-05 10:10:23.394 | + functions-common:time_stop:2442 : start_time=1712311823372 2024-04-05 10:10:23.396 | + functions-common:time_stop:2444 : [[ -z 1712311823372 ]] 2024-04-05 10:10:23.398 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:23.401 | + functions-common:time_stop:2447 : end_time=1712311823399 2024-04-05 10:10:23.403 | + functions-common:time_stop:2448 : elapsed_time=27 2024-04-05 10:10:23.405 | + functions-common:time_stop:2449 : total=3063 2024-04-05 10:10:23.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:23.409 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3090 2024-04-05 10:10:23.411 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-04-05 10:10:23.412 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-04-05 10:10:23.416 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-04-05 10:10:23.418 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:10:23.419 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:23.421 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:23.424 | ++ 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 10:10:23.424 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-04-05 10:10:23.425 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-04-05 10:10:23.426 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-04-05 10:10:24.664 | ++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:24.667 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.187 ' 2024-04-05 10:10:24.669 | + 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 10:10:24.671 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-04-05 10:10:24.683 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-04-05 10:10:24.685 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:10:24.687 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-04-05 10:10:24.689 | + stack.sh:main:1339 : is_service_enabled nova 2024-04-05 10:10:24.703 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:24.705 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-04-05 10:10:24.707 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:24.709 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-04-05 10:10:24.711 | + stack.sh:main:1341 : start_nova 2024-04-05 10:10:24.713 | + lib/nova:start_nova:1176 : start_nova_rest 2024-04-05 10:10:24.715 | + 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 10:10:24.717 | + 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 10:10:24.719 | + 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 10:10:24.721 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-04-05 10:10:24.723 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.726 | + functions-common:run_process:1689 : local service=n-sch 2024-04-05 10:10:24.728 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.730 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:24.732 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:24.734 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:24.736 | + functions-common:run_process:1695 : local name=n-sch 2024-04-05 10:10:24.738 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:24.740 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:24.742 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:24.744 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:24.747 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:24.750 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311824748 2024-04-05 10:10:24.753 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-04-05 10:10:24.766 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:24.768 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-04-05 10:10:24.770 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-04-05 10:10:24.772 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.774 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.776 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.778 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.780 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-04-05 10:10:24.782 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-04-05 10:10:24.784 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-04-05 10:10:24.786 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:24.788 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:24.790 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:24.792 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:24.794 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-04-05 10:10:24.796 | + 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 10:10:24.798 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-04-05 10:10:24.800 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-04-05 10:10:24.802 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:24.804 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:24.806 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:24.807 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:24.809 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:24.811 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-04-05 10:10:24.813 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:24.816 | + 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 10:10:24.868 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-04-05 10:10:24.920 | + 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 10:10:24.966 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-04-05 10:10:25.010 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-04-05 10:10:25.055 | + 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 10:10:25.098 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:25.100 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:25.102 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-04-05 10:10:25.153 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:25.472 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-04-05 10:10:25.484 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-04-05 10:10:25.817 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-04-05 10:10:25.852 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:25.854 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:25.857 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:25.859 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:25.861 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:25.863 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:25.865 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:25.868 | + functions-common:time_stop:2442 : start_time=1712311824748 2024-04-05 10:10:25.870 | + functions-common:time_stop:2444 : [[ -z 1712311824748 ]] 2024-04-05 10:10:25.874 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:25.878 | + functions-common:time_stop:2447 : end_time=1712311825876 2024-04-05 10:10:25.880 | + functions-common:time_stop:2448 : elapsed_time=1128 2024-04-05 10:10:25.882 | + functions-common:time_stop:2449 : total=9501 2024-04-05 10:10:25.885 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:25.887 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10629 2024-04-05 10:10:25.888 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-04-05 10:10:25.891 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-04-05 10:10:25.895 | + 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 10:10:25.897 | + functions-common:run_process:1689 : local service=n-api-meta 2024-04-05 10:10:25.899 | + 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 10:10:25.901 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:25.903 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:25.905 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:25.907 | + functions-common:run_process:1695 : local name=n-api-meta 2024-04-05 10:10:25.909 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:25.912 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:25.914 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:25.916 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:25.919 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:25.923 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311825920 2024-04-05 10:10:25.925 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-04-05 10:10:25.939 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:25.941 | + 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 10:10:25.943 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-04-05 10:10:25.946 | + 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 10:10:25.947 | + 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 10:10:25.950 | + 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 10:10:25.952 | + 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 10:10:25.954 | + 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 10:10:25.959 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-04-05 10:10:25.961 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-04-05 10:10:25.964 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:25.966 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:25.968 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:25.971 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:25.973 | + 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 10:10:25.975 | + 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 10:10:25.977 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-04-05 10:10:25.978 | + 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 10:10:25.984 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 10:10:25.986 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 10:10:25.989 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 10:10:25.991 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-04-05 10:10:25.995 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 10:10:25.998 | + 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 10:10:26.050 | + 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 10:10:26.105 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-04-05 10:10:26.151 | + 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 10:10:26.197 | + 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 10:10:26.240 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-04-05 10:10:26.281 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-04-05 10:10:26.323 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-04-05 10:10:26.364 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-04-05 10:10:26.407 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-04-05 10:10:26.449 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 10:10:26.451 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 10:10:26.453 | + 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 10:10:26.504 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 10:10:26.792 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-04-05 10:10:26.802 | 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 10:10:27.106 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-04-05 10:10:27.179 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:27.181 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:27.184 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:27.186 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:27.188 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:27.190 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:27.192 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:27.194 | + functions-common:time_stop:2442 : start_time=1712311825920 2024-04-05 10:10:27.196 | + functions-common:time_stop:2444 : [[ -z 1712311825920 ]] 2024-04-05 10:10:27.198 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:27.202 | + functions-common:time_stop:2447 : end_time=1712311827200 2024-04-05 10:10:27.204 | + functions-common:time_stop:2448 : elapsed_time=1280 2024-04-05 10:10:27.206 | + functions-common:time_stop:2449 : total=10629 2024-04-05 10:10:27.208 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:27.209 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11909 2024-04-05 10:10:27.211 | + 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 10:10:27.214 | + 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 10:10:27.216 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-04-05 10:10:27.218 | + 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 10:10:27.220 | + 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 10:10:27.222 | + 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 10:10:27.225 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-04-05 10:10:27.227 | + 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 10:10:27.229 | + 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 10:10:27.231 | + functions-common:run_process:1689 : local service=n-novnc 2024-04-05 10:10:27.233 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-04-05 10:10:27.235 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:27.237 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:27.239 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:27.241 | + functions-common:run_process:1695 : local name=n-novnc 2024-04-05 10:10:27.243 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:27.245 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:27.247 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:27.249 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:27.251 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:27.254 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311827252 2024-04-05 10:10:27.256 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-04-05 10:10:27.270 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:27.271 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:27.273 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:27.275 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:27.277 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:27.279 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:27.281 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:27.283 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:27.285 | + functions-common:time_stop:2442 : start_time=1712311827252 2024-04-05 10:10:27.287 | + functions-common:time_stop:2444 : [[ -z 1712311827252 ]] 2024-04-05 10:10:27.289 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:27.293 | + functions-common:time_stop:2447 : end_time=1712311827291 2024-04-05 10:10:27.295 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-05 10:10:27.297 | + functions-common:time_stop:2449 : total=11909 2024-04-05 10:10:27.298 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:27.300 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11948 2024-04-05 10:10:27.302 | + 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 10:10:27.304 | + functions-common:run_process:1689 : local service=n-spice 2024-04-05 10:10:27.306 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-04-05 10:10:27.308 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:27.310 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:27.312 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:27.314 | + functions-common:run_process:1695 : local name=n-spice 2024-04-05 10:10:27.316 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:27.318 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:27.320 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:27.322 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:27.324 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:27.328 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311827325 2024-04-05 10:10:27.330 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-04-05 10:10:27.344 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:27.346 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:27.348 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:27.350 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:27.352 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:27.354 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:27.356 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:27.358 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:27.360 | + functions-common:time_stop:2442 : start_time=1712311827325 2024-04-05 10:10:27.362 | + functions-common:time_stop:2444 : [[ -z 1712311827325 ]] 2024-04-05 10:10:27.364 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:27.368 | + functions-common:time_stop:2447 : end_time=1712311827366 2024-04-05 10:10:27.370 | + functions-common:time_stop:2448 : elapsed_time=41 2024-04-05 10:10:27.372 | + functions-common:time_stop:2449 : total=11948 2024-04-05 10:10:27.374 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:27.376 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11989 2024-04-05 10:10:27.378 | + 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 10:10:27.380 | + functions-common:run_process:1689 : local service=n-sproxy 2024-04-05 10:10:27.382 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.384 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:27.386 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:27.388 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:27.389 | + functions-common:run_process:1695 : local name=n-sproxy 2024-04-05 10:10:27.391 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:27.401 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:27.401 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:27.401 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:27.401 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:27.404 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311827402 2024-04-05 10:10:27.406 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-04-05 10:10:27.419 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:27.422 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:27.424 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:27.426 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:27.428 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:27.430 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:27.432 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:27.433 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:27.435 | + functions-common:time_stop:2442 : start_time=1712311827402 2024-04-05 10:10:27.437 | + functions-common:time_stop:2444 : [[ -z 1712311827402 ]] 2024-04-05 10:10:27.440 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:27.443 | + functions-common:time_stop:2447 : end_time=1712311827441 2024-04-05 10:10:27.445 | + functions-common:time_stop:2448 : elapsed_time=39 2024-04-05 10:10:27.447 | + functions-common:time_stop:2449 : total=11989 2024-04-05 10:10:27.449 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:27.451 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12028 2024-04-05 10:10:27.453 | + 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 10:10:27.455 | + 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 10:10:27.458 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-04-05 10:10:27.460 | + 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 10:10:27.462 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-04-05 10:10:27.462 | Starting nova-conductor in a cellsv1-compatible way 2024-04-05 10:10:27.464 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.467 | + functions-common:run_process:1689 : local service=n-cond 2024-04-05 10:10:27.469 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.475 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:27.478 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:27.480 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:27.482 | + functions-common:run_process:1695 : local name=n-cond 2024-04-05 10:10:27.484 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:27.486 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:27.488 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:27.490 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:27.493 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:27.496 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311827494 2024-04-05 10:10:27.498 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-04-05 10:10:27.512 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:27.514 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-04-05 10:10:27.516 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-04-05 10:10:27.518 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.520 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.522 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.524 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.526 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-04-05 10:10:27.528 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-04-05 10:10:27.530 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-04-05 10:10:27.532 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:27.534 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:27.536 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:27.538 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:27.540 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-04-05 10:10:27.542 | + 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 10:10:27.544 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-04-05 10:10:27.546 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-04-05 10:10:27.549 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:27.550 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:27.552 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:27.554 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:27.556 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:27.558 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-04-05 10:10:27.559 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:27.563 | + 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 10:10:27.627 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-04-05 10:10:27.678 | + 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 10:10:27.719 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-04-05 10:10:27.761 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-04-05 10:10:27.803 | + 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 10:10:27.845 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:27.847 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:27.849 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-04-05 10:10:27.900 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:28.285 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-04-05 10:10:28.294 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-04-05 10:10:28.602 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-04-05 10:10:28.637 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:28.640 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:28.642 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:28.644 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:28.646 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:28.648 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:28.650 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:28.652 | + functions-common:time_stop:2442 : start_time=1712311827494 2024-04-05 10:10:28.653 | + functions-common:time_stop:2444 : [[ -z 1712311827494 ]] 2024-04-05 10:10:28.656 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:28.660 | + functions-common:time_stop:2447 : end_time=1712311828657 2024-04-05 10:10:28.661 | + functions-common:time_stop:2448 : elapsed_time=1163 2024-04-05 10:10:28.663 | + functions-common:time_stop:2449 : total=12028 2024-04-05 10:10:28.665 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:28.667 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13191 2024-04-05 10:10:28.669 | + lib/nova:start_nova_conductor:1149 : return 2024-04-05 10:10:28.671 | + lib/nova:start_nova:1179 : start_nova_compute 2024-04-05 10:10:28.673 | + 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 10:10:28.675 | + 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 10:10:28.677 | + 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 10:10:28.679 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-04-05 10:10:28.681 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-04-05 10:10:28.685 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-04-05 10:10:28.687 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:10:28.689 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-04-05 10:10:28.691 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-04-05 10:10:28.693 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-04-05 10:10:28.695 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-04-05 10:10:28.697 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-04-05 10:10:28.700 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-04-05 10:10:28.702 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-04-05 10:10:28.705 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-04-05 10:10:28.705 | + inc/meta-config:merge_config_file:164 : read a 2024-04-05 10:10:28.706 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-04-05 10:10:28.706 | BEGIN { 2024-04-05 10:10:28.706 | section = "" 2024-04-05 10:10:28.706 | last_section = "" 2024-04-05 10:10:28.706 | section_count = 0 2024-04-05 10:10:28.706 | } 2024-04-05 10:10:28.706 | /^\[.+\]/ { 2024-04-05 10:10:28.706 | gsub("[][]", "", $1); 2024-04-05 10:10:28.706 | section=$1 2024-04-05 10:10:28.706 | next 2024-04-05 10:10:28.706 | } 2024-04-05 10:10:28.706 | /^ *\#/ { 2024-04-05 10:10:28.706 | next 2024-04-05 10:10:28.706 | } 2024-04-05 10:10:28.706 | /^[^ \t]+/ { 2024-04-05 10:10:28.706 | # get offset of first = in $0 2024-04-05 10:10:28.706 | eq_idx = index($0, "=") 2024-04-05 10:10:28.706 | # extract attr & value from $0 2024-04-05 10:10:28.706 | attr = substr($0, 1, eq_idx - 1) 2024-04-05 10:10:28.706 | value = substr($0, eq_idx + 1) 2024-04-05 10:10:28.706 | # only need to strip trailing whitespace from attr 2024-04-05 10:10:28.706 | sub(/[ \t]*$/, "", attr) 2024-04-05 10:10:28.706 | # need to strip leading & trailing whitespace from value 2024-04-05 10:10:28.706 | sub(/^[ \t]*/, "", value) 2024-04-05 10:10:28.706 | sub(/[ \t]*$/, "", value) 2024-04-05 10:10:28.706 | 2024-04-05 10:10:28.706 | # cfg_attr_count: number of config lines per [section, attr] 2024-04-05 10:10:28.706 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-04-05 10:10:28.706 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-04-05 10:10:28.706 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-04-05 10:10:28.706 | if (! (section, attr) in cfg_attr_count) { 2024-04-05 10:10:28.706 | if (section != last_section) { 2024-04-05 10:10:28.706 | cfg_section[section_count++] = section 2024-04-05 10:10:28.706 | last_section = section 2024-04-05 10:10:28.706 | } 2024-04-05 10:10:28.706 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-04-05 10:10:28.707 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-04-05 10:10:28.707 | 2024-04-05 10:10:28.707 | cfg_attr[section, attr, 0] = value 2024-04-05 10:10:28.707 | cfg_attr_count[section, attr] = 1 2024-04-05 10:10:28.707 | } else { 2024-04-05 10:10:28.707 | lno = cfg_attr_count[section, attr]++ 2024-04-05 10:10:28.707 | cfg_attr[section, attr, lno] = value 2024-04-05 10:10:28.707 | } 2024-04-05 10:10:28.707 | } 2024-04-05 10:10:28.707 | END { 2024-04-05 10:10:28.707 | # Process each section in order 2024-04-05 10:10:28.707 | for (sno = 0; sno < section_count; sno++) { 2024-04-05 10:10:28.707 | section = cfg_section[sno] 2024-04-05 10:10:28.707 | # The ini routines simply append a config item immediately 2024-04-05 10:10:28.707 | # after the section header. To keep the same order as defined 2024-04-05 10:10:28.707 | # in local.conf, invoke the ini routines in the reverse order 2024-04-05 10:10:28.707 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-04-05 10:10:28.707 | attr = cfg_sec_attr_name[sno, attr_no] 2024-04-05 10:10:28.707 | if (cfg_attr_count[section, attr] == 1) 2024-04-05 10:10:28.707 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-04-05 10:10:28.707 | else { 2024-04-05 10:10:28.707 | # For multiline, invoke the ini routines in the reverse order 2024-04-05 10:10:28.707 | count = cfg_attr_count[section, attr] 2024-04-05 10:10:28.707 | print "inidelete " configfile " " section " " attr 2024-04-05 10:10:28.707 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-04-05 10:10:28.707 | for (l = count -2; l >= 0; l--) 2024-04-05 10:10:28.707 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-04-05 10:10:28.707 | } 2024-04-05 10:10:28.707 | } 2024-04-05 10:10:28.707 | } 2024-04-05 10:10:28.707 | } 2024-04-05 10:10:28.708 | ' 2024-04-05 10:10:28.708 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:10:28.708 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-04-05 10:10:28.709 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-04-05 10:10:28.711 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-04-05 10:10:28.712 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:10:28.714 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-04-05 10:10:28.716 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-04-05 10:10:28.716 | BEGIN { group = "" } 2024-04-05 10:10:28.716 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:10:28.716 | gsub("[][]", "", $1); 2024-04-05 10:10:28.716 | split($1, a, "|"); 2024-04-05 10:10:28.716 | if (a[1] == matchgroup && a[2] == configfile) { 2024-04-05 10:10:28.716 | group=a[1] 2024-04-05 10:10:28.716 | } else { 2024-04-05 10:10:28.716 | group="" 2024-04-05 10:10:28.716 | } 2024-04-05 10:10:28.717 | next 2024-04-05 10:10:28.717 | } 2024-04-05 10:10:28.717 | { 2024-04-05 10:10:28.717 | if (group != "") 2024-04-05 10:10:28.717 | print $0 2024-04-05 10:10:28.717 | } 2024-04-05 10:10:28.717 | ' /opt/stack/devstack/local.conf 2024-04-05 10:10:28.721 | + 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 10:10:28.723 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-04-05 10:10:28.723 | Skipping multi-cell conductor fleet setup 2024-04-05 10:10:28.725 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-04-05 10:10:28.740 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-04-05 10:10:28.756 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-04-05 10:10:28.758 | + lib/nova:configure_console_compute:664 : local offset 2024-04-05 10:10:28.760 | + lib/nova:configure_console_compute:665 : offset=0 2024-04-05 10:10:28.762 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-04-05 10:10:28.764 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-04-05 10:10:28.779 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-04-05 10:10:28.781 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-04-05 10:10:28.795 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:28.797 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-04-05 10:10:28.810 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:28.812 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-04-05 10:10:28.814 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-04-05 10:10:28.841 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-04-05 10:10:28.854 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:28.856 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-04-05 10:10:28.870 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:28.872 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-04-05 10:10:28.900 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-04-05 10:10:28.902 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-04-05 10:10:28.905 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-04-05 10:10:28.907 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-04-05 10:10:28.909 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-04-05 10:10:28.911 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-04-05 10:10:28.913 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-04-05 10:10:28.915 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-04-05 10:10:28.931 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:28.933 | + 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 10:10:28.935 | + functions-common:run_process:1689 : local service=n-cpu 2024-04-05 10:10:28.938 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-04-05 10:10:28.940 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:28.942 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:28.944 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:28.946 | + functions-common:run_process:1695 : local name=n-cpu 2024-04-05 10:10:28.948 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:28.950 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:28.952 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:28.955 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:28.957 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:28.961 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311828958 2024-04-05 10:10:28.962 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-04-05 10:10:28.978 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:28.980 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:28.982 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:28.984 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:28.987 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:28.989 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:28.990 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:28.992 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:28.994 | + functions-common:time_stop:2442 : start_time=1712311828958 2024-04-05 10:10:28.996 | + functions-common:time_stop:2444 : [[ -z 1712311828958 ]] 2024-04-05 10:10:28.999 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:29.002 | + functions-common:time_stop:2447 : end_time=1712311829000 2024-04-05 10:10:29.004 | + functions-common:time_stop:2448 : elapsed_time=42 2024-04-05 10:10:29.006 | + functions-common:time_stop:2449 : total=13191 2024-04-05 10:10:29.008 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:29.010 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13233 2024-04-05 10:10:29.012 | + 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 10:10:29.015 | + 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 10:10:29.017 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-04-05 10:10:29.031 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:29.033 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-04-05 10:10:29.033 | Dumping cells_v2 mapping 2024-04-05 10:10:29.036 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-04-05 10:10:29.427 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-04-05 10:10:30.772 | INFO dbcounter [None req-3c47e7eb-424b-4de0-a243-fdd3959f1808 None None] Registered counter for database nova_api 2024-04-05 10:10:30.783 | DEBUG dbcounter [-] [52412] Writer thread running {{(pid=52412) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:10:30.807 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-05 10:10:30.807 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-04-05 10:10:30.807 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-05 10:10:30.807 | | 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 10:10:30.807 | | cell1 | 507664e0-3e0d-4524-b39c-0eaecc2e58ad | 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 10:10:30.807 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-04-05 10:10:31.146 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-04-05 10:10:31.148 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-04-05 10:10:31.197 | + inc/async:async_inner:63 : create_flavors 2024-04-05 10:10:31.226 | [3464 Async create_flavors:52477]: running: create_flavors 2024-04-05 10:10:31.228 | + stack.sh:main:1344 : is_service_enabled cinder 2024-04-05 10:10:31.242 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:31.244 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-04-05 10:10:31.246 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:31.248 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-04-05 10:10:31.250 | + stack.sh:main:1346 : start_cinder 2024-04-05 10:10:31.252 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-04-05 10:10:31.254 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-04-05 10:10:31.256 | + lib/cinder:start_cinder:587 : local cinder_url 2024-04-05 10:10:31.258 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-04-05 10:10:31.270 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:31.272 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-04-05 10:10:31.274 | + 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 10:10:31.276 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-04-05 10:10:31.279 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-04-05 10:10:31.282 | + 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 10:10:31.284 | + functions-common:run_process:1689 : local service=c-api 2024-04-05 10:10:31.286 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-04-05 10:10:31.288 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:31.290 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:31.292 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:31.294 | + functions-common:run_process:1695 : local name=c-api 2024-04-05 10:10:31.296 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:31.298 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:31.301 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:31.302 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:31.305 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:31.308 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311831306 2024-04-05 10:10:31.310 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-04-05 10:10:31.323 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:31.325 | + 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 10:10:31.327 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-04-05 10:10:31.329 | + 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 10:10:31.331 | + 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 10:10:31.333 | + 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 10:10:31.335 | + 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 10:10:31.337 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-04-05 10:10:31.339 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-04-05 10:10:31.341 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-04-05 10:10:31.343 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:31.345 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:31.346 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:31.348 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:31.350 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-04-05 10:10:31.352 | + 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 10:10:31.354 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-04-05 10:10:31.356 | + 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 10:10:31.358 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 10:10:31.360 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 10:10:31.361 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 10:10:31.363 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-04-05 10:10:31.365 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 10:10:31.368 | + 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 10:10:31.418 | + 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 10:10:31.467 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-04-05 10:10:31.509 | + 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 10:10:31.550 | + 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 10:10:31.591 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-04-05 10:10:31.632 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-04-05 10:10:31.673 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-04-05 10:10:31.715 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-04-05 10:10:31.756 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-04-05 10:10:31.797 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 10:10:31.799 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 10:10:31.801 | + 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 10:10:31.851 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 10:10:32.173 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-04-05 10:10:32.183 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-04-05 10:10:32.502 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-04-05 10:10:32.581 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:32.583 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:32.585 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:32.587 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:32.589 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:32.591 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:32.593 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:32.596 | + functions-common:time_stop:2442 : start_time=1712311831306 2024-04-05 10:10:32.598 | + functions-common:time_stop:2444 : [[ -z 1712311831306 ]] 2024-04-05 10:10:32.601 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:32.604 | + functions-common:time_stop:2447 : end_time=1712311832602 2024-04-05 10:10:32.606 | + functions-common:time_stop:2448 : elapsed_time=1296 2024-04-05 10:10:32.608 | + functions-common:time_stop:2449 : total=13233 2024-04-05 10:10:32.610 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:32.612 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14529 2024-04-05 10:10:32.614 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-04-05 10:10:32.616 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-04-05 10:10:32.616 | Waiting for Cinder API to start... 2024-04-05 10:10:32.618 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-04-05 10:10:32.620 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 10:10:32.622 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-04-05 10:10:32.624 | + functions:wait_for_service:470 : local rval=0 2024-04-05 10:10:32.626 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 10:10:32.628 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 10:10:32.630 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:32.633 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:32.635 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:32.648 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311832637 2024-04-05 10:10:32.651 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 10:10:32.655 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-04-05 10:10:34.703 | + :: : [[ 401 == 503 ]] 2024-04-05 10:10:34.704 | + :: : [[ 0 -eq 7 ]] 2024-04-05 10:10:34.707 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 10:10:34.709 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:34.711 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:34.713 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:34.714 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:34.716 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:34.718 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 10:10:34.720 | + functions-common:time_stop:2442 : start_time=1712311832637 2024-04-05 10:10:34.722 | + functions-common:time_stop:2444 : [[ -z 1712311832637 ]] 2024-04-05 10:10:34.724 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:34.728 | + functions-common:time_stop:2447 : end_time=1712311834726 2024-04-05 10:10:34.730 | + functions-common:time_stop:2448 : elapsed_time=2089 2024-04-05 10:10:34.731 | + functions-common:time_stop:2449 : total=6472 2024-04-05 10:10:34.733 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:34.735 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8561 2024-04-05 10:10:34.737 | + functions:wait_for_service:478 : return 0 2024-04-05 10:10:34.739 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.741 | + functions-common:run_process:1689 : local service=c-sch 2024-04-05 10:10:34.743 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.745 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:34.747 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:34.749 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:34.750 | + functions-common:run_process:1695 : local name=c-sch 2024-04-05 10:10:34.752 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:34.754 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:34.756 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:34.758 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:34.760 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:34.764 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311834762 2024-04-05 10:10:34.766 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-04-05 10:10:34.779 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:34.781 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-04-05 10:10:34.783 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-04-05 10:10:34.785 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.787 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.789 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.791 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.793 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-04-05 10:10:34.795 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-04-05 10:10:34.797 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-04-05 10:10:34.799 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:34.801 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:34.803 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:34.805 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:34.807 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-04-05 10:10:34.809 | + 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 10:10:34.811 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-04-05 10:10:34.813 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:34.815 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:34.817 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:34.819 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-04-05 10:10:34.820 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:34.822 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:34.824 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-04-05 10:10:34.826 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:34.829 | + 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 10:10:34.881 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-04-05 10:10:34.932 | + 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 10:10:34.977 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-04-05 10:10:35.019 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-04-05 10:10:35.076 | + 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 10:10:35.119 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-04-05 10:10:35.121 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:35.123 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-04-05 10:10:35.176 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:35.552 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-04-05 10:10:35.562 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-04-05 10:10:35.863 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-04-05 10:10:35.914 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:35.916 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:35.918 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:35.920 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:35.922 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:35.925 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:35.927 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:35.929 | + functions-common:time_stop:2442 : start_time=1712311834762 2024-04-05 10:10:35.931 | + functions-common:time_stop:2444 : [[ -z 1712311834762 ]] 2024-04-05 10:10:35.933 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:35.937 | + functions-common:time_stop:2447 : end_time=1712311835935 2024-04-05 10:10:35.939 | + functions-common:time_stop:2448 : elapsed_time=1173 2024-04-05 10:10:35.941 | + functions-common:time_stop:2449 : total=14529 2024-04-05 10:10:35.943 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:35.945 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15702 2024-04-05 10:10:35.947 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 10:10:35.949 | + 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 10:10:35.951 | + functions-common:run_process:1689 : local service=c-bak 2024-04-05 10:10:35.953 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:35.955 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:35.957 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:35.959 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 10:10:35.961 | + functions-common:run_process:1695 : local name=c-bak 2024-04-05 10:10:35.963 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:35.965 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:35.967 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:35.969 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:35.971 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:35.975 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311835973 2024-04-05 10:10:35.977 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-04-05 10:10:35.991 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:35.993 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:35.994 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:35.997 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:35.999 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:36.000 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:36.002 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:36.004 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:36.006 | + functions-common:time_stop:2442 : start_time=1712311835973 2024-04-05 10:10:36.008 | + functions-common:time_stop:2444 : [[ -z 1712311835973 ]] 2024-04-05 10:10:36.010 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:36.014 | + functions-common:time_stop:2447 : end_time=1712311836011 2024-04-05 10:10:36.016 | + functions-common:time_stop:2448 : elapsed_time=38 2024-04-05 10:10:36.017 | + functions-common:time_stop:2449 : total=15702 2024-04-05 10:10:36.019 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:36.021 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15740 2024-04-05 10:10:36.023 | + 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 10:10:36.025 | + functions-common:run_process:1689 : local service=c-vol 2024-04-05 10:10:36.027 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:36.029 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:36.031 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:36.033 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 10:10:36.035 | + functions-common:run_process:1695 : local name=c-vol 2024-04-05 10:10:36.037 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:36.039 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:36.041 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:36.042 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:36.045 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:36.048 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311836046 2024-04-05 10:10:36.050 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-04-05 10:10:36.064 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:36.066 | + 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 10:10:36.068 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-04-05 10:10:36.070 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:36.072 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:36.073 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:36.076 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:36.078 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-04-05 10:10:36.080 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-04-05 10:10:36.082 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-04-05 10:10:36.084 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:36.085 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:36.087 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:36.089 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-04-05 10:10:36.091 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-04-05 10:10:36.093 | + 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 10:10:36.095 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-04-05 10:10:36.097 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-04-05 10:10:36.099 | + functions-common:write_user_unit_file:1560 : local group= 2024-04-05 10:10:36.101 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-04-05 10:10:36.103 | + 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 10:10:36.104 | + functions-common:write_user_unit_file:1563 : local extra= 2024-04-05 10:10:36.106 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-04-05 10:10:36.108 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-04-05 10:10:36.110 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-04-05 10:10:36.113 | + 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 10:10:36.164 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-04-05 10:10:36.214 | + 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 10:10:36.259 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-04-05 10:10:36.300 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-04-05 10:10:36.345 | + 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 10:10:36.388 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-04-05 10:10:36.390 | + 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 10:10:36.433 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-04-05 10:10:36.435 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-04-05 10:10:36.502 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-04-05 10:10:36.816 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-04-05 10:10:36.826 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-04-05 10:10:37.183 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-04-05 10:10:37.234 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:37.236 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:37.238 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:37.240 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:37.242 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:37.244 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:37.246 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:37.248 | + functions-common:time_stop:2442 : start_time=1712311836046 2024-04-05 10:10:37.250 | + functions-common:time_stop:2444 : [[ -z 1712311836046 ]] 2024-04-05 10:10:37.253 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:37.257 | + functions-common:time_stop:2447 : end_time=1712311837254 2024-04-05 10:10:37.259 | + functions-common:time_stop:2448 : elapsed_time=1208 2024-04-05 10:10:37.261 | + functions-common:time_stop:2449 : total=15740 2024-04-05 10:10:37.263 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:37.265 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16948 2024-04-05 10:10:37.267 | + stack.sh:main:1347 : create_volume_types 2024-04-05 10:10:37.269 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-04-05 10:10:37.283 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:37.285 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-04-05 10:10:37.287 | + lib/cinder:create_volume_types:674 : local be be_name 2024-04-05 10:10:37.289 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-04-05 10:10:37.291 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-04-05 10:10:37.293 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-04-05 10:10:37.295 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-04-05 10:10:37.297 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-04-05 10:10:37.299 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-04-05 10:10:37.301 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-04-05 10:10:37.315 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:37.318 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-04-05 10:10:39.124 | +-------------+--------------------------------------+ 2024-04-05 10:10:39.124 | | Field | Value | 2024-04-05 10:10:39.124 | +-------------+--------------------------------------+ 2024-04-05 10:10:39.124 | | description | None | 2024-04-05 10:10:39.124 | | id | 7bffa44d-9e25-410c-abc1-1896247e5e76 | 2024-04-05 10:10:39.124 | | is_public | True | 2024-04-05 10:10:39.124 | | name | vsphere | 2024-04-05 10:10:39.124 | | properties | volume_backend_name='vsphere' | 2024-04-05 10:10:39.124 | +-------------+--------------------------------------+ 2024-04-05 10:10:39.259 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:39.261 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:39.263 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:39.265 | + stack.sh:main:1360 : is_service_enabled glance 2024-04-05 10:10:39.279 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:39.282 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-04-05 10:10:39.283 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:39.286 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-04-05 10:10:39.288 | + stack.sh:main:1362 : start_glance 2024-04-05 10:10:39.289 | + lib/glance:start_glance:606 : local service_protocol=http 2024-04-05 10:10:39.291 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-04-05 10:10:39.305 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:39.307 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-04-05 10:10:39.310 | ++ lib/glance:start_glance:614 : which uwsgi 2024-04-05 10:10:39.314 | + 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 10:10:39.316 | + functions-common:run_process:1689 : local service=g-api 2024-04-05 10:10:39.318 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 10:10:39.320 | + functions-common:run_process:1691 : local group= 2024-04-05 10:10:39.322 | + functions-common:run_process:1692 : local user= 2024-04-05 10:10:39.324 | + functions-common:run_process:1693 : local env_vars= 2024-04-05 10:10:39.326 | + functions-common:run_process:1695 : local name=g-api 2024-04-05 10:10:39.328 | + functions-common:run_process:1697 : time_start run_process 2024-04-05 10:10:39.330 | + functions-common:time_start:2421 : local name=run_process 2024-04-05 10:10:39.332 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:39.334 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:39.336 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:39.340 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311839337 2024-04-05 10:10:39.342 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-04-05 10:10:39.355 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:39.357 | + 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 10:10:39.359 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-04-05 10:10:39.361 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 10:10:39.363 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 10:10:39.365 | + 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 10:10:39.367 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-04-05 10:10:39.369 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-04-05 10:10:39.371 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-04-05 10:10:39.373 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-04-05 10:10:39.375 | + functions-common:_run_under_systemd:1656 : local group= 2024-04-05 10:10:39.377 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-04-05 10:10:39.379 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-04-05 10:10:39.381 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-04-05 10:10:39.383 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-04-05 10:10:39.385 | + 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 10:10:39.387 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-04-05 10:10:39.388 | + 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 10:10:39.390 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-04-05 10:10:39.392 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-04-05 10:10:39.394 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-04-05 10:10:39.396 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-04-05 10:10:39.397 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-04-05 10:10:39.400 | + 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 10:10:39.451 | + 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 10:10:39.503 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-04-05 10:10:39.548 | + 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 10:10:39.598 | + 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 10:10:39.642 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-04-05 10:10:39.685 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-04-05 10:10:39.728 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-04-05 10:10:39.774 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-04-05 10:10:39.818 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-04-05 10:10:39.864 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-04-05 10:10:39.866 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-04-05 10:10:39.868 | + 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 10:10:39.924 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-04-05 10:10:40.253 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-04-05 10:10:40.264 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-04-05 10:10:40.594 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-04-05 10:10:40.667 | + functions-common:run_process:1701 : time_stop run_process 2024-04-05 10:10:40.670 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:40.672 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:40.674 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:40.676 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:40.678 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:40.680 | + functions-common:time_stop:2441 : name=run_process 2024-04-05 10:10:40.682 | + functions-common:time_stop:2442 : start_time=1712311839337 2024-04-05 10:10:40.684 | + functions-common:time_stop:2444 : [[ -z 1712311839337 ]] 2024-04-05 10:10:40.687 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:40.690 | + functions-common:time_stop:2447 : end_time=1712311840688 2024-04-05 10:10:40.692 | + functions-common:time_stop:2448 : elapsed_time=1351 2024-04-05 10:10:40.694 | + functions-common:time_stop:2449 : total=16948 2024-04-05 10:10:40.696 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:40.698 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18299 2024-04-05 10:10:40.700 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-04-05 10:10:40.714 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:40.716 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-04-05 10:10:40.717 | Waiting for g-api (10.180.1.21) to start... 2024-04-05 10:10:40.718 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-04-05 10:10:40.721 | + functions:wait_for_service:468 : local timeout=60 2024-04-05 10:10:40.723 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-04-05 10:10:40.725 | + functions:wait_for_service:470 : local rval=0 2024-04-05 10:10:40.727 | + functions:wait_for_service:471 : time_start wait_for_service 2024-04-05 10:10:40.729 | + functions-common:time_start:2421 : local name=wait_for_service 2024-04-05 10:10:40.731 | + functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:40.732 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:40.735 | ++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:40.739 | + functions-common:time_start:2426 : _TIME_START[$name]=1712311840737 2024-04-05 10:10:40.741 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-04-05 10:10:40.745 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-04-05 10:10:42.761 | + :: : [[ 300 == 503 ]] 2024-04-05 10:10:42.763 | + :: : [[ 0 -eq 7 ]] 2024-04-05 10:10:42.766 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-04-05 10:10:42.768 | + functions-common:time_stop:2435 : local name 2024-04-05 10:10:42.770 | + functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:42.772 | + functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:42.774 | + functions-common:time_stop:2438 : local total 2024-04-05 10:10:42.776 | + functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:42.778 | + functions-common:time_stop:2441 : name=wait_for_service 2024-04-05 10:10:42.783 | + functions-common:time_stop:2442 : start_time=1712311840737 2024-04-05 10:10:42.785 | + functions-common:time_stop:2444 : [[ -z 1712311840737 ]] 2024-04-05 10:10:42.788 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:42.792 | + functions-common:time_stop:2447 : end_time=1712311842789 2024-04-05 10:10:42.794 | + functions-common:time_stop:2448 : elapsed_time=2052 2024-04-05 10:10:42.796 | + functions-common:time_stop:2449 : total=8561 2024-04-05 10:10:42.798 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:42.800 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10613 2024-04-05 10:10:42.802 | + functions:wait_for_service:478 : return 0 2024-04-05 10:10:42.804 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-04-05 10:10:42.819 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:42.821 | + stack.sh:main:1376 : is_service_enabled glance 2024-04-05 10:10:42.834 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:42.836 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-04-05 10:10:42.838 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:42.840 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-04-05 10:10:42.842 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-04-05 10:10:42.844 | + 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 10:10:42.846 | + 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 10:10:42.848 | + functions:upload_image:134 : local image image_fname image_name 2024-04-05 10:10:42.850 | + functions:upload_image:136 : local max_attempts=5 2024-04-05 10:10:42.852 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-04-05 10:10:42.855 | ++ 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 10:10:42.858 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:42.860 | + 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 10:10:42.862 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-04-05 10:10:42.864 | ++ functions:upload_image:144 : seq 5 2024-04-05 10:10:42.867 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-04-05 10:10:42.869 | + functions:upload_image:145 : local rc=0 2024-04-05 10:10:42.871 | + 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 10:10:42.874 | --2024-04-05 10:10:42-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-04-05 10:10:42.879 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-04-05 10:10:42.879 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-04-05 10:10:42.933 | HTTP request sent, awaiting response... 200 OK 2024-04-05 10:10:42.934 | Length: 21318656 (20M) [application/octet-stream] 2024-04-05 10:10:42.934 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-04-05 10:10:42.949 | 2024-04-05 10:10:43.036 | 0K ........ ........ .... 100% 199M=0.1s 2024-04-05 10:10:43.036 | 2024-04-05 10:10:43.036 | 2024-04-05 10:10:43 (199 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-04-05 10:10:43.036 | 2024-04-05 10:10:43.039 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-04-05 10:10:43.041 | + functions:upload_image:155 : break 2024-04-05 10:10:43.042 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:43.044 | + 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 10:10:43.046 | + 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 10:10:43.048 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-05 10:10:43.050 | + functions:upload_image:194 : local vmdk_disktype= 2024-04-05 10:10:43.051 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-04-05 10:10:43.053 | + functions:upload_image:196 : local path_len 2024-04-05 10:10:43.055 | + functions:upload_image:199 : local vmdk_adapter_type 2024-04-05 10:10:43.058 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:43.058 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:43.062 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-04-05 10:10:43.064 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-04-05 10:10:43.065 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-04-05 10:10:43.067 | + functions:upload_image:205 : local vmdk_create_type 2024-04-05 10:10:43.070 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:43.070 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:43.074 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-04-05 10:10:43.076 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-04-05 10:10:43.077 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-04-05 10:10:43.079 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-04-05 10:10:43.081 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-04-05 10:10:43.082 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-04-05 10:10:43.084 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-04-05 10:10:43.086 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-04-05 10:10:43.088 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-04-05 10:10:43.090 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-05 10:10:43.090 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-04-05 10:10:43.094 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-04-05 10:10:43.096 | + functions:upload_image:284 : IFS=':;' 2024-04-05 10:10:43.098 | + functions:upload_image:284 : read -a props 2024-04-05 10:10:43.100 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-04-05 10:10:43.101 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-04-05 10:10:43.103 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-04-05 10:10:43.105 | + 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 10:10:43.107 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-04-05 10:10:43.109 | + functions:_upload_image:105 : shift 2024-04-05 10:10:43.110 | + functions:_upload_image:106 : local container=bare 2024-04-05 10:10:43.112 | + functions:_upload_image:107 : shift 2024-04-05 10:10:43.114 | + functions:_upload_image:108 : local disk=vmdk 2024-04-05 10:10:43.115 | + functions:_upload_image:109 : shift 2024-04-05 10:10:43.117 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-04-05 10:10:43.119 | + functions:_upload_image:111 : shift 2024-04-05 10:10:43.120 | + functions:_upload_image:112 : local properties 2024-04-05 10:10:43.122 | + functions:_upload_image:113 : local useimport 2024-04-05 10:10:43.124 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-04-05 10:10:43.126 | ++ functions:_image_properties_to_arg:87 : local result= 2024-04-05 10:10:43.128 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-05 10:10:43.129 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-04-05 10:10:43.131 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-05 10:10:43.133 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-04-05 10:10:43.134 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-04-05 10:10:43.136 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-04-05 10:10:43.138 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-04-05 10:10:43.140 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-04-05 10:10:43.142 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:43.143 | + 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 10:10:45.662 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-05 10:10:45.662 | | Field | Value | 2024-04-05 10:10:45.662 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-05 10:10:45.662 | | container_format | bare | 2024-04-05 10:10:45.662 | | created_at | 2024-04-05T10:10:44Z | 2024-04-05 10:10:45.663 | | disk_format | vmdk | 2024-04-05 10:10:45.663 | | file | /v2/images/0256393c-29cf-4960-a080-80bb62452d8e/file | 2024-04-05 10:10:45.663 | | id | 0256393c-29cf-4960-a080-80bb62452d8e | 2024-04-05 10:10:45.663 | | min_disk | 0 | 2024-04-05 10:10:45.663 | | min_ram | 0 | 2024-04-05 10:10:45.663 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-04-05 10:10:45.663 | | owner | cd7bc4ec492f40e1b17997cd45812149 | 2024-04-05 10:10:45.663 | | 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 10:10:45.663 | | protected | False | 2024-04-05 10:10:45.663 | | schema | /v2/schemas/image | 2024-04-05 10:10:45.663 | | status | queued | 2024-04-05 10:10:45.663 | | tags | | 2024-04-05 10:10:45.663 | | updated_at | 2024-04-05T10:10:44Z | 2024-04-05 10:10:45.663 | | visibility | public | 2024-04-05 10:10:45.663 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-04-05 10:10:45.782 | + functions:upload_image:291 : return 2024-04-05 10:10:45.784 | + stack.sh:main:1384 : async_wait create_flavors 2024-04-05 10:10:45.825 | [3464 Async create_flavors:52477]: Waiting for completion of create_flavors running on PID 52477 (2 other jobs running) 2024-04-05 10:10:45.843 | [3464 Async create_flavors:52477]: Signaling child to exit 2024-04-05 10:10:46.696 | + inc/async:async_inner:64 : rc=0 2024-04-05 10:10:46.715 | [52477 Async create_flavors:52477]: finished successfully 2024-04-05 10:10:46.732 | WAKEUP 2024-04-05 10:10:46.749 | [3464 Async create_flavors:52477]: Signaled 2024-04-05 10:10:46.750 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-04-05 10:10:46.750 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:46.750 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-04-05 10:10:46.750 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-04-05 10:10:46.750 | + 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 10:10:46.750 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.750 | | Field | Value | 2024-04-05 10:10:46.750 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.750 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.751 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.751 | | description | None | 2024-04-05 10:10:46.751 | | disk | 1 | 2024-04-05 10:10:46.751 | | id | c1 | 2024-04-05 10:10:46.751 | | name | cirros256 | 2024-04-05 10:10:46.751 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.751 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.751 | | ram | 256 | 2024-04-05 10:10:46.751 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.751 | | swap | | 2024-04-05 10:10:46.751 | | vcpus | 1 | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | + 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 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | Field | Value | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.751 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.751 | | description | None | 2024-04-05 10:10:46.751 | | disk | 5 | 2024-04-05 10:10:46.751 | | id | d1 | 2024-04-05 10:10:46.751 | | name | ds512M | 2024-04-05 10:10:46.751 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.751 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.751 | | ram | 512 | 2024-04-05 10:10:46.751 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.751 | | swap | | 2024-04-05 10:10:46.751 | | vcpus | 1 | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | + 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 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | Field | Value | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.751 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.751 | | description | None | 2024-04-05 10:10:46.751 | | disk | 10 | 2024-04-05 10:10:46.751 | | id | d2 | 2024-04-05 10:10:46.751 | | name | ds1G | 2024-04-05 10:10:46.751 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.751 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.751 | | ram | 1024 | 2024-04-05 10:10:46.751 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.751 | | swap | | 2024-04-05 10:10:46.751 | | vcpus | 1 | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | + 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 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | Field | Value | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.751 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.751 | | description | None | 2024-04-05 10:10:46.751 | | disk | 10 | 2024-04-05 10:10:46.751 | | id | d3 | 2024-04-05 10:10:46.751 | | name | ds2G | 2024-04-05 10:10:46.751 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.751 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.751 | | ram | 2048 | 2024-04-05 10:10:46.751 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.751 | | swap | | 2024-04-05 10:10:46.751 | | vcpus | 2 | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | + 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 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | Field | Value | 2024-04-05 10:10:46.751 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.751 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.751 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.751 | | description | None | 2024-04-05 10:10:46.751 | | disk | 20 | 2024-04-05 10:10:46.751 | | id | d4 | 2024-04-05 10:10:46.751 | | name | ds4G | 2024-04-05 10:10:46.752 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.752 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.752 | | ram | 4096 | 2024-04-05 10:10:46.752 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.752 | | swap | | 2024-04-05 10:10:46.752 | | vcpus | 4 | 2024-04-05 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-04-05 10:10:46.752 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-04-05 10:10:46.752 | + 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 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | | Field | Value | 2024-04-05 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.752 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.752 | | description | None | 2024-04-05 10:10:46.752 | | disk | 1 | 2024-04-05 10:10:46.752 | | id | 1 | 2024-04-05 10:10:46.752 | | name | m1.tiny | 2024-04-05 10:10:46.752 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.752 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.752 | | ram | 512 | 2024-04-05 10:10:46.752 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.752 | | swap | | 2024-04-05 10:10:46.752 | | vcpus | 1 | 2024-04-05 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | + 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 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | | Field | Value | 2024-04-05 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.752 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.752 | | description | None | 2024-04-05 10:10:46.752 | | disk | 20 | 2024-04-05 10:10:46.752 | | id | 2 | 2024-04-05 10:10:46.752 | | name | m1.small | 2024-04-05 10:10:46.752 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.752 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.752 | | ram | 2048 | 2024-04-05 10:10:46.752 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.752 | | swap | | 2024-04-05 10:10:46.752 | | vcpus | 1 | 2024-04-05 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | + 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 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | | Field | Value | 2024-04-05 10:10:46.752 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.752 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.752 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.752 | | description | None | 2024-04-05 10:10:46.753 | | disk | 40 | 2024-04-05 10:10:46.753 | | id | 3 | 2024-04-05 10:10:46.753 | | name | m1.medium | 2024-04-05 10:10:46.753 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.753 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.753 | | ram | 4096 | 2024-04-05 10:10:46.753 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.753 | | swap | | 2024-04-05 10:10:46.753 | | vcpus | 2 | 2024-04-05 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.753 | + 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 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.753 | | Field | Value | 2024-04-05 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.753 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.753 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.753 | | description | None | 2024-04-05 10:10:46.753 | | disk | 80 | 2024-04-05 10:10:46.753 | | id | 4 | 2024-04-05 10:10:46.753 | | name | m1.large | 2024-04-05 10:10:46.753 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.753 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.753 | | ram | 8192 | 2024-04-05 10:10:46.753 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.753 | | swap | | 2024-04-05 10:10:46.753 | | vcpus | 4 | 2024-04-05 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.753 | + 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 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.753 | | Field | Value | 2024-04-05 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.753 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:10:46.753 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:10:46.753 | | description | None | 2024-04-05 10:10:46.753 | | disk | 160 | 2024-04-05 10:10:46.753 | | id | 5 | 2024-04-05 10:10:46.753 | | name | m1.xlarge | 2024-04-05 10:10:46.753 | | os-flavor-access:is_public | True | 2024-04-05 10:10:46.753 | | properties | hw_rng:allowed='True' | 2024-04-05 10:10:46.753 | | ram | 16384 | 2024-04-05 10:10:46.753 | | rxtx_factor | 1.0 | 2024-04-05 10:10:46.753 | | swap | | 2024-04-05 10:10:46.753 | | vcpus | 8 | 2024-04-05 10:10:46.753 | +----------------------------+-----------------------+ 2024-04-05 10:10:46.785 | [3464 Async create_flavors:52477]: finished create_flavors with result 0 in 15 seconds 2024-04-05 10:10:46.788 | + inc/async:async_wait:197 : return 0 2024-04-05 10:10:46.790 | + stack.sh:main:1386 : is_service_enabled horizon 2024-04-05 10:10:46.804 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:46.806 | + stack.sh:main:1400 : is_service_enabled nova 2024-04-05 10:10:46.820 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:46.822 | + stack.sh:main:1400 : is_service_enabled keystone 2024-04-05 10:10:46.836 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:46.838 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-04-05 10:10:46.840 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-04-05 10:10:46.842 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-04-05 10:10:46.844 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-04-05 10:10:46.846 | ++ 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 10:10:46.863 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-04-05 10:10:46.864 | + 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 10:10:46.865 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-04-05 10:10:46.866 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-04-05 10:10:46.867 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-04-05 10:10:46.869 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-04-05 10:10:46.870 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-04-05 10:10:46.871 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-04-05 10:10:46.872 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-04-05 10:10:46.873 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-04-05 10:10:46.874 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-04-05 10:10:46.875 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 10:10:46.876 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-04-05 10:10:46.877 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 10:10:46.878 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-04-05 10:10:46.879 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 10:10:46.880 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-04-05 10:10:46.881 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 10:10:46.882 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-04-05 10:10:46.883 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 10:10:46.884 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-04-05 10:10:46.885 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-04-05 10:10:46.886 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 10:10:46.887 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-04-05 10:10:46.888 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 10:10:46.889 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-04-05 10:10:46.890 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-04-05 10:10:46.891 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-04-05 10:10:46.892 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-04-05 10:10:46.893 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-04-05 10:10:46.894 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-04-05 10:10:46.895 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-04-05 10:10:46.896 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-04-05 10:10:46.897 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-04-05 10:10:46.898 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-04-05 10:10:46.899 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-04-05 10:10:46.900 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-04-05 10:10:46.901 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-04-05 10:10:46.902 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-04-05 10:10:46.903 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-04-05 10:10:46.905 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-04-05 10:10:46.906 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-04-05 10:10:46.907 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-04-05 10:10:46.908 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-04-05 10:10:46.909 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-04-05 10:10:46.910 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-04-05 10:10:46.911 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-04-05 10:10:46.912 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-04-05 10:10:46.913 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-04-05 10:10:46.914 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-04-05 10:10:46.915 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-04-05 10:10:46.916 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-04-05 10:10:46.918 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-04-05 10:10:46.919 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-04-05 10:10:46.919 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-04-05 10:10:46.919 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-04-05 10:10:46.919 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-04-05 10:10:46.921 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-04-05 10:10:47.829 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-04-05 10:10:47.831 | 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 10:10:47.943 | + stack.sh:main:1412 : save_stackenv 2024-04-05 10:10:47.945 | + functions-common:save_stackenv:60 : local tag= 2024-04-05 10:10:47.947 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-04-05 10:10:47.951 | + functions-common:save_stackenv:62 : time_stamp=2024-04-05-101047 2024-04-05 10:10:47.953 | + functions-common:save_stackenv:63 : echo '# 2024-04-05-101047 ' 2024-04-05 10:10:47.955 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.957 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-04-05 10:10:47.959 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.961 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-04-05 10:10:47.962 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.964 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-04-05 10:10:47.966 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.968 | + 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 10:10:47.970 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.972 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-04-05 10:10:47.974 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.976 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-04-05 10:10:47.978 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.980 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-04-05-100319 2024-04-05 10:10:47.982 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.984 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-04-05 10:10:47.986 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.988 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-04-05 10:10:47.989 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.992 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-04-05 10:10:47.994 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.996 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-04-05 10:10:47.998 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:47.999 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-04-05 10:10:48.001 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:48.003 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-04-05 10:10:48.005 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:48.007 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-04-05 10:10:48.009 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-04-05 10:10:48.011 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-04-05 10:10:48.012 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-04-05 10:10:48.014 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 10:10:48.016 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 10:10:48.018 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-04-05 10:10:48.020 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:10:48.022 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 10:10:48.023 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 10:10:48.026 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-04-05 10:10:48.028 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:10:48.030 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-04-05 10:10:48.032 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:10:48.034 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-04-05 10:10:48.034 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:10:48.034 | gsub("[][]", "", $1); 2024-04-05 10:10:48.034 | split($1, a, "|"); 2024-04-05 10:10:48.034 | if (a[1] == matchgroup) 2024-04-05 10:10:48.034 | print a[2] 2024-04-05 10:10:48.034 | } 2024-04-05 10:10:48.034 | ' /opt/stack/devstack/local.conf 2024-04-05 10:10:48.039 | + stack.sh:main:1430 : run_phase stack extra 2024-04-05 10:10:48.041 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 10:10:48.043 | + functions-common:run_phase:1864 : local phase=extra 2024-04-05 10:10:48.045 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:10:48.047 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:10:48.049 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:10:48.051 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:10:48.053 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:10:48.055 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:10:48.059 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:10:48.061 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:10:48.063 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:10:48.065 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-04-05 10:10:48.067 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:10:48.080 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:48.082 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:10:48.084 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:48.085 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-04-05 10:10:48.087 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:48.089 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:10:48.091 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:48.093 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-04-05 10:10:48.095 | ++ extras.d/80-tempest.sh:source:15 : : 2024-04-05 10:10:48.097 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 10:10:48.099 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 10:10:48.101 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:10:48.103 | + 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 10:10:48.105 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-04-05 10:10:48.107 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 10:10:48.109 | + functions-common:run_plugins:1850 : local phase=extra 2024-04-05 10:10:48.110 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 10:10:48.112 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 10:10:48.115 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 10:10:48.117 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:10:48.118 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 10:10:48.120 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-04-05 10:10:48.123 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:10:48.125 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:48.127 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-04-05 10:10:48.129 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:48.131 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:10:48.133 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:48.135 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-04-05 10:10:48.137 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-04-05 10:10:48.139 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:48.141 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-04-05 10:10:48.143 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-04-05 10:10:48.145 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 10:10:48.147 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 10:10:48.149 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-04-05 10:10:48.151 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:10:48.153 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 10:10:48.155 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 10:10:48.158 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-04-05 10:10:48.160 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:10:48.162 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-04-05 10:10:48.164 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:10:48.166 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-04-05 10:10:48.166 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:10:48.166 | gsub("[][]", "", $1); 2024-04-05 10:10:48.166 | split($1, a, "|"); 2024-04-05 10:10:48.166 | if (a[1] == matchgroup) 2024-04-05 10:10:48.166 | print a[2] 2024-04-05 10:10:48.166 | } 2024-04-05 10:10:48.166 | ' /opt/stack/devstack/local.conf 2024-04-05 10:10:48.171 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-04-05 10:10:48.185 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:48.187 | + stack.sh:main:1452 : service_check 2024-04-05 10:10:48.189 | + functions-common:service_check:1728 : local service 2024-04-05 10:10:48.191 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.193 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-04-05 10:10:48.202 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-04-05 10:10:48.205 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.207 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-04-05 10:10:48.217 | enabled 2024-04-05 10:10:48.220 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-04-05 10:10:48.238 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-04-05 10:10:48.238 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.239 | Active: active (running) since Fri 2024-04-05 10:09:50 UTC; 57s ago 2024-04-05 10:10:48.239 | Main PID: 46107 (uwsgi) 2024-04-05 10:10:48.239 | Status: "uWSGI is ready" 2024-04-05 10:10:48.239 | Tasks: 3 (limit: 19115) 2024-04-05 10:10:48.239 | Memory: 239.2M 2024-04-05 10:10:48.239 | CPU: 6.195s 2024-04-05 10:10:48.239 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-04-05 10:10:48.239 | ├─46107 "nova-apiuWSGI master" 2024-04-05 10:10:48.239 | ├─46108 "nova-apiuWSGI worker 1" 2024-04-05 10:10:48.239 | └─46109 "nova-apiuWSGI worker 2" 2024-04-05 10:10:48.239 | 2024-04-05 10:10:48.239 | Apr 05 10:10:45 devstack devstack@n-api.service[46109]: [pid: 46109|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Apr 5 10:10:45 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46108]: DEBUG nova.api.openstack.wsgi [None req-72791d7d-8a49-43a2-8765-4f865bde1f27 admin admin] Calling method '>' {{(pid=46108) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46108]: INFO nova.api.openstack.requestlog [None req-72791d7d-8a49-43a2-8765-4f865bde1f27 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001023 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46108]: [pid: 46108|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Fri Apr 5 10:10:46 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 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46109]: DEBUG nova.api.openstack.wsgi [None req-dd3b6031-7215-40e0-9509-a10379cb87cf admin admin] Action: 'create', calling method: >, body: {"flavor": {"vcpus": 8, "disk": 160, "name": "m1.xlarge", "id": "5", "swap": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true, "ram": 16384, "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=46109) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46109]: INFO nova.api.openstack.requestlog [None req-dd3b6031-7215-40e0-9509-a10379cb87cf admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035027 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46109]: [pid: 46109|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Fri Apr 5 10:10:46 2024] POST /compute/v2.1/flavors => generated 408 bytes in 35 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46108]: DEBUG nova.api.openstack.wsgi [None req-b1e5fcae-b93f-484c-92a3-8dce071172eb admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46108) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46108]: INFO nova.api.openstack.requestlog [None req-b1e5fcae-b93f-484c-92a3-8dce071172eb admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016571 2024-04-05 10:10:48.239 | Apr 05 10:10:46 devstack devstack@n-api.service[46108]: [pid: 46108|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Apr 5 10:10:46 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-04-05 10:10:48.242 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.244 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-04-05 10:10:48.253 | enabled 2024-04-05 10:10:48.256 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-04-05 10:10:48.267 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-04-05 10:10:48.267 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.267 | Active: active (running) since Fri 2024-04-05 10:10:28 UTC; 19s ago 2024-04-05 10:10:48.267 | Main PID: 52007 (nova-conductor) 2024-04-05 10:10:48.267 | Tasks: 3 (limit: 19115) 2024-04-05 10:10:48.267 | Memory: 148.9M 2024-04-05 10:10:48.267 | CPU: 2.109s 2024-04-05 10:10:48.267 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-04-05 10:10:48.267 | ├─52007 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-05 10:10:48.267 | ├─52426 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-05 10:10:48.267 | └─52427 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-04-05 10:10:48.267 | 2024-04-05 10:10:48.267 | Apr 05 10:10:30 devstack nova-conductor[52007]: DEBUG oslo_service.service [None req-ce78b19f-2177-4e56-86f0-24e396d34d0a None None] oslo_limit.valid_interfaces = None {{(pid=52007) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.267 | Apr 05 10:10:30 devstack nova-conductor[52007]: DEBUG oslo_service.service [None req-ce78b19f-2177-4e56-86f0-24e396d34d0a None None] oslo_limit.version = None {{(pid=52007) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.267 | Apr 05 10:10:30 devstack nova-conductor[52007]: DEBUG oslo_service.service [None req-ce78b19f-2177-4e56-86f0-24e396d34d0a None None] oslo_reports.file_event_handler = None {{(pid=52007) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.267 | Apr 05 10:10:30 devstack nova-conductor[52007]: DEBUG oslo_service.service [None req-ce78b19f-2177-4e56-86f0-24e396d34d0a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52007) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.267 | Apr 05 10:10:30 devstack nova-conductor[52007]: DEBUG oslo_service.service [None req-ce78b19f-2177-4e56-86f0-24e396d34d0a None None] oslo_reports.log_dir = None {{(pid=52007) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.267 | Apr 05 10:10:30 devstack nova-conductor[52007]: DEBUG oslo_service.service [None req-ce78b19f-2177-4e56-86f0-24e396d34d0a None None] ******************************************************************************** {{(pid=52007) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 10:10:48.267 | Apr 05 10:10:40 devstack nova-conductor[52007]: DEBUG dbcounter [-] [52007] Writing DB stats nova_api:SELECT=3 {{(pid=52007) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.268 | Apr 05 10:10:40 devstack nova-conductor[52007]: DEBUG dbcounter [-] [52007] Writing DB stats nova_cell0:SELECT=3 {{(pid=52007) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.268 | Apr 05 10:10:40 devstack nova-conductor[52007]: DEBUG dbcounter [-] [52007] Writing DB stats nova_cell1:SELECT=3 {{(pid=52007) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.268 | Apr 05 10:10:45 devstack nova-conductor[52426]: DEBUG dbcounter [-] [52426] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=52426) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.270 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.272 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-04-05 10:10:48.282 | enabled 2024-04-05 10:10:48.285 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-04-05 10:10:48.296 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-04-05 10:10:48.296 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.296 | Active: active (running) since Fri 2024-04-05 10:10:25 UTC; 22s ago 2024-04-05 10:10:48.296 | Main PID: 50780 (nova-scheduler) 2024-04-05 10:10:48.296 | Tasks: 3 (limit: 19115) 2024-04-05 10:10:48.296 | Memory: 148.4M 2024-04-05 10:10:48.296 | CPU: 2.132s 2024-04-05 10:10:48.296 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-04-05 10:10:48.296 | ├─50780 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-05 10:10:48.296 | ├─51731 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-05 10:10:48.296 | └─51735 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-04-05 10:10:48.296 | 2024-04-05 10:10:48.297 | Apr 05 10:10:27 devstack nova-scheduler[50780]: DEBUG oslo_service.service [None req-e494fcc6-d584-4281-9df6-a2545cfe359e None None] oslo_limit.valid_interfaces = None {{(pid=50780) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.297 | Apr 05 10:10:27 devstack nova-scheduler[50780]: DEBUG oslo_service.service [None req-e494fcc6-d584-4281-9df6-a2545cfe359e None None] oslo_limit.version = None {{(pid=50780) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.297 | Apr 05 10:10:27 devstack nova-scheduler[50780]: DEBUG oslo_service.service [None req-e494fcc6-d584-4281-9df6-a2545cfe359e None None] oslo_reports.file_event_handler = None {{(pid=50780) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.297 | Apr 05 10:10:27 devstack nova-scheduler[50780]: DEBUG oslo_service.service [None req-e494fcc6-d584-4281-9df6-a2545cfe359e None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50780) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.297 | Apr 05 10:10:27 devstack nova-scheduler[50780]: DEBUG oslo_service.service [None req-e494fcc6-d584-4281-9df6-a2545cfe359e None None] oslo_reports.log_dir = None {{(pid=50780) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.297 | Apr 05 10:10:27 devstack nova-scheduler[50780]: DEBUG oslo_service.service [None req-e494fcc6-d584-4281-9df6-a2545cfe359e None None] ******************************************************************************** {{(pid=50780) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 10:10:48.297 | Apr 05 10:10:37 devstack nova-scheduler[50780]: DEBUG dbcounter [-] [50780] Writing DB stats nova_api:SELECT=7 {{(pid=50780) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.297 | Apr 05 10:10:37 devstack nova-scheduler[50780]: DEBUG dbcounter [-] [50780] Writing DB stats nova_cell1:SELECT=5 {{(pid=50780) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.297 | Apr 05 10:10:37 devstack nova-scheduler[50780]: DEBUG dbcounter [-] [50780] Writing DB stats nova_cell0:SELECT=3 {{(pid=50780) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.297 | Apr 05 10:10:42 devstack nova-scheduler[51735]: DEBUG dbcounter [-] [51735] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=51735) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.299 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.301 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-04-05 10:10:48.310 | enabled 2024-04-05 10:10:48.313 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-04-05 10:10:48.324 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-04-05 10:10:48.324 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.324 | Active: active (running) since Fri 2024-04-05 10:10:27 UTC; 21s ago 2024-04-05 10:10:48.324 | Main PID: 51337 (uwsgi) 2024-04-05 10:10:48.324 | Status: "uWSGI is ready" 2024-04-05 10:10:48.324 | Tasks: 4 (limit: 19115) 2024-04-05 10:10:48.324 | Memory: 201.8M 2024-04-05 10:10:48.324 | CPU: 4.082s 2024-04-05 10:10:48.324 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-04-05 10:10:48.324 | ├─51337 "nova-api-metauWSGI master" 2024-04-05 10:10:48.324 | ├─51339 "nova-api-metauWSGI worker 1" 2024-04-05 10:10:48.325 | ├─51340 "nova-api-metauWSGI worker 2" 2024-04-05 10:10:48.325 | └─51341 "nova-api-metauWSGI http 1" 2024-04-05 10:10:48.325 | 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51340]: INFO dbcounter [None req-fd7916c3-47a2-4e8c-b8e5-ca2f77503b3a None None] Registered counter for database nova_cell1 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51340]: DEBUG oslo_db.sqlalchemy.engines [None req-fd7916c3-47a2-4e8c-b8e5-ca2f77503b3a 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=51340) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51340]: DEBUG dbcounter [-] [51340] Writer thread running {{(pid=51340) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51339]: INFO dbcounter [None req-b367bbfa-8039-4daa-a6d1-fc9276f4fda1 None None] Registered counter for database nova_cell1 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51339]: DEBUG oslo_db.sqlalchemy.engines [None req-b367bbfa-8039-4daa-a6d1-fc9276f4fda1 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=51339) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51339]: DEBUG dbcounter [-] [51339] Writer thread running {{(pid=51339) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51340]: WARNING nova.api.metadata.handler [None req-fd7916c3-47a2-4e8c-b8e5-ca2f77503b3a None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51340]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x575e912bdf10 pid: 51340 (default app) 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51339]: WARNING nova.api.metadata.handler [None req-b367bbfa-8039-4daa-a6d1-fc9276f4fda1 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-04-05 10:10:48.325 | Apr 05 10:10:29 devstack devstack@n-api-meta.service[51339]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x575e912bdf10 pid: 51339 (default app) 2024-04-05 10:10:48.327 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.329 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-04-05 10:10:48.339 | enabled 2024-04-05 10:10:48.341 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-04-05 10:10:48.353 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-04-05 10:10:48.353 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.353 | Active: active (running) since Fri 2024-04-05 10:09:58 UTC; 49s ago 2024-04-05 10:10:48.353 | Main PID: 47459 (uwsgi) 2024-04-05 10:10:48.353 | Status: "uWSGI is ready" 2024-04-05 10:10:48.353 | Tasks: 5 (limit: 19115) 2024-04-05 10:10:48.353 | Memory: 147.9M 2024-04-05 10:10:48.353 | CPU: 2.659s 2024-04-05 10:10:48.353 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-04-05 10:10:48.353 | ├─47459 "placementuWSGI master" 2024-04-05 10:10:48.353 | ├─47461 "placementuWSGI worker 1" 2024-04-05 10:10:48.353 | └─47462 "placementuWSGI worker 2" 2024-04-05 10:10:48.353 | 2024-04-05 10:10:48.353 | Apr 05 10:10:01 devstack devstack@placement-api.service[47462]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47462) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-04-05 10:10:48.353 | Apr 05 10:10:01 devstack devstack@placement-api.service[47462]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x5849c4df7990 pid: 47462 (default app) 2024-04-05 10:10:48.353 | Apr 05 10:10:10 devstack devstack@placement-api.service[47461]: DEBUG dbcounter [-] [47461] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=47461) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.353 | Apr 05 10:10:11 devstack devstack@placement-api.service[47462]: DEBUG dbcounter [-] [47462] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=47462) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.353 | Apr 05 10:10:27 devstack devstack@placement-api.service[47461]: DEBUG placement.requestlog [None req-94b94c36-4101-4429-9859-51b571718132 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47461) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-04-05 10:10:48.353 | Apr 05 10:10:27 devstack devstack@placement-api.service[47461]: INFO placement.requestlog [None req-94b94c36-4101-4429-9859-51b571718132 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-05 10:10:48.353 | Apr 05 10:10:27 devstack devstack@placement-api.service[47461]: [pid: 47461|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Fri Apr 5 10:10:27 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 10:10:48.353 | Apr 05 10:10:30 devstack devstack@placement-api.service[47462]: DEBUG placement.requestlog [None req-e108f4b6-ba14-4993-895c-9ddb96ce4731 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47462) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-04-05 10:10:48.353 | Apr 05 10:10:30 devstack devstack@placement-api.service[47462]: INFO placement.requestlog [None req-e108f4b6-ba14-4993-895c-9ddb96ce4731 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-04-05 10:10:48.353 | Apr 05 10:10:30 devstack devstack@placement-api.service[47462]: [pid: 47462|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Fri Apr 5 10:10:30 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-04-05 10:10:48.356 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.358 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-04-05 10:10:48.366 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-04-05 10:10:48.369 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.371 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-04-05 10:10:48.381 | enabled 2024-04-05 10:10:48.383 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-04-05 10:10:48.394 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-04-05 10:10:48.394 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.394 | Active: active (running) since Fri 2024-04-05 10:10:40 UTC; 7s ago 2024-04-05 10:10:48.394 | Main PID: 54740 (uwsgi) 2024-04-05 10:10:48.394 | Status: "uWSGI is ready" 2024-04-05 10:10:48.394 | Tasks: 9 (limit: 19115) 2024-04-05 10:10:48.394 | Memory: 237.5M 2024-04-05 10:10:48.394 | CPU: 4.692s 2024-04-05 10:10:48.394 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-04-05 10:10:48.394 | ├─54740 "glance-apiuWSGI master" 2024-04-05 10:10:48.394 | ├─54741 "glance-apiuWSGI worker 1" 2024-04-05 10:10:48.394 | └─54742 "glance-apiuWSGI worker 2" 2024-04-05 10:10:48.394 | 2024-04-05 10:10:48.394 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: INFO dbcounter [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Registered counter for database glance 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: DEBUG oslo_db.sqlalchemy.engines [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 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=54741) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: DEBUG dbcounter [-] [54741] Writer thread running {{(pid=54741) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: INFO glance.api.v2.image_data [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: DEBUG glance.location [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54741) set_data /opt/stack/glance/glance/location.py:581}} 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: DEBUG glance_store._drivers.filesystem [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/0256393c-29cf-4960-a080-80bb62452d8e with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54741) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: WARNING glance.common.format_inspector [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Unsupported VMDK format b'streamOptimized' 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: INFO glance.location [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Image format matched and virtual size computed: 0 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: DEBUG glance_store.backend [None req-775d1d3e-c4d4-4bc4-80b0-544ecd925595 admin admin] Skipping store.set_acls... not implemented. {{(pid=54741) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-04-05 10:10:48.395 | Apr 05 10:10:45 devstack devstack@g-api.service[54741]: [pid: 54741|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Apr 5 10:10:44 2024] PUT /v2/images/0256393c-29cf-4960-a080-80bb62452d8e/file => generated 0 bytes in 919 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-04-05 10:10:48.398 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.400 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-04-05 10:10:48.409 | enabled 2024-04-05 10:10:48.411 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-04-05 10:10:48.422 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-04-05 10:10:48.422 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.422 | Active: active (running) since Fri 2024-04-05 10:10:35 UTC; 12s ago 2024-04-05 10:10:48.422 | Main PID: 53576 (cinder-schedule) 2024-04-05 10:10:48.422 | Tasks: 1 (limit: 19115) 2024-04-05 10:10:48.422 | Memory: 102.0M 2024-04-05 10:10:48.422 | CPU: 1.811s 2024-04-05 10:10:48.422 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-04-05 10:10:48.422 | └─53576 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-04-05 10:10:48.422 | 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: DEBUG oslo_service.service [None req-0f413585-d5c7-4ca5-8b5c-afc92db59a7d None None] nova.token_auth_url = None {{(pid=53576) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: DEBUG oslo_service.service [None req-0f413585-d5c7-4ca5-8b5c-afc92db59a7d None None] ******************************************************************************** {{(pid=53576) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: INFO cinder.manager [None req-34da26c8-6036-426d-9ada-1dece3b3c5df None None] Initiating service 1 cleanup 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: INFO cinder.manager [None req-34da26c8-6036-426d-9ada-1dece3b3c5df None None] Service 1 cleanup completed. 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: DEBUG cinder.service [None req-34da26c8-6036-426d-9ada-1dece3b3c5df None None] Creating RPC server for service cinder-scheduler {{(pid=53576) start /opt/stack/cinder/cinder/service.py:238}} 2024-04-05 10:10:48.423 | Apr 05 10:10:37 devstack cinder-scheduler[53576]: DEBUG cinder.service [None req-34da26c8-6036-426d-9ada-1dece3b3c5df None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53576) start /opt/stack/cinder/cinder/service.py:244}} 2024-04-05 10:10:48.423 | Apr 05 10:10:41 devstack cinder-scheduler[53576]: DEBUG cinder.scheduler.host_manager [None req-1f9164e3-594b-419a-832b-7ef54612670c 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=53576) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-04-05 10:10:48.423 | Apr 05 10:10:41 devstack cinder-scheduler[53576]: DEBUG cinder.scheduler.host_manager [None req-1f9164e3-594b-419a-832b-7ef54612670c 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, 10, 10, 41, 425559)} {{(pid=53576) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-04-05 10:10:48.423 | Apr 05 10:10:41 devstack cinder-scheduler[53576]: DEBUG cinder.utils [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53576) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-04-05 10:10:48.425 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.427 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-04-05 10:10:48.436 | enabled 2024-04-05 10:10:48.439 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-04-05 10:10:48.450 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-04-05 10:10:48.450 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.450 | Active: active (running) since Fri 2024-04-05 10:10:32 UTC; 15s ago 2024-04-05 10:10:48.450 | Main PID: 53069 (uwsgi) 2024-04-05 10:10:48.450 | Status: "uWSGI is ready" 2024-04-05 10:10:48.450 | Tasks: 7 (limit: 19115) 2024-04-05 10:10:48.450 | Memory: 229.5M 2024-04-05 10:10:48.450 | CPU: 4.857s 2024-04-05 10:10:48.450 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-04-05 10:10:48.450 | ├─53069 "cinder-apiuWSGI master" 2024-04-05 10:10:48.450 | ├─53071 "cinder-apiuWSGI worker 1" 2024-04-05 10:10:48.450 | └─53072 "cinder-apiuWSGI worker 2" 2024-04-05 10:10:48.450 | 2024-04-05 10:10:48.450 | Apr 05 10:10:38 devstack devstack@c-api.service[53071]: INFO cinder.api.openstack.wsgi [None req-083ab812-1fee-4d49-bb3e-7168deb9f488 admin admin] http://10.180.1.21/volume/v3/cd7bc4ec492f40e1b17997cd45812149/types returned with HTTP 200 2024-04-05 10:10:48.450 | Apr 05 10:10:38 devstack devstack@c-api.service[53071]: [pid: 53071|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Fri Apr 5 10:10:38 2024] POST /volume/v3/cd7bc4ec492f40e1b17997cd45812149/types => generated 182 bytes in 384 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-04-05 10:10:48.450 | Apr 05 10:10:38 devstack devstack@c-api.service[53072]: DEBUG cinder.api.middleware.request_id [req-083ab812-1fee-4d49-bb3e-7168deb9f488 req-6ea971f0-71b4-4ddb-89d2-d714b8b112f3 None None] RequestId filter calling following filter/app {{(pid=53072) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-04-05 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: INFO cinder.api.openstack.wsgi [req-083ab812-1fee-4d49-bb3e-7168deb9f488 req-6ea971f0-71b4-4ddb-89d2-d714b8b112f3 admin admin] POST http://10.180.1.21/volume/v3/cd7bc4ec492f40e1b17997cd45812149/types/7bffa44d-9e25-410c-abc1-1896247e5e76/extra_specs 2024-04-05 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: DEBUG cinder.api.openstack.wsgi [req-083ab812-1fee-4d49-bb3e-7168deb9f488 req-6ea971f0-71b4-4ddb-89d2-d714b8b112f3 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53072) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-04-05 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: /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 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: warnings.warn('Policy enforcement is depending on the value of ' 2024-04-05 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: DEBUG oslo_db.sqlalchemy.engines [req-083ab812-1fee-4d49-bb3e-7168deb9f488 req-6ea971f0-71b4-4ddb-89d2-d714b8b112f3 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=53072) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-04-05 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: INFO cinder.api.openstack.wsgi [req-083ab812-1fee-4d49-bb3e-7168deb9f488 req-6ea971f0-71b4-4ddb-89d2-d714b8b112f3 admin admin] http://10.180.1.21/volume/v3/cd7bc4ec492f40e1b17997cd45812149/types/7bffa44d-9e25-410c-abc1-1896247e5e76/extra_specs returned with HTTP 200 2024-04-05 10:10:48.450 | Apr 05 10:10:39 devstack devstack@c-api.service[53072]: [pid: 53072|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Fri Apr 5 10:10:38 2024] POST /volume/v3/cd7bc4ec492f40e1b17997cd45812149/types/7bffa44d-9e25-410c-abc1-1896247e5e76/extra_specs => generated 51 bytes in 324 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-04-05 10:10:48.452 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.455 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-04-05 10:10:48.464 | enabled 2024-04-05 10:10:48.466 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-04-05 10:10:48.477 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-04-05 10:10:48.477 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.477 | Active: active (running) since Fri 2024-04-05 10:10:37 UTC; 11s ago 2024-04-05 10:10:48.477 | Main PID: 54094 (cinder-volume) 2024-04-05 10:10:48.477 | Tasks: 3 (limit: 19115) 2024-04-05 10:10:48.477 | Memory: 251.3M 2024-04-05 10:10:48.477 | CPU: 4.234s 2024-04-05 10:10:48.478 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-04-05 10:10:48.478 | ├─54094 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-04-05 10:10:48.478 | └─54193 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-04-05 10:10:48.478 | 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: DEBUG cinder.image.image_utils [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54193) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1163}} 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: INFO cinder.keymgr.migration [None req-0bbb4140-5151-4f02-a4da-af0d4237597c None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: DEBUG cinder.manager [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Notifying Schedulers of capabilities ... {{(pid=54193) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: INFO cinder.volume.manager [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Driver initialization completed successfully. 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: INFO cinder.manager [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Initiating service 2 cleanup 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: INFO cinder.manager [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Service 2 cleanup completed. 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: DEBUG cinder.service [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Creating RPC server for service cinder-volume {{(pid=54193) start /opt/stack/cinder/cinder/service.py:238}} 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: DEBUG cinder.service [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54193) start /opt/stack/cinder/cinder/service.py:244}} 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: INFO cinder.volume.manager [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-04-05 10:10:48.478 | Apr 05 10:10:41 devstack cinder-volume[54193]: INFO cinder.volume.manager [None req-1f9164e3-594b-419a-832b-7ef54612670c None None] Driver post RPC initialization completed successfully. 2024-04-05 10:10:48.480 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.483 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-04-05 10:10:48.491 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-04-05 10:10:48.494 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.496 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-04-05 10:10:48.504 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-04-05 10:10:48.507 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.509 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-04-05 10:10:48.518 | enabled 2024-04-05 10:10:48.521 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-04-05 10:10:48.532 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-04-05 10:10:48.532 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.532 | Active: active (running) since Fri 2024-04-05 10:09:54 UTC; 54s ago 2024-04-05 10:10:48.532 | Main PID: 46809 (/usr/bin/python) 2024-04-05 10:10:48.532 | Tasks: 5 (limit: 19115) 2024-04-05 10:10:48.532 | Memory: 375.5M 2024-04-05 10:10:48.532 | CPU: 9.136s 2024-04-05 10:10:48.532 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-04-05 10:10:48.532 | ├─46809 "/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 10:10:48.532 | ├─46913 "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 10:10:48.532 | ├─46914 "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 10:10:48.532 | ├─46915 "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 10:10:48.532 | └─46916 "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 10:10:48.532 | 2024-04-05 10:10:48.532 | Apr 05 10:10:33 devstack neutron-server[46913]: DEBUG dbcounter [-] [46913] Writing DB stats neutron:INSERT=2,neutron:SELECT=77,neutron:UPDATE=2 {{(pid=46913) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.532 | Apr 05 10:10:34 devstack neutron-server[46915]: DEBUG neutron_lib.callbacks.manager [None req-141bab4d-1c4d-422d-8b23-f755e70ce8cd None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8730168830919', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-4192149'] for agent (0ddf9144-a450-47f7-b9a8-5f1cb97e187a), after_update {{(pid=46915) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 10:10:48.532 | Apr 05 10:10:34 devstack neutron-server[46914]: DEBUG dbcounter [-] [46914] Writing DB stats neutron:SELECT=33,neutron:INSERT=2,neutron:UPDATE=1,neutron:DELETE=1 {{(pid=46914) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.532 | Apr 05 10:10:34 devstack neutron-server[46914]: DEBUG dbcounter [-] [46914] Writing DB stats neutron:INSERT=1,neutron:SELECT=31,neutron:DELETE=1 {{(pid=46914) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.533 | Apr 05 10:10:35 devstack neutron-server[46915]: DEBUG neutron_lib.callbacks.manager [None req-0724abc6-3840-4c80-95eb-82a169d5f4ae None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8730168830919', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-4192149'] for agent (3b7aa5a0-856d-4a8e-833d-fdb48e163498), after_update {{(pid=46915) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 10:10:48.533 | Apr 05 10:10:35 devstack neutron-server[46915]: DEBUG neutron_lib.callbacks.manager [None req-3310c715-9bd7-4a46-ad78-95105df49e49 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8730168830919', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-4192149'] for agent (ea5f1223-9fe0-488f-81f6-9294c9bbf7f7), after_update {{(pid=46915) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 10:10:48.533 | Apr 05 10:10:36 devstack neutron-server[46915]: DEBUG neutron_lib.callbacks.manager [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8730168830919', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-4192149'] for agent (01332d7f-c931-4766-8fd9-ab09f93c2b07), after_update {{(pid=46915) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-04-05 10:10:48.533 | Apr 05 10:10:43 devstack neutron-server[46916]: DEBUG neutron.db.agents_db [None req-2f37a378-f417-44b5-9a47-2e59c813b85a None None] Agent healthcheck: found 4 active agents {{(pid=46916) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2024-04-05 10:10:48.533 | Apr 05 10:10:46 devstack neutron-server[46915]: DEBUG dbcounter [-] [46915] Writing DB stats neutron:SELECT=73,neutron:UPDATE=1 {{(pid=46915) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.533 | Apr 05 10:10:46 devstack neutron-server[46915]: DEBUG dbcounter [-] [46915] Writing DB stats neutron:SELECT=28,neutron:UPDATE=3 {{(pid=46915) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-04-05 10:10:48.535 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.538 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-04-05 10:10:48.546 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-04-05 10:10:48.549 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.551 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-04-05 10:10:48.560 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-04-05 10:10:48.562 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.565 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-04-05 10:10:48.573 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-04-05 10:10:48.576 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.578 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-04-05 10:10:48.586 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-04-05 10:10:48.589 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.591 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-04-05 10:10:48.601 | enabled 2024-04-05 10:10:48.604 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-04-05 10:10:48.615 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-04-05 10:10:48.615 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.615 | Active: active (running) since Fri 2024-04-05 10:10:01 UTC; 47s ago 2024-04-05 10:10:48.615 | Main PID: 47968 (neutron-openvsw) 2024-04-05 10:10:48.615 | Tasks: 4 (limit: 19115) 2024-04-05 10:10:48.615 | Memory: 159.2M 2024-04-05 10:10:48.615 | CPU: 3.647s 2024-04-05 10:10:48.615 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-04-05 10:10:48.615 | ├─47968 "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 10:10:48.615 | ├─49432 /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/tmpfvqxhssj/privsep.sock 2024-04-05 10:10:48.615 | └─49439 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-04-05 10:10:48.615 | 2024-04-05 10:10:48.615 | Apr 05 10:10:43 devstack neutron-openvswitch-agent[47968]: DEBUG neutron.agent.linux.utils [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49439. {{(pid=47968) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-05 10:10:48.615 | Apr 05 10:10:43 devstack neutron-openvswitch-agent[47968]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-04-05 10:10:48.615 | Apr 05 10:10:45 devstack neutron-openvswitch-agent[47968]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Agent rpc_loop - iteration:19 started 2024-04-05 10:10:48.615 | Apr 05 10:10:45 devstack neutron-openvswitch-agent[47968]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x214c7547,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=8115704394927185034,duration_nsec=285000000,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=47968) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-04-05 10:10:48.615 | Apr 05 10:10:45 devstack neutron-openvswitch-agent[47968]: DEBUG neutron.agent.linux.utils [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49439. {{(pid=47968) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-05 10:10:48.615 | Apr 05 10:10:45 devstack neutron-openvswitch-agent[47968]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-04-05 10:10:48.615 | Apr 05 10:10:47 devstack neutron-openvswitch-agent[47968]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Agent rpc_loop - iteration:20 started 2024-04-05 10:10:48.615 | Apr 05 10:10:47 devstack neutron-openvswitch-agent[47968]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x214c7549,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=8115704394927185034,duration_nsec=287000000,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=47968) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-04-05 10:10:48.615 | Apr 05 10:10:47 devstack neutron-openvswitch-agent[47968]: DEBUG neutron.agent.linux.utils [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49439. {{(pid=47968) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-04-05 10:10:48.615 | Apr 05 10:10:47 devstack neutron-openvswitch-agent[47968]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-80eb0c69-8a6a-4801-bee7-982deaa46149 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-04-05 10:10:48.618 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.620 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-04-05 10:10:48.630 | enabled 2024-04-05 10:10:48.633 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-04-05 10:10:48.645 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-04-05 10:10:48.645 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.645 | Active: active (running) since Fri 2024-04-05 10:10:02 UTC; 46s ago 2024-04-05 10:10:48.645 | Main PID: 48384 (neutron-dhcp-ag) 2024-04-05 10:10:48.645 | Tasks: 13 (limit: 19115) 2024-04-05 10:10:48.645 | Memory: 423.2M 2024-04-05 10:10:48.645 | CPU: 8.412s 2024-04-05 10:10:48.645 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-04-05 10:10:48.645 | ├─48384 "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 10:10:48.645 | ├─49651 /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/tmp62x46s9f/privsep.sock 2024-04-05 10:10:48.645 | ├─49692 /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/tmpymh9z895/privsep.sock 2024-04-05 10:10:48.645 | ├─49782 /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/tmpqvajcu78/privsep.sock 2024-04-05 10:10:48.645 | ├─49871 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 10:10:48.645 | ├─49872 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 10:10:48.645 | └─49883 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/f3d64a04-4238-4182-bf24-eccc126977f5/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/f3d64a04-4238-4182-bf24-eccc126977f5/host --addn-hosts=/opt/stack/data/neutron/dhcp/f3d64a04-4238-4182-bf24-eccc126977f5/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/f3d64a04-4238-4182-bf24-eccc126977f5/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/f3d64a04-4238-4182-bf24-eccc126977f5/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-04e8f357-53ac-4b22-be9e-31f13361b553,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 10:10:48.645 | 2024-04-05 10:10:48.645 | Apr 05 10:10:19 devstack neutron-dhcp-agent[48384]: INFO neutron.agent.dhcp.agent [None req-5de7f07b-f014-40af-b64f-75ef374556b3 None None] DHCP configuration for ports {'d8b24b51-f0de-40f9-9a41-74320bb32a75'} is completed 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '0fe0c4cf-bec5-4d74-9020-e6f81a7947b5'}, 'priority': 0},) {} {{(pid=48384) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG oslo_concurrency.lockutils [None req-9b37669b-dbcb-4461-869d-fc7c88dbc2a9 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48384) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG oslo_concurrency.lockutils [None req-9b37669b-dbcb-4461-869d-fc7c88dbc2a9 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.001s {{(pid=48384) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG oslo_concurrency.lockutils [None req-9b37669b-dbcb-4461-869d-fc7c88dbc2a9 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48384) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG neutron.agent.dhcp.agent [None req-9b37669b-dbcb-4461-869d-fc7c88dbc2a9 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '9267bc30-81a2-40b0-bd9a-b5fe39509066', 'name': 'public-subnet', 'tenant_id': 'cd7bc4ec492f40e1b17997cd45812149', 'network_id': '0fe0c4cf-bec5-4d74-9020-e6f81a7947b5', '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-05T10:10:21Z', 'updated_at': '2024-04-05T10:10:21Z', 'revision_number': 0, 'project_id': 'cd7bc4ec492f40e1b17997cd45812149', 'network': {'id': '0fe0c4cf-bec5-4d74-9020-e6f81a7947b5', 'name': 'public', 'tenant_id': 'cd7bc4ec492f40e1b17997cd45812149', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['9267bc30-81a2-40b0-bd9a-b5fe39509066'], '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-05T10:10:17Z', 'updated_at': '2024-04-05T10:10:21Z', 'revision_number': 2, 'project_id': 'cd7bc4ec492f40e1b17997cd45812149', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48384) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG oslo_concurrency.lockutils [None req-196b04b8-3c86-4416-b721-7d3bcc3e5233 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48384) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG oslo_concurrency.lockutils [None req-196b04b8-3c86-4416-b721-7d3bcc3e5233 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.001s {{(pid=48384) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-04-05 10:10:48.645 | Apr 05 10:10:21 devstack neutron-dhcp-agent[48384]: DEBUG oslo_concurrency.lockutils [None req-196b04b8-3c86-4416-b721-7d3bcc3e5233 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48384) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-04-05 10:10:48.646 | Apr 05 10:10:22 devstack neutron-dhcp-agent[48384]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48384) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-04-05 10:10:48.648 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.650 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-04-05 10:10:48.660 | enabled 2024-04-05 10:10:48.663 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-04-05 10:10:48.674 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-04-05 10:10:48.674 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.674 | Active: active (running) since Fri 2024-04-05 10:10:03 UTC; 44s ago 2024-04-05 10:10:48.674 | Main PID: 48814 (neutron-l3-agen) 2024-04-05 10:10:48.674 | Tasks: 22 (limit: 19115) 2024-04-05 10:10:48.674 | Memory: 428.2M 2024-04-05 10:10:48.674 | CPU: 8.433s 2024-04-05 10:10:48.674 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-04-05 10:10:48.674 | ├─48814 "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 10:10:48.674 | ├─49585 /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/tmplabv5k4e/privsep.sock 2024-04-05 10:10:48.674 | ├─50012 /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/tmpv9vb9wq3/privsep.sock 2024-04-05 10:10:48.674 | ├─50106 /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/tmpes1c76ul/privsep.sock 2024-04-05 10:10:48.674 | ├─50311 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 10:10:48.674 | ├─50314 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-04-05 10:10:48.674 | └─50551 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/86269585-9abc-4c42-8873-6b8f0f4af83f.conf 2024-04-05 10:10:48.674 | 2024-04-05 10:10:48.674 | Apr 05 10:10:27 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[4b7f1f54-11c4-4f3f-9d81-b46797ee171b]: (4, ('ARPING 10.180.180.187 from 10.180.180.187 qg-fd50e23e-07\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:28 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[38120dde-99a0-4793-aefc-00b9ac2765f2]: (4, ('ARPING 10.180.180.187 from 10.180.180.187 qg-fd50e23e-07\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:29 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[edd51d0d-4ef1-40a9-8012-9709d2146479]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d8b24b51-f0\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:30 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[cca36d8b-c851-462e-bf89-ddc900d456d2]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d8b24b51-f0\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:31 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[689c0070-5e73-48d1-abc9-bc3b570e4d48]: (4, ('ARPING 10.180.180.187 from 10.180.180.187 qg-fd50e23e-07\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:32 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[4dba8fa8-71c0-4ad2-a3ff-d7e4cb193b16]: (4, ('ARPING 10.180.180.187 from 10.180.180.187 qg-fd50e23e-07\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:33 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[9cf25a33-070d-4ed3-8d5c-a8979acb3f1c]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d8b24b51-f0\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:34 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[c1faebbf-4c5e-492b-8c0d-4619bcc0be12]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d8b24b51-f0\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:35 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[7fdd08fd-53ce-4cc0-a941-32394179f999]: (4, ('ARPING 10.180.180.187 from 10.180.180.187 qg-fd50e23e-07\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.675 | Apr 05 10:10:36 devstack neutron-l3-agent[48814]: DEBUG oslo.privsep.daemon [-] privsep: reply[8751fadc-618c-4b1d-84c0-751c1f9208cd]: (4, ('ARPING 10.180.180.187 from 10.180.180.187 qg-fd50e23e-07\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50012) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-04-05 10:10:48.677 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-04-05 10:10:48.680 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-04-05 10:10:48.689 | enabled 2024-04-05 10:10:48.692 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-04-05 10:10:48.704 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-04-05 10:10:48.704 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-04-05 10:10:48.704 | Active: active (running) since Fri 2024-04-05 10:10:04 UTC; 43s ago 2024-04-05 10:10:48.704 | Main PID: 49226 (neutron-metadat) 2024-04-05 10:10:48.704 | Tasks: 3 (limit: 19115) 2024-04-05 10:10:48.704 | Memory: 124.1M 2024-04-05 10:10:48.704 | CPU: 1.937s 2024-04-05 10:10:48.704 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-04-05 10:10:48.704 | ├─49226 "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 10:10:48.704 | ├─49434 "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 10:10:48.704 | └─49436 "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 10:10:48.704 | 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_rabbit.ssl_version = {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_notifications.driver = [] {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_notifications.retry = -1 {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] oslo_messaging_notifications.transport_url = **** {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-04-05 10:10:48.704 | Apr 05 10:10:06 devstack neutron-metadata-agent[49226]: DEBUG oslo_service.service [None req-53329adb-5c55-4bd4-888f-162d16bafc80 None None] ******************************************************************************** {{(pid=49226) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-04-05 10:10:48.707 | + stack.sh:main:1458 : is_service_enabled n-api 2024-04-05 10:10:48.723 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:48.725 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-04-05 10:10:48.739 | + functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:10:48.741 | + 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 10:10:48.743 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:48.745 | + 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 10:10:48.747 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-04-05 10:10:49.131 | 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 10:10:50.583 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Upgrade Check Results | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: Cells v2 | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: No host mappings or compute nodes were found. Remember to | 2024-04-05 10:10:50.584 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-04-05 10:10:50.584 | | compute hosts are deployed. | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: Placement API | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: None | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: Cinder API | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: None | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: Policy File JSON to YAML Migration | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: None | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: Older than N-1 computes | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: None | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: hw_machine_type unset | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: None | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.584 | | Check: Service User Token Configuration | 2024-04-05 10:10:50.584 | | Result: Success | 2024-04-05 10:10:50.584 | | Details: None | 2024-04-05 10:10:50.584 | +--------------------------------------------------------------------+ 2024-04-05 10:10:50.928 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-04-05 10:10:50.930 | + stack.sh:main:1491 : command openstack complete 2024-04-05 10:10:50.930 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-04-05 10:10:52.247 | 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 10:10:52.480 | + stack.sh:main:1495 : is_service_enabled cinder 2024-04-05 10:10:52.495 | + functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:52.497 | + stack.sh:main:1496 : is_ubuntu 2024-04-05 10:10:52.499 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-04-05 10:10:52.501 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-04-05 10:10:52.503 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-04-05 10:10:52.505 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:52.507 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-04-05 10:10:52.510 | + stack.sh:main:1498 : set_lvm_filter 2024-04-05 10:10:52.512 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-04-05 10:10:52.514 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-04-05 10:10:52.516 | + lib/lvm:set_lvm_filter:189 : local pv 2024-04-05 10:10:52.518 | + lib/lvm:set_lvm_filter:190 : local vg 2024-04-05 10:10:52.520 | + lib/lvm:set_lvm_filter:191 : local line 2024-04-05 10:10:52.522 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-04-05 10:10:52.606 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-04-05 10:10:52.608 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-04-05 10:10:52.611 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-04-05 10:10:52.623 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-04-05 10:10:52.635 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-04-05 10:10:52.637 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:52.639 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-04-05 10:10:52.641 | + stack.sh:main:1508 : run_phase stack test-config 2024-04-05 10:10:52.644 | + functions-common:run_phase:1863 : local mode=stack 2024-04-05 10:10:52.646 | + functions-common:run_phase:1864 : local phase=test-config 2024-04-05 10:10:52.649 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-04-05 10:10:52.651 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-04-05 10:10:52.654 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-04-05 10:10:52.656 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-04-05 10:10:52.658 | + functions-common:run_phase:1873 : local extra 2024-04-05 10:10:52.661 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-04-05 10:10:52.665 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-04-05 10:10:52.667 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-04-05 10:10:52.670 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-04-05 10:10:52.672 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-04-05 10:10:52.674 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-04-05 10:10:52.688 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:52.691 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:10:52.692 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:52.695 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-04-05 10:10:52.697 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:52.699 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:10:52.701 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:52.703 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-04-05 10:10:52.705 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:52.707 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-04-05 10:10:52.709 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:10:52.712 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-04-05 10:10:52.714 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-04-05 10:10:52.750 | [3464 Async install_tempest:27211]: Waiting for completion of install_tempest running on PID 27211 (1 other jobs running) 2024-04-05 10:10:52.768 | [3464 Async install_tempest:27211]: Signaling child to exit 2024-04-05 10:10:52.768 | WAKEUP 2024-04-05 10:10:52.784 | [3464 Async install_tempest:27211]: Signaled 2024-04-05 10:10:52.785 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:614 : local git_ref=master 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:615 : local orig_dir 2024-04-05 10:10:52.785 | +++ functions-common:git_clone:616 : pwd 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-04-05 10:10:52.785 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:619 : RECLONE=False 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:633 : echo master 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-04-05 10:10:52.785 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-04-05 10:10:52.785 | ++ functions-common:git_timed:720 : local count=0 2024-04-05 10:10:52.785 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-05 10:10:52.785 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:10:52.785 | ++ functions-common:git_timed:724 : timeout=0 2024-04-05 10:10:52.785 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:10:52.785 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:10:52.785 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:52.785 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:52.785 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:52.785 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712311635009 2024-04-05 10:10:52.785 | ++ 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 10:10:52.785 | Cloning into '/opt/stack//tempest'... 2024-04-05 10:10:52.785 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2442 : start_time=1712311635009 2024-04-05 10:10:52.785 | ++ functions-common:time_stop:2444 : [[ -z 1712311635009 ]] 2024-04-05 10:10:52.785 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2447 : end_time=1712311637030 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2448 : elapsed_time=2021 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2449 : total=103046 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=105067 2024-04-05 10:10:52.786 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-04-05 10:10:52.786 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:720 : local count=0 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:724 : timeout=0 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:10:52.786 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:10:52.786 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:52.786 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:52.786 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:52.786 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712311637060 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-04-05 10:10:52.786 | From https://opendev.org/openstack/tempest 2024-04-05 10:10:52.786 | * branch master -> FETCH_HEAD 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2442 : start_time=1712311637060 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2444 : [[ -z 1712311637060 ]] 2024-04-05 10:10:52.786 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2447 : end_time=1712311637942 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2448 : elapsed_time=882 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2449 : total=105067 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:52.786 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=105949 2024-04-05 10:10:52.786 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-04-05 10:10:52.786 | ++ functions-common:git_timed:720 : local count=0 2024-04-05 10:10:52.787 | ++ functions-common:git_timed:721 : local timeout=0 2024-04-05 10:10:52.787 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-04-05 10:10:52.787 | ++ functions-common:git_timed:724 : timeout=0 2024-04-05 10:10:52.787 | ++ functions-common:git_timed:727 : time_start git_timed 2024-04-05 10:10:52.787 | ++ functions-common:time_start:2421 : local name=git_timed 2024-04-05 10:10:52.787 | ++ functions-common:time_start:2422 : local start_time= 2024-04-05 10:10:52.787 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-04-05 10:10:52.787 | +++ functions-common:time_start:2426 : date +%s%3N 2024-04-05 10:10:52.787 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1712311637971 2024-04-05 10:10:52.787 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-04-05 10:10:52.787 | Note: switching to 'FETCH_HEAD'. 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | You are in 'detached HEAD' state. You can look around, make experimental 2024-04-05 10:10:52.787 | changes and commit them, and you can discard any commits you make in this 2024-04-05 10:10:52.787 | state without impacting any branches by switching back to a branch. 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | If you want to create a new branch to retain commits you create, you may 2024-04-05 10:10:52.787 | do so (now or later) by using -c with the switch command. Example: 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | git switch -c 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | Or undo this operation with: 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | git switch - 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | Turn off this advice by setting config variable advice.detachedHead to false 2024-04-05 10:10:52.787 | 2024-04-05 10:10:52.787 | HEAD is now at 8794025 Merge "Allow tempest cleanup delete resources based on prefix" 2024-04-05 10:10:52.787 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2441 : name=git_timed 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2442 : start_time=1712311637971 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2444 : [[ -z 1712311637971 ]] 2024-04-05 10:10:52.787 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2447 : end_time=1712311638069 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2448 : elapsed_time=98 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2449 : total=105949 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:52.787 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=106047 2024-04-05 10:10:52.787 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-04-05 10:10:52.787 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-04-05 10:10:52.787 | ++ functions-common:git_clone:696 : git show --oneline 2024-04-05 10:10:52.787 | ++ functions-common:git_clone:696 : head -1 2024-04-05 10:10:52.787 | 8794025 Merge "Allow tempest cleanup delete resources based on prefix" 2024-04-05 10:10:52.788 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-04-05 10:10:52.788 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-04-05 10:10:52.788 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-04-05 10:10:52.788 | ++ 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 10:10:52.788 | Collecting tox!=2.8.0,<4.0.0 2024-04-05 10:10:52.788 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-04-05 10:10:52.788 | Collecting pluggy>=0.12.0 2024-04-05 10:10:52.788 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-04-05 10:10:52.788 | Collecting py>=1.4.17 2024-04-05 10:10:52.788 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-04-05 10:10:52.788 | 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 10:10:52.788 | 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 10:10:52.788 | 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 10:10:52.788 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-04-05 10:10:52.788 | Collecting filelock>=3.0.0 2024-04-05 10:10:52.788 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-04-05 10:10:52.788 | Collecting tomli>=2.0.1 2024-04-05 10:10:52.788 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-04-05 10:10:52.788 | 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 10:10:52.788 | Collecting distlib<1,>=0.3.5 2024-04-05 10:10:52.788 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-04-05 10:10:52.788 | Collecting platformdirs<3,>=2.4 2024-04-05 10:10:52.788 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-04-05 10:10:52.788 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-04-05 10:10:52.788 | 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 10:10:52.788 | 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 10:10:52.788 | ++ inc/python:pip_install:196 : result=0 2024-04-05 10:10:52.788 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2442 : start_time=1712311638112 2024-04-05 10:10:52.788 | ++ functions-common:time_stop:2444 : [[ -z 1712311638112 ]] 2024-04-05 10:10:52.788 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:52.789 | ++ functions-common:time_stop:2447 : end_time=1712311641367 2024-04-05 10:10:52.789 | ++ functions-common:time_stop:2448 : elapsed_time=3255 2024-04-05 10:10:52.789 | ++ functions-common:time_stop:2449 : total=84980 2024-04-05 10:10:52.789 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:52.789 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88235 2024-04-05 10:10:52.789 | ++ inc/python:pip_install:199 : return 0 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-04-05 10:10:52.789 | ~/tempest ~/devstack 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-04-05 10:10:52.789 | Switched to branch 'master' 2024-04-05 10:10:52.789 | Your branch is up to date with 'origin/master'. 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-04-05 10:10:52.789 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.yGLi98qPWZ 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.yGLi98qPWZ 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.yGLi98qPWZ 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:10:52.789 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-04-05 10:10:52.789 | full create: /opt/stack/tempest/.tox/tempest 2024-04-05 10:10:52.789 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-04-05 10:10:52.789 | full develop-inst: /opt/stack/tempest 2024-04-05 10:10:52.789 | 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 10:10:52.789 | ___________________________________ summary ____________________________________ 2024-04-05 10:10:52.789 | full: skipped tests 2024-04-05 10:10:52.789 | congratulations :) 2024-04-05 10:10:52.789 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.yGLi98qPWZ -r requirements.txt 2024-04-05 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.789 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.790 | 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 10:10:52.791 | 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 10:10:52.791 | 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 10:10:52.791 | 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 10:10:52.791 | WARNING: There was an error checking the latest version of pip. 2024-04-05 10:10:52.791 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-04-05 10:10:52.791 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.yGLi98qPWZ 2024-04-05 10:10:52.791 | ++ lib/tempest:install_tempest:859 : popd 2024-04-05 10:10:52.791 | ~/devstack 2024-04-05 10:10:52.818 | [3464 Async install_tempest:27211]: finished install_tempest with result 0 in 20 seconds 2024-04-05 10:10:52.821 | ++ inc/async:async_wait:197 : return 0 2024-04-05 10:10:52.823 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-04-05 10:10:52.825 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:10:52.827 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-04-05 10:10:52.830 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-04-05 10:10:52.832 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-04-05 10:10:52.834 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-04-05 10:10:52.835 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-04-05 10:10:52.837 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-04-05 10:10:52.839 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-04-05 10:10:52.841 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-04-05 10:10:52.843 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-04-05 10:10:52.845 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-04-05 10:10:52.846 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-04-05 10:10:52.849 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-04-05 10:10:52.851 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-04-05 10:10:52.853 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-04-05 10:10:52.856 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-04-05 10:10:52.858 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-04-05 10:10:52.876 | Using python 3.10 to install testrepository 2024-04-05 10:10:52.878 | ++ 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 10:10:53.997 | Collecting testrepository 2024-04-05 10:10:53.998 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-04-05 10:10:54.010 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-04-05 10:10:54.011 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-04-05 10:10:54.011 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-04-05 10:10:54.017 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-04-05 10:10:54.022 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-04-05 10:10:55.056 | Installing collected packages: testrepository 2024-04-05 10:10:55.165 | Successfully installed testrepository-0.0.20 2024-04-05 10:10:55.166 | 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 10:10:55.267 | ++ inc/python:pip_install:196 : result=0 2024-04-05 10:10:55.269 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-04-05 10:10:55.270 | ++ functions-common:time_stop:2435 : local name 2024-04-05 10:10:55.272 | ++ functions-common:time_stop:2436 : local end_time 2024-04-05 10:10:55.274 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-04-05 10:10:55.275 | ++ functions-common:time_stop:2438 : local total 2024-04-05 10:10:55.277 | ++ functions-common:time_stop:2439 : local start_time 2024-04-05 10:10:55.279 | ++ functions-common:time_stop:2441 : name=pip_install 2024-04-05 10:10:55.281 | ++ functions-common:time_stop:2442 : start_time=1712311852871 2024-04-05 10:10:55.282 | ++ functions-common:time_stop:2444 : [[ -z 1712311852871 ]] 2024-04-05 10:10:55.284 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-04-05 10:10:55.287 | ++ functions-common:time_stop:2447 : end_time=1712311855285 2024-04-05 10:10:55.289 | ++ functions-common:time_stop:2448 : elapsed_time=2414 2024-04-05 10:10:55.291 | ++ functions-common:time_stop:2449 : total=105768 2024-04-05 10:10:55.292 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-04-05 10:10:55.294 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=108182 2024-04-05 10:10:55.295 | ++ inc/python:pip_install:199 : return 0 2024-04-05 10:10:55.297 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-04-05 10:10:55.299 | ++ lib/tempest:configure_tempest:200 : local images 2024-04-05 10:10:55.301 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-04-05 10:10:55.302 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-04-05 10:10:55.304 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-04-05 10:10:55.306 | ++ lib/tempest:configure_tempest:204 : local password 2024-04-05 10:10:55.308 | ++ lib/tempest:configure_tempest:205 : local line 2024-04-05 10:10:55.310 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-04-05 10:10:55.311 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-04-05 10:10:55.313 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-04-05 10:10:55.315 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-04-05 10:10:55.316 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-04-05 10:10:55.318 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-04-05 10:10:55.320 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-04-05 10:10:55.322 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-04-05 10:10:55.323 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-04-05 10:10:55.325 | ++ lib/tempest:configure_tempest:215 : local disk 2024-04-05 10:10:55.327 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-04-05 10:10:55.327 | ' 2024-04-05 10:10:55.328 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-04-05 10:10:55.330 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-04-05 10:10:55.342 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:55.344 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-04-05 10:10:55.346 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-04-05 10:10:55.347 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-04-05 10:10:55.349 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-04-05 10:10:55.351 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-04-05 10:10:55.353 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-04-05 10:10:55.354 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-04-05 10:10:55.354 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-04-05 10:10:56.622 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:56.624 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-04-05 10:10:56.626 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-04-05 10:10:56.628 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-04-05 10:10:56.630 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-04-05 10:10:56.632 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-04-05 10:10:56.634 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-04-05 10:10:56.635 | ++ lib/tempest:configure_tempest:254 : image_uuid=0256393c-29cf-4960-a080-80bb62452d8e 2024-04-05 10:10:56.637 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=0256393c-29cf-4960-a080-80bb62452d8e 2024-04-05 10:10:56.639 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-04-05 10:10:56.649 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-04-05 10:10:56.652 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-04-05 10:10:56.654 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-04-05 10:10:56.655 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-04-05 10:10:56.657 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-04-05 10:10:56.659 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-04-05 10:10:56.661 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-04-05 10:10:56.662 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-04-05 10:10:56.665 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-04-05 10:10:56.665 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-04-05 10:10:57.890 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:57.893 | ++ lib/tempest:configure_tempest:281 : admin_project_id=cd7bc4ec492f40e1b17997cd45812149 2024-04-05 10:10:57.895 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-04-05 10:10:57.907 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:10:57.910 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-04-05 10:10:59.143 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:10:59.146 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 10:10:59.146 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-05 10:10:59.146 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 10:10:59.146 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-05 10:10:59.146 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-05 10:10:59.146 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-05 10:10:59.146 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-05 10:10:59.146 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-05 10:10:59.146 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-05 10:10:59.146 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-05 10:10:59.146 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-05 10:10:59.146 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-05 10:10:59.146 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-05 10:10:59.147 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-04-05 10:10:59.148 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-04-05 10:10:59.150 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 10:10:59.150 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-05 10:10:59.150 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 10:10:59.150 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-05 10:10:59.150 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-05 10:10:59.150 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-05 10:10:59.150 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-05 10:10:59.150 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-05 10:10:59.150 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-05 10:10:59.150 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-05 10:10:59.150 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-05 10:10:59.150 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-05 10:10:59.150 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-05 10:10:59.150 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-04-05 10:10:59.152 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 0256393c-29cf-4960-a080-80bb62452d8e 2024-04-05 10:10:59.153 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-04-05 10:10:59.156 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 0256393c-29cf-4960-a080-80bb62452d8e -c size -f value 2024-04-05 10:11:00.369 | ++++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:11:00.372 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-04-05 10:11:00.374 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-04-05 10:11:00.374 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-04-05 10:11:00.398 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-04-05 10:11:00.400 | ++ 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 10:11:01.533 | +----------------------------+-----------------------+ 2024-04-05 10:11:01.533 | | Field | Value | 2024-04-05 10:11:01.533 | +----------------------------+-----------------------+ 2024-04-05 10:11:01.533 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:11:01.533 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:11:01.533 | | description | None | 2024-04-05 10:11:01.533 | | disk | 1 | 2024-04-05 10:11:01.533 | | id | 42 | 2024-04-05 10:11:01.533 | | name | m1.nano | 2024-04-05 10:11:01.533 | | os-flavor-access:is_public | True | 2024-04-05 10:11:01.533 | | properties | hw_rng:allowed='True' | 2024-04-05 10:11:01.533 | | ram | 128 | 2024-04-05 10:11:01.533 | | rxtx_factor | 1.0 | 2024-04-05 10:11:01.533 | | swap | | 2024-04-05 10:11:01.533 | | vcpus | 1 | 2024-04-05 10:11:01.533 | +----------------------------+-----------------------+ 2024-04-05 10:11:01.650 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-04-05 10:11:01.651 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 10:11:01.651 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-04-05 10:11:01.652 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-04-05 10:11:01.652 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-04-05 10:11:01.652 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-04-05 10:11:01.652 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-04-05 10:11:01.652 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-04-05 10:11:01.652 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-04-05 10:11:01.652 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-04-05 10:11:01.652 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-04-05 10:11:01.652 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-04-05 10:11:01.652 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-04-05 10:11:01.652 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-04-05 10:11:01.652 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-04-05 10:11:01.654 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 0256393c-29cf-4960-a080-80bb62452d8e 2024-04-05 10:11:01.655 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-04-05 10:11:01.658 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 0256393c-29cf-4960-a080-80bb62452d8e -c size -f value 2024-04-05 10:11:02.885 | ++++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:11:02.888 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-04-05 10:11:02.890 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-04-05 10:11:02.890 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-04-05 10:11:02.915 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-04-05 10:11:02.917 | ++ 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 10:11:04.026 | +----------------------------+-----------------------+ 2024-04-05 10:11:04.026 | | Field | Value | 2024-04-05 10:11:04.026 | +----------------------------+-----------------------+ 2024-04-05 10:11:04.026 | | OS-FLV-DISABLED:disabled | False | 2024-04-05 10:11:04.026 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-04-05 10:11:04.026 | | description | None | 2024-04-05 10:11:04.026 | | disk | 1 | 2024-04-05 10:11:04.026 | | id | 84 | 2024-04-05 10:11:04.026 | | name | m1.micro | 2024-04-05 10:11:04.026 | | os-flavor-access:is_public | True | 2024-04-05 10:11:04.026 | | properties | hw_rng:allowed='True' | 2024-04-05 10:11:04.026 | | ram | 192 | 2024-04-05 10:11:04.026 | | rxtx_factor | 1.0 | 2024-04-05 10:11:04.026 | | swap | | 2024-04-05 10:11:04.026 | | vcpus | 1 | 2024-04-05 10:11:04.026 | +----------------------------+-----------------------+ 2024-04-05 10:11:04.140 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-04-05 10:11:04.142 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-04-05 10:11:04.167 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-04-05 10:11:04.169 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-04-05 10:11:04.170 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-04-05 10:11:04.172 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-04-05 10:11:04.174 | +++ 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 10:11:05.386 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:11:05.388 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-04-05 10:11:05.388 | address-scope 2024-04-05 10:11:05.388 | router-admin-state-down-before-update 2024-04-05 10:11:05.388 | agent 2024-04-05 10:11:05.388 | agent-resources-synced 2024-04-05 10:11:05.389 | allowed-address-pairs 2024-04-05 10:11:05.389 | auto-allocated-topology 2024-04-05 10:11:05.389 | availability_zone 2024-04-05 10:11:05.389 | availability_zone_filter 2024-04-05 10:11:05.389 | default-subnetpools 2024-04-05 10:11:05.389 | dhcp_agent_scheduler 2024-04-05 10:11:05.389 | dvr 2024-04-05 10:11:05.389 | empty-string-filtering 2024-04-05 10:11:05.389 | external-net 2024-04-05 10:11:05.389 | extra_dhcp_opt 2024-04-05 10:11:05.389 | extraroute 2024-04-05 10:11:05.389 | extraroute-atomic 2024-04-05 10:11:05.389 | filter-validation 2024-04-05 10:11:05.389 | floating-ip-port-forwarding-detail 2024-04-05 10:11:05.389 | fip-port-details 2024-04-05 10:11:05.389 | flavors 2024-04-05 10:11:05.389 | floatingip-pools 2024-04-05 10:11:05.389 | ip-substring-filtering 2024-04-05 10:11:05.389 | router 2024-04-05 10:11:05.389 | ext-gw-mode 2024-04-05 10:11:05.389 | l3-ha 2024-04-05 10:11:05.389 | l3-flavors 2024-04-05 10:11:05.389 | l3-port-ip-change-not-allowed 2024-04-05 10:11:05.389 | l3_agent_scheduler 2024-04-05 10:11:05.389 | multi-provider 2024-04-05 10:11:05.389 | net-mtu 2024-04-05 10:11:05.389 | net-mtu-writable 2024-04-05 10:11:05.389 | network_availability_zone 2024-04-05 10:11:05.389 | network-ip-availability 2024-04-05 10:11:05.389 | pagination 2024-04-05 10:11:05.389 | port-device-profile 2024-04-05 10:11:05.389 | port-mac-override 2024-04-05 10:11:05.389 | port-mac-address-regenerate 2024-04-05 10:11:05.390 | port-numa-affinity-policy 2024-04-05 10:11:05.390 | binding 2024-04-05 10:11:05.390 | binding-extended 2024-04-05 10:11:05.390 | port-security 2024-04-05 10:11:05.390 | project-id 2024-04-05 10:11:05.390 | provider 2024-04-05 10:11:05.390 | quota-check-limit 2024-04-05 10:11:05.390 | quotas 2024-04-05 10:11:05.390 | quota_details 2024-04-05 10:11:05.390 | rbac-policies 2024-04-05 10:11:05.390 | rbac-address-group 2024-04-05 10:11:05.390 | rbac-address-scope 2024-04-05 10:11:05.390 | rbac-security-groups 2024-04-05 10:11:05.390 | rbac-subnetpool 2024-04-05 10:11:05.390 | revision-if-match 2024-04-05 10:11:05.390 | standard-attr-revisions 2024-04-05 10:11:05.390 | router_availability_zone 2024-04-05 10:11:05.390 | security-groups-normalized-cidr 2024-04-05 10:11:05.390 | port-security-groups-filtering 2024-04-05 10:11:05.390 | security-groups-remote-address-group 2024-04-05 10:11:05.390 | security-groups-shared-filtering 2024-04-05 10:11:05.390 | security-group 2024-04-05 10:11:05.390 | service-type 2024-04-05 10:11:05.390 | sorting 2024-04-05 10:11:05.390 | standard-attr-description 2024-04-05 10:11:05.390 | stateful-security-group 2024-04-05 10:11:05.390 | subnet_onboard 2024-04-05 10:11:05.390 | subnet-service-types 2024-04-05 10:11:05.390 | subnet_allocation 2024-04-05 10:11:05.390 | subnetpool-prefix-ops 2024-04-05 10:11:05.390 | standard-attr-tag 2024-04-05 10:11:05.390 | standard-attr-timestamp 2024-04-05 10:11:05.390 | nsxt-ops' 2024-04-05 10:11:05.390 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-04-05 10:11:05.390 | address-scope 2024-04-05 10:11:05.390 | router-admin-state-down-before-update 2024-04-05 10:11:05.390 | agent 2024-04-05 10:11:05.390 | agent-resources-synced 2024-04-05 10:11:05.390 | allowed-address-pairs 2024-04-05 10:11:05.390 | auto-allocated-topology 2024-04-05 10:11:05.390 | availability_zone 2024-04-05 10:11:05.390 | availability_zone_filter 2024-04-05 10:11:05.390 | default-subnetpools 2024-04-05 10:11:05.390 | dhcp_agent_scheduler 2024-04-05 10:11:05.390 | dvr 2024-04-05 10:11:05.390 | empty-string-filtering 2024-04-05 10:11:05.390 | external-net 2024-04-05 10:11:05.390 | extra_dhcp_opt 2024-04-05 10:11:05.390 | extraroute 2024-04-05 10:11:05.391 | extraroute-atomic 2024-04-05 10:11:05.391 | filter-validation 2024-04-05 10:11:05.391 | floating-ip-port-forwarding-detail 2024-04-05 10:11:05.391 | fip-port-details 2024-04-05 10:11:05.391 | flavors 2024-04-05 10:11:05.391 | floatingip-pools 2024-04-05 10:11:05.391 | ip-substring-filtering 2024-04-05 10:11:05.391 | router 2024-04-05 10:11:05.391 | ext-gw-mode 2024-04-05 10:11:05.391 | l3-ha 2024-04-05 10:11:05.391 | l3-flavors 2024-04-05 10:11:05.391 | l3-port-ip-change-not-allowed 2024-04-05 10:11:05.391 | l3_agent_scheduler 2024-04-05 10:11:05.391 | multi-provider 2024-04-05 10:11:05.391 | net-mtu 2024-04-05 10:11:05.391 | net-mtu-writable 2024-04-05 10:11:05.391 | network_availability_zone 2024-04-05 10:11:05.391 | network-ip-availability 2024-04-05 10:11:05.391 | pagination 2024-04-05 10:11:05.391 | port-device-profile 2024-04-05 10:11:05.391 | port-mac-override 2024-04-05 10:11:05.391 | port-mac-address-regenerate 2024-04-05 10:11:05.391 | port-numa-affinity-policy 2024-04-05 10:11:05.391 | binding 2024-04-05 10:11:05.391 | binding-extended 2024-04-05 10:11:05.391 | port-security 2024-04-05 10:11:05.391 | project-id 2024-04-05 10:11:05.391 | provider 2024-04-05 10:11:05.391 | quota-check-limit 2024-04-05 10:11:05.391 | quotas 2024-04-05 10:11:05.391 | quota_details 2024-04-05 10:11:05.391 | rbac-policies 2024-04-05 10:11:05.391 | rbac-address-group 2024-04-05 10:11:05.391 | rbac-address-scope 2024-04-05 10:11:05.391 | rbac-security-groups 2024-04-05 10:11:05.391 | rbac-subnetpool 2024-04-05 10:11:05.391 | revision-if-match 2024-04-05 10:11:05.391 | standard-attr-revisions 2024-04-05 10:11:05.391 | router_availability_zone 2024-04-05 10:11:05.391 | security-groups-normalized-cidr 2024-04-05 10:11:05.391 | port-security-groups-filtering 2024-04-05 10:11:05.391 | security-groups-remote-address-group 2024-04-05 10:11:05.391 | security-groups-shared-filtering 2024-04-05 10:11:05.391 | security-group 2024-04-05 10:11:05.391 | service-type 2024-04-05 10:11:05.391 | sorting 2024-04-05 10:11:05.391 | standard-attr-description 2024-04-05 10:11:05.391 | stateful-security-group 2024-04-05 10:11:05.391 | subnet_onboard 2024-04-05 10:11:05.391 | subnet-service-types 2024-04-05 10:11:05.391 | subnet_allocation 2024-04-05 10:11:05.392 | subnetpool-prefix-ops 2024-04-05 10:11:05.392 | standard-attr-tag 2024-04-05 10:11:05.392 | standard-attr-timestamp 2024-04-05 10:11:05.392 | nsxt-ops =~ external-net ]] 2024-04-05 10:11:05.392 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-04-05 10:11:05.394 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-04-05 10:11:06.660 | +++ functions-common:oscwrap:2475 : return 0 2024-04-05 10:11:06.662 | ++ lib/tempest:configure_tempest:357 : public_network_id=0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 2024-04-05 10:11:06.665 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-04-05 10:11:07.861 | +---------------------------+--------------------------------------+ 2024-04-05 10:11:07.861 | | Field | Value | 2024-04-05 10:11:07.861 | +---------------------------+--------------------------------------+ 2024-04-05 10:11:07.861 | | admin_state_up | UP | 2024-04-05 10:11:07.861 | | availability_zone_hints | | 2024-04-05 10:11:07.861 | | availability_zones | | 2024-04-05 10:11:07.861 | | created_at | 2024-04-05T10:11:07Z | 2024-04-05 10:11:07.861 | | description | | 2024-04-05 10:11:07.861 | | dns_domain | None | 2024-04-05 10:11:07.861 | | id | 24ca3135-b59a-4c66-8bbe-3893673bb2c0 | 2024-04-05 10:11:07.861 | | ipv4_address_scope | None | 2024-04-05 10:11:07.861 | | ipv6_address_scope | None | 2024-04-05 10:11:07.861 | | is_default | False | 2024-04-05 10:11:07.861 | | is_vlan_transparent | None | 2024-04-05 10:11:07.861 | | mtu | 8950 | 2024-04-05 10:11:07.861 | | name | shared | 2024-04-05 10:11:07.861 | | port_security_enabled | True | 2024-04-05 10:11:07.861 | | project_id | cd7bc4ec492f40e1b17997cd45812149 | 2024-04-05 10:11:07.861 | | provider:network_type | vlan | 2024-04-05 10:11:07.861 | | provider:physical_network | default | 2024-04-05 10:11:07.861 | | provider:segmentation_id | 168 | 2024-04-05 10:11:07.861 | | qos_policy_id | None | 2024-04-05 10:11:07.861 | | revision_number | 1 | 2024-04-05 10:11:07.861 | | router:external | Internal | 2024-04-05 10:11:07.861 | | segments | None | 2024-04-05 10:11:07.861 | | shared | True | 2024-04-05 10:11:07.861 | | status | ACTIVE | 2024-04-05 10:11:07.861 | | subnets | | 2024-04-05 10:11:07.861 | | tags | | 2024-04-05 10:11:07.861 | | tenant_id | cd7bc4ec492f40e1b17997cd45812149 | 2024-04-05 10:11:07.861 | | updated_at | 2024-04-05T10:11:07Z | 2024-04-05 10:11:07.861 | +---------------------------+--------------------------------------+ 2024-04-05 10:11:07.982 | ++ 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 10:11:09.258 | +----------------------+--------------------------------------+ 2024-04-05 10:11:09.258 | | Field | Value | 2024-04-05 10:11:09.258 | +----------------------+--------------------------------------+ 2024-04-05 10:11:09.258 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-04-05 10:11:09.258 | | cidr | 192.168.233.0/24 | 2024-04-05 10:11:09.258 | | created_at | 2024-04-05T10:11:09Z | 2024-04-05 10:11:09.258 | | description | shared-subnet | 2024-04-05 10:11:09.258 | | dns_nameservers | | 2024-04-05 10:11:09.258 | | dns_publish_fixed_ip | None | 2024-04-05 10:11:09.258 | | enable_dhcp | True | 2024-04-05 10:11:09.259 | | gateway_ip | 192.168.233.1 | 2024-04-05 10:11:09.259 | | host_routes | | 2024-04-05 10:11:09.259 | | id | 58fcadc4-bf35-48ec-ae4b-32b51dd82bc0 | 2024-04-05 10:11:09.259 | | ip_version | 4 | 2024-04-05 10:11:09.259 | | ipv6_address_mode | None | 2024-04-05 10:11:09.259 | | ipv6_ra_mode | None | 2024-04-05 10:11:09.259 | | name | shared-subnet | 2024-04-05 10:11:09.259 | | network_id | 24ca3135-b59a-4c66-8bbe-3893673bb2c0 | 2024-04-05 10:11:09.259 | | project_id | cd7bc4ec492f40e1b17997cd45812149 | 2024-04-05 10:11:09.259 | | revision_number | 0 | 2024-04-05 10:11:09.259 | | segment_id | None | 2024-04-05 10:11:09.259 | | service_types | | 2024-04-05 10:11:09.259 | | subnetpool_id | None | 2024-04-05 10:11:09.259 | | tags | | 2024-04-05 10:11:09.259 | | updated_at | 2024-04-05T10:11:09Z | 2024-04-05 10:11:09.259 | +----------------------+--------------------------------------+ 2024-04-05 10:11:09.387 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-04-05 10:11:09.414 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-04-05 10:11:09.440 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-04-05 10:11:09.444 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-04-05 10:11:09.468 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-04-05 10:11:09.492 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-04-05 10:11:09.515 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-04-05 10:11:09.540 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-04-05 10:11:09.564 | ++ 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 10:11:09.590 | ++ 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 10:11:09.615 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-04-05 10:11:09.638 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-04-05 10:11:09.662 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-04-05 10:11:09.685 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-04-05 10:11:09.687 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-04-05 10:11:09.713 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-04-05 10:11:09.737 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-04-05 10:11:09.764 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-04-05 10:11:09.788 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-04-05 10:11:09.790 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-04-05 10:11:09.816 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-04-05 10:11:09.838 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-04-05 10:11:09.840 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-04-05 10:11:09.864 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-04-05 10:11:09.876 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:09.878 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-04-05 10:11:09.881 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-04-05 10:11:09.905 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-04-05 10:11:09.918 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:09.920 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-04-05 10:11:09.943 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-04-05 10:11:09.966 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-04-05 10:11:09.989 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-04-05 10:11:09.991 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-04-05 10:11:10.016 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-04-05 10:11:10.039 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-04-05 10:11:10.051 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:10.053 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 0256393c-29cf-4960-a080-80bb62452d8e 2024-04-05 10:11:10.076 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 0256393c-29cf-4960-a080-80bb62452d8e 2024-04-05 10:11:10.102 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-04-05 10:11:10.127 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-04-05 10:11:10.151 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-04-05 10:11:10.176 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-04-05 10:11:10.188 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:10.190 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-04-05 10:11:10.192 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-04-05 10:11:10.193 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-04-05 10:11:10.195 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-04-05 10:11:10.197 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-04-05 10:11:10.198 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-04-05 10:11:10.212 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-04-05 10:11:10.214 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-04-05 10:11:10.239 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-04-05 10:11:10.264 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-04-05 10:11:10.288 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-04-05 10:11:10.311 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-04-05 10:11:10.334 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-04-05 10:11:10.358 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-04-05 10:11:10.380 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-04-05 10:11:10.401 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-04-05 10:11:10.423 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-04-05 10:11:10.425 | ++ 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 10:11:10.448 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-04-05 10:11:10.450 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-04-05 10:11:10.462 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:10.464 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-04-05 10:11:10.487 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 0fe0c4cf-bec5-4d74-9020-e6f81a7947b5 2024-04-05 10:11:10.509 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-04-05 10:11:10.531 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-04-05 10:11:10.553 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-04-05 10:11:10.578 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-04-05 10:11:10.600 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-04-05 10:11:10.622 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-04-05 10:11:10.647 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-04-05 10:11:10.648 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-04-05 10:11:10.650 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-04-05 10:11:10.674 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-04-05 10:11:10.676 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-04-05 10:11:10.678 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-04-05 10:11:10.679 | ++ functions-common:is_provider_network:2287 : return 1 2024-04-05 10:11:10.681 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-04-05 10:11:10.703 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-04-05 10:11:10.725 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-04-05 10:11:10.748 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-04-05 10:11:10.771 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-04-05 10:11:10.793 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-04-05 10:11:10.816 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 10:11:10.818 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-04-05 10:11:10.831 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-04-05 10:11:10.854 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 10:11:10.856 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-04-05 10:11:10.869 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-04-05 10:11:10.891 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 10:11:10.893 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-04-05 10:11:10.906 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-04-05 10:11:10.928 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-04-05 10:11:10.930 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-04-05 10:11:10.942 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-04-05 10:11:10.964 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-04-05 10:11:10.966 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-04-05 10:11:10.967 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-04-05 10:11:10.969 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-04-05 10:11:10.983 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-04-05 10:11:10.985 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-04-05 10:11:11.007 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-04-05 10:11:11.018 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:11.020 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-04-05 10:11:11.043 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-04-05 10:11:11.044 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-04-05 10:11:11.046 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-04-05 10:11:11.048 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-04-05 10:11:11.050 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-04-05 10:11:11.051 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-04-05 10:11:11.053 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-04-05 10:11:11.055 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-04-05 10:11:11.057 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-04-05 10:11:11.071 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-04-05 10:11:11.073 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-04-05 10:11:11.097 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-04-05 10:11:11.099 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-04-05 10:11:11.100 | ++ lib/tempest:configure_tempest:668 : local service 2024-04-05 10:11:11.102 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-04-05 10:11:11.104 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.105 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-04-05 10:11:11.117 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:11.119 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-04-05 10:11:11.143 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.145 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-04-05 10:11:11.157 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:11.159 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-04-05 10:11:11.181 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.183 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-04-05 10:11:11.195 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:11.197 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-04-05 10:11:11.219 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.220 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-04-05 10:11:11.233 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:11.235 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-04-05 10:11:11.257 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.258 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-04-05 10:11:11.271 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:11.272 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-04-05 10:11:11.295 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.297 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-04-05 10:11:11.308 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:11.310 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-04-05 10:11:11.332 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-04-05 10:11:11.334 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-04-05 10:11:11.346 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:11.348 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-04-05 10:11:11.371 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-04-05 10:11:11.373 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-04-05 10:11:11.374 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-04-05 10:11:11.376 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-04-05 10:11:11.378 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-04-05 10:11:11.380 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-04-05 10:11:11.381 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-04-05 10:11:11.383 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-04-05 10:11:11.385 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-04-05 10:11:11.387 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-04-05 10:11:11.388 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-04-05 10:11:11.390 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-04-05 10:11:11.393 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-04-05 10:11:11.396 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.3r6Iew2qOf 2024-04-05 10:11:11.397 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-04-05 10:11:11.399 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-04-05 10:11:11.401 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-04-05 10:11:11.404 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.bY3bzBup63 2024-04-05 10:11:11.406 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.bY3bzBup63 2024-04-05 10:11:11.408 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-04-05 10:11:11.410 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.bY3bzBup63 2024-04-05 10:11:11.411 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-04-05 10:11:11.414 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-04-05 10:11:11.415 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-04-05 10:11:11.420 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:11:11.422 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:11:11.424 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:11:11.426 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-04-05 10:11:11.428 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-04-05 10:11:11.429 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-04-05 10:11:11.673 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-04-05 10:11:12.054 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-04-05 10:11:20.333 | venv-tempest develop-inst: /opt/stack/tempest 2024-04-05 10:11:23.282 | 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 10:11:23.283 | ___________________________________ summary ____________________________________ 2024-04-05 10:11:23.283 | venv-tempest: skipped tests 2024-04-05 10:11:23.283 | congratulations :) 2024-04-05 10:11:23.308 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.bY3bzBup63 -r requirements.txt 2024-04-05 10:11:23.859 | /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 10:11:23.859 | warnings.warn( 2024-04-05 10:11:23.859 | /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 10:11:23.859 | warnings.warn( 2024-04-05 10:11:23.956 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-04-05 10:11:24.334 | 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 10:11:24.334 | venv-tempest run-test-pre: PYTHONHASHSEED='886628356' 2024-04-05 10:11:24.334 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.bY3bzBup63 -r requirements.txt 2024-04-05 10:11:25.164 | 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 10:11:25.165 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.173 | 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 10:11:25.174 | 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 10:11:25.174 | 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 10:11:25.175 | 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 10:11:25.175 | 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 10:11:25.176 | 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 10:11:25.177 | 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 10:11:25.178 | 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 10:11:25.178 | 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 10:11:25.179 | 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 10:11:25.180 | 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 10:11:25.180 | 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 10:11:25.186 | 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 10:11:25.187 | 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 10:11:25.204 | 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 10:11:25.205 | 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 10:11:25.206 | 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 10:11:25.206 | 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 10:11:25.222 | 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 10:11:25.223 | 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 10:11:25.240 | 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 10:11:25.246 | 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 10:11:25.262 | 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 10:11:25.263 | 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 10:11:25.279 | 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 10:11:25.281 | 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 10:11:25.282 | 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 10:11:25.296 | 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 10:11:25.296 | 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 10:11:25.298 | 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 10:11:25.304 | 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 10:11:25.306 | 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 10:11:25.314 | 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 10:11:25.316 | 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 10:11:25.316 | 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 10:11:25.317 | 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 10:11:25.339 | 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 10:11:25.359 | 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 10:11:25.396 | 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 10:11:25.418 | 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 10:11:25.461 | 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 10:11:25.474 | 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 10:11:25.475 | 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 10:11:25.475 | 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 10:11:25.579 | WARNING: There was an error checking the latest version of pip. 2024-04-05 10:11:25.647 | ___________________________________ summary ____________________________________ 2024-04-05 10:11:25.647 | venv-tempest: commands succeeded 2024-04-05 10:11:25.647 | congratulations :) 2024-04-05 10:11:25.672 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.bY3bzBup63 2024-04-05 10:11:25.675 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-04-05 10:11:25.677 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-04-05 10:11:25.678 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-04-05 10:11:25.702 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.3r6Iew2qOf 2024-04-05 10:11:25.953 | venv create: /opt/stack/tempest/.tox/venv 2024-04-05 10:11:26.233 | 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 10:11:38.718 | venv develop-inst: /opt/stack/tempest 2024-04-05 10:11:42.195 | 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 10:11:42.195 | venv run-test-pre: PYTHONHASHSEED='2192813970' 2024-04-05 10:11:42.196 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.3r6Iew2qOf 2024-04-05 10:11:42.489 | /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 10:11:42.490 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-04-05 10:11:42.490 | /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 10:11:42.490 | @jsonschema.FormatChecker.cls_checks('base64') 2024-04-05 10:11:42.728 | /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 10:11:42.728 | warnings.warn( 2024-04-05 10:11:42.894 | /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 10:11:42.894 | for key, value in info.getheaders().items(): 2024-04-05 10:11:42.915 | /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 10:11:42.915 | for key, value in info.getheaders().items(): 2024-04-05 10:11:43.106 | /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 10:11:43.107 | for key, value in info.getheaders().items(): 2024-04-05 10:11:43.108 | /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 10:11:43.108 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-04-05 10:11:43.642 | ___________________________________ summary ____________________________________ 2024-04-05 10:11:43.642 | venv: commands succeeded 2024-04-05 10:11:43.642 | congratulations :) 2024-04-05 10:11:43.668 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-04-05 10:11:43.681 | ++ functions-common:is_service_enabled:2091 : return 1 2024-04-05 10:11:43.683 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-04-05 10:11:43.685 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-04-05 10:11:43.697 | ++ functions-common:is_service_enabled:2091 : return 0 2024-04-05 10:11:43.699 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-04-05 10:11:43.701 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-04-05 10:11:43.703 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-04-05 10:11:43.704 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-04-05 10:11:43.706 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-04-05 10:11:43.708 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-04-05 10:11:43.710 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-04-05 10:11:43.711 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-04-05 10:11:43.713 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-04-05 10:11:43.715 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-04-05 10:11:43.716 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-04-05 10:11:43.718 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-04-05 10:11:43.720 | ++ 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 10:11:43.722 | ++ 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 10:11:43.724 | ++ 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 10:11:43.726 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-04-05 10:11:43.729 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-04-05 10:11:43.730 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-04-05 10:11:43.732 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-04-05 10:11:43.734 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-04-05 10:11:43.736 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-04-05 10:11:43.738 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-04-05 10:11:43.740 | ++ 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 10:11:43.742 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-04-05 10:11:43.744 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.3r6Iew2qOf network-feature-enabled api_extensions 2024-04-05 10:11:43.745 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-04-05 10:11:43.760 | ++ 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 10:11:43.762 | +++ 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 10:11:43.764 | +++ 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 10:11:43.767 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-04-05 10:11:43.769 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-04-05 10:11:43.771 | +++ 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 10:11:43.785 | +++ 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 10:11:43.801 | ++ 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 10:11:43.803 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-04-05 10:11:43.805 | ++ 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 10:11:43.828 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-04-05 10:11:43.830 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-04-05 10:11:43.832 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-04-05 10:11:43.834 | ++ 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 10:11:43.836 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-04-05 10:11:43.838 | ++ 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 10:11:43.863 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-04-05 10:11:43.865 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-04-05 10:11:43.867 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-04-05 10:11:43.869 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-04-05 10:11:43.871 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-04-05 10:11:43.873 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-04-05 10:11:43.875 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-04-05 10:11:43.877 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-04-05 10:11:43.879 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-04-05 10:11:43.881 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-04-05 10:11:43.883 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-04-05 10:11:43.885 | ++ 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 10:11:43.887 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-04-05 10:11:43.889 | ++ 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 10:11:43.913 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-04-05 10:11:43.913 | ' 2024-04-05 10:11:43.915 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-04-05 10:11:43.917 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-04-05 10:11:43.919 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-04-05 10:11:43.921 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-04-05 10:11:43.923 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-04-05 10:11:43.923 | ~/tempest ~/tempest 2024-04-05 10:11:43.925 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-04-05 10:11:43.927 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-04-05 10:11:43.927 | ~/tempest 2024-04-05 10:11:43.929 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-04-05 10:11:43.930 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-04-05 10:11:43.933 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:11:43.935 | + 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 10:11:43.937 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-04-05 10:11:43.939 | + functions-common:run_plugins:1849 : local mode=stack 2024-04-05 10:11:43.941 | + functions-common:run_plugins:1850 : local phase=test-config 2024-04-05 10:11:43.943 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-04-05 10:11:43.945 | + functions-common:run_plugins:1853 : local plugin 2024-04-05 10:11:43.947 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-04-05 10:11:43.949 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-04-05 10:11:43.951 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-04-05 10:11:43.954 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-04-05 10:11:43.956 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-04-05 10:11:43.958 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:11:43.960 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-04-05 10:11:43.962 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:11:43.964 | ++ /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 10:11:43.966 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-04-05 10:11:43.968 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-04-05 10:11:43.970 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-04-05 10:11:43.972 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-04-05 10:11:43.975 | + inc/meta-config:merge_config_group:171 : shift 2024-04-05 10:11:43.977 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-04-05 10:11:43.979 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:11:43.981 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-04-05 10:11:43.983 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-04-05 10:11:43.986 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-04-05 10:11:43.988 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-04-05 10:11:43.990 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-04-05 10:11:43.992 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-04-05 10:11:43.994 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-04-05 10:11:43.994 | /^\[\[.+\|.*\]\]/ { 2024-04-05 10:11:43.994 | gsub("[][]", "", $1); 2024-04-05 10:11:43.994 | split($1, a, "|"); 2024-04-05 10:11:43.994 | if (a[1] == matchgroup) 2024-04-05 10:11:43.994 | print a[2] 2024-04-05 10:11:43.994 | } 2024-04-05 10:11:43.994 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 164 apt-get 9 test_with_retry 3 dbsync 2 pip_install 108 apt-get-update 6 run_process 18 git_timed 103 ------------------------- Unaccounted time 37 ========================= Total runtime 506 ================= Async summary ================= Time spent in the background minus waits: 189 sec Elapsed time: 506 sec Time if we did everything serially: 695 sec Speedup: 1.37352 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 | | cinder | SELECT | 153 | | cinder | SHOW | 1 | | cinder | CREATE | 74 | | cinder | SET | 1 | | cinder | ALTER | 18 | | neutron | SELECT | 2448 | | neutron | SHOW | 41 | | neutron | CREATE | 317 | | neutron | INSERT | 133 | | neutron | UPDATE | 179 | | neutron | ALTER | 150 | | neutron | DROP | 51 | | neutron | DELETE | 17 | | nova_cell1 | SELECT | 114 | | 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 | 6 | | cinder | INSERT | 5 | | cinder | UPDATE | 11 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | nova_cell1 | UPDATE | 12 | | 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