2024-08-31 09:36:00.619 | + stack.sh:main:496 : exec 2024-08-31 09:36:00.619 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-08-31-093600' 2024-08-31 09:36:00.619 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-08-31-093600.summary.2024-08-31-093600 2024-08-31 09:36:00.619 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:36:00.619 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-08-31-093600 2024-08-31 09:36:00.619 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-31-093600 /opt/stack//logs/stack.sh.log 2024-08-31 09:36:00.619 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-31-093600.summary.2024-08-31-093600 /opt/stack//logs/stack.sh.log.summary 2024-08-31 09:36:00.619 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-08-31 09:36:00.619 | + functions:check_path_perm_sanity:607 : local real_path 2024-08-31 09:36:00.619 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-08-31 09:36:00.619 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-08-31 09:36:00.619 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-08-31 09:36:00.619 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-08-31 09:36:00.619 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-08-31 09:36:00.619 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-31 09:36:00.619 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-08-31 09:36:00.619 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-08-31 09:36:00.620 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-31 09:36:00.621 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-31 09:36:00.622 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-08-31 09:36:00.624 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-08-31 09:36:00.627 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-31 09:36:00.628 | + stack.sh:main:528 : trap exit_trap EXIT 2024-08-31 09:36:00.630 | + stack.sh:main:569 : trap err_trap ERR 2024-08-31 09:36:00.631 | + stack.sh:main:582 : set -o errexit 2024-08-31 09:36:00.632 | + stack.sh:main:585 : uname -a 2024-08-31 09:36:00.633 | Linux devstack 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-08-31 09:36:00.635 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-08-31 09:36:00.636 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-08-31 09:36:00.639 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-08-31 09:36:00.662 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-08-31 09:36:00.673 | + stack.sh:main:599 : fetch_plugins 2024-08-31 09:36:00.674 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-08-31 09:36:00.675 | + functions-common:fetch_plugins:1782 : local plugin 2024-08-31 09:36:00.677 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-08-31 09:36:00.678 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-08-31 09:36:00.678 | Fetching DevStack plugins 2024-08-31 09:36:00.680 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-08-31 09:36:00.681 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-08-31 09:36:00.682 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-08-31 09:36:00.684 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-08-31 09:36:00.685 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:36:00.686 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-08-31 09:36:00.688 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-08-31 09:36:00.689 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-08-31 09:36:00.690 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-08-31 09:36:00.692 | + functions-common:git_clone:614 : local git_ref=devstack 2024-08-31 09:36:00.693 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:36:00.695 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:36:00.696 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:36:00.698 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:36:00.699 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:36:00.708 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:36:00.709 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:36:00.711 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:36:00.712 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:00.714 | + functions-common:git_clone:633 : echo devstack 2024-08-31 09:36:00.714 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:36:00.717 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-08-31 09:36:00.718 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:00.719 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-08-31 09:36:00.721 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:00.722 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:00.723 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:00.725 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:00.726 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:00.727 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:00.729 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:00.730 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:00.731 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:00.733 | + functions-common:time_start:2426 : _TIME_START[$name]=1725096960732 2024-08-31 09:36:00.735 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-08-31 09:36:00.739 | Cloning into '/opt/stack/networking-nsx-t'... 2024-08-31 09:36:01.238 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:01.240 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:01.241 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:01.243 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:01.244 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:01.245 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:01.246 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:01.248 | + functions-common:time_stop:2442 : start_time=1725096960732 2024-08-31 09:36:01.249 | + functions-common:time_stop:2444 : [[ -z 1725096960732 ]] 2024-08-31 09:36:01.251 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:01.254 | + functions-common:time_stop:2447 : end_time=1725096961252 2024-08-31 09:36:01.255 | + functions-common:time_stop:2448 : elapsed_time=520 2024-08-31 09:36:01.256 | + functions-common:time_stop:2449 : total=0 2024-08-31 09:36:01.258 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:01.259 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=520 2024-08-31 09:36:01.260 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-08-31 09:36:01.262 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-08-31 09:36:01.263 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:01.264 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:01.266 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:01.267 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:01.268 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:01.270 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:01.271 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:01.272 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:01.274 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:01.276 | + functions-common:time_start:2426 : _TIME_START[$name]=1725096961275 2024-08-31 09:36:01.278 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-08-31 09:36:01.836 | From https://github.com/sapcc/networking-nsx-t 2024-08-31 09:36:01.836 | * branch devstack -> FETCH_HEAD 2024-08-31 09:36:01.840 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:01.841 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:01.843 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:01.844 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:01.845 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:01.847 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:01.848 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:01.850 | + functions-common:time_stop:2442 : start_time=1725096961275 2024-08-31 09:36:01.851 | + functions-common:time_stop:2444 : [[ -z 1725096961275 ]] 2024-08-31 09:36:01.853 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:01.855 | + functions-common:time_stop:2447 : end_time=1725096961854 2024-08-31 09:36:01.856 | + functions-common:time_stop:2448 : elapsed_time=579 2024-08-31 09:36:01.858 | + functions-common:time_stop:2449 : total=520 2024-08-31 09:36:01.859 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:01.860 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1099 2024-08-31 09:36:01.862 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:36:01.863 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:01.865 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:01.866 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:01.867 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:01.869 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:01.870 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:01.871 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:01.873 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:01.874 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:01.877 | + functions-common:time_start:2426 : _TIME_START[$name]=1725096961875 2024-08-31 09:36:01.878 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:36:01.887 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:36:01.887 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:36:01.887 | state without impacting any branches by switching back to a branch. 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:36:01.887 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | git switch -c 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | Or undo this operation with: 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | git switch - 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:36:01.887 | 2024-08-31 09:36:01.887 | HEAD is now at dfae701 Split join statements 2024-08-31 09:36:01.889 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:01.891 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:01.892 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:01.894 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:01.895 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:01.896 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:01.898 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:01.899 | + functions-common:time_stop:2442 : start_time=1725096961875 2024-08-31 09:36:01.900 | + functions-common:time_stop:2444 : [[ -z 1725096961875 ]] 2024-08-31 09:36:01.902 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:01.904 | + functions-common:time_stop:2447 : end_time=1725096961903 2024-08-31 09:36:01.906 | + functions-common:time_stop:2448 : elapsed_time=28 2024-08-31 09:36:01.907 | + functions-common:time_stop:2449 : total=1099 2024-08-31 09:36:01.908 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:01.910 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1127 2024-08-31 09:36:01.911 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-08-31 09:36:01.920 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-08-31 09:36:01.921 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:36:01.922 | + functions-common:git_clone:696 : head -1 2024-08-31 09:36:01.923 | dfae701 Split join statements 2024-08-31 09:36:01.925 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:36:01.927 | + stack.sh:main:603 : run_phase override_defaults 2024-08-31 09:36:01.928 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-08-31 09:36:01.929 | + functions-common:run_phase:1864 : local phase= 2024-08-31 09:36:01.931 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:36:01.932 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:36:01.934 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:36:01.935 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:36:01.937 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:36:01.939 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:36:01.941 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:36:01.942 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:36:01.944 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:36:01.945 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-08-31 09:36:01.947 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:36:01.956 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:01.957 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-31 09:36:01.959 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-31 09:36:01.960 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-31 09:36:01.961 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-31 09:36:01.963 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-31 09:36:01.964 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-31 09:36:01.965 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-08-31 09:36:01.967 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-08-31 09:36:01.968 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-31 09:36:01.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-08-31 09:36:01.971 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-08-31 09:36:01.972 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-08-31 09:36:01.974 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-08-31 09:36:01.975 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-08-31 09:36:01.977 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-08-31 09:36:01.977 | Overriding Configuration Defaults 2024-08-31 09:36:01.978 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-08-31 09:36:01.980 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:36:01.981 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-08-31 09:36:01.983 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-08-31 09:36:01.994 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-08-31 09:36:01.995 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-08-31 09:36:02.004 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:02.006 | +++ lib/tls:source:43 : hostname -f 2024-08-31 09:36:02.008 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-08-31 09:36:02.010 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-08-31 09:36:02.011 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-08-31 09:36:02.013 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-08-31 09:36:02.014 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-08-31 09:36:02.016 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-08-31 09:36:02.017 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-08-31 09:36:02.018 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-08-31 09:36:02.020 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-08-31 09:36:02.021 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-08-31 09:36:02.024 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-08-31 09:36:02.032 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-08-31 09:36:02.044 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-08-31 09:36:02.052 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-08-31 09:36:02.061 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-08-31 09:36:02.084 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-08-31 09:36:02.123 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-08-31 09:36:02.168 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-08-31 09:36:02.186 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-08-31 09:36:02.220 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-08-31 09:36:02.253 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-08-31 09:36:02.254 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-08-31 09:36:02.265 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:02.266 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-08-31 09:36:02.268 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-08-31 09:36:02.270 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-08-31 09:36:02.271 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-08-31 09:36:02.273 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-08-31 09:36:02.284 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-31 09:36:02.285 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-31 09:36:02.287 | +++ functions-common:is_suse:544 : is_opensuse 2024-08-31 09:36:02.288 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:36:02.290 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:36:02.292 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:36:02.293 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:36:02.295 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:36:02.296 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-31 09:36:02.298 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-08-31 09:36:02.300 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-08-31 09:36:02.301 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-08-31 09:36:02.303 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-31 09:36:02.305 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-31 09:36:02.307 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-08-31 09:36:02.318 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-08-31 09:36:02.319 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-08-31 09:36:02.321 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-08-31 09:36:02.332 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-08-31 09:36:02.334 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-08-31 09:36:02.335 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-08-31 09:36:02.337 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-08-31 09:36:02.339 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-08-31 09:36:02.340 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-08-31 09:36:02.342 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-08-31 09:36:02.343 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-08-31 09:36:02.345 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-08-31 09:36:02.347 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-08-31 09:36:02.348 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-08-31 09:36:02.350 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-08-31 09:36:02.352 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-08-31 09:36:02.353 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-08-31 09:36:02.355 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-08-31 09:36:02.357 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-08-31 09:36:02.359 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-31 09:36:02.359 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-31 09:36:02.362 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-08-31 09:36:02.364 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-08-31 09:36:02.365 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-08-31 09:36:02.367 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-08-31 09:36:02.369 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-08-31 09:36:02.370 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-08-31 09:36:02.381 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-08-31 09:36:02.383 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-08-31 09:36:02.385 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-08-31 09:36:02.385 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-31 09:36:02.388 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-08-31 09:36:02.390 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-08-31 09:36:02.391 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-08-31 09:36:02.393 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-08-31 09:36:02.394 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-08-31 09:36:02.396 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-08-31 09:36:02.397 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-08-31 09:36:02.399 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-08-31 09:36:02.401 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-08-31 09:36:02.402 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-08-31 09:36:02.404 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-08-31 09:36:02.405 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-08-31 09:36:02.407 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-08-31 09:36:02.408 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:36:02.410 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-08-31 09:36:02.412 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-08-31 09:36:02.413 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-08-31 09:36:02.424 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-31 09:36:02.425 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-31 09:36:02.427 | ++++ functions-common:is_suse:544 : is_opensuse 2024-08-31 09:36:02.428 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:36:02.430 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:36:02.431 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:36:02.433 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:36:02.434 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:36:02.435 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-31 09:36:02.437 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-08-31 09:36:02.439 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-08-31 09:36:02.441 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-31 09:36:02.442 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-08-31 09:36:02.444 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:36:02.445 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-08-31 09:36:02.447 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-31 09:36:02.448 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-08-31 09:36:02.450 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-08-31 09:36:02.451 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-08-31 09:36:02.453 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-08-31 09:36:02.454 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-08-31 09:36:02.456 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-08-31 09:36:02.458 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-08-31 09:36:02.459 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-08-31 09:36:02.461 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-08-31 09:36:02.462 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-08-31 09:36:02.464 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-08-31 09:36:02.465 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-08-31 09:36:02.486 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-08-31 09:36:02.495 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-08-31 09:36:02.496 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-08-31 09:36:02.498 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-08-31 09:36:02.500 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-08-31 09:36:02.501 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-08-31 09:36:02.503 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-08-31 09:36:02.504 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-08-31 09:36:02.506 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-08-31 09:36:02.508 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-08-31 09:36:02.509 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-08-31 09:36:02.511 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-08-31 09:36:02.512 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-08-31 09:36:02.514 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-08-31 09:36:02.515 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-08-31 09:36:02.517 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-08-31 09:36:02.519 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-08-31 09:36:02.520 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-08-31 09:36:02.522 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-08-31 09:36:02.524 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-08-31 09:36:02.525 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-08-31 09:36:02.525 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-08-31 09:36:02.525 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-08-31 09:36:02.529 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=fb:4b18:3f46 2024-08-31 09:36:02.530 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-08-31 09:36:02.532 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-08-31 09:36:02.533 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-08-31 09:36:02.535 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-08-31 09:36:02.537 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdfb:4b18:3f46::/56 2024-08-31 09:36:02.539 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdfb:4b18:3f46::/56 2024-08-31 09:36:02.539 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-08-31 09:36:02.543 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdfb:4b18:3f46::/64 2024-08-31 09:36:02.545 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-08-31 09:36:02.546 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-08-31 09:36:02.548 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-08-31 09:36:02.549 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-08-31 09:36:02.551 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-08-31 09:36:02.552 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-08-31 09:36:02.554 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-08-31 09:36:02.556 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-08-31 09:36:02.557 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-08-31 09:36:02.559 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-08-31 09:36:02.561 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-08-31 09:36:02.562 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-08-31 09:36:02.564 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdfb:4b18:3f46::/56 2024-08-31 09:36:02.566 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-08-31 09:36:02.567 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-08-31 09:36:02.570 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-08-31 09:36:02.570 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-08-31 09:36:02.570 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-08-31 09:36:02.574 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-08-31 09:36:02.576 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-08-31 09:36:02.577 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-08-31 09:36:02.577 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-08-31 09:36:02.581 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-08-31 09:36:02.584 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-08-31 09:36:02.585 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-08-31 09:36:02.587 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-08-31 09:36:02.589 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-08-31 09:36:02.591 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-08-31 09:36:02.592 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-08-31 09:36:02.604 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-08-31 09:36:02.614 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-08-31 09:36:02.624 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-08-31 09:36:02.633 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-08-31 09:36:02.680 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-08-31 09:36:02.682 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-08-31 09:36:02.684 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-08-31 09:36:02.686 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-08-31 09:36:02.687 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-08-31 09:36:02.689 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-08-31 09:36:02.689 | False' 2024-08-31 09:36:02.692 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-08-31 09:36:02.703 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-08-31 09:36:02.705 | + stack.sh:main:633 : run_phase source 2024-08-31 09:36:02.706 | + functions-common:run_phase:1863 : local mode=source 2024-08-31 09:36:02.708 | + functions-common:run_phase:1864 : local phase= 2024-08-31 09:36:02.710 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:36:02.711 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:36:02.713 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:36:02.715 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:36:02.716 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:36:02.718 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:36:02.721 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:36:02.723 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:36:02.724 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:36:02.726 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-08-31 09:36:02.728 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:36:02.739 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:02.740 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-08-31 09:36:02.742 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-08-31 09:36:02.769 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-08-31 09:36:02.771 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-08-31 09:36:02.772 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-08-31 09:36:02.774 | + functions-common:run_phase:1885 : load_plugin_settings 2024-08-31 09:36:02.776 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-08-31 09:36:02.778 | + functions-common:load_plugin_settings:1800 : local plugin 2024-08-31 09:36:02.779 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-08-31 09:36:02.781 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-08-31 09:36:02.781 | Loading plugin settings 2024-08-31 09:36:02.783 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-08-31 09:36:02.784 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:36:02.786 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-08-31 09:36:02.788 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-08-31 09:36:02.789 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-08-31 09:36:02.791 | ++ functions-common:define_plugin:1907 : : 2024-08-31 09:36:02.793 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-08-31 09:36:02.795 | + functions-common:run_phase:1886 : verify_disabled_services 2024-08-31 09:36:02.796 | + functions-common:verify_disabled_services:2146 : local service 2024-08-31 09:36:02.798 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.800 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-08-31 09:36:02.802 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.804 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-08-31 09:36:02.805 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.807 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-08-31 09:36:02.809 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.811 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-08-31 09:36:02.812 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.814 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-08-31 09:36:02.816 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.818 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-08-31 09:36:02.819 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.821 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-08-31 09:36:02.823 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.825 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-08-31 09:36:02.826 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.828 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-08-31 09:36:02.830 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.832 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-08-31 09:36:02.834 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.835 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-08-31 09:36:02.837 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.839 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-08-31 09:36:02.841 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.843 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-08-31 09:36:02.845 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.846 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-08-31 09:36:02.848 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.850 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-08-31 09:36:02.852 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.854 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-08-31 09:36:02.856 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.857 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-08-31 09:36:02.859 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.861 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-08-31 09:36:02.863 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.865 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-08-31 09:36:02.866 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.868 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-08-31 09:36:02.870 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.872 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-08-31 09:36:02.874 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:36:02.875 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-08-31 09:36:02.877 | + stack.sh:main:704 : initialize_database_backends 2024-08-31 09:36:02.879 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-31 09:36:02.881 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-08-31 09:36:02.892 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:02.894 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-08-31 09:36:02.896 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-31 09:36:02.898 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-08-31 09:36:02.910 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:02.912 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-08-31 09:36:02.914 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-08-31 09:36:02.916 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-08-31 09:36:02.917 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-08-31 09:36:02.919 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-08-31 09:36:02.921 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-08-31 09:36:02.923 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-08-31 09:36:02.925 | + lib/database:initialize_database_backends:92 : return 0 2024-08-31 09:36:02.927 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-08-31 09:36:02.927 | Using mysql database backend 2024-08-31 09:36:02.928 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-08-31 09:36:02.941 | + stack.sh:main:710 : define_database_baseurl 2024-08-31 09:36:02.943 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-08-31 09:36:02.945 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-31 09:36:02.947 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-08-31 09:36:02.949 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-31 09:36:02.951 | + stack.sh:main:722 : is_service_enabled rabbit 2024-08-31 09:36:02.963 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:02.965 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-08-31 09:36:02.977 | + stack.sh:main:730 : is_service_enabled keystone 2024-08-31 09:36:02.989 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:02.991 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-08-31 09:36:03.003 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-08-31 09:36:03.015 | + stack.sh:main:745 : is_service_enabled ldap 2024-08-31 09:36:03.027 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:03.029 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-08-31 09:36:03.041 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:03.043 | + stack.sh:main:766 : save_stackenv 766 2024-08-31 09:36:03.045 | + functions-common:save_stackenv:60 : local tag=766 2024-08-31 09:36:03.047 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-31 09:36:03.050 | + functions-common:save_stackenv:62 : time_stamp=2024-08-31-093603 2024-08-31 09:36:03.052 | + functions-common:save_stackenv:63 : echo '# 2024-08-31-093603 766' 2024-08-31 09:36:03.054 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.055 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-31 09:36:03.057 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.059 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-31 09:36:03.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.063 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-31 09:36:03.065 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.066 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-31 09:36:03.068 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.070 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-31 09:36:03.072 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.074 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-31 09:36:03.076 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.077 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-31-093600 2024-08-31 09:36:03.079 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.081 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-31 09:36:03.083 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.085 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-31 09:36:03.087 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.089 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-31 09:36:03.090 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.092 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-31 09:36:03.094 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.096 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-31 09:36:03.098 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.100 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-31 09:36:03.101 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.103 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-31 09:36:03.105 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:36:03.107 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-31 09:36:03.109 | + stack.sh:main:779 : GIT_DEPTH=0 2024-08-31 09:36:03.111 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-08-31 09:36:03.113 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-08-31 09:36:03.114 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-08-31 09:36:03.116 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-31 09:36:03.117 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:36:03.120 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:36:03.121 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:36:03.123 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:36:03.125 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:36:03.137 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:36:03.139 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-08-31 09:36:03.140 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:03.143 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-31 09:36:03.143 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:36:03.146 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-08-31 09:36:03.148 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:03.150 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-31 09:36:03.152 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:03.153 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:03.155 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:03.157 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:03.158 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:03.160 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:03.162 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:03.163 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:03.166 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:03.168 | + functions-common:time_start:2426 : _TIME_START[$name]=1725096963166 2024-08-31 09:36:03.170 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-31 09:36:03.172 | Cloning into '/opt/stack//requirements'... 2024-08-31 09:36:06.219 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:06.221 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:06.223 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:06.225 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:06.226 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:06.228 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:06.230 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:06.231 | + functions-common:time_stop:2442 : start_time=1725096963166 2024-08-31 09:36:06.233 | + functions-common:time_stop:2444 : [[ -z 1725096963166 ]] 2024-08-31 09:36:06.235 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:06.238 | + functions-common:time_stop:2447 : end_time=1725096966236 2024-08-31 09:36:06.240 | + functions-common:time_stop:2448 : elapsed_time=3070 2024-08-31 09:36:06.241 | + functions-common:time_stop:2449 : total=1127 2024-08-31 09:36:06.243 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:06.244 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4197 2024-08-31 09:36:06.246 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-08-31 09:36:06.248 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-08-31 09:36:06.250 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:06.251 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:06.253 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:06.255 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:06.256 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:06.258 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:06.260 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:06.261 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:06.264 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:06.267 | + functions-common:time_start:2426 : _TIME_START[$name]=1725096966264 2024-08-31 09:36:06.268 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-08-31 09:36:06.933 | From https://opendev.org/openstack/requirements 2024-08-31 09:36:06.933 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-31 09:36:06.940 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:06.942 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:06.943 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:06.945 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:06.947 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:06.948 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:06.950 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:06.952 | + functions-common:time_stop:2442 : start_time=1725096966264 2024-08-31 09:36:06.953 | + functions-common:time_stop:2444 : [[ -z 1725096966264 ]] 2024-08-31 09:36:06.956 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:06.958 | + functions-common:time_stop:2447 : end_time=1725096966956 2024-08-31 09:36:06.960 | + functions-common:time_stop:2448 : elapsed_time=692 2024-08-31 09:36:06.961 | + functions-common:time_stop:2449 : total=4197 2024-08-31 09:36:06.963 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:06.965 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4889 2024-08-31 09:36:06.966 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:36:06.968 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:06.970 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:06.971 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:06.973 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:06.975 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:06.976 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:06.978 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:06.980 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:06.982 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:06.985 | + functions-common:time_start:2426 : _TIME_START[$name]=1725096966983 2024-08-31 09:36:06.986 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:36:06.994 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.994 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:36:06.994 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:36:06.994 | state without impacting any branches by switching back to a branch. 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.994 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:36:06.994 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.994 | git switch -c 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.994 | Or undo this operation with: 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.994 | git switch - 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.994 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:36:06.994 | 2024-08-31 09:36:06.995 | HEAD is now at bcf6e847 update constraint for oslo.serialization to new release 5.1.2 2024-08-31 09:36:06.997 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:06.999 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:07.000 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:07.002 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:07.003 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:07.005 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:07.007 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:07.008 | + functions-common:time_stop:2442 : start_time=1725096966983 2024-08-31 09:36:07.010 | + functions-common:time_stop:2444 : [[ -z 1725096966983 ]] 2024-08-31 09:36:07.012 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:07.015 | + functions-common:time_stop:2447 : end_time=1725096967013 2024-08-31 09:36:07.017 | + functions-common:time_stop:2448 : elapsed_time=30 2024-08-31 09:36:07.018 | + functions-common:time_stop:2449 : total=4889 2024-08-31 09:36:07.020 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:07.021 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4919 2024-08-31 09:36:07.023 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-08-31 09:36:07.033 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-08-31 09:36:07.035 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:36:07.035 | + functions-common:git_clone:696 : head -1 2024-08-31 09:36:07.037 | bcf6e847 update constraint for oslo.serialization to new release 5.1.2 2024-08-31 09:36:07.039 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:36:07.041 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-08-31 09:36:07.043 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:36:07.045 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-08-31 09:36:07.047 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-08-31 09:36:07.049 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-08-31 09:36:07.051 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-08-31 09:36:07.053 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-08-31 09:36:07.055 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-08-31 09:36:07.057 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-08-31 09:36:07.059 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-08-31 09:36:07.061 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-08-31 09:36:07.064 | ++ tools/install_prereqs.sh:source:47 : NOW=1725096967 2024-08-31 09:36:07.067 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-08-31 09:36:07.069 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-08-31 09:36:07.072 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-08-31 09:36:07.074 | ++ tools/install_prereqs.sh:source:49 : DELTA=1725096967 2024-08-31 09:36:07.076 | ++ tools/install_prereqs.sh:source:50 : [[ 1725096967 -lt 7200 ]] 2024-08-31 09:36:07.077 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-08-31 09:36:07.079 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-08-31 09:36:07.081 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-08-31 09:36:07.083 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-08-31 09:36:07.085 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-08-31 09:36:07.087 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-08-31 09:36:07.088 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-08-31 09:36:07.091 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-31 09:36:07.118 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-08-31 09:36:07.118 | apache2-dev 2024-08-31 09:36:07.118 | bc 2024-08-31 09:36:07.118 | bsdmainutils 2024-08-31 09:36:07.118 | curl 2024-08-31 09:36:07.118 | g++ 2024-08-31 09:36:07.118 | gawk 2024-08-31 09:36:07.118 | gcc 2024-08-31 09:36:07.118 | gettext 2024-08-31 09:36:07.118 | git 2024-08-31 09:36:07.118 | graphviz 2024-08-31 09:36:07.118 | iputils-ping 2024-08-31 09:36:07.118 | libapache2-mod-proxy-uwsgi 2024-08-31 09:36:07.118 | libffi-dev 2024-08-31 09:36:07.118 | libjpeg-dev 2024-08-31 09:36:07.118 | libpcre3-dev 2024-08-31 09:36:07.118 | libpq-dev 2024-08-31 09:36:07.118 | libssl-dev 2024-08-31 09:36:07.118 | libsystemd-dev 2024-08-31 09:36:07.118 | libxml2-dev 2024-08-31 09:36:07.118 | libxslt1-dev 2024-08-31 09:36:07.118 | libyaml-dev 2024-08-31 09:36:07.118 | lsof 2024-08-31 09:36:07.118 | openssh-server 2024-08-31 09:36:07.118 | openssl 2024-08-31 09:36:07.118 | pkg-config 2024-08-31 09:36:07.118 | psmisc 2024-08-31 09:36:07.118 | python3-dev 2024-08-31 09:36:07.118 | python3-pip 2024-08-31 09:36:07.118 | python3-systemd 2024-08-31 09:36:07.118 | python3-venv 2024-08-31 09:36:07.118 | tar 2024-08-31 09:36:07.118 | tcpdump 2024-08-31 09:36:07.118 | unzip 2024-08-31 09:36:07.118 | uuid-runtime 2024-08-31 09:36:07.118 | wget 2024-08-31 09:36:07.118 | wget 2024-08-31 09:36:07.118 | zlib1g-dev 2024-08-31 09:36:07.118 | libkrb5-dev 2024-08-31 09:36:07.118 | libldap2-dev 2024-08-31 09:36:07.118 | libsasl2-dev 2024-08-31 09:36:07.118 | memcached 2024-08-31 09:36:07.118 | python3-mysqldb 2024-08-31 09:36:07.118 | sqlite3 2024-08-31 09:36:07.118 | conntrack 2024-08-31 09:36:07.118 | curl 2024-08-31 09:36:07.118 | ebtables 2024-08-31 09:36:07.118 | genisoimage 2024-08-31 09:36:07.118 | iptables 2024-08-31 09:36:07.118 | iputils-arping 2024-08-31 09:36:07.118 | kpartx 2024-08-31 09:36:07.118 | libjs-jquery-tablesorter 2024-08-31 09:36:07.118 | parted 2024-08-31 09:36:07.118 | pm-utils 2024-08-31 09:36:07.118 | python3-mysqldb 2024-08-31 09:36:07.118 | socat 2024-08-31 09:36:07.118 | sqlite3 2024-08-31 09:36:07.118 | sudo 2024-08-31 09:36:07.118 | vlan 2024-08-31 09:36:07.118 | lsscsi 2024-08-31 09:36:07.118 | open-iscsi 2024-08-31 09:36:07.118 | lvm2 2024-08-31 09:36:07.118 | qemu-utils 2024-08-31 09:36:07.118 | thin-provisioning-tools 2024-08-31 09:36:07.118 | acl 2024-08-31 09:36:07.118 | dnsmasq-base 2024-08-31 09:36:07.118 | dnsmasq-utils 2024-08-31 09:36:07.118 | ebtables 2024-08-31 09:36:07.118 | haproxy 2024-08-31 09:36:07.118 | iptables 2024-08-31 09:36:07.118 | iputils-arping 2024-08-31 09:36:07.118 | iputils-ping 2024-08-31 09:36:07.118 | postgresql-server-dev-all 2024-08-31 09:36:07.118 | python3-mysqldb 2024-08-31 09:36:07.118 | sqlite3 2024-08-31 09:36:07.118 | sudo 2024-08-31 09:36:07.118 | vlan 2024-08-31 09:36:07.118 | ipset 2024-08-31 09:36:07.118 | conntrack 2024-08-31 09:36:07.118 | conntrackd 2024-08-31 09:36:07.118 | keepalived' 2024-08-31 09:36:07.120 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-08-31 09:36:07.135 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-08-31 09:36:07.135 | apache2-dev 2024-08-31 09:36:07.135 | bc 2024-08-31 09:36:07.135 | bsdmainutils 2024-08-31 09:36:07.135 | curl 2024-08-31 09:36:07.135 | g++ 2024-08-31 09:36:07.135 | gawk 2024-08-31 09:36:07.135 | gcc 2024-08-31 09:36:07.135 | gettext 2024-08-31 09:36:07.135 | git 2024-08-31 09:36:07.135 | graphviz 2024-08-31 09:36:07.135 | iputils-ping 2024-08-31 09:36:07.136 | libapache2-mod-proxy-uwsgi 2024-08-31 09:36:07.136 | libffi-dev 2024-08-31 09:36:07.136 | libjpeg-dev 2024-08-31 09:36:07.136 | libpcre3-dev 2024-08-31 09:36:07.136 | libpq-dev 2024-08-31 09:36:07.136 | libssl-dev 2024-08-31 09:36:07.136 | libsystemd-dev 2024-08-31 09:36:07.136 | libxml2-dev 2024-08-31 09:36:07.136 | libxslt1-dev 2024-08-31 09:36:07.136 | libyaml-dev 2024-08-31 09:36:07.136 | lsof 2024-08-31 09:36:07.136 | openssh-server 2024-08-31 09:36:07.136 | openssl 2024-08-31 09:36:07.136 | pkg-config 2024-08-31 09:36:07.136 | psmisc 2024-08-31 09:36:07.136 | python3-dev 2024-08-31 09:36:07.136 | python3-pip 2024-08-31 09:36:07.136 | python3-systemd 2024-08-31 09:36:07.136 | python3-venv 2024-08-31 09:36:07.136 | tar 2024-08-31 09:36:07.136 | tcpdump 2024-08-31 09:36:07.136 | unzip 2024-08-31 09:36:07.136 | uuid-runtime 2024-08-31 09:36:07.136 | wget 2024-08-31 09:36:07.136 | wget 2024-08-31 09:36:07.136 | zlib1g-dev 2024-08-31 09:36:07.136 | libkrb5-dev 2024-08-31 09:36:07.136 | libldap2-dev 2024-08-31 09:36:07.136 | libsasl2-dev 2024-08-31 09:36:07.136 | memcached 2024-08-31 09:36:07.136 | python3-mysqldb 2024-08-31 09:36:07.136 | sqlite3 2024-08-31 09:36:07.136 | conntrack 2024-08-31 09:36:07.136 | curl 2024-08-31 09:36:07.136 | ebtables 2024-08-31 09:36:07.136 | genisoimage 2024-08-31 09:36:07.136 | iptables 2024-08-31 09:36:07.136 | iputils-arping 2024-08-31 09:36:07.136 | kpartx 2024-08-31 09:36:07.136 | libjs-jquery-tablesorter 2024-08-31 09:36:07.136 | parted 2024-08-31 09:36:07.136 | pm-utils 2024-08-31 09:36:07.136 | python3-mysqldb 2024-08-31 09:36:07.136 | socat 2024-08-31 09:36:07.136 | sqlite3 2024-08-31 09:36:07.136 | sudo 2024-08-31 09:36:07.136 | vlan 2024-08-31 09:36:07.136 | lsscsi 2024-08-31 09:36:07.137 | open-iscsi 2024-08-31 09:36:07.137 | lvm2 2024-08-31 09:36:07.137 | qemu-utils 2024-08-31 09:36:07.137 | thin-provisioning-tools 2024-08-31 09:36:07.137 | acl 2024-08-31 09:36:07.137 | dnsmasq-base 2024-08-31 09:36:07.137 | dnsmasq-utils 2024-08-31 09:36:07.137 | ebtables 2024-08-31 09:36:07.137 | haproxy 2024-08-31 09:36:07.137 | iptables 2024-08-31 09:36:07.137 | iputils-arping 2024-08-31 09:36:07.137 | iputils-ping 2024-08-31 09:36:07.137 | postgresql-server-dev-all 2024-08-31 09:36:07.137 | python3-mysqldb 2024-08-31 09:36:07.137 | sqlite3 2024-08-31 09:36:07.137 | sudo 2024-08-31 09:36:07.137 | vlan 2024-08-31 09:36:07.137 | ipset 2024-08-31 09:36:07.137 | conntrack 2024-08-31 09:36:07.137 | conntrackd 2024-08-31 09:36:07.137 | keepalived ' 2024-08-31 09:36:07.137 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-08-31 09:36:07.139 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:07.141 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:07.143 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-31 09:36:07.143 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-08-31 09:36:07.147 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-31 09:36:07.149 | ++ functions-common:install_package:1459 : update_package_repo 2024-08-31 09:36:07.151 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:36:07.152 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-08-31 09:36:07.154 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:36:07.156 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:07.158 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:36:07.159 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:07.161 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:07.163 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:36:07.164 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-08-31 09:36:07.166 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:07.168 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-31 09:36:07.170 | +++ functions-common:apt_get_update:1193 : id -u 2024-08-31 09:36:07.173 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-31 09:36:07.175 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-31 09:36:07.176 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-08-31 09:36:07.178 | ++ functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:07.180 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:07.182 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:07.184 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1725096967182 2024-08-31 09:36:07.186 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-31 09:36:07.188 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-31 09:36:07.189 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-08-31 09:36:07.360 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-31 09:36:07.368 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-08-31 09:36:07.385 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-08-31 09:36:07.533 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-08-31 09:36:07.571 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-31 09:36:07.578 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,112 kB] 2024-08-31 09:36:07.700 | Get:7 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-31 09:36:11.699 | Fetched 3,375 kB in 1s (4,114 kB/s) 2024-08-31 09:36:12.689 | Reading package lists... 2024-08-31 09:36:12.710 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-31 09:36:12.712 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-31 09:36:12.714 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:36:12.716 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:12.717 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:12.719 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:36:12.721 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:12.722 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-08-31 09:36:12.724 | ++ functions-common:time_stop:2442 : start_time=1725096967182 2024-08-31 09:36:12.726 | ++ functions-common:time_stop:2444 : [[ -z 1725096967182 ]] 2024-08-31 09:36:12.728 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:12.731 | ++ functions-common:time_stop:2447 : end_time=1725096972729 2024-08-31 09:36:12.733 | ++ functions-common:time_stop:2448 : elapsed_time=5547 2024-08-31 09:36:12.734 | ++ functions-common:time_stop:2449 : total=0 2024-08-31 09:36:12.736 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:12.738 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5547 2024-08-31 09:36:12.739 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-31 09:36:12.741 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:36:12.743 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:12.745 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:12.747 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-31 09:36:12.762 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-31 09:36:12.820 | Reading package lists... 2024-08-31 09:36:13.016 | Building dependency tree... 2024-08-31 09:36:13.018 | Reading state information... 2024-08-31 09:36:13.033 | acl is already the newest version (2.3.1-1). 2024-08-31 09:36:13.033 | bc is already the newest version (1.07.1-3build1). 2024-08-31 09:36:13.033 | bc set to manually installed. 2024-08-31 09:36:13.033 | conntrack is already the newest version (1:1.4.6-2build2). 2024-08-31 09:36:13.033 | ebtables is already the newest version (2.0.11-4build2). 2024-08-31 09:36:13.033 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-08-31 09:36:13.033 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-08-31 09:36:13.033 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-08-31 09:36:13.033 | gettext is already the newest version (0.21-4ubuntu4). 2024-08-31 09:36:13.033 | ipset is already the newest version (7.15-1build1). 2024-08-31 09:36:13.033 | iputils-arping is already the newest version (3:20211215-1). 2024-08-31 09:36:13.033 | iputils-ping is already the newest version (3:20211215-1). 2024-08-31 09:36:13.033 | iputils-ping set to manually installed. 2024-08-31 09:36:13.033 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-08-31 09:36:13.033 | libffi-dev is already the newest version (3.4.2-4). 2024-08-31 09:36:13.033 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-31 09:36:13.033 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-08-31 09:36:13.033 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-08-31 09:36:13.033 | lsof set to manually installed. 2024-08-31 09:36:13.033 | lsscsi is already the newest version (0.31-1build2). 2024-08-31 09:36:13.033 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-08-31 09:36:13.033 | lvm2 set to manually installed. 2024-08-31 09:36:13.033 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-08-31 09:36:13.033 | open-iscsi set to manually installed. 2024-08-31 09:36:13.033 | parted is already the newest version (3.4-2build1). 2024-08-31 09:36:13.033 | parted set to manually installed. 2024-08-31 09:36:13.033 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-08-31 09:36:13.033 | psmisc is already the newest version (23.4-2build3). 2024-08-31 09:36:13.033 | psmisc set to manually installed. 2024-08-31 09:36:13.033 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-08-31 09:36:13.033 | python3-systemd is already the newest version (234-3ubuntu2). 2024-08-31 09:36:13.033 | python3-systemd set to manually installed. 2024-08-31 09:36:13.033 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-08-31 09:36:13.033 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-08-31 09:36:13.033 | thin-provisioning-tools set to manually installed. 2024-08-31 09:36:13.033 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-08-31 09:36:13.033 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-08-31 09:36:13.033 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-08-31 09:36:13.033 | pm-utils is already the newest version (1.4.1-19). 2024-08-31 09:36:13.033 | postgresql-server-dev-all is already the newest version (238). 2024-08-31 09:36:13.033 | vlan is already the newest version (2.0.5ubuntu5). 2024-08-31 09:36:13.033 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-31 09:36:13.033 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-08-31 09:36:13.033 | curl is already the newest version (7.81.0-1ubuntu1.17). 2024-08-31 09:36:13.033 | curl set to manually installed. 2024-08-31 09:36:13.033 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-31 09:36:13.033 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-31 09:36:13.033 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-08-31 09:36:13.033 | gawk set to manually installed. 2024-08-31 09:36:13.033 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-08-31 09:36:13.033 | git set to manually installed. 2024-08-31 09:36:13.033 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-08-31 09:36:13.033 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-08-31 09:36:13.033 | iptables set to manually installed. 2024-08-31 09:36:13.033 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-08-31 09:36:13.033 | kpartx set to manually installed. 2024-08-31 09:36:13.033 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-08-31 09:36:13.033 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-08-31 09:36:13.033 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-08-31 09:36:13.033 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-08-31 09:36:13.033 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-08-31 09:36:13.033 | libssl-dev is already the newest version (3.0.2-0ubuntu1.17). 2024-08-31 09:36:13.033 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-08-31 09:36:13.033 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-08-31 09:36:13.033 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-08-31 09:36:13.033 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-08-31 09:36:13.033 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-08-31 09:36:13.033 | openssl is already the newest version (3.0.2-0ubuntu1.17). 2024-08-31 09:36:13.033 | openssl set to manually installed. 2024-08-31 09:36:13.033 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-08-31 09:36:13.033 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-08-31 09:36:13.033 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-08-31 09:36:13.033 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-08-31 09:36:13.033 | sudo set to manually installed. 2024-08-31 09:36:13.228 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-08-31 09:36:13.228 | tar set to manually installed. 2024-08-31 09:36:13.228 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-08-31 09:36:13.228 | tcpdump set to manually installed. 2024-08-31 09:36:13.228 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-08-31 09:36:13.228 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-08-31 09:36:13.228 | uuid-runtime set to manually installed. 2024-08-31 09:36:13.228 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-08-31 09:36:13.228 | wget set to manually installed. 2024-08-31 09:36:13.228 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-08-31 09:36:13.228 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-08-31 09:36:13.228 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-31 09:36:13.228 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-08-31 09:36:13.228 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-08-31 09:36:13.228 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:36:13.232 | ++ functions-common:apt_get:1230 : result=0 2024-08-31 09:36:13.234 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:36:13.237 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:36:13.239 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:13.240 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:13.242 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:36:13.244 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:13.246 | ++ functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:36:13.248 | ++ functions-common:time_stop:2442 : start_time=1725096972760 2024-08-31 09:36:13.249 | ++ functions-common:time_stop:2444 : [[ -z 1725096972760 ]] 2024-08-31 09:36:13.252 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:13.255 | ++ functions-common:time_stop:2447 : end_time=1725096973253 2024-08-31 09:36:13.257 | ++ functions-common:time_stop:2448 : elapsed_time=493 2024-08-31 09:36:13.258 | ++ functions-common:time_stop:2449 : total=511 2024-08-31 09:36:13.260 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:13.262 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1004 2024-08-31 09:36:13.264 | ++ functions-common:apt_get:1234 : return 0 2024-08-31 09:36:13.266 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-08-31 09:36:13.268 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-08-31 09:36:13.270 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-08-31 09:36:13.273 | ++ tools/install_prereqs.sh:source:89 : date 2024-08-31 09:36:13.276 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-08-31 09:36:13.278 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-08-31 09:36:13.280 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-08-31 09:36:13.603 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-08-31 09:36:13.604 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-08-31 09:36:13.605 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-08-31 09:36:13.607 | + tools/install_pip.sh:main:43 : GetDistro 2024-08-31 09:36:13.608 | + functions-common:GetDistro:449 : GetOSVersion 2024-08-31 09:36:13.610 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-08-31 09:36:13.611 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-08-31 09:36:13.612 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-08-31 09:36:13.614 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-08-31 09:36:13.615 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-08-31 09:36:13.616 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-08-31 09:36:13.617 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-08-31 09:36:13.619 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-08-31 09:36:13.620 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-08-31 09:36:13.622 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-08-31 09:36:13.623 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-08-31 09:36:13.624 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-08-31 09:36:13.625 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-08-31 09:36:13.627 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-08-31 09:36:13.628 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-08-31 09:36:13.629 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-08-31 09:36:13.631 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-08-31 09:36:13.633 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-08-31 09:36:13.634 | + functions-common:_ensure_lsb_release:394 : return 2024-08-31 09:36:13.636 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-08-31 09:36:13.671 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-08-31 09:36:13.673 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-08-31 09:36:13.709 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-08-31 09:36:13.711 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-08-31 09:36:13.748 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-08-31 09:36:13.749 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-08-31 09:36:13.751 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-08-31 09:36:13.752 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-08-31 09:36:13.754 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-08-31 09:36:13.755 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-08-31 09:36:13.757 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-08-31 09:36:13.758 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-08-31 09:36:13.760 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-08-31 09:36:13.761 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-08-31 09:36:13.763 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-08-31 09:36:13.763 | Distro: jammy 2024-08-31 09:36:13.764 | + tools/install_pip.sh:main:124 : get_versions 2024-08-31 09:36:13.766 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-31 09:36:13.769 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-31 09:36:13.770 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-31 09:36:13.772 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-31 09:36:13.772 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-31 09:36:13.834 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-31 09:36:13.836 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-31 09:36:13.836 | pip: 0.1.15 2024-08-31 09:36:13.837 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-08-31 09:36:13.839 | + tools/install_pip.sh:main:130 : is_fedora 2024-08-31 09:36:13.840 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:36:13.842 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:36:13.843 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:36:13.845 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:36:13.846 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:36:13.847 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:36:13.849 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:36:13.850 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:36:13.851 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:36:13.852 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:36:13.854 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:36:13.855 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:36:13.856 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-08-31 09:36:13.858 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:13.859 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:13.861 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-08-31 09:36:13.864 | + tools/install_pip.sh:main:153 : set -x 2024-08-31 09:36:13.865 | + tools/install_pip.sh:main:156 : get_versions 2024-08-31 09:36:13.867 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-31 09:36:13.869 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-31 09:36:13.871 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-31 09:36:13.873 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-31 09:36:13.873 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-31 09:36:13.883 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-31 09:36:13.885 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-31 09:36:13.885 | pip: 0.1.15 2024-08-31 09:36:13.888 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-08-31 09:36:13.891 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-08-31 09:36:13.893 | + stack.sh:main:805 : fixup_all 2024-08-31 09:36:13.895 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-08-31 09:36:13.897 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-08-31 09:36:13.899 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:13.901 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:13.902 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-08-31 09:36:13.912 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-08-31 09:36:13.922 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-08-31 09:36:13.933 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-08-31 09:36:13.935 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-08-31 09:36:13.937 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:36:13.939 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:36:13.941 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:36:13.942 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:36:13.944 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:36:13.946 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:36:13.948 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:36:13.950 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:36:13.952 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:36:13.953 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:36:13.955 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:36:13.957 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:36:13.959 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-08-31 09:36:13.961 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-08-31 09:36:13.963 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-08-31 09:36:13.965 | + functions-common:is_suse:544 : is_opensuse 2024-08-31 09:36:13.967 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:36:13.968 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:36:13.970 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:36:13.972 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:36:13.974 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:36:13.976 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-08-31 09:36:13.978 | + stack.sh:main:808 : pip_install -U os-testr 2024-08-31 09:36:13.995 | Using python 3.10 to install os-testr 2024-08-31 09:36:13.997 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-08-31 09:36:15.236 | Collecting os-testr 2024-08-31 09:36:15.240 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-08-31 09:36:15.245 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-08-31 09:36:15.290 | Collecting pbr!=2.1.0,>=2.0.0 2024-08-31 09:36:15.293 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-31 09:36:15.318 | Collecting python-subunit>=1.0.0 2024-08-31 09:36:15.321 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-08-31 09:36:15.329 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-08-31 09:36:15.521 | Installing collected packages: python-subunit, pbr, os-testr 2024-08-31 09:36:15.522 | Attempting uninstall: python-subunit 2024-08-31 09:36:15.523 | Found existing installation: python-subunit 1.4.0 2024-08-31 09:36:15.529 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:15.530 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-08-31 09:36:15.611 | Attempting uninstall: pbr 2024-08-31 09:36:15.612 | Found existing installation: pbr 5.8.0 2024-08-31 09:36:15.613 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:15.613 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-08-31 09:36:15.673 | Attempting uninstall: os-testr 2024-08-31 09:36:15.674 | Found existing installation: os-testr 2.0.1 2024-08-31 09:36:15.675 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:15.675 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-08-31 09:36:15.697 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-08-31 09:36:15.698 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:15.782 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:15.784 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:15.786 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:15.788 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:15.790 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:15.792 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:15.793 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:15.795 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:15.797 | + functions-common:time_stop:2442 : start_time=1725096973991 2024-08-31 09:36:15.798 | + functions-common:time_stop:2444 : [[ -z 1725096973991 ]] 2024-08-31 09:36:15.801 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:15.804 | + functions-common:time_stop:2447 : end_time=1725096975802 2024-08-31 09:36:15.805 | + functions-common:time_stop:2448 : elapsed_time=1811 2024-08-31 09:36:15.807 | + functions-common:time_stop:2449 : total=0 2024-08-31 09:36:15.809 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:15.811 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1811 2024-08-31 09:36:15.812 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:15.814 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-08-31 09:36:15.855 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-08-31 09:36:15.932 | + stack.sh:main:819 : install_infra 2024-08-31 09:36:15.934 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-31 09:36:15.936 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-08-31 09:36:15.938 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-08-31 09:36:19.064 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-31 09:36:19.066 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-08-31 09:36:19.083 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-08-31 09:36:20.022 | Collecting pbr 2024-08-31 09:36:20.025 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-31 09:36:20.051 | Installing collected packages: pbr 2024-08-31 09:36:20.115 | Successfully installed pbr-5.11.1 2024-08-31 09:36:20.204 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:20.206 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:20.208 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:20.210 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:20.212 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:20.213 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:20.215 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:20.217 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:20.219 | + functions-common:time_stop:2442 : start_time=1725096979078 2024-08-31 09:36:20.220 | + functions-common:time_stop:2444 : [[ -z 1725096979078 ]] 2024-08-31 09:36:20.223 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:20.225 | + functions-common:time_stop:2447 : end_time=1725096980223 2024-08-31 09:36:20.227 | + functions-common:time_stop:2448 : elapsed_time=1145 2024-08-31 09:36:20.229 | + functions-common:time_stop:2449 : total=1811 2024-08-31 09:36:20.230 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:20.232 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2956 2024-08-31 09:36:20.234 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:20.236 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-31 09:36:20.238 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-08-31 09:36:20.255 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-08-31 09:36:21.101 | Processing /opt/stack/requirements 2024-08-31 09:36:21.101 | Preparing metadata (setup.py): started 2024-08-31 09:36:21.787 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:36:21.877 | Collecting Parsley>=1.2 2024-08-31 09:36:21.880 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-31 09:36:21.971 | Collecting PyYAML>=3.12 2024-08-31 09:36:21.978 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-08-31 09:36:22.000 | Collecting beagle>=0.2.1 2024-08-31 09:36:22.002 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-08-31 09:36:22.024 | Collecting fixtures>=3.0.0 2024-08-31 09:36:22.025 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-31 09:36:22.071 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-08-31 09:36:22.072 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-31 09:36:22.127 | Collecting requests>=2.14.2 2024-08-31 09:36:22.130 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-31 09:36:22.155 | Collecting six>=1.10.0 2024-08-31 09:36:22.158 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-31 09:36:22.211 | Collecting cliff>=2.11.0 2024-08-31 09:36:22.213 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-31 09:36:22.216 | 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.dev6099) (5.11.1) 2024-08-31 09:36:22.265 | Collecting certifi>=2017.4.17 2024-08-31 09:36:22.268 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-08-31 09:36:22.295 | Collecting idna<4,>=2.5 2024-08-31 09:36:22.297 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-31 09:36:22.359 | Collecting urllib3<1.27,>=1.21.1 2024-08-31 09:36:22.362 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-31 09:36:22.521 | Collecting charset-normalizer<3,>=2 2024-08-31 09:36:22.525 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-31 09:36:22.565 | Collecting PrettyTable>=0.7.2 2024-08-31 09:36:22.567 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-31 09:36:22.667 | Collecting importlib-metadata>=4.4 2024-08-31 09:36:22.671 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-31 09:36:22.691 | Collecting autopage>=0.4.0 2024-08-31 09:36:22.693 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-31 09:36:22.747 | Collecting cmd2>=1.0.0 2024-08-31 09:36:22.750 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-31 09:36:22.791 | Collecting stevedore>=2.0.1 2024-08-31 09:36:22.792 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-31 09:36:22.857 | Collecting pyperclip>=1.6 2024-08-31 09:36:22.857 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-08-31 09:36:22.886 | Collecting attrs>=16.3.0 2024-08-31 09:36:22.889 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-31 09:36:22.910 | Collecting wcwidth>=0.1.7 2024-08-31 09:36:22.912 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-08-31 09:36:22.973 | Collecting zipp>=0.5 2024-08-31 09:36:22.975 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-31 09:36:23.033 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-08-31 09:36:23.174 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-08-31 09:36:23.963 | Running setup.py install for openstack-requirements: started 2024-08-31 09:36:25.346 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-08-31 09:36:25.355 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.8.30 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.dev6099 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-08-31 09:36:25.454 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:25.456 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:25.458 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:25.460 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:25.461 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:25.463 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:25.464 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:25.466 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:25.468 | + functions-common:time_stop:2442 : start_time=1725096980249 2024-08-31 09:36:25.470 | + functions-common:time_stop:2444 : [[ -z 1725096980249 ]] 2024-08-31 09:36:25.472 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:25.475 | + functions-common:time_stop:2447 : end_time=1725096985473 2024-08-31 09:36:25.476 | + functions-common:time_stop:2448 : elapsed_time=5224 2024-08-31 09:36:25.478 | + functions-common:time_stop:2449 : total=2956 2024-08-31 09:36:25.479 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:25.481 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8180 2024-08-31 09:36:25.483 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:25.484 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-08-31 09:36:25.486 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-08-31 09:36:25.488 | + inc/python:use_library_from_git:246 : local name=pbr 2024-08-31 09:36:25.490 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:25.492 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:25.493 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-08-31 09:36:25.495 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:25.497 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-08-31 09:36:25.512 | Using python 3.10 to install pbr 2024-08-31 09:36:25.514 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-08-31 09:36:26.392 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-08-31 09:36:26.657 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:26.730 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:26.731 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:26.733 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:26.735 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:26.737 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:26.738 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:26.740 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:26.741 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:26.743 | + functions-common:time_stop:2442 : start_time=1725096985508 2024-08-31 09:36:26.744 | + functions-common:time_stop:2444 : [[ -z 1725096985508 ]] 2024-08-31 09:36:26.747 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:26.749 | + functions-common:time_stop:2447 : end_time=1725096986747 2024-08-31 09:36:26.751 | + functions-common:time_stop:2448 : elapsed_time=1239 2024-08-31 09:36:26.752 | + functions-common:time_stop:2449 : total=8180 2024-08-31 09:36:26.754 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:26.756 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9419 2024-08-31 09:36:26.757 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:26.759 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-08-31 09:36:29.854 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-08-31 09:36:30.349 | Collecting bindep 2024-08-31 09:36:30.351 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-08-31 09:36:30.376 | Collecting Parsley 2024-08-31 09:36:30.379 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-31 09:36:30.397 | Collecting distro>=1.7.0 2024-08-31 09:36:30.399 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-31 09:36:30.437 | Collecting packaging 2024-08-31 09:36:30.439 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-08-31 09:36:30.482 | Collecting pbr>=2.0.0 2024-08-31 09:36:30.484 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-08-31 09:36:30.519 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-08-31 09:36:30.749 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-08-31 09:36:30.815 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-31 09:36:30.817 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-31 09:36:30.820 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-08-31 09:36:30.833 | + stack.sh:main:828 : pkgs= 2024-08-31 09:36:30.835 | + stack.sh:main:829 : [[ -n '' ]] 2024-08-31 09:36:30.837 | + stack.sh:main:836 : run_phase stack pre-install 2024-08-31 09:36:30.839 | + functions-common:run_phase:1863 : local mode=stack 2024-08-31 09:36:30.841 | + functions-common:run_phase:1864 : local phase=pre-install 2024-08-31 09:36:30.843 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:36:30.845 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:36:30.847 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:36:30.848 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:36:30.850 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:36:30.852 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:36:30.855 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:36:30.856 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:36:30.858 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:36:30.860 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-08-31 09:36:30.862 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:36:30.873 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:30.875 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:36:30.876 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.878 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-31 09:36:30.880 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.881 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:36:30.883 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.884 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-08-31 09:36:30.886 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.888 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-31 09:36:30.889 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.891 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:36:30.892 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-31 09:36:30.894 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-31 09:36:30.896 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:36:30.898 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-31 09:36:30.900 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-08-31 09:36:30.901 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-31 09:36:30.903 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-08-31 09:36:30.905 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-31 09:36:30.906 | + functions-common:run_plugins:1853 : local plugin 2024-08-31 09:36:30.908 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-31 09:36:30.910 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:36:30.912 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-31 09:36:30.913 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-08-31 09:36:30.915 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:36:30.917 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.919 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-31 09:36:30.920 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.922 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:36:30.924 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:36:30.925 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-08-31 09:36:30.927 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-08-31 09:36:30.929 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-08-31 09:36:30.931 | + functions:set_systemd_override:832 : local value=2048 2024-08-31 09:36:30.933 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-08-31 09:36:30.934 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-08-31 09:36:30.974 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-08-31 09:36:30.975 | Set systemd system override for DefaultLimitNOFILE=2048 2024-08-31 09:36:30.976 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-08-31 09:36:31.217 | + stack.sh:main:841 : install_rpc_backend 2024-08-31 09:36:31.219 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-08-31 09:36:31.231 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:31.233 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-08-31 09:36:31.235 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:36:31.236 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:36:31.238 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:36:31.240 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:36:31.242 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:31.243 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:36:31.245 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:31.247 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:31.249 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:36:31.251 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:36:31.253 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:36:31.255 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:36:31.257 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-08-31 09:36:31.259 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:36:31.261 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:31.263 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:31.264 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-31 09:36:31.280 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-08-31 09:36:31.338 | Reading package lists... 2024-08-31 09:36:31.542 | Building dependency tree... 2024-08-31 09:36:31.545 | Reading state information... 2024-08-31 09:36:31.744 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-08-31 09:36:31.744 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:36:31.748 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:36:31.750 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:36:31.752 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:31.754 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:31.756 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:31.758 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:31.760 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:31.762 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:36:31.764 | + functions-common:time_stop:2442 : start_time=1725096991278 2024-08-31 09:36:31.766 | + functions-common:time_stop:2444 : [[ -z 1725096991278 ]] 2024-08-31 09:36:31.768 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:31.771 | + functions-common:time_stop:2447 : end_time=1725096991769 2024-08-31 09:36:31.773 | + functions-common:time_stop:2448 : elapsed_time=491 2024-08-31 09:36:31.775 | + functions-common:time_stop:2449 : total=1004 2024-08-31 09:36:31.777 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:31.778 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1495 2024-08-31 09:36:31.780 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:36:31.782 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-08-31 09:36:31.784 | + functions-common:is_suse:544 : is_opensuse 2024-08-31 09:36:31.786 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:36:31.788 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:36:31.789 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:36:31.791 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:36:31.793 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:36:31.795 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-08-31 09:36:31.797 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:36:31.799 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:36:31.801 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:36:31.802 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:36:31.804 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:36:31.806 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:36:31.808 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:36:31.809 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:36:31.811 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:36:31.813 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:36:31.815 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:36:31.816 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:36:31.818 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-08-31 09:36:31.820 | + functions-common:is_suse:544 : is_opensuse 2024-08-31 09:36:31.822 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:36:31.824 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:36:31.826 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:36:31.827 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:36:31.829 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:36:31.831 | + stack.sh:main:842 : restart_rpc_backend 2024-08-31 09:36:31.833 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-08-31 09:36:31.845 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:31.847 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-08-31 09:36:31.849 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:36:31.851 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-08-31 09:36:31.853 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-08-31 09:36:31.855 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-08-31 09:36:31.858 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-08-31 09:36:31.860 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-08-31 09:36:31.861 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-08-31 09:36:31.863 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-08-31 09:36:31.865 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-08-31 09:36:31.867 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-08-31 09:36:31.869 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-08-31 09:36:32.342 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-08-31 09:36:32.342 | user tags 2024-08-31 09:36:32.342 | guest [administrator]' 2024-08-31 09:36:32.345 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-08-31 09:36:32.345 | user tags 2024-08-31 09:36:32.345 | guest [administrator]' 2024-08-31 09:36:32.345 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-08-31 09:36:32.350 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-08-31 09:36:32.352 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-08-31 09:36:32.354 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-08-31 09:36:32.790 | Adding user "stackrabbit" ... 2024-08-31 09:36:32.797 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-08-31 09:36:32.810 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-08-31 09:36:33.229 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-08-31 09:36:33.246 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-08-31 09:36:33.248 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-08-31 09:36:33.676 | Changing password for user "stackrabbit" ... 2024-08-31 09:36:33.694 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-08-31 09:36:33.696 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-08-31 09:36:33.698 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-08-31 09:36:34.114 | Deleting user "guest" ... 2024-08-31 09:36:34.131 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-08-31 09:36:34.144 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:34.146 | + stack.sh:main:845 : install_database 2024-08-31 09:36:34.148 | + lib/database:install_database:118 : install_database_mysql 2024-08-31 09:36:34.150 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-08-31 09:36:34.151 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:34.153 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:34.155 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-08-31 09:36:34.342 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-08-31 09:36:34.347 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-08-31 09:36:34.350 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-08-31 09:36:34.352 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:34.354 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:34.356 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-08-31 09:36:34.357 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-08-31 09:36:34.360 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-08-31 09:36:34.362 | + stack.sh:main:847 : '[' -n mysql ']' 2024-08-31 09:36:34.364 | + stack.sh:main:848 : install_database_python 2024-08-31 09:36:34.366 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-08-31 09:36:34.368 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-08-31 09:36:34.369 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-08-31 09:36:34.371 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-31 09:36:34.374 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-08-31 09:36:34.376 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-08-31 09:36:34.377 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-31 09:36:34.380 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:36:34.380 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-31 09:36:34.384 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-08-31 09:36:34.386 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-08-31 09:36:34.388 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-08-31 09:36:34.390 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-08-31 09:36:34.392 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-08-31 09:36:34.407 | Using python 3.10 to install PyMySQL 2024-08-31 09:36:34.409 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-08-31 09:36:35.384 | Collecting PyMySQL 2024-08-31 09:36:35.387 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-08-31 09:36:35.554 | Installing collected packages: PyMySQL 2024-08-31 09:36:35.591 | Successfully installed PyMySQL-1.0.2 2024-08-31 09:36:35.592 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:35.666 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:35.668 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:35.670 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:35.672 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:35.674 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:35.675 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:35.677 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:35.679 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:35.680 | + functions-common:time_stop:2442 : start_time=1725096994403 2024-08-31 09:36:35.682 | + functions-common:time_stop:2444 : [[ -z 1725096994403 ]] 2024-08-31 09:36:35.684 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:35.687 | + functions-common:time_stop:2447 : end_time=1725096995685 2024-08-31 09:36:35.689 | + functions-common:time_stop:2448 : elapsed_time=1282 2024-08-31 09:36:35.691 | + functions-common:time_stop:2449 : total=9419 2024-08-31 09:36:35.693 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:35.695 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10701 2024-08-31 09:36:35.697 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:35.698 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-08-31 09:36:35.700 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-31 09:36:35.702 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-08-31 09:36:35.704 | + stack.sh:main:851 : is_service_enabled neutron 2024-08-31 09:36:35.717 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:35.719 | + stack.sh:main:852 : install_neutron_agent_packages 2024-08-31 09:36:35.721 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-08-31 09:36:35.733 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:35.735 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-08-31 09:36:35.737 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:36:35.739 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:36:35.740 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:36:35.742 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:36:35.744 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:35.746 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:36:35.748 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:35.750 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:35.751 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:36:35.753 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:36:35.755 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:36:35.757 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:36:35.759 | + functions-common:install_package:1460 : real_install_package radvd 2024-08-31 09:36:35.761 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:36:35.762 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:35.764 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:35.766 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-08-31 09:36:35.782 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-08-31 09:36:35.840 | Reading package lists... 2024-08-31 09:36:36.035 | Building dependency tree... 2024-08-31 09:36:36.036 | Reading state information... 2024-08-31 09:36:36.230 | radvd is already the newest version (1:2.18-3build2). 2024-08-31 09:36:36.230 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:36:36.234 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:36:36.236 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:36:36.238 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:36.240 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:36.242 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:36.244 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:36.246 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:36.248 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:36:36.249 | + functions-common:time_stop:2442 : start_time=1725096995780 2024-08-31 09:36:36.251 | + functions-common:time_stop:2444 : [[ -z 1725096995780 ]] 2024-08-31 09:36:36.254 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:36.257 | + functions-common:time_stop:2447 : end_time=1725096996255 2024-08-31 09:36:36.259 | + functions-common:time_stop:2448 : elapsed_time=475 2024-08-31 09:36:36.260 | + functions-common:time_stop:2449 : total=1495 2024-08-31 09:36:36.262 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:36.264 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1970 2024-08-31 09:36:36.266 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:36:36.268 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-08-31 09:36:36.281 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:36.283 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-08-31 09:36:36.285 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-08-31 09:36:36.287 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-08-31 09:36:36.289 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-08-31 09:36:36.304 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-08-31 09:36:36.306 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:36:36.308 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:36:36.310 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:36:36.311 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:36:36.313 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:36.315 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:36:36.317 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:36.319 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:36.320 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:36:36.322 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:36:36.324 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:36:36.325 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:36:36.327 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-08-31 09:36:36.329 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:36:36.331 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:36.333 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:36.334 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-08-31 09:36:36.350 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-08-31 09:36:36.409 | Reading package lists... 2024-08-31 09:36:36.609 | Building dependency tree... 2024-08-31 09:36:36.610 | Reading state information... 2024-08-31 09:36:36.816 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-08-31 09:36:36.816 | fakeroot set to manually installed. 2024-08-31 09:36:36.816 | make is already the newest version (4.3-4.1build1). 2024-08-31 09:36:36.816 | make set to manually installed. 2024-08-31 09:36:36.816 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-08-31 09:36:36.816 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:36:36.820 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:36:36.822 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:36:36.824 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:36.826 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:36.828 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:36.829 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:36.831 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:36.833 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:36:36.835 | + functions-common:time_stop:2442 : start_time=1725096996348 2024-08-31 09:36:36.837 | + functions-common:time_stop:2444 : [[ -z 1725096996348 ]] 2024-08-31 09:36:36.839 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:36.842 | + functions-common:time_stop:2447 : end_time=1725096996840 2024-08-31 09:36:36.844 | + functions-common:time_stop:2448 : elapsed_time=492 2024-08-31 09:36:36.845 | + functions-common:time_stop:2449 : total=1970 2024-08-31 09:36:36.847 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:36.849 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2462 2024-08-31 09:36:36.851 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:36:36.853 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-08-31 09:36:36.855 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:36.856 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:36.858 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-08-31 09:36:36.860 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-08-31 09:36:36.863 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-08-31 09:36:36.865 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-08-31 09:36:36.867 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-08-31 09:36:36.870 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-08-31 09:36:36.870 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-08-31 09:36:36.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-08-31 09:36:36.876 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-08-31 09:36:36.878 | + functions:vercmp:639 : local v1=6.8 2024-08-31 09:36:36.880 | + functions:vercmp:640 : local 'op=<' 2024-08-31 09:36:36.881 | + functions:vercmp:641 : local v2=3.13 2024-08-31 09:36:36.883 | + functions:vercmp:642 : local result 2024-08-31 09:36:36.887 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-08-31 09:36:36.887 | ++ functions:vercmp:646 : sort -V 2024-08-31 09:36:36.887 | ++ functions:vercmp:646 : head -1 2024-08-31 09:36:36.891 | + functions:vercmp:646 : result=3.13 2024-08-31 09:36:36.892 | + functions:vercmp:648 : case $op in 2024-08-31 09:36:36.894 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-08-31 09:36:36.896 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-08-31 09:36:36.898 | + functions:vercmp:659 : return 2024-08-31 09:36:36.900 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-08-31 09:36:36.902 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:36:36.903 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-08-31 09:36:37.246 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-08-31 09:36:37.248 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-08-31 09:36:37.250 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:37.252 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:37.253 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-08-31 09:36:37.255 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:37.257 | + stack.sh:main:855 : is_service_enabled etcd3 2024-08-31 09:36:37.270 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:37.272 | + stack.sh:main:856 : install_etcd3 2024-08-31 09:36:37.274 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-08-31 09:36:37.274 | Installing etcd 2024-08-31 09:36:37.275 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-08-31 09:36:37.284 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-08-31 09:36:37.293 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-08-31 09:36:37.295 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-08-31 09:36:37.304 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-08-31 09:36:37.307 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.309 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.312 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.314 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.316 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-08-31 09:36:37.318 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-08-31 09:36:37.320 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.327 | --2024-08-31 09:36:37-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.332 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-31 09:36:37.332 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-31 09:36:37.364 | HTTP request sent, awaiting response... 200 OK 2024-08-31 09:36:37.364 | Length: 11350736 (11M) [application/gzip] 2024-08-31 09:36:37.364 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-08-31 09:36:37.452 | 2024-08-31 09:36:37.812 | 0K ........ .. 100% 24.2M=0.4s 2024-08-31 09:36:37.812 | 2024-08-31 09:36:37.812 | 2024-08-31 09:36:37 (24.2 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-08-31 09:36:37.812 | 2024-08-31 09:36:37.815 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-08-31 09:36:37.817 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.819 | ++ functions:get_extra_file:74 : return 2024-08-31 09:36:37.821 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-31 09:36:37.823 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-08-31 09:36:37.825 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-08-31 09:36:37.827 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-08-31 09:36:37.891 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-08-31 09:36:37.894 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/ 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/README.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-08-31 09:36:37.901 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-08-31 09:36:37.902 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-08-31 09:36:37.903 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-08-31 09:36:37.904 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-08-31 09:36:37.905 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-08-31 09:36:37.906 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-08-31 09:36:37.907 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-08-31 09:36:37.908 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-08-31 09:36:37.909 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-08-31 09:36:37.910 | etcd-v3.3.12-linux-amd64/etcdctl 2024-08-31 09:36:38.030 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-08-31 09:36:38.031 | etcd-v3.3.12-linux-amd64/etcd 2024-08-31 09:36:38.178 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-08-31 09:36:38.199 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-08-31 09:36:38.218 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-08-31 09:36:38.220 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-08-31 09:36:38.233 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:38.234 | + stack.sh:main:875 : install_dstat 2024-08-31 09:36:38.236 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-08-31 09:36:38.249 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:38.251 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-08-31 09:36:38.252 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:36:38.254 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-08-31 09:36:38.256 | + stack.sh:main:884 : install_libs 2024-08-31 09:36:38.258 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-08-31 09:36:38.260 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-08-31 09:36:38.262 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-08-31 09:36:38.263 | + inc/python:use_library_from_git:246 : local name=automaton 2024-08-31 09:36:38.265 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.267 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-08-31 09:36:38.270 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.272 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-08-31 09:36:38.274 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-08-31 09:36:38.276 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-08-31 09:36:38.277 | + inc/python:use_library_from_git:246 : local name=castellan 2024-08-31 09:36:38.279 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.281 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.283 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-08-31 09:36:38.284 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.286 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-08-31 09:36:38.288 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-08-31 09:36:38.290 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-08-31 09:36:38.292 | + inc/python:use_library_from_git:246 : local name=cliff 2024-08-31 09:36:38.294 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.295 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.297 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-08-31 09:36:38.299 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.300 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-08-31 09:36:38.302 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-08-31 09:36:38.304 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-08-31 09:36:38.306 | + inc/python:use_library_from_git:246 : local name=cursive 2024-08-31 09:36:38.307 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.309 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.311 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-08-31 09:36:38.313 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.315 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-08-31 09:36:38.316 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-08-31 09:36:38.318 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-08-31 09:36:38.320 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-08-31 09:36:38.321 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.323 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.325 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-08-31 09:36:38.327 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.328 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-08-31 09:36:38.330 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-08-31 09:36:38.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-08-31 09:36:38.334 | + inc/python:use_library_from_git:246 : local name=futurist 2024-08-31 09:36:38.335 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.337 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.339 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-08-31 09:36:38.340 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.342 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-08-31 09:36:38.344 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-08-31 09:36:38.346 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-08-31 09:36:38.347 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-08-31 09:36:38.349 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.351 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.353 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-08-31 09:36:38.354 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.356 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-08-31 09:36:38.358 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-08-31 09:36:38.360 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-08-31 09:36:38.361 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-08-31 09:36:38.363 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-08-31 09:36:38.368 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.370 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-08-31 09:36:38.372 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-08-31 09:36:38.374 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-08-31 09:36:38.375 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-08-31 09:36:38.377 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.379 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.381 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-08-31 09:36:38.382 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.384 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-08-31 09:36:38.386 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-08-31 09:36:38.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-08-31 09:36:38.390 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-08-31 09:36:38.391 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.393 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.395 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-08-31 09:36:38.397 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.399 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-08-31 09:36:38.401 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-08-31 09:36:38.402 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-08-31 09:36:38.404 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-08-31 09:36:38.406 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.408 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.410 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-08-31 09:36:38.411 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.413 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-08-31 09:36:38.415 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-08-31 09:36:38.417 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-08-31 09:36:38.418 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-08-31 09:36:38.420 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.424 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-08-31 09:36:38.426 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.427 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-08-31 09:36:38.429 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-08-31 09:36:38.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-08-31 09:36:38.433 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-08-31 09:36:38.435 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.436 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.438 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-08-31 09:36:38.440 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.442 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-08-31 09:36:38.443 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-08-31 09:36:38.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-08-31 09:36:38.447 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-08-31 09:36:38.449 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-08-31 09:36:38.455 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.457 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-08-31 09:36:38.458 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-08-31 09:36:38.460 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-08-31 09:36:38.462 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-08-31 09:36:38.464 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.466 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.467 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-08-31 09:36:38.470 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.472 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-08-31 09:36:38.473 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-08-31 09:36:38.475 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-08-31 09:36:38.477 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-08-31 09:36:38.479 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.481 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.483 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-08-31 09:36:38.484 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.486 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-08-31 09:36:38.488 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-08-31 09:36:38.490 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-08-31 09:36:38.492 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-08-31 09:36:38.494 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.496 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.497 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-08-31 09:36:38.499 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.501 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-08-31 09:36:38.503 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-08-31 09:36:38.505 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-08-31 09:36:38.507 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-08-31 09:36:38.508 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.510 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.512 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-08-31 09:36:38.514 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.516 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-08-31 09:36:38.518 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-08-31 09:36:38.520 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-08-31 09:36:38.521 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-08-31 09:36:38.523 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.525 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.527 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-08-31 09:36:38.529 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.531 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-08-31 09:36:38.532 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-08-31 09:36:38.534 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-08-31 09:36:38.536 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-08-31 09:36:38.538 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.540 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.542 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-08-31 09:36:38.543 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.545 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-08-31 09:36:38.547 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-08-31 09:36:38.549 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-08-31 09:36:38.551 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-08-31 09:36:38.553 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.555 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.557 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-08-31 09:36:38.558 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.561 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-08-31 09:36:38.563 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-08-31 09:36:38.564 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-08-31 09:36:38.566 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-08-31 09:36:38.568 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.570 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.572 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-08-31 09:36:38.574 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.576 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-08-31 09:36:38.578 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-08-31 09:36:38.580 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-08-31 09:36:38.582 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-08-31 09:36:38.583 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.585 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.587 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-08-31 09:36:38.589 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.591 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-08-31 09:36:38.593 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-08-31 09:36:38.595 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-08-31 09:36:38.597 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-08-31 09:36:38.599 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.600 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.602 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-08-31 09:36:38.604 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.606 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-08-31 09:36:38.608 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-08-31 09:36:38.610 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-08-31 09:36:38.612 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-08-31 09:36:38.613 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.615 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.617 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-08-31 09:36:38.619 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.621 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-08-31 09:36:38.622 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-08-31 09:36:38.624 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-08-31 09:36:38.626 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-08-31 09:36:38.628 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.630 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.632 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-08-31 09:36:38.633 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.635 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-08-31 09:36:38.637 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-08-31 09:36:38.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-08-31 09:36:38.641 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-08-31 09:36:38.643 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.644 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.646 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-08-31 09:36:38.648 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.650 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-08-31 09:36:38.652 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-08-31 09:36:38.654 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-08-31 09:36:38.655 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-08-31 09:36:38.658 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.659 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.661 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-08-31 09:36:38.663 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.665 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-08-31 09:36:38.667 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-08-31 09:36:38.669 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-08-31 09:36:38.670 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-08-31 09:36:38.672 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.674 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.676 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-08-31 09:36:38.678 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.680 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-08-31 09:36:38.681 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-08-31 09:36:38.683 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-08-31 09:36:38.685 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-08-31 09:36:38.687 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.689 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.690 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-08-31 09:36:38.692 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.694 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-08-31 09:36:38.696 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-08-31 09:36:38.698 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-08-31 09:36:38.700 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-08-31 09:36:38.701 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.703 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.705 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-08-31 09:36:38.707 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.709 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-08-31 09:36:38.711 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-08-31 09:36:38.713 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-08-31 09:36:38.714 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-08-31 09:36:38.716 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.718 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.720 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-08-31 09:36:38.722 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.724 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-08-31 09:36:38.725 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-08-31 09:36:38.727 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-08-31 09:36:38.729 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-08-31 09:36:38.731 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.733 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.735 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-08-31 09:36:38.737 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.739 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-08-31 09:36:38.741 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-08-31 09:36:38.742 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-08-31 09:36:38.744 | + inc/python:use_library_from_git:246 : local name=tooz 2024-08-31 09:36:38.746 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.748 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.750 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-08-31 09:36:38.752 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.754 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-08-31 09:36:38.755 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-08-31 09:36:38.757 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-08-31 09:36:38.759 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-08-31 09:36:38.761 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.763 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.764 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-08-31 09:36:38.766 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.768 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-08-31 09:36:38.770 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-08-31 09:36:38.772 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-08-31 09:36:38.774 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-08-31 09:36:38.776 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.777 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.779 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-08-31 09:36:38.781 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.783 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-08-31 09:36:38.785 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-08-31 09:36:38.787 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-08-31 09:36:38.789 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-08-31 09:36:38.790 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.792 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.794 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-08-31 09:36:38.796 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.798 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-08-31 09:36:38.800 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-08-31 09:36:38.801 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-08-31 09:36:38.803 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-08-31 09:36:38.805 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:38.807 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:38.809 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-08-31 09:36:38.811 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:38.813 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-08-31 09:36:38.828 | Using python 3.10 to install etcd3 2024-08-31 09:36:38.830 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-08-31 09:36:39.791 | Collecting etcd3 2024-08-31 09:36:39.791 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-08-31 09:36:39.801 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-08-31 09:36:40.184 | Collecting protobuf>=3.6.1 2024-08-31 09:36:40.190 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-08-31 09:36:40.225 | Collecting tenacity>=6.1.0 2024-08-31 09:36:40.227 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-08-31 09:36:41.457 | Collecting grpcio>=1.27.1 2024-08-31 09:36:41.489 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-08-31 09:36:41.677 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-08-31 09:36:42.076 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-08-31 09:36:42.076 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:42.204 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:42.205 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:42.208 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:42.210 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:42.211 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:42.213 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:42.215 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:42.216 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:42.218 | + functions-common:time_stop:2442 : start_time=1725096998824 2024-08-31 09:36:42.220 | + functions-common:time_stop:2444 : [[ -z 1725096998824 ]] 2024-08-31 09:36:42.222 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:42.225 | + functions-common:time_stop:2447 : end_time=1725097002223 2024-08-31 09:36:42.227 | + functions-common:time_stop:2448 : elapsed_time=3399 2024-08-31 09:36:42.229 | + functions-common:time_stop:2449 : total=10701 2024-08-31 09:36:42.231 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:42.233 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14100 2024-08-31 09:36:42.235 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:42.236 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-08-31 09:36:42.253 | Using python 3.10 to install etcd3gw 2024-08-31 09:36:42.255 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-08-31 09:36:43.352 | Collecting etcd3gw 2024-08-31 09:36:43.355 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-08-31 09:36:43.408 | Collecting requests>=2.20.0 2024-08-31 09:36:43.411 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-31 09:36:43.412 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-08-31 09:36:43.534 | Collecting futurist>=0.16.0 2024-08-31 09:36:43.536 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-08-31 09:36:43.707 | Collecting charset-normalizer<3,>=2 2024-08-31 09:36:43.710 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-31 09:36:43.713 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-08-31 09:36:43.775 | Collecting urllib3<1.27,>=1.21.1 2024-08-31 09:36:43.778 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-31 09:36:43.806 | Collecting idna<4,>=2.5 2024-08-31 09:36:43.809 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-31 09:36:44.027 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-08-31 09:36:44.027 | Attempting uninstall: urllib3 2024-08-31 09:36:44.029 | Found existing installation: urllib3 1.26.5 2024-08-31 09:36:44.030 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:44.032 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-08-31 09:36:44.098 | Attempting uninstall: idna 2024-08-31 09:36:44.099 | Found existing installation: idna 3.3 2024-08-31 09:36:44.101 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:44.101 | Can't uninstall 'idna'. No files were found to uninstall. 2024-08-31 09:36:44.239 | Attempting uninstall: requests 2024-08-31 09:36:44.240 | Found existing installation: requests 2.25.1 2024-08-31 09:36:44.242 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:44.242 | Can't uninstall 'requests'. No files were found to uninstall. 2024-08-31 09:36:44.301 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-08-31 09:36:44.302 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:44.394 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:44.396 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:44.398 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:44.400 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:44.402 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:44.403 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:44.405 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:44.407 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:44.409 | + functions-common:time_stop:2442 : start_time=1725097002249 2024-08-31 09:36:44.410 | + functions-common:time_stop:2444 : [[ -z 1725097002249 ]] 2024-08-31 09:36:44.413 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:44.416 | + functions-common:time_stop:2447 : end_time=1725097004413 2024-08-31 09:36:44.417 | + functions-common:time_stop:2448 : elapsed_time=2164 2024-08-31 09:36:44.419 | + functions-common:time_stop:2449 : total=14100 2024-08-31 09:36:44.421 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:44.423 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16264 2024-08-31 09:36:44.425 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:44.427 | + stack.sh:main:887 : install_apache_uwsgi 2024-08-31 09:36:44.429 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-08-31 09:36:44.431 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-08-31 09:36:44.433 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:36:44.435 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:36:44.437 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:36:44.439 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:36:44.441 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:36:44.442 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:36:44.444 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:36:44.446 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:36:44.448 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:36:44.450 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:36:44.452 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:36:44.453 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:36:44.456 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-08-31 09:36:44.457 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:44.459 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:44.461 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-08-31 09:36:44.463 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-31 09:36:44.465 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:36:44.467 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:36:44.469 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:36:44.471 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:36:44.472 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:44.474 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:36:44.476 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:44.478 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:44.480 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:36:44.481 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:36:44.483 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:36:44.485 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:36:44.487 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-31 09:36:44.489 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:36:44.491 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:44.492 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:44.494 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-31 09:36:44.510 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-31 09:36:44.570 | Reading package lists... 2024-08-31 09:36:44.780 | Building dependency tree... 2024-08-31 09:36:44.783 | Reading state information... 2024-08-31 09:36:44.979 | uwsgi is already the newest version (2.0.20-4). 2024-08-31 09:36:44.980 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-08-31 09:36:44.980 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-31 09:36:44.980 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:36:44.983 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:36:44.985 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:36:44.987 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:44.989 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:44.991 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:44.992 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:44.994 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:44.996 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:36:44.998 | + functions-common:time_stop:2442 : start_time=1725097004508 2024-08-31 09:36:44.999 | + functions-common:time_stop:2444 : [[ -z 1725097004508 ]] 2024-08-31 09:36:45.002 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:45.005 | + functions-common:time_stop:2447 : end_time=1725097005002 2024-08-31 09:36:45.006 | + functions-common:time_stop:2448 : elapsed_time=494 2024-08-31 09:36:45.008 | + functions-common:time_stop:2449 : total=2462 2024-08-31 09:36:45.010 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:45.011 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2956 2024-08-31 09:36:45.013 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:36:45.015 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-08-31 09:36:45.017 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:36:45.019 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:36:45.021 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-08-31 09:36:45.063 | Enabling module proxy. 2024-08-31 09:36:45.068 | To activate the new configuration, you need to run: 2024-08-31 09:36:45.068 | systemctl restart apache2 2024-08-31 09:36:45.071 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-08-31 09:36:45.103 | Considering dependency proxy for proxy_uwsgi: 2024-08-31 09:36:45.103 | Module proxy already enabled 2024-08-31 09:36:45.103 | Enabling module proxy_uwsgi. 2024-08-31 09:36:45.107 | To activate the new configuration, you need to run: 2024-08-31 09:36:45.107 | systemctl restart apache2 2024-08-31 09:36:45.110 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-08-31 09:36:45.112 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:36:45.114 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:36:45.116 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:36:45.204 | + stack.sh:main:890 : install_keystoneauth 2024-08-31 09:36:45.206 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-08-31 09:36:45.207 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-08-31 09:36:45.209 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.211 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.213 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-08-31 09:36:45.215 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.217 | + stack.sh:main:891 : install_keystoneclient 2024-08-31 09:36:45.219 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-08-31 09:36:45.221 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-08-31 09:36:45.222 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.224 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.226 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-08-31 09:36:45.228 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.230 | + stack.sh:main:892 : install_glanceclient 2024-08-31 09:36:45.232 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-08-31 09:36:45.234 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-08-31 09:36:45.236 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.238 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.240 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-08-31 09:36:45.242 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.244 | + stack.sh:main:893 : install_cinderclient 2024-08-31 09:36:45.245 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-08-31 09:36:45.247 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-08-31 09:36:45.249 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.251 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.253 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-08-31 09:36:45.255 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.257 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-08-31 09:36:45.258 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-08-31 09:36:45.260 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.262 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.264 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-08-31 09:36:45.266 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.268 | + stack.sh:main:894 : install_novaclient 2024-08-31 09:36:45.270 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-08-31 09:36:45.272 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-08-31 09:36:45.274 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.275 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.277 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-08-31 09:36:45.279 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.281 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-08-31 09:36:45.294 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:45.296 | + stack.sh:main:896 : install_swiftclient 2024-08-31 09:36:45.298 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-08-31 09:36:45.300 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-08-31 09:36:45.302 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.304 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.306 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-08-31 09:36:45.308 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.310 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-08-31 09:36:45.322 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:45.324 | + stack.sh:main:899 : install_neutronclient 2024-08-31 09:36:45.326 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-08-31 09:36:45.328 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-08-31 09:36:45.330 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.332 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.334 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-08-31 09:36:45.336 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.338 | + stack.sh:main:903 : install_keystonemiddleware 2024-08-31 09:36:45.340 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-08-31 09:36:45.342 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-08-31 09:36:45.343 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:36:45.345 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:36:45.347 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-08-31 09:36:45.349 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:36:45.351 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-08-31 09:36:45.353 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-08-31 09:36:45.354 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-31 09:36:45.357 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-08-31 09:36:45.359 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-08-31 09:36:45.361 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-31 09:36:45.363 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:36:45.363 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-31 09:36:45.367 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-08-31 09:36:45.369 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-08-31 09:36:45.371 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-08-31 09:36:45.373 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-08-31 09:36:45.375 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-08-31 09:36:45.391 | Using python 3.10 to install keystonemiddleware 2024-08-31 09:36:45.393 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-08-31 09:36:46.480 | Collecting keystonemiddleware 2024-08-31 09:36:46.485 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-08-31 09:36:46.510 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-08-31 09:36:46.548 | Collecting WebOb>=1.7.1 2024-08-31 09:36:46.550 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-08-31 09:36:46.552 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-08-31 09:36:46.605 | Collecting oslo.log>=3.36.0 2024-08-31 09:36:46.609 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-08-31 09:36:46.676 | Collecting oslo.utils>=3.33.0 2024-08-31 09:36:46.679 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-08-31 09:36:46.682 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-08-31 09:36:46.722 | Collecting python-keystoneclient>=3.20.0 2024-08-31 09:36:46.729 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-08-31 09:36:46.769 | Collecting oslo.i18n>=3.15.3 2024-08-31 09:36:46.772 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-08-31 09:36:46.887 | Collecting pycadf!=2.0.0,>=1.1.0 2024-08-31 09:36:46.890 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-08-31 09:36:46.928 | Collecting oslo.context>=2.19.2 2024-08-31 09:36:46.930 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-08-31 09:36:46.991 | Collecting oslo.config>=5.2.0 2024-08-31 09:36:46.994 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-08-31 09:36:47.063 | Collecting keystoneauth1>=3.12.0 2024-08-31 09:36:47.068 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-08-31 09:36:47.118 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-08-31 09:36:47.204 | Downloading oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2024-08-31 09:36:47.354 | Collecting oslo.cache>=1.26.0 2024-08-31 09:36:47.358 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-08-31 09:36:47.427 | Collecting stevedore>=1.20.0 2024-08-31 09:36:47.430 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-31 09:36:47.453 | Collecting iso8601>=0.1.11 2024-08-31 09:36:47.456 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-08-31 09:36:47.476 | Collecting os-service-types>=1.2.0 2024-08-31 09:36:47.478 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-08-31 09:36:47.551 | Collecting dogpile.cache>=1.1.5 2024-08-31 09:36:47.553 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-08-31 09:36:47.657 | Collecting PyYAML>=5.1 2024-08-31 09:36:47.664 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-08-31 09:36:47.695 | Collecting debtcollector>=1.2.0 2024-08-31 09:36:47.697 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-08-31 09:36:47.725 | Collecting netaddr>=0.7.18 2024-08-31 09:36:47.738 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-08-31 09:36:47.775 | Collecting rfc3986>=1.2.0 2024-08-31 09:36:47.777 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-08-31 09:36:47.826 | Collecting python-dateutil>=2.7.0 2024-08-31 09:36:47.830 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-08-31 09:36:47.879 | Collecting pyinotify>=0.9.6 2024-08-31 09:36:47.879 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-08-31 09:36:47.958 | Collecting pytz>=2013.6 2024-08-31 09:36:47.964 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-08-31 09:36:48.118 | Collecting msgpack>=0.5.2 2024-08-31 09:36:48.122 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-08-31 09:36:48.132 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-08-31 09:36:48.168 | Collecting packaging>=20.4 2024-08-31 09:36:48.172 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-31 09:36:48.219 | Collecting pyparsing>=2.1.0 2024-08-31 09:36:48.221 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-08-31 09:36:48.254 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-08-31 09:36:48.255 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-08-31 09:36:48.255 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-08-31 09:36:48.255 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-08-31 09:36:48.452 | Collecting wrapt>=1.7.0 2024-08-31 09:36:48.456 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-08-31 09:36:48.495 | Collecting decorator>=4.0.0 2024-08-31 09:36:48.497 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-31 09:36:48.896 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-08-31 09:36:48.922 | Attempting uninstall: pytz 2024-08-31 09:36:48.924 | Found existing installation: pytz 2022.1 2024-08-31 09:36:48.926 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:48.926 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-08-31 09:36:49.237 | Attempting uninstall: stevedore 2024-08-31 09:36:49.238 | Found existing installation: stevedore 3.5.0 2024-08-31 09:36:49.240 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:49.240 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-08-31 09:36:49.372 | Attempting uninstall: pyparsing 2024-08-31 09:36:49.373 | Found existing installation: pyparsing 2.4.7 2024-08-31 09:36:49.374 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:36:49.375 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-08-31 09:36:50.404 | 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.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-08-31 09:36:50.405 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:50.533 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:50.535 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:50.538 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:50.540 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:50.542 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:50.543 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:50.545 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:50.547 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:50.549 | + functions-common:time_stop:2442 : start_time=1725097005387 2024-08-31 09:36:50.551 | + functions-common:time_stop:2444 : [[ -z 1725097005387 ]] 2024-08-31 09:36:50.553 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:50.556 | + functions-common:time_stop:2447 : end_time=1725097010554 2024-08-31 09:36:50.558 | + functions-common:time_stop:2448 : elapsed_time=5167 2024-08-31 09:36:50.560 | + functions-common:time_stop:2449 : total=16264 2024-08-31 09:36:50.562 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:50.563 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21431 2024-08-31 09:36:50.565 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:50.567 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-08-31 09:36:50.569 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-08-31 09:36:50.571 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-31 09:36:50.574 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-08-31 09:36:50.576 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-08-31 09:36:50.578 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-31 09:36:50.581 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:36:50.581 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-31 09:36:50.585 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-08-31 09:36:50.587 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-08-31 09:36:50.589 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-08-31 09:36:50.591 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-08-31 09:36:50.593 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-08-31 09:36:50.608 | Using python 3.10 to install python-memcached 2024-08-31 09:36:50.610 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-08-31 09:36:51.590 | Collecting python-memcached 2024-08-31 09:36:51.593 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-08-31 09:36:51.596 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-08-31 09:36:51.903 | Installing collected packages: python-memcached 2024-08-31 09:36:51.929 | Successfully installed python-memcached-1.59 2024-08-31 09:36:51.930 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:36:52.007 | + inc/python:pip_install:196 : result=0 2024-08-31 09:36:52.010 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:36:52.012 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:52.013 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:52.015 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:52.017 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:52.019 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:52.021 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:36:52.022 | + functions-common:time_stop:2442 : start_time=1725097010604 2024-08-31 09:36:52.024 | + functions-common:time_stop:2444 : [[ -z 1725097010604 ]] 2024-08-31 09:36:52.027 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:52.030 | + functions-common:time_stop:2447 : end_time=1725097012028 2024-08-31 09:36:52.032 | + functions-common:time_stop:2448 : elapsed_time=1424 2024-08-31 09:36:52.033 | + functions-common:time_stop:2449 : total=21431 2024-08-31 09:36:52.035 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:52.037 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22855 2024-08-31 09:36:52.039 | + inc/python:pip_install:199 : return 0 2024-08-31 09:36:52.041 | + stack.sh:main:905 : is_service_enabled keystone 2024-08-31 09:36:52.054 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:36:52.056 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-31 09:36:52.058 | + stack.sh:main:907 : stack_install_service keystone 2024-08-31 09:36:52.059 | + lib/stack:stack_install_service:20 : local service=keystone 2024-08-31 09:36:52.061 | + lib/stack:stack_install_service:21 : type install_keystone 2024-08-31 09:36:52.063 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-31 09:36:52.065 | + lib/stack:stack_install_service:32 : install_keystone 2024-08-31 09:36:52.067 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-08-31 09:36:52.079 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:36:52.081 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-08-31 09:36:52.083 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-08-31 09:36:52.084 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-08-31 09:36:52.086 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-31 09:36:52.087 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:36:52.089 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:36:52.092 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:36:52.093 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:36:52.095 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:36:52.107 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:36:52.109 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:36:52.110 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:36:52.112 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:52.114 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-31 09:36:52.114 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:36:52.118 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-08-31 09:36:52.119 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:36:52.121 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-31 09:36:52.123 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:52.124 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:52.126 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:52.128 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:52.130 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:52.131 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:52.133 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:52.135 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:52.137 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:52.140 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097012137 2024-08-31 09:36:52.141 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-31 09:36:52.144 | Cloning into '/opt/stack//keystone'... 2024-08-31 09:36:54.469 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:54.471 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:54.473 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:54.475 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:54.476 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:54.478 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:54.480 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:54.482 | + functions-common:time_stop:2442 : start_time=1725097012137 2024-08-31 09:36:54.483 | + functions-common:time_stop:2444 : [[ -z 1725097012137 ]] 2024-08-31 09:36:54.486 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:54.488 | + functions-common:time_stop:2447 : end_time=1725097014486 2024-08-31 09:36:54.490 | + functions-common:time_stop:2448 : elapsed_time=2349 2024-08-31 09:36:54.492 | + functions-common:time_stop:2449 : total=4919 2024-08-31 09:36:54.493 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:54.495 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7268 2024-08-31 09:36:54.497 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-08-31 09:36:54.498 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-31 09:36:54.500 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:54.502 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:54.503 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:54.505 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:54.507 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:54.509 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:54.510 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:54.512 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:54.514 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:54.517 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097014515 2024-08-31 09:36:54.519 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-31 09:36:57.137 | From https://opendev.org/openstack/keystone 2024-08-31 09:36:57.137 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-31 09:36:57.141 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:57.143 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:57.145 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:57.146 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:57.148 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:57.150 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:57.152 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:57.153 | + functions-common:time_stop:2442 : start_time=1725097014515 2024-08-31 09:36:57.155 | + functions-common:time_stop:2444 : [[ -z 1725097014515 ]] 2024-08-31 09:36:57.157 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:57.160 | + functions-common:time_stop:2447 : end_time=1725097017158 2024-08-31 09:36:57.161 | + functions-common:time_stop:2448 : elapsed_time=2643 2024-08-31 09:36:57.163 | + functions-common:time_stop:2449 : total=7268 2024-08-31 09:36:57.164 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:57.166 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9911 2024-08-31 09:36:57.168 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:36:57.169 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:36:57.171 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:36:57.172 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:36:57.174 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:36:57.176 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:36:57.178 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:36:57.179 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:36:57.181 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:36:57.183 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:36:57.185 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097017184 2024-08-31 09:36:57.187 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:36:57.277 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:36:57.277 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:36:57.277 | state without impacting any branches by switching back to a branch. 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:36:57.277 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | git switch -c 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | Or undo this operation with: 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | git switch - 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:36:57.277 | 2024-08-31 09:36:57.277 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-08-31 09:36:57.280 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:36:57.282 | + functions-common:time_stop:2435 : local name 2024-08-31 09:36:57.284 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:36:57.285 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:36:57.287 | + functions-common:time_stop:2438 : local total 2024-08-31 09:36:57.289 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:36:57.290 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:36:57.292 | + functions-common:time_stop:2442 : start_time=1725097017184 2024-08-31 09:36:57.293 | + functions-common:time_stop:2444 : [[ -z 1725097017184 ]] 2024-08-31 09:36:57.296 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:36:57.298 | + functions-common:time_stop:2447 : end_time=1725097017296 2024-08-31 09:36:57.300 | + functions-common:time_stop:2448 : elapsed_time=112 2024-08-31 09:36:57.302 | + functions-common:time_stop:2449 : total=9911 2024-08-31 09:36:57.303 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:36:57.305 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10023 2024-08-31 09:36:57.307 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-08-31 09:36:57.316 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-08-31 09:36:57.319 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:36:57.319 | + functions-common:git_clone:696 : head -1 2024-08-31 09:36:57.322 | ea5b0b0 Add keystone-manage reset_last_active command 2024-08-31 09:36:57.324 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:36:57.326 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-08-31 09:36:57.328 | + inc/python:setup_develop:334 : local bindep 2024-08-31 09:36:57.329 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-31 09:36:57.331 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-08-31 09:36:57.333 | + inc/python:setup_develop:340 : local extras= 2024-08-31 09:36:57.335 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-08-31 09:36:57.337 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:36:57.338 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-31 09:36:57.340 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-08-31 09:36:57.342 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:36:57.343 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:36:57.346 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-08-31 09:36:57.347 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:36:57.349 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-08-31 09:36:57.351 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:36:57.353 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:36:57.356 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-08-31 09:36:57.359 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-08-31 09:36:57.361 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-08-31 09:36:57.675 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-08-31 09:36:57.677 | + inc/python:setup_package:414 : local bindep=0 2024-08-31 09:36:57.679 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:36:57.681 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:36:57.682 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-08-31 09:36:57.684 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-08-31 09:36:57.686 | + inc/python:setup_package:423 : local flags=-e 2024-08-31 09:36:57.688 | + inc/python:setup_package:424 : local extras= 2024-08-31 09:36:57.689 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:36:57.691 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:36:57.693 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:36:57.695 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:36:57.696 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:36:57.698 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-08-31 09:36:57.713 | Using python 3.10 to install /opt/stack/keystone 2024-08-31 09:36:57.715 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-08-31 09:36:58.619 | Obtaining file:///opt/stack/keystone 2024-08-31 09:36:58.620 | Preparing metadata (setup.py): started 2024-08-31 09:36:59.128 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:36:59.280 | Collecting Flask!=0.11,>=1.0.2 2024-08-31 09:36:59.283 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-08-31 09:36:59.309 | Collecting Flask-RESTful>=0.3.5 2024-08-31 09:36:59.312 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-08-31 09:36:59.343 | Collecting PyJWT>=1.6.1 2024-08-31 09:36:59.346 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-08-31 09:37:00.101 | Collecting SQLAlchemy>=1.3.0 2024-08-31 09:37:00.115 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-08-31 09:37:00.125 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-08-31 09:37:00.223 | Collecting bcrypt>=3.1.3 2024-08-31 09:37:00.231 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-08-31 09:37:00.653 | Collecting cryptography>=2.7 2024-08-31 09:37:00.679 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-08-31 09:37:00.699 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-08-31 09:37:00.750 | Collecting jsonschema>=3.2.0 2024-08-31 09:37:00.753 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-08-31 09:37:00.755 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-08-31 09:37:00.756 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-08-31 09:37:00.795 | Collecting oauthlib>=0.6.2 2024-08-31 09:37:00.798 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-08-31 09:37:00.800 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-08-31 09:37:00.801 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-08-31 09:37:00.802 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-08-31 09:37:00.949 | Collecting oslo.db>=6.0.0 2024-08-31 09:37:00.952 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-08-31 09:37:00.955 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-08-31 09:37:00.956 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-08-31 09:37:01.133 | Collecting oslo.messaging>=5.29.0 2024-08-31 09:37:01.138 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-08-31 09:37:01.273 | Collecting oslo.middleware>=3.31.0 2024-08-31 09:37:01.276 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-08-31 09:37:01.422 | Collecting oslo.policy>=3.10.0 2024-08-31 09:37:01.425 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-08-31 09:37:01.426 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.2) 2024-08-31 09:37:01.540 | Collecting oslo.upgradecheck>=1.3.0 2024-08-31 09:37:01.543 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-08-31 09:37:01.544 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-08-31 09:37:01.577 | Collecting osprofiler>=1.4.0 2024-08-31 09:37:01.579 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-08-31 09:37:01.601 | Collecting passlib>=1.7.0 2024-08-31 09:37:01.608 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-08-31 09:37:01.610 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-08-31 09:37:01.611 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-08-31 09:37:01.731 | Collecting pysaml2>=5.0.0 2024-08-31 09:37:01.736 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-08-31 09:37:01.741 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-08-31 09:37:01.742 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-08-31 09:37:01.844 | Collecting scrypt>=0.8.0 2024-08-31 09:37:01.853 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-31 09:37:01.969 | Collecting sqlalchemy-migrate>=0.13.0 2024-08-31 09:37:01.971 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-08-31 09:37:01.974 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-08-31 09:37:02.265 | Collecting cffi>=1.12 2024-08-31 09:37:02.281 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-08-31 09:37:02.288 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-08-31 09:37:02.323 | Collecting Jinja2>=3.0 2024-08-31 09:37:02.326 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-08-31 09:37:02.372 | Collecting Werkzeug>=2.2.2 2024-08-31 09:37:02.375 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-08-31 09:37:02.410 | Collecting click>=8.0 2024-08-31 09:37:02.412 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-08-31 09:37:02.434 | Collecting itsdangerous>=2.0 2024-08-31 09:37:02.436 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-08-31 09:37:02.442 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-08-31 09:37:02.465 | Collecting aniso8601>=0.82 2024-08-31 09:37:02.468 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-08-31 09:37:02.517 | Collecting attrs>=17.4.0 2024-08-31 09:37:02.519 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-31 09:37:02.521 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-08-31 09:37:02.544 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-08-31 09:37:02.545 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.2) 2024-08-31 09:37:02.621 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-08-31 09:37:02.622 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-08-31 09:37:02.623 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-08-31 09:37:02.624 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-08-31 09:37:02.696 | Collecting alembic>=0.9.6 2024-08-31 09:37:02.699 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-08-31 09:37:02.739 | Collecting testresources>=2.0.0 2024-08-31 09:37:02.741 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-08-31 09:37:02.759 | Collecting testscenarios>=0.4 2024-08-31 09:37:02.761 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-08-31 09:37:02.793 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-08-31 09:37:02.794 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-08-31 09:37:02.960 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-08-31 09:37:02.963 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-08-31 09:37:02.995 | Collecting cachetools>=2.0.0 2024-08-31 09:37:02.997 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-08-31 09:37:03.049 | Collecting amqp>=2.5.2 2024-08-31 09:37:03.054 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-08-31 09:37:03.166 | Collecting oslo.metrics>=0.2.1 2024-08-31 09:37:03.168 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-08-31 09:37:03.170 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-08-31 09:37:03.227 | Collecting kombu>=4.6.6 2024-08-31 09:37:03.230 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-08-31 09:37:03.263 | Collecting statsd>=3.2.1 2024-08-31 09:37:03.265 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-08-31 09:37:03.320 | Collecting PrettyTable>=0.7.1 2024-08-31 09:37:03.323 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-31 09:37:03.331 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-08-31 09:37:03.332 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-08-31 09:37:03.333 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-08-31 09:37:03.334 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-08-31 09:37:03.393 | Collecting oslo.concurrency>=3.26.0 2024-08-31 09:37:03.395 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-08-31 09:37:03.585 | Collecting xmlschema>=1.2.1 2024-08-31 09:37:03.589 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-08-31 09:37:03.619 | Collecting pyOpenSSL 2024-08-31 09:37:03.622 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-08-31 09:37:03.644 | Collecting defusedxml 2024-08-31 09:37:03.645 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-08-31 09:37:03.653 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-08-31 09:37:04.039 | Collecting greenlet!=0.4.17 2024-08-31 09:37:04.042 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-08-31 09:37:04.159 | Collecting Tempita>=0.4 2024-08-31 09:37:04.161 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-08-31 09:37:04.192 | Collecting sqlparse 2024-08-31 09:37:04.194 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-08-31 09:37:04.247 | Collecting Mako 2024-08-31 09:37:04.249 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-08-31 09:37:04.280 | Collecting vine>=5.0.0 2024-08-31 09:37:04.282 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-08-31 09:37:04.400 | Collecting pycparser 2024-08-31 09:37:04.404 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-08-31 09:37:04.421 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-08-31 09:37:04.570 | Collecting MarkupSafe>=2.0 2024-08-31 09:37:04.573 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-31 09:37:04.605 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-08-31 09:37:04.678 | Collecting fasteners>=0.7.0 2024-08-31 09:37:04.681 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-08-31 09:37:04.720 | Collecting prometheus-client>=0.6.0 2024-08-31 09:37:04.723 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-08-31 09:37:04.881 | Collecting Yappi>=1.0 2024-08-31 09:37:04.884 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-08-31 09:37:04.908 | Collecting Routes>=2.3.1 2024-08-31 09:37:04.911 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-08-31 09:37:04.949 | Collecting Paste>=2.0.2 2024-08-31 09:37:04.954 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-08-31 09:37:04.980 | Collecting PasteDeploy>=1.5.0 2024-08-31 09:37:04.982 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-08-31 09:37:05.006 | Collecting fixtures>=3.0.0 2024-08-31 09:37:05.006 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-31 09:37:05.045 | Collecting eventlet>=0.25.2 2024-08-31 09:37:05.049 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-08-31 09:37:05.073 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-08-31 09:37:05.125 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-08-31 09:37:05.125 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-08-31 09:37:05.126 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-08-31 09:37:05.129 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-08-31 09:37:05.178 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-08-31 09:37:05.251 | Collecting elementpath<4.0.0,>=3.0.0 2024-08-31 09:37:05.255 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-08-31 09:37:05.379 | Collecting dnspython>=1.15.0 2024-08-31 09:37:05.384 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-08-31 09:37:05.508 | Collecting repoze.lru>=0.3 2024-08-31 09:37:05.511 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-08-31 09:37:05.662 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-08-31 09:37:05.662 | Reason for being yanked: Regression in OpenSSL. 2024-08-31 09:37:06.183 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-08-31 09:37:06.672 | Attempting uninstall: PyJWT 2024-08-31 09:37:06.674 | Found existing installation: PyJWT 2.3.0 2024-08-31 09:37:06.674 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:06.675 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-08-31 09:37:06.857 | Attempting uninstall: PrettyTable 2024-08-31 09:37:06.859 | Found existing installation: prettytable 2.5.0 2024-08-31 09:37:06.860 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:06.861 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-08-31 09:37:07.057 | Attempting uninstall: oauthlib 2024-08-31 09:37:07.058 | Found existing installation: oauthlib 3.2.0 2024-08-31 09:37:07.061 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:07.061 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-08-31 09:37:07.130 | Attempting uninstall: MarkupSafe 2024-08-31 09:37:07.131 | Found existing installation: MarkupSafe 2.0.1 2024-08-31 09:37:07.132 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:07.133 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-08-31 09:37:07.192 | Attempting uninstall: fixtures 2024-08-31 09:37:07.194 | Found existing installation: fixtures 3.0.0 2024-08-31 09:37:07.196 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:07.197 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-08-31 09:37:07.574 | Attempting uninstall: click 2024-08-31 09:37:07.575 | Found existing installation: click 8.0.3 2024-08-31 09:37:07.576 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:07.577 | Can't uninstall 'click'. No files were found to uninstall. 2024-08-31 09:37:07.649 | Attempting uninstall: bcrypt 2024-08-31 09:37:07.651 | Found existing installation: bcrypt 3.2.0 2024-08-31 09:37:07.651 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:07.651 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-08-31 09:37:07.673 | Attempting uninstall: attrs 2024-08-31 09:37:07.674 | Found existing installation: attrs 21.2.0 2024-08-31 09:37:07.675 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:07.675 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-08-31 09:37:08.752 | Attempting uninstall: jsonschema 2024-08-31 09:37:08.753 | Found existing installation: jsonschema 3.2.0 2024-08-31 09:37:08.754 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:08.755 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-08-31 09:37:08.816 | Attempting uninstall: Jinja2 2024-08-31 09:37:08.817 | Found existing installation: Jinja2 3.0.3 2024-08-31 09:37:08.819 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:08.819 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-08-31 09:37:09.442 | Attempting uninstall: cryptography 2024-08-31 09:37:09.445 | Found existing installation: cryptography 3.4.8 2024-08-31 09:37:09.445 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:09.445 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-08-31 09:37:09.770 | Attempting uninstall: pyOpenSSL 2024-08-31 09:37:09.771 | Found existing installation: pyOpenSSL 21.0.0 2024-08-31 09:37:09.772 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:09.773 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-08-31 09:37:10.566 | Running setup.py develop for keystone 2024-08-31 09:37:11.523 | 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.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-08-31 09:37:11.523 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:37:11.733 | + inc/python:pip_install:196 : result=0 2024-08-31 09:37:11.735 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:37:11.737 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:11.739 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:11.740 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:11.742 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:11.744 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:11.746 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:37:11.747 | + functions-common:time_stop:2442 : start_time=1725097017709 2024-08-31 09:37:11.749 | + functions-common:time_stop:2444 : [[ -z 1725097017709 ]] 2024-08-31 09:37:11.751 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:11.754 | + functions-common:time_stop:2447 : end_time=1725097031752 2024-08-31 09:37:11.756 | + functions-common:time_stop:2448 : elapsed_time=14043 2024-08-31 09:37:11.758 | + functions-common:time_stop:2449 : total=22855 2024-08-31 09:37:11.759 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:11.761 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36898 2024-08-31 09:37:11.763 | + inc/python:pip_install:199 : return 0 2024-08-31 09:37:11.765 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:37:11.767 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-31 09:37:11.769 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-31 09:37:11.783 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-31 09:37:11.792 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-08-31 09:37:11.794 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-08-31 09:37:11.796 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:37:11.798 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:37:11.800 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-08-31 09:37:11.802 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:37:11.804 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-08-31 09:37:11.816 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:11.818 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-08-31 09:37:11.820 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-31 09:37:11.822 | + stack.sh:main:908 : configure_keystone 2024-08-31 09:37:11.824 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-08-31 09:37:11.833 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2024-08-31 09:37:11.835 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-08-31 09:37:11.838 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-08-31 09:37:11.849 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:11.851 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-08-31 09:37:11.875 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-08-31 09:37:11.898 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-08-31 09:37:11.922 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-08-31 09:37:11.946 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-08-31 09:37:11.970 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-08-31 09:37:11.994 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-08-31 09:37:12.016 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-08-31 09:37:12.038 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-08-31 09:37:12.040 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-08-31 09:37:12.042 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-08-31 09:37:12.044 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-08-31 09:37:12.045 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-31 09:37:12.047 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-31 09:37:12.059 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:12.061 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-31 09:37:12.063 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-31 09:37:12.065 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-31 09:37:12.077 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:12.079 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:37:12.081 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:37:12.105 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-31 09:37:12.107 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-31 09:37:12.109 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-08-31 09:37:12.110 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-08-31 09:37:12.123 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:12.125 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-08-31 09:37:12.150 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-08-31 09:37:12.152 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-08-31 09:37:12.176 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-08-31 09:37:12.178 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-08-31 09:37:12.180 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-08-31 09:37:12.182 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-08-31 09:37:12.184 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:37:12.186 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:12.187 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-31 09:37:12.190 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-31 09:37:12.214 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-08-31 09:37:12.215 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-08-31 09:37:12.217 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-08-31 09:37:12.219 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-08-31 09:37:12.221 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:37:12.234 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:37:12.236 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:37:12.238 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:12.239 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:37:12.241 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:37:12.264 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:37:12.286 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:37:12.308 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:37:12.333 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-08-31 09:37:12.356 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-08-31 09:37:12.358 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-08-31 09:37:12.360 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-08-31 09:37:12.362 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-08-31 09:37:12.364 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-08-31 09:37:12.365 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-31 09:37:12.367 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-31 09:37:12.369 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-08-31 09:37:12.372 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-08-31 09:37:12.374 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-31 09:37:12.376 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-31 09:37:12.385 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-31 09:37:12.385 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:37:12.391 | d /var/run/uwsgi 0755 stack root 2024-08-31 09:37:12.394 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:37:12.401 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-31 09:37:12.404 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-08-31 09:37:12.406 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-08-31 09:37:12.409 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-08-31 09:37:12.432 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-08-31 09:37:12.454 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-08-31 09:37:12.476 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-08-31 09:37:12.498 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-08-31 09:37:12.520 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-08-31 09:37:12.542 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-08-31 09:37:12.564 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-08-31 09:37:12.586 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-08-31 09:37:12.608 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-31 09:37:12.631 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-08-31 09:37:12.654 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-08-31 09:37:12.676 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-08-31 09:37:12.698 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-31 09:37:12.700 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-31 09:37:12.703 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-08-31 09:37:12.704 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-08-31 09:37:12.706 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-31 09:37:12.708 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:12.710 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:12.712 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-31 09:37:12.714 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-31 09:37:12.716 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-08-31 09:37:12.740 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-08-31 09:37:12.763 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-08-31 09:37:12.763 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-31 09:37:12.770 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-08-31 09:37:12.772 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-08-31 09:37:12.774 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-08-31 09:37:12.776 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-31 09:37:12.778 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-31 09:37:12.780 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:37:12.782 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:12.783 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:12.785 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-31 09:37:12.787 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-31 09:37:12.789 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:12.791 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:12.793 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-08-31 09:37:12.825 | Enabling site keystone-wsgi-public. 2024-08-31 09:37:12.829 | To activate the new configuration, you need to run: 2024-08-31 09:37:12.829 | systemctl reload apache2 2024-08-31 09:37:12.832 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-31 09:37:12.834 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:37:12.836 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:37:12.838 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:37:12.942 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-08-31 09:37:12.965 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-08-31 09:37:12.990 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-08-31 09:37:13.014 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-08-31 09:37:13.016 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-08-31 09:37:13.041 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-08-31 09:37:13.063 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-08-31 09:37:13.086 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-08-31 09:37:13.110 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-31 09:37:13.112 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-31 09:37:13.114 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-08-31 09:37:13.136 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-08-31 09:37:13.159 | + stack.sh:main:912 : is_service_enabled swift 2024-08-31 09:37:13.172 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:13.174 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-08-31 09:37:13.187 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:13.189 | + stack.sh:main:928 : stack_install_service glance 2024-08-31 09:37:13.191 | + lib/stack:stack_install_service:20 : local service=glance 2024-08-31 09:37:13.192 | + lib/stack:stack_install_service:21 : type install_glance 2024-08-31 09:37:13.194 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-31 09:37:13.196 | + lib/stack:stack_install_service:32 : install_glance 2024-08-31 09:37:13.198 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-08-31 09:37:13.200 | + lib/glance:install_glance:511 : local glance_store_extras 2024-08-31 09:37:13.202 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-08-31 09:37:13.214 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:13.216 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-08-31 09:37:13.218 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-08-31 09:37:13.230 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:13.232 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-08-31 09:37:13.233 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-08-31 09:37:13.235 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:37:13.237 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:37:13.239 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-08-31 09:37:13.241 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:37:13.243 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-08-31 09:37:13.245 | ++ inc/python:join_extras:29 : local IFS=, 2024-08-31 09:37:13.247 | ++ inc/python:join_extras:30 : echo cinder 2024-08-31 09:37:13.249 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-08-31 09:37:13.251 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-08-31 09:37:13.253 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-08-31 09:37:13.255 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-08-31 09:37:13.258 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-08-31 09:37:13.260 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-08-31 09:37:13.261 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-08-31 09:37:13.265 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:37:13.265 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-08-31 09:37:13.269 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-08-31 09:37:13.271 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-08-31 09:37:13.273 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-08-31 09:37:13.275 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-08-31 09:37:13.277 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-08-31 09:37:13.292 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-08-31 09:37:13.294 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-08-31 09:37:14.415 | Collecting glance-store[cinder]!=0.29.0 2024-08-31 09:37:14.421 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-08-31 09:37:14.459 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-08-31 09:37:14.459 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-08-31 09:37:14.460 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-08-31 09:37:14.461 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-08-31 09:37:14.461 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-08-31 09:37:14.462 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-08-31 09:37:14.466 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-08-31 09:37:14.466 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-08-31 09:37:14.466 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-08-31 09:37:14.466 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-08-31 09:37:14.466 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-08-31 09:37:14.511 | Collecting python-cinderclient>=4.1.0 2024-08-31 09:37:14.516 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-08-31 09:37:14.672 | Collecting os-brick>=6.2.2 2024-08-31 09:37:14.678 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-08-31 09:37:14.812 | Collecting oslo.rootwrap>=5.8.0 2024-08-31 09:37:14.815 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-08-31 09:37:14.949 | Collecting oslo.privsep>=1.23.0 2024-08-31 09:37:14.952 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-08-31 09:37:14.957 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-08-31 09:37:14.958 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-08-31 09:37:14.959 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-08-31 09:37:14.999 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-08-31 09:37:15.000 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-08-31 09:37:15.024 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-08-31 09:37:15.025 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-08-31 09:37:15.026 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-08-31 09:37:15.036 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-08-31 09:37:15.037 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2024-08-31 09:37:15.161 | Collecting os-win>=5.7.0 2024-08-31 09:37:15.165 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-08-31 09:37:15.176 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-08-31 09:37:15.176 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-08-31 09:37:15.181 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-08-31 09:37:15.199 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-08-31 09:37:15.200 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-08-31 09:37:15.200 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-08-31 09:37:15.201 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-08-31 09:37:15.210 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-08-31 09:37:15.211 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-08-31 09:37:15.217 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-08-31 09:37:15.224 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-08-31 09:37:15.224 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2024-08-31 09:37:15.225 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-08-31 09:37:15.232 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-08-31 09:37:15.249 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-08-31 09:37:15.249 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-08-31 09:37:15.250 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-08-31 09:37:15.251 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-08-31 09:37:15.290 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-08-31 09:37:15.298 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-08-31 09:37:15.372 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-08-31 09:37:15.374 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-08-31 09:37:15.386 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-08-31 09:37:15.387 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-08-31 09:37:15.388 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-08-31 09:37:15.389 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-08-31 09:37:15.391 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-08-31 09:37:15.392 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-08-31 09:37:15.409 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-08-31 09:37:15.483 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-08-31 09:37:15.511 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-08-31 09:37:16.036 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-08-31 09:37:16.800 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-08-31 09:37:16.800 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:37:16.903 | + inc/python:pip_install:196 : result=0 2024-08-31 09:37:16.905 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:37:16.907 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:16.909 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:16.911 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:16.913 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:16.914 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:16.916 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:37:16.918 | + functions-common:time_stop:2442 : start_time=1725097033289 2024-08-31 09:37:16.920 | + functions-common:time_stop:2444 : [[ -z 1725097033289 ]] 2024-08-31 09:37:16.922 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:16.925 | + functions-common:time_stop:2447 : end_time=1725097036923 2024-08-31 09:37:16.927 | + functions-common:time_stop:2448 : elapsed_time=3634 2024-08-31 09:37:16.929 | + functions-common:time_stop:2449 : total=36898 2024-08-31 09:37:16.931 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:16.932 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40532 2024-08-31 09:37:16.934 | + inc/python:pip_install:199 : return 0 2024-08-31 09:37:16.936 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-08-31 09:37:16.938 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-08-31 09:37:16.940 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-08-31 09:37:16.950 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-08-31 09:37:16.953 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-08-31 09:37:16.955 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-08-31 09:37:16.957 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-08-31 09:37:16.958 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-31 09:37:16.960 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:37:16.962 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:37:16.964 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:37:16.966 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:37:16.968 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:37:16.980 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:37:16.982 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:37:16.984 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:37:16.986 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:16.988 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-31 09:37:16.988 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:37:16.992 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-08-31 09:37:16.994 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:16.995 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-31 09:37:16.997 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:16.999 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:17.000 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:17.002 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:17.004 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:17.006 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:17.007 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:17.009 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:17.011 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:17.014 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097037012 2024-08-31 09:37:17.016 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-31 09:37:17.018 | Cloning into '/opt/stack//glance'... 2024-08-31 09:37:19.267 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:19.269 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:19.270 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:19.272 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:19.274 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:19.275 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:19.277 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:19.279 | + functions-common:time_stop:2442 : start_time=1725097037012 2024-08-31 09:37:19.280 | + functions-common:time_stop:2444 : [[ -z 1725097037012 ]] 2024-08-31 09:37:19.283 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:19.285 | + functions-common:time_stop:2447 : end_time=1725097039283 2024-08-31 09:37:19.287 | + functions-common:time_stop:2448 : elapsed_time=2271 2024-08-31 09:37:19.289 | + functions-common:time_stop:2449 : total=10023 2024-08-31 09:37:19.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:19.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12294 2024-08-31 09:37:19.293 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-08-31 09:37:19.295 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-31 09:37:19.297 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:19.298 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:19.300 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:19.302 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:19.303 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:19.305 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:19.307 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:19.308 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:19.311 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:19.313 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097039311 2024-08-31 09:37:19.315 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-31 09:37:20.996 | From https://opendev.org/openstack/glance 2024-08-31 09:37:20.997 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-31 09:37:21.001 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:21.003 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:21.004 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:21.006 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:21.008 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:21.010 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:21.011 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:21.013 | + functions-common:time_stop:2442 : start_time=1725097039311 2024-08-31 09:37:21.015 | + functions-common:time_stop:2444 : [[ -z 1725097039311 ]] 2024-08-31 09:37:21.017 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:21.020 | + functions-common:time_stop:2447 : end_time=1725097041018 2024-08-31 09:37:21.022 | + functions-common:time_stop:2448 : elapsed_time=1707 2024-08-31 09:37:21.024 | + functions-common:time_stop:2449 : total=12294 2024-08-31 09:37:21.026 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:21.027 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14001 2024-08-31 09:37:21.029 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:37:21.031 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:21.033 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:21.034 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:21.036 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:21.038 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:21.040 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:21.042 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:21.043 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:21.046 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:21.049 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097041046 2024-08-31 09:37:21.050 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:37:21.117 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:37:21.117 | 2024-08-31 09:37:21.117 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:37:21.117 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:37:21.117 | state without impacting any branches by switching back to a branch. 2024-08-31 09:37:21.117 | 2024-08-31 09:37:21.118 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:37:21.118 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:37:21.118 | 2024-08-31 09:37:21.118 | git switch -c 2024-08-31 09:37:21.118 | 2024-08-31 09:37:21.118 | Or undo this operation with: 2024-08-31 09:37:21.118 | 2024-08-31 09:37:21.118 | git switch - 2024-08-31 09:37:21.118 | 2024-08-31 09:37:21.118 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:37:21.118 | 2024-08-31 09:37:21.118 | HEAD is now at 1427857 Add iso file format inspector 2024-08-31 09:37:21.120 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:21.122 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:21.124 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:21.125 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:21.127 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:21.129 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:21.131 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:21.133 | + functions-common:time_stop:2442 : start_time=1725097041046 2024-08-31 09:37:21.134 | + functions-common:time_stop:2444 : [[ -z 1725097041046 ]] 2024-08-31 09:37:21.137 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:21.140 | + functions-common:time_stop:2447 : end_time=1725097041138 2024-08-31 09:37:21.142 | + functions-common:time_stop:2448 : elapsed_time=92 2024-08-31 09:37:21.144 | + functions-common:time_stop:2449 : total=14001 2024-08-31 09:37:21.145 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:21.147 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14093 2024-08-31 09:37:21.149 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-08-31 09:37:21.159 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-08-31 09:37:21.161 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:37:21.162 | + functions-common:git_clone:696 : head -1 2024-08-31 09:37:21.164 | 1427857 Add iso file format inspector 2024-08-31 09:37:21.167 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:37:21.168 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-08-31 09:37:21.170 | + inc/python:setup_develop:334 : local bindep 2024-08-31 09:37:21.172 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-08-31 09:37:21.174 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-08-31 09:37:21.176 | + inc/python:setup_develop:340 : local extras= 2024-08-31 09:37:21.178 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-08-31 09:37:21.180 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:37:21.182 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-08-31 09:37:21.184 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-08-31 09:37:21.186 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:37:21.187 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:37:21.190 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-08-31 09:37:21.192 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:37:21.194 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-08-31 09:37:21.196 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:37:21.198 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:37:21.200 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-08-31 09:37:21.204 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-08-31 09:37:21.206 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-08-31 09:37:21.544 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-08-31 09:37:21.546 | + inc/python:setup_package:414 : local bindep=0 2024-08-31 09:37:21.549 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:37:21.551 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:37:21.553 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-08-31 09:37:21.555 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-08-31 09:37:21.557 | + inc/python:setup_package:423 : local flags=-e 2024-08-31 09:37:21.559 | + inc/python:setup_package:424 : local extras= 2024-08-31 09:37:21.561 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:37:21.563 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:37:21.565 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:37:21.567 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:37:21.569 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:37:21.571 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-08-31 09:37:21.586 | Using python 3.10 to install /opt/stack/glance 2024-08-31 09:37:21.588 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-08-31 09:37:22.498 | Obtaining file:///opt/stack/glance 2024-08-31 09:37:22.499 | Preparing metadata (setup.py): started 2024-08-31 09:37:22.899 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:37:22.958 | 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-08-31 09:37:22.959 | 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-08-31 09:37:22.960 | 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-08-31 09:37:22.961 | 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-08-31 09:37:22.962 | 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-08-31 09:37:23.154 | Collecting WSME>=0.8.0 2024-08-31 09:37:23.157 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-08-31 09:37:23.160 | 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-08-31 09:37:23.160 | 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-08-31 09:37:23.294 | Collecting castellan>=0.17.0 2024-08-31 09:37:23.297 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-08-31 09:37:23.299 | 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-08-31 09:37:23.407 | Collecting cursive>=0.2.1 2024-08-31 09:37:23.410 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-08-31 09:37:23.412 | 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-08-31 09:37:23.413 | 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-08-31 09:37:23.413 | 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-08-31 09:37:23.414 | 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-08-31 09:37:23.415 | 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-08-31 09:37:23.440 | Collecting httplib2>=0.9.1 2024-08-31 09:37:23.442 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-08-31 09:37:23.444 | 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-08-31 09:37:23.445 | 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-08-31 09:37:23.446 | 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-08-31 09:37:23.446 | 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-08-31 09:37:23.447 | 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-08-31 09:37:23.448 | 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-08-31 09:37:23.449 | 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-08-31 09:37:23.449 | 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-08-31 09:37:23.450 | 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-08-31 09:37:23.451 | 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-08-31 09:37:23.564 | Collecting oslo.limit>=1.6.0 2024-08-31 09:37:23.568 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-08-31 09:37:23.570 | 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-08-31 09:37:23.570 | 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.5) 2024-08-31 09:37:23.570 | 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-08-31 09:37:23.571 | 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-08-31 09:37:23.693 | Collecting oslo.reports>=1.18.0 2024-08-31 09:37:23.696 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-08-31 09:37:23.698 | 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-08-31 09:37:23.699 | 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-08-31 09:37:23.700 | 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-08-31 09:37:23.701 | 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-08-31 09:37:23.701 | 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-08-31 09:37:23.702 | 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-08-31 09:37:23.720 | Collecting retrying!=1.3.0,>=1.2.3 2024-08-31 09:37:23.720 | Using cached retrying-1.3.3-py3-none-any.whl 2024-08-31 09:37:23.725 | 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-08-31 09:37:23.725 | 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-08-31 09:37:23.884 | Collecting taskflow>=4.0.0 2024-08-31 09:37:23.890 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-08-31 09:37:23.901 | 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-08-31 09:37:24.041 | Collecting python-barbicanclient>=4.5.2 2024-08-31 09:37:24.045 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-08-31 09:37:24.049 | 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-08-31 09:37:24.068 | 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-08-31 09:37:24.074 | 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.2) 2024-08-31 09:37:24.088 | 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-08-31 09:37:24.096 | 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-08-31 09:37:24.096 | 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-08-31 09:37:24.096 | 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-08-31 09:37:24.134 | 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-08-31 09:37:24.155 | 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-08-31 09:37:24.155 | 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-08-31 09:37:24.180 | 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-08-31 09:37:24.203 | 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-08-31 09:37:24.204 | 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-08-31 09:37:24.218 | 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-08-31 09:37:24.237 | 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-08-31 09:37:24.238 | 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-08-31 09:37:24.239 | 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-08-31 09:37:24.264 | 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-08-31 09:37:24.265 | 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-08-31 09:37:24.267 | 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-08-31 09:37:24.336 | Collecting openstacksdk>=0.31.1 2024-08-31 09:37:24.350 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-08-31 09:37:24.385 | 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-08-31 09:37:24.387 | 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-08-31 09:37:24.411 | 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-08-31 09:37:24.412 | 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-08-31 09:37:24.413 | 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-08-31 09:37:24.414 | 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-08-31 09:37:24.415 | 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.2) 2024-08-31 09:37:24.426 | 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-08-31 09:37:24.427 | 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-08-31 09:37:24.428 | 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-08-31 09:37:24.617 | Collecting psutil>=3.2.2 2024-08-31 09:37:24.621 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-08-31 09:37:24.640 | 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-08-31 09:37:24.641 | 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) (23.1) 2024-08-31 09:37:24.645 | 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-08-31 09:37:24.670 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev16) (59.6.0) 2024-08-31 09:37:24.692 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev16) (0.2.5) 2024-08-31 09:37:24.760 | 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-08-31 09:37:24.984 | Collecting automaton>=1.9.0 2024-08-31 09:37:24.986 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-08-31 09:37:24.990 | 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-08-31 09:37:25.035 | Collecting networkx>=2.1.0 2024-08-31 09:37:25.049 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-08-31 09:37:25.085 | Collecting pydot>=1.2.4 2024-08-31 09:37:25.087 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-08-31 09:37:25.124 | Collecting simplegeneric 2024-08-31 09:37:25.125 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-08-31 09:37:25.135 | 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-08-31 09:37:25.196 | 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-08-31 09:37:25.237 | 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-08-31 09:37:25.317 | 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-08-31 09:37:25.335 | Collecting appdirs>=1.3.0 2024-08-31 09:37:25.337 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-08-31 09:37:25.339 | 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-08-31 09:37:25.341 | 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-08-31 09:37:25.361 | Collecting jmespath>=0.9.0 2024-08-31 09:37:25.363 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-08-31 09:37:25.380 | Collecting requestsexceptions>=1.2.0 2024-08-31 09:37:25.382 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-08-31 09:37:25.427 | 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-08-31 09:37:25.438 | 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-08-31 09:37:25.454 | 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-08-31 09:37:25.456 | 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-08-31 09:37:25.584 | Collecting cliff!=2.9.0,>=2.8.0 2024-08-31 09:37:25.587 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-31 09:37:25.645 | 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-08-31 09:37:25.646 | 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-08-31 09:37:25.647 | 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-08-31 09:37:25.648 | 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-08-31 09:37:25.682 | 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-08-31 09:37:25.734 | 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-08-31 09:37:25.846 | Collecting autopage>=0.4.0 2024-08-31 09:37:25.849 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-31 09:37:25.929 | Collecting importlib-metadata>=4.4 2024-08-31 09:37:25.932 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-31 09:37:25.988 | Collecting cmd2>=1.0.0 2024-08-31 09:37:25.991 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-31 09:37:26.239 | 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-08-31 09:37:26.307 | Collecting zipp>=0.5 2024-08-31 09:37:26.310 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-31 09:37:26.779 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-08-31 09:37:26.805 | Attempting uninstall: zipp 2024-08-31 09:37:26.806 | Found existing installation: zipp 1.0.0 2024-08-31 09:37:26.808 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:26.809 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-08-31 09:37:27.988 | Attempting uninstall: httplib2 2024-08-31 09:37:27.990 | Found existing installation: httplib2 0.20.2 2024-08-31 09:37:27.991 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:27.991 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-08-31 09:37:28.015 | Attempting uninstall: cmd2 2024-08-31 09:37:28.017 | Found existing installation: cmd2 0.0.0 2024-08-31 09:37:28.019 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:28.019 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-08-31 09:37:28.091 | Attempting uninstall: autopage 2024-08-31 09:37:28.093 | Found existing installation: autopage 0.4.0 2024-08-31 09:37:28.095 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:28.097 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-08-31 09:37:28.121 | Attempting uninstall: importlib-metadata 2024-08-31 09:37:28.122 | Found existing installation: importlib-metadata 4.6.4 2024-08-31 09:37:28.124 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:28.124 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-08-31 09:37:29.184 | Attempting uninstall: cliff 2024-08-31 09:37:29.185 | Found existing installation: cliff 3.10.0 2024-08-31 09:37:29.186 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:29.187 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-08-31 09:37:29.740 | Running setup.py develop for glance 2024-08-31 09:37:30.703 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2024-08-31 09:37:30.704 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:37:30.852 | + inc/python:pip_install:196 : result=0 2024-08-31 09:37:30.854 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:37:30.856 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:30.859 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:30.860 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:30.862 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:30.864 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:30.866 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:37:30.868 | + functions-common:time_stop:2442 : start_time=1725097041583 2024-08-31 09:37:30.869 | + functions-common:time_stop:2444 : [[ -z 1725097041583 ]] 2024-08-31 09:37:30.872 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:30.875 | + functions-common:time_stop:2447 : end_time=1725097050873 2024-08-31 09:37:30.877 | + functions-common:time_stop:2448 : elapsed_time=9290 2024-08-31 09:37:30.878 | + functions-common:time_stop:2449 : total=40532 2024-08-31 09:37:30.880 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:30.882 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=49822 2024-08-31 09:37:30.883 | + inc/python:pip_install:199 : return 0 2024-08-31 09:37:30.885 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:37:30.887 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-08-31 09:37:30.889 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-08-31 09:37:30.903 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-08-31 09:37:30.912 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-08-31 09:37:30.914 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-08-31 09:37:30.916 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:37:30.918 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:37:30.920 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-08-31 09:37:30.922 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:37:30.923 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-31 09:37:30.925 | + stack.sh:main:929 : configure_glance 2024-08-31 09:37:30.927 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-08-31 09:37:30.936 | + lib/glance:configure_glance:326 : local dburl 2024-08-31 09:37:30.939 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-08-31 09:37:30.941 | ++ lib/database:database_connection_url:134 : local db=glance 2024-08-31 09:37:30.942 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-08-31 09:37:30.944 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-08-31 09:37:30.946 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:37:30.948 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:30.949 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-31 09:37:30.952 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-31 09:37:30.954 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-08-31 09:37:30.978 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-31 09:37:31.001 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-08-31 09:37:31.023 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-31 09:37:31.045 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-08-31 09:37:31.070 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-08-31 09:37:31.094 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-08-31 09:37:31.095 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-08-31 09:37:31.097 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-08-31 09:37:31.099 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-31 09:37:31.101 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-08-31 09:37:31.124 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-08-31 09:37:31.147 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-31 09:37:31.169 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-08-31 09:37:31.190 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-08-31 09:37:31.212 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-08-31 09:37:31.234 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-08-31 09:37:31.257 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-08-31 09:37:31.279 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:37:31.302 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-08-31 09:37:31.324 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-08-31 09:37:31.348 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-08-31 09:37:31.350 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-08-31 09:37:31.352 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-08-31 09:37:31.354 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-31 09:37:31.356 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-31 09:37:31.358 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-31 09:37:31.370 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:31.372 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-31 09:37:31.374 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-31 09:37:31.376 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-31 09:37:31.388 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:31.390 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:37:31.393 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:37:31.416 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-31 09:37:31.418 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-31 09:37:31.420 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-08-31 09:37:31.422 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-08-31 09:37:31.444 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-08-31 09:37:31.466 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-08-31 09:37:31.468 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-08-31 09:37:31.470 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-08-31 09:37:31.472 | + lib/glance:configure_glance_store:254 : local be 2024-08-31 09:37:31.474 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-08-31 09:37:31.476 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:31.477 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-31 09:37:31.502 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-08-31 09:37:31.504 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-08-31 09:37:31.529 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-08-31 09:37:31.531 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-08-31 09:37:31.543 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:31.545 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-08-31 09:37:31.569 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-08-31 09:37:31.582 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:31.583 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-08-31 09:37:31.585 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-08-31 09:37:31.587 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-08-31 09:37:31.589 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:37:31.602 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:37:31.604 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:37:31.605 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:31.607 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:37:31.609 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:37:31.631 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:37:31.653 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:37:31.676 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:37:31.698 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-08-31 09:37:31.702 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-08-31 09:37:31.727 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-08-31 09:37:31.749 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-31 09:37:31.771 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-08-31 09:37:31.794 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-08-31 09:37:31.816 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-08-31 09:37:31.839 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-08-31 09:37:31.861 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-31 09:37:31.885 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-08-31 09:37:31.910 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-08-31 09:37:31.936 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-08-31 09:37:31.961 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-08-31 09:37:31.964 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-08-31 09:37:31.968 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-08-31 09:37:31.980 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:31.982 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-08-31 09:37:31.984 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-08-31 09:37:31.986 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-08-31 09:37:31.988 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-08-31 09:37:31.989 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-08-31 09:37:31.992 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-08-31 09:37:31.994 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-08-31 09:37:31.996 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-08-31 09:37:31.999 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-08-31 09:37:32.023 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-08-31 09:37:32.025 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-08-31 09:37:32.026 | ++ functions:get_random_port:848 : true 2024-08-31 09:37:32.028 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-08-31 09:37:32.030 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-08-31 09:37:32.032 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-08-31 09:37:32.072 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-08-31 09:37:32.074 | ++ functions:get_random_port:852 : break 2 2024-08-31 09:37:32.076 | ++ functions:get_random_port:856 : echo 60999 2024-08-31 09:37:32.078 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-08-31 09:37:32.080 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-08-31 09:37:32.102 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-08-31 09:37:32.124 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-08-31 09:37:32.146 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-08-31 09:37:32.169 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-08-31 09:37:32.191 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-08-31 09:37:32.213 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-08-31 09:37:32.234 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-08-31 09:37:32.257 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-31 09:37:32.279 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-31 09:37:32.301 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-08-31 09:37:32.323 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-31 09:37:32.345 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-08-31 09:37:32.367 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-08-31 09:37:32.389 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-08-31 09:37:32.411 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-08-31 09:37:32.432 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-08-31 09:37:32.454 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-08-31 09:37:32.476 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-08-31 09:37:32.497 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-08-31 09:37:32.499 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-08-31 09:37:32.501 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:37:32.503 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:32.505 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:32.506 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-08-31 09:37:32.508 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-08-31 09:37:32.538 | proxy (enabled by site administrator) 2024-08-31 09:37:32.541 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-08-31 09:37:32.543 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-08-31 09:37:32.545 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:37:32.547 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:32.548 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:32.550 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-08-31 09:37:32.552 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-08-31 09:37:32.580 | No module matches proxy_http 2024-08-31 09:37:32.583 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-08-31 09:37:32.615 | Considering dependency proxy for proxy_http: 2024-08-31 09:37:32.615 | Module proxy already enabled 2024-08-31 09:37:32.615 | Enabling module proxy_http. 2024-08-31 09:37:32.618 | To activate the new configuration, you need to run: 2024-08-31 09:37:32.618 | systemctl restart apache2 2024-08-31 09:37:32.622 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-08-31 09:37:32.624 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:37:32.626 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:37:32.627 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:37:32.726 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-08-31 09:37:32.728 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-08-31 09:37:32.730 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-08-31 09:37:32.732 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-31 09:37:32.734 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:32.736 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:32.737 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-31 09:37:32.740 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-31 09:37:32.742 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-08-31 09:37:32.742 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-31 09:37:32.749 | KeepAlive Off 2024-08-31 09:37:32.752 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-31 09:37:32.752 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-08-31 09:37:32.758 | SetEnv proxy-sendchunked 1 2024-08-31 09:37:32.762 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-08-31 09:37:32.762 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-31 09:37:32.768 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-08-31 09:37:32.771 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-08-31 09:37:32.773 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-08-31 09:37:32.774 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-31 09:37:32.776 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-31 09:37:32.778 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:37:32.779 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:32.781 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:32.783 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-31 09:37:32.784 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-31 09:37:32.786 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:32.788 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:32.790 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-08-31 09:37:32.821 | Enabling site glance-wsgi-api. 2024-08-31 09:37:32.825 | To activate the new configuration, you need to run: 2024-08-31 09:37:32.825 | systemctl reload apache2 2024-08-31 09:37:32.828 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-08-31 09:37:32.829 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:37:32.831 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:37:32.833 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:37:32.923 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-08-31 09:37:32.927 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-08-31 09:37:32.950 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-31 09:37:32.952 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-31 09:37:32.954 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-08-31 09:37:32.980 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-08-31 09:37:33.002 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-08-31 09:37:33.026 | + stack.sh:main:932 : is_service_enabled cinder 2024-08-31 09:37:33.039 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:33.041 | + stack.sh:main:934 : stack_install_service cinder 2024-08-31 09:37:33.043 | + lib/stack:stack_install_service:20 : local service=cinder 2024-08-31 09:37:33.045 | + lib/stack:stack_install_service:21 : type install_cinder 2024-08-31 09:37:33.047 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-31 09:37:33.049 | + lib/stack:stack_install_service:32 : install_cinder 2024-08-31 09:37:33.051 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-08-31 09:37:33.052 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-08-31 09:37:33.054 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-08-31 09:37:33.056 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-31 09:37:33.058 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:37:33.060 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:37:33.062 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:37:33.064 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:37:33.066 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:37:33.078 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:37:33.080 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:37:33.082 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:37:33.084 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:33.086 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-31 09:37:33.086 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:37:33.090 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-08-31 09:37:33.091 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:33.093 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-31 09:37:33.095 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:33.097 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:33.098 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:33.100 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:33.102 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:33.103 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:33.105 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:33.107 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:33.109 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:33.112 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097053110 2024-08-31 09:37:33.114 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-31 09:37:33.116 | Cloning into '/opt/stack//cinder'... 2024-08-31 09:37:36.216 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:36.218 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:36.220 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:36.222 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:36.224 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:36.225 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:36.227 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:36.229 | + functions-common:time_stop:2442 : start_time=1725097053110 2024-08-31 09:37:36.231 | + functions-common:time_stop:2444 : [[ -z 1725097053110 ]] 2024-08-31 09:37:36.233 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:36.236 | + functions-common:time_stop:2447 : end_time=1725097056234 2024-08-31 09:37:36.238 | + functions-common:time_stop:2448 : elapsed_time=3124 2024-08-31 09:37:36.240 | + functions-common:time_stop:2449 : total=14093 2024-08-31 09:37:36.241 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:36.243 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17217 2024-08-31 09:37:36.245 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-08-31 09:37:36.247 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-31 09:37:36.248 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:36.250 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:36.252 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:36.254 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:36.256 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:36.258 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:36.259 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:36.261 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:36.264 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:36.266 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097056264 2024-08-31 09:37:36.268 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-31 09:37:39.136 | From https://opendev.org/openstack/cinder 2024-08-31 09:37:39.136 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-31 09:37:39.140 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:39.142 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:39.144 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:39.146 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:39.148 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:39.149 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:39.151 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:39.153 | + functions-common:time_stop:2442 : start_time=1725097056264 2024-08-31 09:37:39.155 | + functions-common:time_stop:2444 : [[ -z 1725097056264 ]] 2024-08-31 09:37:39.157 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:39.160 | + functions-common:time_stop:2447 : end_time=1725097059159 2024-08-31 09:37:39.162 | + functions-common:time_stop:2448 : elapsed_time=2895 2024-08-31 09:37:39.164 | + functions-common:time_stop:2449 : total=17217 2024-08-31 09:37:39.166 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:39.168 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20112 2024-08-31 09:37:39.170 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:37:39.171 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:39.173 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:39.175 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:39.177 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:39.179 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:39.180 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:39.182 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:39.184 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:39.186 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:39.189 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097059188 2024-08-31 09:37:39.191 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:37:39.429 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:37:39.429 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:37:39.429 | state without impacting any branches by switching back to a branch. 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:37:39.429 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | git switch -c 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | Or undo this operation with: 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | git switch - 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:37:39.429 | 2024-08-31 09:37:39.429 | HEAD is now at 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-31 09:37:39.433 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:39.435 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:39.437 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:39.439 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:39.441 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:39.442 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:39.444 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:39.446 | + functions-common:time_stop:2442 : start_time=1725097059188 2024-08-31 09:37:39.448 | + functions-common:time_stop:2444 : [[ -z 1725097059188 ]] 2024-08-31 09:37:39.450 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:39.453 | + functions-common:time_stop:2447 : end_time=1725097059451 2024-08-31 09:37:39.455 | + functions-common:time_stop:2448 : elapsed_time=263 2024-08-31 09:37:39.457 | + functions-common:time_stop:2449 : total=20112 2024-08-31 09:37:39.458 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:39.460 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20375 2024-08-31 09:37:39.462 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-08-31 09:37:39.477 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-08-31 09:37:39.480 | + functions-common:git_clone:696 : head -1 2024-08-31 09:37:39.480 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:37:39.483 | 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-31 09:37:39.485 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:37:39.487 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-08-31 09:37:39.489 | + inc/python:setup_develop:334 : local bindep 2024-08-31 09:37:39.492 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-31 09:37:39.494 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-08-31 09:37:39.496 | + inc/python:setup_develop:340 : local extras= 2024-08-31 09:37:39.498 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-08-31 09:37:39.500 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:37:39.502 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-31 09:37:39.503 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-08-31 09:37:39.505 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:37:39.507 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:37:39.510 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-08-31 09:37:39.512 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:37:39.514 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-08-31 09:37:39.516 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:37:39.518 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:37:39.521 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-08-31 09:37:39.525 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-08-31 09:37:39.527 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-08-31 09:37:39.842 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-08-31 09:37:39.844 | + inc/python:setup_package:414 : local bindep=0 2024-08-31 09:37:39.845 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:37:39.848 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:37:39.849 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-08-31 09:37:39.851 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-08-31 09:37:39.853 | + inc/python:setup_package:423 : local flags=-e 2024-08-31 09:37:39.855 | + inc/python:setup_package:424 : local extras= 2024-08-31 09:37:39.857 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:37:39.859 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:37:39.861 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:37:39.863 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:37:39.865 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:37:39.867 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-08-31 09:37:39.882 | Using python 3.10 to install /opt/stack/cinder 2024-08-31 09:37:39.884 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-08-31 09:37:40.807 | Obtaining file:///opt/stack/cinder 2024-08-31 09:37:40.807 | Preparing metadata (setup.py): started 2024-08-31 09:37:41.410 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:37:41.498 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.5.2) 2024-08-31 09:37:41.499 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.1.1) 2024-08-31 09:37:41.500 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.5.1) 2024-08-31 09:37:41.501 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.4.41) 2024-08-31 09:37:41.501 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.8.7) 2024-08-31 09:37:42.172 | Collecting boto3>=1.18.49 2024-08-31 09:37:42.176 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-08-31 09:37:42.181 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.1.0) 2024-08-31 09:37:42.181 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (38.0.2) 2024-08-31 09:37:42.181 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.2.3) 2024-08-31 09:37:42.181 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-31 09:37:42.181 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.33.1) 2024-08-31 09:37:42.289 | Collecting google-api-python-client>=1.11.0 2024-08-31 09:37:42.354 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-08-31 09:37:42.403 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.1.3) 2024-08-31 09:37:42.404 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.20.4) 2024-08-31 09:37:42.404 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.0.0) 2024-08-31 09:37:42.405 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.1.0) 2024-08-31 09:37:42.406 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.16.0) 2024-08-31 09:37:42.407 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.2) 2024-08-31 09:37:42.407 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (10.2.0) 2024-08-31 09:37:42.839 | Collecting lxml>=4.5.2 2024-08-31 09:37:42.879 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-08-31 09:37:42.937 | Collecting oauth2client>=4.1.3 2024-08-31 09:37:42.940 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-08-31 09:37:42.942 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.2.3) 2024-08-31 09:37:42.943 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.9.0) 2024-08-31 09:37:42.944 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-31 09:37:42.945 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (9.1.1) 2024-08-31 09:37:42.946 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-31 09:37:42.946 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (12.3.2) 2024-08-31 09:37:42.947 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.0.0) 2024-08-31 09:37:42.948 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.2.0) 2024-08-31 09:37:42.949 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (14.2.5) 2024-08-31 09:37:42.949 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-31 09:37:42.950 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.1.1) 2024-08-31 09:37:42.951 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.1.0) 2024-08-31 09:37:42.953 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.0.0) 2024-08-31 09:37:42.954 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (7.0.1) 2024-08-31 09:37:42.957 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.2) 2024-08-31 09:37:42.957 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.1.2) 2024-08-31 09:37:42.957 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.1.1) 2024-08-31 09:37:42.957 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.1.0) 2024-08-31 09:37:43.088 | Collecting oslo.versionedobjects>=2.4.0 2024-08-31 09:37:43.090 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-08-31 09:37:43.230 | Collecting oslo.vmware>=3.10.0 2024-08-31 09:37:43.235 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-08-31 09:37:43.240 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.4.3) 2024-08-31 09:37:43.241 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (23.1) 2024-08-31 09:37:43.287 | Collecting paramiko>=2.7.2 2024-08-31 09:37:43.291 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-08-31 09:37:43.294 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.11.1) 2024-08-31 09:37:43.295 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.9.2) 2024-08-31 09:37:43.296 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.0.9) 2024-08-31 09:37:43.296 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.5.0) 2024-08-31 09:37:43.426 | Collecting python-glanceclient>=3.2.2 2024-08-31 09:37:43.430 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-08-31 09:37:43.433 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.0) 2024-08-31 09:37:43.479 | Collecting python-novaclient>=17.2.1 2024-08-31 09:37:43.483 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-08-31 09:37:43.516 | Collecting python-swiftclient>=3.10.1 2024-08-31 09:37:43.518 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-08-31 09:37:43.521 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2022.4) 2024-08-31 09:37:43.521 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.28.1) 2024-08-31 09:37:43.541 | Collecting rtslib-fb>=2.1.74 2024-08-31 09:37:43.542 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-08-31 09:37:43.547 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev34) (1.16.0) 2024-08-31 09:37:43.548 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.13.0) 2024-08-31 09:37:43.549 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.0.0) 2024-08-31 09:37:43.570 | Collecting tabulate>=0.8.7 2024-08-31 09:37:43.572 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-31 09:37:43.574 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-31 09:37:43.575 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.3.1) 2024-08-31 09:37:43.720 | Collecting tooz>=2.8.0 2024-08-31 09:37:43.723 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-08-31 09:37:43.815 | Collecting zstd>=1.4.5.1 2024-08-31 09:37:43.826 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-08-31 09:37:44.592 | Collecting botocore<1.28.0,>=1.27.89 2024-08-31 09:37:44.647 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-08-31 09:37:44.696 | 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.dev34) (1.0.1) 2024-08-31 09:37:44.726 | Collecting s3transfer<0.7.0,>=0.6.0 2024-08-31 09:37:44.730 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-08-31 09:37:44.758 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev34) (1.15.1) 2024-08-31 09:37:44.771 | 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.dev34) (2.2.1) 2024-08-31 09:37:44.863 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-08-31 09:37:44.866 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-08-31 09:37:44.888 | Collecting uritemplate<5,>=3.0.1 2024-08-31 09:37:44.891 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-08-31 09:37:45.006 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-08-31 09:37:45.014 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-08-31 09:37:45.036 | Collecting google-auth-httplib2>=0.1.0 2024-08-31 09:37:45.038 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-08-31 09:37:45.066 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev34) (3.8.1) 2024-08-31 09:37:45.085 | 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.dev34) (0.18.1) 2024-08-31 09:37:45.086 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev34) (22.1.0) 2024-08-31 09:37:45.111 | 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.dev34) (1.7.0) 2024-08-31 09:37:45.134 | 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.dev34) (3.1.1) 2024-08-31 09:37:45.136 | 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.dev34) (3.3.1) 2024-08-31 09:37:45.148 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev34) (0.4.8) 2024-08-31 09:37:45.185 | Collecting pyasn1-modules>=0.0.5 2024-08-31 09:37:45.188 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-08-31 09:37:45.217 | Collecting rsa>=3.1.4 2024-08-31 09:37:45.220 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-08-31 09:37:45.247 | 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.dev34) (0.18) 2024-08-31 09:37:45.266 | 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.dev34) (2.5.0) 2024-08-31 09:37:45.267 | 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.dev34) (1.5.0) 2024-08-31 09:37:45.268 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev34) (6.0) 2024-08-31 09:37:45.269 | 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.dev34) (0.8.0) 2024-08-31 09:37:45.294 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev34) (0.5.0) 2024-08-31 09:37:45.295 | 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.dev34) (2.0.1) 2024-08-31 09:37:45.296 | 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.dev34) (1.8.1) 2024-08-31 09:37:45.370 | 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.dev34) (0.9.6) 2024-08-31 09:37:45.371 | 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.dev34) (2.8.2) 2024-08-31 09:37:45.396 | 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.dev34) (2.4.1) 2024-08-31 09:37:45.398 | 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.dev34) (5.2.0) 2024-08-31 09:37:45.399 | 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.dev34) (0.6.0) 2024-08-31 09:37:45.401 | 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.dev34) (5.1.1) 2024-08-31 09:37:45.401 | 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.dev34) (5.2.4) 2024-08-31 09:37:45.411 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev34) (3.1.2) 2024-08-31 09:37:45.416 | 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.dev34) (4.0.0) 2024-08-31 09:37:45.416 | 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.dev34) (3.3.0) 2024-08-31 09:37:45.431 | 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.dev34) (1.0.4) 2024-08-31 09:37:45.465 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev34) (1.4.0) 2024-08-31 09:37:45.466 | 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.dev34) (4.0.1) 2024-08-31 09:37:45.474 | 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.dev34) (3.4.1) 2024-08-31 09:37:45.484 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev34) (0.11.0) 2024-08-31 09:37:45.510 | 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.dev34) (1.26.12) 2024-08-31 09:37:45.535 | Collecting suds-community>=0.6 2024-08-31 09:37:45.538 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-08-31 09:37:45.638 | Collecting pynacl>=1.0.1 2024-08-31 09:37:45.647 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-08-31 09:37:45.662 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev34) (59.6.0) 2024-08-31 09:37:45.709 | 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.dev34) (4.2.0) 2024-08-31 09:37:45.724 | 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.dev34) (1.14.1) 2024-08-31 09:37:45.725 | 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.dev34) (22.1.0) 2024-08-31 09:37:45.835 | Collecting warlock>=1.2.0 2024-08-31 09:37:45.837 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-08-31 09:37:45.903 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (3.4) 2024-08-31 09:37:45.904 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (2020.6.20) 2024-08-31 09:37:45.905 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (2.1.1) 2024-08-31 09:37:45.917 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev34) (0.7) 2024-08-31 09:37:45.948 | Collecting pyudev>=0.16.1 2024-08-31 09:37:45.951 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-08-31 09:37:46.039 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev34) (0.5.2) 2024-08-31 09:37:46.040 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev34) (0.4.3) 2024-08-31 09:37:46.091 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (1.4.2) 2024-08-31 09:37:46.093 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (2.8.7) 2024-08-31 09:37:46.094 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (3.1.0) 2024-08-31 09:37:46.170 | Collecting voluptuous>=0.8.9 2024-08-31 09:37:46.172 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-08-31 09:37:46.214 | 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.dev34) (1.2.3) 2024-08-31 09:37:46.225 | 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.dev34) (5.0.0) 2024-08-31 09:37:46.326 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev34) (2.21) 2024-08-31 09:37:46.352 | 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.dev34) (2.4.2) 2024-08-31 09:37:46.354 | 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.dev34) (0.5.1) 2024-08-31 09:37:46.476 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-08-31 09:37:46.480 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-08-31 09:37:46.489 | 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.dev34) (4.21.7) 2024-08-31 09:37:46.558 | 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.dev34) (2.1.1) 2024-08-31 09:37:46.704 | 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.dev34) (1.1.8) 2024-08-31 09:37:46.721 | 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.dev34) (0.14.1) 2024-08-31 09:37:46.738 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev34) (0.2.5) 2024-08-31 09:37:47.153 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev34) (2.5.0) 2024-08-31 09:37:47.227 | 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.dev34) (1.32) 2024-08-31 09:37:47.344 | 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.dev34) (1.8.2) 2024-08-31 09:37:47.949 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-08-31 09:37:47.995 | Attempting uninstall: voluptuous 2024-08-31 09:37:47.998 | Found existing installation: voluptuous 0.12.2 2024-08-31 09:37:47.998 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:47.999 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-08-31 09:37:48.172 | Attempting uninstall: pyudev 2024-08-31 09:37:48.174 | Found existing installation: pyudev 0.22.0 2024-08-31 09:37:48.175 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:37:48.176 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-08-31 09:37:50.677 | Running setup.py develop for cinder 2024-08-31 09:37:51.651 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-08-31 09:37:51.652 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:37:51.881 | + inc/python:pip_install:196 : result=0 2024-08-31 09:37:51.883 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:37:51.885 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:51.887 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:51.889 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:51.891 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:51.893 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:51.895 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:37:51.897 | + functions-common:time_stop:2442 : start_time=1725097059878 2024-08-31 09:37:51.899 | + functions-common:time_stop:2444 : [[ -z 1725097059878 ]] 2024-08-31 09:37:51.901 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:51.904 | + functions-common:time_stop:2447 : end_time=1725097071902 2024-08-31 09:37:51.906 | + functions-common:time_stop:2448 : elapsed_time=12024 2024-08-31 09:37:51.908 | + functions-common:time_stop:2449 : total=49822 2024-08-31 09:37:51.910 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:51.912 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=61846 2024-08-31 09:37:51.913 | + inc/python:pip_install:199 : return 0 2024-08-31 09:37:51.915 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:37:51.917 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-31 09:37:51.919 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-31 09:37:51.933 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-31 09:37:51.942 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-08-31 09:37:51.944 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-08-31 09:37:51.946 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:37:51.948 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:37:51.949 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-08-31 09:37:51.951 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:37:51.953 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-08-31 09:37:51.955 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-08-31 09:37:51.957 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-08-31 09:37:51.959 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:51.961 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:51.963 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-08-31 09:37:51.971 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-08-31 09:37:51.973 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:37:51.975 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:37:51.977 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:37:51.979 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:37:51.980 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:51.982 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:37:51.984 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:51.986 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:51.988 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:37:51.990 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:37:51.991 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:37:51.993 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:37:51.995 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-08-31 09:37:51.997 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:37:51.999 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:52.001 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:52.003 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-08-31 09:37:52.018 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-08-31 09:37:52.076 | Reading package lists... 2024-08-31 09:37:52.283 | Building dependency tree... 2024-08-31 09:37:52.284 | Reading state information... 2024-08-31 09:37:52.482 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-08-31 09:37:52.482 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:37:52.486 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:37:52.488 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:37:52.491 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:52.493 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:52.495 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:52.497 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:52.499 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:52.501 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:37:52.502 | + functions-common:time_stop:2442 : start_time=1725097072016 2024-08-31 09:37:52.504 | + functions-common:time_stop:2444 : [[ -z 1725097072016 ]] 2024-08-31 09:37:52.507 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:52.510 | + functions-common:time_stop:2447 : end_time=1725097072508 2024-08-31 09:37:52.512 | + functions-common:time_stop:2448 : elapsed_time=492 2024-08-31 09:37:52.514 | + functions-common:time_stop:2449 : total=2956 2024-08-31 09:37:52.515 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:52.517 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3448 2024-08-31 09:37:52.519 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:37:52.521 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-31 09:37:52.523 | + stack.sh:main:935 : configure_cinder 2024-08-31 09:37:52.525 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-08-31 09:37:52.535 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-08-31 09:37:52.538 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-08-31 09:37:52.540 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-08-31 09:37:52.542 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-31 09:37:52.544 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-08-31 09:37:52.544 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-31 09:37:52.548 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-08-31 09:37:52.550 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-08-31 09:37:52.551 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-31 09:37:52.553 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-08-31 09:37:52.555 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-08-31 09:37:52.556 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-08-31 09:37:52.558 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-08-31 09:37:52.560 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-08-31 09:37:52.569 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-08-31 09:37:52.578 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2024-08-31 09:37:52.587 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-08-31 09:37:52.596 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-08-31 09:37:52.605 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-31 09:37:52.607 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-31 09:37:52.610 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.htCALDt81C 2024-08-31 09:37:52.612 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-31 09:37:52.614 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-31 09:37:52.616 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-08-31 09:37:52.618 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.htCALDt81C 2024-08-31 09:37:52.621 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.htCALDt81C 2024-08-31 09:37:52.629 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.htCALDt81C /etc/sudoers.d/cinder-rootwrap 2024-08-31 09:37:52.638 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-08-31 09:37:52.641 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-31 09:37:52.643 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-31 09:37:52.644 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-31 09:37:52.646 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-31 09:37:52.648 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-08-31 09:37:52.649 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-08-31 09:37:52.651 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-08-31 09:37:52.653 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-08-31 09:37:52.656 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-08-31 09:37:52.659 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-08-31 09:37:52.673 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-08-31 09:37:52.687 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-08-31 09:37:52.700 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-08-31 09:37:52.714 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-08-31 09:37:52.728 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-08-31 09:37:52.742 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-08-31 09:37:52.756 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-08-31 09:37:52.770 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-08-31 09:37:52.772 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-31 09:37:52.773 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-08-31 09:37:52.775 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-31 09:37:52.777 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-08-31 09:37:52.800 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-08-31 09:37:52.822 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-31 09:37:52.844 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-08-31 09:37:52.866 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-08-31 09:37:52.888 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-08-31 09:37:52.910 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-08-31 09:37:52.932 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-08-31 09:37:52.954 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:37:52.976 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-08-31 09:37:53.000 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-08-31 09:37:53.024 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-08-31 09:37:53.046 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-08-31 09:37:53.048 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-08-31 09:37:53.050 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-08-31 09:37:53.052 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-08-31 09:37:53.054 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:37:53.056 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:53.058 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-31 09:37:53.060 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-31 09:37:53.085 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-08-31 09:37:53.107 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-08-31 09:37:53.129 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-08-31 09:37:53.152 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-08-31 09:37:53.175 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-08-31 09:37:53.198 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-08-31 09:37:53.222 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-08-31 09:37:53.245 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-08-31 09:37:53.270 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-08-31 09:37:53.283 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 6b4dc53821ad41a22d05c7d944d1c12f 2024-08-31 09:37:53.307 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-08-31 09:37:53.309 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-08-31 09:37:53.332 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-08-31 09:37:53.354 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-08-31 09:37:53.377 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-08-31 09:37:53.400 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-08-31 09:37:53.412 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:53.414 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-08-31 09:37:53.416 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-08-31 09:37:53.418 | + lib/cinder:configure_cinder:330 : local default_name= 2024-08-31 09:37:53.420 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-08-31 09:37:53.421 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-31 09:37:53.423 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-08-31 09:37:53.425 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-08-31 09:37:53.427 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-08-31 09:37:53.429 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-08-31 09:37:53.431 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-08-31 09:37:53.433 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-08-31 09:37:53.458 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-31 09:37:53.481 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-08-31 09:37:53.504 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-08-31 09:37:53.526 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-08-31 09:37:53.549 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-08-31 09:37:53.551 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-08-31 09:37:53.553 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-08-31 09:37:53.555 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-08-31 09:37:53.577 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-08-31 09:37:53.579 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-08-31 09:37:53.601 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-08-31 09:37:53.603 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-08-31 09:37:53.605 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-08-31 09:37:53.607 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-08-31 09:37:53.629 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-08-31 09:37:53.631 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-08-31 09:37:53.633 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-08-31 09:37:53.645 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:53.647 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-08-31 09:37:53.659 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:53.661 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-08-31 09:37:53.673 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:53.675 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-08-31 09:37:53.677 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-08-31 09:37:53.679 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-08-31 09:37:53.680 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-08-31 09:37:53.682 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-31 09:37:53.684 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-31 09:37:53.686 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-31 09:37:53.698 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:53.700 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-31 09:37:53.702 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-31 09:37:53.704 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-31 09:37:53.716 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:53.718 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:37:53.720 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:37:53.743 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-31 09:37:53.745 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-31 09:37:53.747 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-08-31 09:37:53.749 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-08-31 09:37:53.751 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-08-31 09:37:53.753 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:37:53.766 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:37:53.768 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:37:53.770 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:37:53.771 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:37:53.773 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:37:53.796 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:37:53.818 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:37:53.840 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:37:53.862 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-08-31 09:37:53.875 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:53.876 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-08-31 09:37:53.878 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-08-31 09:37:53.880 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-08-31 09:37:53.882 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-08-31 09:37:53.884 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-31 09:37:53.885 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-31 09:37:53.888 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-08-31 09:37:53.891 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-08-31 09:37:53.892 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-31 09:37:53.894 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-31 09:37:53.904 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-31 09:37:53.904 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:37:53.910 | d /var/run/uwsgi 0755 stack root 2024-08-31 09:37:53.913 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:37:53.921 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-31 09:37:53.924 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-08-31 09:37:53.926 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-08-31 09:37:53.929 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-08-31 09:37:53.952 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-08-31 09:37:53.974 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-08-31 09:37:53.996 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-08-31 09:37:54.019 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-31 09:37:54.041 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-31 09:37:54.063 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-08-31 09:37:54.086 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-08-31 09:37:54.107 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-08-31 09:37:54.129 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-31 09:37:54.152 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-31 09:37:54.175 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-31 09:37:54.197 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-08-31 09:37:54.219 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-31 09:37:54.220 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-31 09:37:54.223 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-08-31 09:37:54.225 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-08-31 09:37:54.227 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-31 09:37:54.228 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:54.230 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:54.232 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-31 09:37:54.234 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-08-31 09:37:54.236 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-08-31 09:37:54.259 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-31 09:37:54.282 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-08-31 09:37:54.282 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-31 09:37:54.288 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-08-31 09:37:54.291 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-08-31 09:37:54.293 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-08-31 09:37:54.295 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-31 09:37:54.297 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-31 09:37:54.299 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:37:54.301 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:54.303 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:54.305 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-31 09:37:54.307 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-31 09:37:54.309 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:37:54.311 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:37:54.313 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-08-31 09:37:54.344 | Enabling site cinder-wsgi. 2024-08-31 09:37:54.348 | To activate the new configuration, you need to run: 2024-08-31 09:37:54.348 | systemctl reload apache2 2024-08-31 09:37:54.351 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-31 09:37:54.353 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:37:54.355 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:37:54.357 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:37:54.463 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-08-31 09:37:54.465 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-08-31 09:37:54.467 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-08-31 09:37:54.491 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-08-31 09:37:54.515 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-08-31 09:37:54.538 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-31 09:37:54.562 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-08-31 09:37:54.585 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-08-31 09:37:54.609 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-08-31 09:37:54.622 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:37:54.624 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-08-31 09:37:54.626 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-31 09:37:54.628 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-31 09:37:54.629 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-31 09:37:54.631 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-08-31 09:37:54.657 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-08-31 09:37:54.681 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-08-31 09:37:54.705 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-08-31 09:37:54.735 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-08-31 09:37:54.761 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-08-31 09:37:54.786 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-08-31 09:37:54.809 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-08-31 09:37:54.832 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:37:54.854 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-08-31 09:37:54.877 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-08-31 09:37:54.899 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-08-31 09:37:54.922 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-08-31 09:37:54.924 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-08-31 09:37:54.937 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:54.939 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-08-31 09:37:54.963 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-31 09:37:54.965 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-31 09:37:54.967 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-08-31 09:37:54.991 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-08-31 09:37:55.015 | + stack.sh:main:938 : is_service_enabled neutron 2024-08-31 09:37:55.028 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:37:55.030 | + stack.sh:main:940 : stack_install_service neutron 2024-08-31 09:37:55.031 | + lib/stack:stack_install_service:20 : local service=neutron 2024-08-31 09:37:55.033 | + lib/stack:stack_install_service:21 : type install_neutron 2024-08-31 09:37:55.035 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-31 09:37:55.037 | + lib/stack:stack_install_service:32 : install_neutron 2024-08-31 09:37:55.039 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-08-31 09:37:55.041 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-08-31 09:37:55.043 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:37:55.045 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:37:55.047 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-08-31 09:37:55.049 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:37:55.051 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-08-31 09:37:55.053 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-08-31 09:37:55.055 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-08-31 09:37:55.057 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-31 09:37:55.058 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:37:55.061 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:37:55.063 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:37:55.065 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:37:55.067 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:37:55.079 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:37:55.081 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:37:55.083 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:37:55.085 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:55.087 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-31 09:37:55.088 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:37:55.091 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-08-31 09:37:55.093 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:37:55.095 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-31 09:37:55.097 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:55.098 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:55.100 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:55.102 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:55.104 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:55.105 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:55.107 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:55.109 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:55.111 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:55.114 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097075112 2024-08-31 09:37:55.116 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-31 09:37:55.118 | Cloning into '/opt/stack//neutron'... 2024-08-31 09:37:58.904 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:37:58.906 | + functions-common:time_stop:2435 : local name 2024-08-31 09:37:58.908 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:37:58.909 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:37:58.911 | + functions-common:time_stop:2438 : local total 2024-08-31 09:37:58.913 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:37:58.915 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:37:58.916 | + functions-common:time_stop:2442 : start_time=1725097075112 2024-08-31 09:37:58.918 | + functions-common:time_stop:2444 : [[ -z 1725097075112 ]] 2024-08-31 09:37:58.921 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:37:58.923 | + functions-common:time_stop:2447 : end_time=1725097078922 2024-08-31 09:37:58.925 | + functions-common:time_stop:2448 : elapsed_time=3810 2024-08-31 09:37:58.927 | + functions-common:time_stop:2449 : total=20375 2024-08-31 09:37:58.929 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:37:58.931 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24185 2024-08-31 09:37:58.932 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-08-31 09:37:58.934 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-31 09:37:58.936 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:37:58.938 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:37:58.940 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:37:58.942 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:37:58.944 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:37:58.945 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:37:58.947 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:37:58.949 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:37:58.951 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:37:58.955 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097078952 2024-08-31 09:37:58.956 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-31 09:38:01.787 | From https://opendev.org/openstack/neutron 2024-08-31 09:38:01.787 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-31 09:38:01.792 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:38:01.794 | + functions-common:time_stop:2435 : local name 2024-08-31 09:38:01.795 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:38:01.797 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:38:01.799 | + functions-common:time_stop:2438 : local total 2024-08-31 09:38:01.801 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:38:01.802 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:38:01.804 | + functions-common:time_stop:2442 : start_time=1725097078952 2024-08-31 09:38:01.805 | + functions-common:time_stop:2444 : [[ -z 1725097078952 ]] 2024-08-31 09:38:01.808 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:38:01.811 | + functions-common:time_stop:2447 : end_time=1725097081809 2024-08-31 09:38:01.813 | + functions-common:time_stop:2448 : elapsed_time=2857 2024-08-31 09:38:01.815 | + functions-common:time_stop:2449 : total=24185 2024-08-31 09:38:01.816 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:38:01.818 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27042 2024-08-31 09:38:01.820 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:38:01.822 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:38:01.823 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:38:01.825 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:38:01.827 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:38:01.829 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:38:01.831 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:38:01.832 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:38:01.834 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:38:01.837 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:38:01.840 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097081837 2024-08-31 09:38:01.842 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:38:02.094 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:38:02.094 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:38:02.094 | state without impacting any branches by switching back to a branch. 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:38:02.094 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | git switch -c 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | Or undo this operation with: 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | git switch - 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:38:02.094 | 2024-08-31 09:38:02.094 | HEAD is now at 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-31 09:38:02.098 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:38:02.100 | + functions-common:time_stop:2435 : local name 2024-08-31 09:38:02.102 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:38:02.104 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:38:02.106 | + functions-common:time_stop:2438 : local total 2024-08-31 09:38:02.107 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:38:02.109 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:38:02.111 | + functions-common:time_stop:2442 : start_time=1725097081837 2024-08-31 09:38:02.113 | + functions-common:time_stop:2444 : [[ -z 1725097081837 ]] 2024-08-31 09:38:02.115 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:38:02.118 | + functions-common:time_stop:2447 : end_time=1725097082116 2024-08-31 09:38:02.120 | + functions-common:time_stop:2448 : elapsed_time=279 2024-08-31 09:38:02.122 | + functions-common:time_stop:2449 : total=27042 2024-08-31 09:38:02.124 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:38:02.126 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27321 2024-08-31 09:38:02.127 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-08-31 09:38:02.138 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-08-31 09:38:02.140 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:38:02.140 | + functions-common:git_clone:696 : head -1 2024-08-31 09:38:02.142 | 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-31 09:38:02.145 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:38:02.147 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-08-31 09:38:02.149 | + inc/python:setup_develop:334 : local bindep 2024-08-31 09:38:02.151 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-31 09:38:02.152 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-08-31 09:38:02.154 | + inc/python:setup_develop:340 : local extras= 2024-08-31 09:38:02.156 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-08-31 09:38:02.158 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:38:02.160 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-31 09:38:02.162 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-08-31 09:38:02.164 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:38:02.166 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:38:02.168 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-08-31 09:38:02.170 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:38:02.173 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-08-31 09:38:02.174 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:38:02.176 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:38:02.179 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-08-31 09:38:02.183 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-08-31 09:38:02.185 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-08-31 09:38:02.505 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-08-31 09:38:02.507 | + inc/python:setup_package:414 : local bindep=0 2024-08-31 09:38:02.509 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:38:02.511 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:38:02.513 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-08-31 09:38:02.515 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-08-31 09:38:02.517 | + inc/python:setup_package:423 : local flags=-e 2024-08-31 09:38:02.519 | + inc/python:setup_package:424 : local extras= 2024-08-31 09:38:02.520 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:38:02.522 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:38:02.524 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:38:02.526 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:38:02.528 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:38:02.530 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-08-31 09:38:02.546 | Using python 3.10 to install /opt/stack/neutron 2024-08-31 09:38:02.547 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-08-31 09:38:03.483 | Obtaining file:///opt/stack/neutron 2024-08-31 09:38:03.484 | Preparing metadata (setup.py): started 2024-08-31 09:38:04.076 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:38:04.147 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2024-08-31 09:38:04.149 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.5.2) 2024-08-31 09:38:04.149 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2024-08-31 09:38:04.149 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.1) 2024-08-31 09:38:04.149 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.4.41) 2024-08-31 09:38:04.150 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.7) 2024-08-31 09:38:04.151 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.1) 2024-08-31 09:38:04.151 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.0) 2024-08-31 09:38:04.152 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-31 09:38:04.153 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.33.1) 2024-08-31 09:38:04.154 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.4.1) 2024-08-31 09:38:04.154 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.20.4) 2024-08-31 09:38:04.155 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.2) 2024-08-31 09:38:04.156 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (10.2.0) 2024-08-31 09:38:04.157 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.8.0) 2024-08-31 09:38:04.157 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev18) (0.11.0) 2024-08-31 09:38:04.365 | Collecting neutron-lib>=3.4.2 2024-08-31 09:38:04.373 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-08-31 09:38:04.381 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.0.1) 2024-08-31 09:38:04.500 | Collecting os-ken>=2.2.0 2024-08-31 09:38:04.516 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-08-31 09:38:04.826 | Collecting os-resource-classes>=1.1.0 2024-08-31 09:38:04.829 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-08-31 09:38:04.975 | Collecting os-vif>=3.1.0 2024-08-31 09:38:04.979 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-08-31 09:38:04.984 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.3.1) 2024-08-31 09:38:04.984 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-31 09:38:04.984 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (9.1.1) 2024-08-31 09:38:04.984 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-31 09:38:04.986 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (12.3.2) 2024-08-31 09:38:04.986 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.0.0) 2024-08-31 09:38:04.986 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.2.0) 2024-08-31 09:38:04.987 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (14.2.5) 2024-08-31 09:38:04.987 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-31 09:38:04.987 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (4.1.1) 2024-08-31 09:38:04.991 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2024-08-31 09:38:04.991 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.0.0) 2024-08-31 09:38:04.991 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (7.0.1) 2024-08-31 09:38:04.991 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.2) 2024-08-31 09:38:04.991 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2024-08-31 09:38:04.992 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2024-08-31 09:38:04.993 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.1.0) 2024-08-31 09:38:04.993 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2024-08-31 09:38:04.994 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.4.3) 2024-08-31 09:38:05.017 | Collecting ovs>=2.10.0 2024-08-31 09:38:05.017 | Using cached ovs-2.17.7-py3-none-any.whl 2024-08-31 09:38:05.164 | Collecting ovsdbapp>=2.2.1 2024-08-31 09:38:05.168 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-08-31 09:38:05.171 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (23.1) 2024-08-31 09:38:05.171 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.11.1) 2024-08-31 09:38:05.288 | Collecting pecan>=1.4.0 2024-08-31 09:38:05.288 | Using cached pecan-1.4.2-py3-none-any.whl 2024-08-31 09:38:05.293 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.9.2) 2024-08-31 09:38:05.293 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (22.1.0) 2024-08-31 09:38:05.323 | Collecting pyroute2>=0.7.3 2024-08-31 09:38:05.327 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-08-31 09:38:05.363 | Collecting python-designateclient>=2.7.0 2024-08-31 09:38:05.366 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-08-31 09:38:05.499 | Collecting python-neutronclient>=7.8.0 2024-08-31 09:38:05.503 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-08-31 09:38:05.509 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (18.3.0) 2024-08-31 09:38:05.510 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.28.1) 2024-08-31 09:38:05.510 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.0.0) 2024-08-31 09:38:05.511 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.3.1) 2024-08-31 09:38:05.512 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.2.0) 2024-08-31 09:38:05.518 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev18) (1.2.3) 2024-08-31 09:38:05.521 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev18) (1.14.1) 2024-08-31 09:38:05.527 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (2.2.1) 2024-08-31 09:38:05.529 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.16.0) 2024-08-31 09:38:05.529 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.1.3) 2024-08-31 09:38:05.536 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev18) (3.0.9) 2024-08-31 09:38:05.538 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev18) (2.1.1) 2024-08-31 09:38:05.564 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev18) (1.1.0) 2024-08-31 09:38:05.565 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev18) (1.7.0) 2024-08-31 09:38:05.588 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev18) (5.1.0) 2024-08-31 09:38:05.589 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev18) (3.1.1) 2024-08-31 09:38:05.728 | Collecting os-traits>=0.9.0 2024-08-31 09:38:05.731 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-08-31 09:38:05.816 | Collecting setproctitle>=1.1.10 2024-08-31 09:38:05.819 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-08-31 09:38:05.837 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.4) 2024-08-31 09:38:05.837 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.32) 2024-08-31 09:38:05.838 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.0) 2024-08-31 09:38:05.842 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (38.0.2) 2024-08-31 09:38:05.842 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.0.1) 2024-08-31 09:38:05.842 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.1.8) 2024-08-31 09:38:05.842 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (6.0) 2024-08-31 09:38:05.848 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev18) (1.0.4) 2024-08-31 09:38:05.872 | Collecting ncclient>=0.6.13 2024-08-31 09:38:05.873 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-08-31 09:38:05.925 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev18) (0.18) 2024-08-31 09:38:05.944 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev18) (1.5.0) 2024-08-31 09:38:05.968 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (2.0.1) 2024-08-31 09:38:05.970 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.13.0) 2024-08-31 09:38:05.971 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.5.0) 2024-08-31 09:38:05.994 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev18) (0.9.6) 2024-08-31 09:38:05.996 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev18) (2.8.2) 2024-08-31 09:38:06.021 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (0.6.0) 2024-08-31 09:38:06.022 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.1.1) 2024-08-31 09:38:06.022 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.2.0) 2024-08-31 09:38:06.023 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.2.4) 2024-08-31 09:38:06.032 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev18) (3.3.0) 2024-08-31 09:38:06.034 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev18) (4.0.0) 2024-08-31 09:38:06.081 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev18) (1.15.1) 2024-08-31 09:38:06.102 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev18) (2022.4) 2024-08-31 09:38:06.113 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev18) (1.4.0) 2024-08-31 09:38:06.117 | 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.dev18) (4.0.1) 2024-08-31 09:38:06.124 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev18) (3.4.1) 2024-08-31 09:38:06.199 | Collecting sortedcontainers 2024-08-31 09:38:06.202 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-31 09:38:06.226 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev18) (59.6.0) 2024-08-31 09:38:06.354 | Collecting logutils>=0.3 2024-08-31 09:38:06.354 | Using cached logutils-0.3.5-py3-none-any.whl 2024-08-31 09:38:06.434 | Collecting osc-lib>=1.8.0 2024-08-31 09:38:06.436 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-08-31 09:38:06.440 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev18) (4.16.0) 2024-08-31 09:38:06.441 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev18) (4.2.0) 2024-08-31 09:38:06.494 | Collecting os-client-config>=1.28.0 2024-08-31 09:38:06.496 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-08-31 09:38:06.690 | Collecting simplejson>=3.5.1 2024-08-31 09:38:06.693 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-08-31 09:38:06.725 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (1.26.12) 2024-08-31 09:38:06.725 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2.1.1) 2024-08-31 09:38:06.726 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2020.6.20) 2024-08-31 09:38:06.727 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (3.4) 2024-08-31 09:38:06.739 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev18) (0.7) 2024-08-31 09:38:06.862 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev18) (0.13.1) 2024-08-31 09:38:06.888 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (5.0.0) 2024-08-31 09:38:06.935 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev18) (2.21) 2024-08-31 09:38:06.958 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (5.0.0) 2024-08-31 09:38:06.960 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (2.4.2) 2024-08-31 09:38:06.960 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (0.5.1) 2024-08-31 09:38:07.118 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (0.18.1) 2024-08-31 09:38:07.119 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (22.1.0) 2024-08-31 09:38:07.208 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev18) (4.9.1) 2024-08-31 09:38:07.208 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev18) (2.11.0) 2024-08-31 09:38:07.277 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev18) (0.14.1) 2024-08-31 09:38:07.293 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev18) (0.2.5) 2024-08-31 09:38:07.483 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.5.2) 2024-08-31 09:38:07.484 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.4.3) 2024-08-31 09:38:07.526 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev18) (2.5.0) 2024-08-31 09:38:07.685 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (1.8.2) 2024-08-31 09:38:07.715 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev18) (3.8.1) 2024-08-31 09:38:07.757 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev18) (1.5.0) 2024-08-31 09:38:08.433 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2024-08-31 09:38:08.434 | Attempting uninstall: sortedcontainers 2024-08-31 09:38:08.435 | Found existing installation: sortedcontainers 2.1.0 2024-08-31 09:38:08.437 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:38:08.437 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-08-31 09:38:08.832 | Attempting uninstall: ovs 2024-08-31 09:38:08.834 | Found existing installation: ovs 2.17.9 2024-08-31 09:38:08.835 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:38:08.836 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-08-31 09:38:11.149 | Running setup.py develop for neutron 2024-08-31 09:38:12.248 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-08-31 09:38:12.248 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:38:12.379 | + inc/python:pip_install:196 : result=0 2024-08-31 09:38:12.381 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:38:12.383 | + functions-common:time_stop:2435 : local name 2024-08-31 09:38:12.385 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:38:12.387 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:38:12.389 | + functions-common:time_stop:2438 : local total 2024-08-31 09:38:12.391 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:38:12.392 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:38:12.394 | + functions-common:time_stop:2442 : start_time=1725097082542 2024-08-31 09:38:12.396 | + functions-common:time_stop:2444 : [[ -z 1725097082542 ]] 2024-08-31 09:38:12.398 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:38:12.401 | + functions-common:time_stop:2447 : end_time=1725097092399 2024-08-31 09:38:12.403 | + functions-common:time_stop:2448 : elapsed_time=9857 2024-08-31 09:38:12.405 | + functions-common:time_stop:2449 : total=61846 2024-08-31 09:38:12.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:38:12.409 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=71703 2024-08-31 09:38:12.410 | + inc/python:pip_install:199 : return 0 2024-08-31 09:38:12.412 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:38:12.414 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-31 09:38:12.416 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-31 09:38:12.430 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-31 09:38:12.439 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-08-31 09:38:12.441 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-08-31 09:38:12.443 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:38:12.445 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:38:12.447 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-08-31 09:38:12.449 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:38:12.451 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-08-31 09:38:12.453 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-31 09:38:12.455 | + stack.sh:main:943 : is_service_enabled nova 2024-08-31 09:38:12.468 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:38:12.470 | + stack.sh:main:945 : stack_install_service nova 2024-08-31 09:38:12.472 | + lib/stack:stack_install_service:20 : local service=nova 2024-08-31 09:38:12.473 | + lib/stack:stack_install_service:21 : type install_nova 2024-08-31 09:38:12.476 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-31 09:38:12.477 | + lib/stack:stack_install_service:32 : install_nova 2024-08-31 09:38:12.479 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-08-31 09:38:12.481 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-08-31 09:38:12.483 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:38:12.485 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:38:12.487 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-08-31 09:38:12.489 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:38:12.490 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-08-31 09:38:12.503 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:38:12.504 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-08-31 09:38:12.516 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:38:12.518 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-08-31 09:38:12.530 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:38:12.532 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/12/912512/1 2024-08-31 09:38:12.534 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-08-31 09:38:12.536 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-08-31 09:38:12.537 | + functions-common:git_clone:614 : local git_ref=refs/changes/12/912512/1 2024-08-31 09:38:12.539 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:38:12.541 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:38:12.543 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:38:12.545 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:38:12.548 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:38:12.560 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:38:12.561 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:38:12.563 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:38:12.565 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:38:12.567 | + functions-common:git_clone:633 : echo refs/changes/12/912512/1 2024-08-31 09:38:12.567 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:38:12.571 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-08-31 09:38:12.572 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-08-31 09:38:12.574 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-31 09:38:12.576 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:38:12.577 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:38:12.579 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:38:12.581 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:38:12.583 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:38:12.584 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:38:12.586 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:38:12.588 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:38:12.591 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:38:12.593 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097092591 2024-08-31 09:38:12.595 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-31 09:38:12.597 | Cloning into '/opt/stack//nova'... 2024-08-31 09:38:17.060 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:38:17.062 | + functions-common:time_stop:2435 : local name 2024-08-31 09:38:17.064 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:38:17.066 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:38:17.068 | + functions-common:time_stop:2438 : local total 2024-08-31 09:38:17.069 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:38:17.071 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:38:17.073 | + functions-common:time_stop:2442 : start_time=1725097092591 2024-08-31 09:38:17.075 | + functions-common:time_stop:2444 : [[ -z 1725097092591 ]] 2024-08-31 09:38:17.077 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:38:17.080 | + functions-common:time_stop:2447 : end_time=1725097097078 2024-08-31 09:38:17.082 | + functions-common:time_stop:2448 : elapsed_time=4487 2024-08-31 09:38:17.083 | + functions-common:time_stop:2449 : total=27321 2024-08-31 09:38:17.085 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:38:17.087 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=31808 2024-08-31 09:38:17.089 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-08-31 09:38:17.090 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/12/912512/1 2024-08-31 09:38:17.092 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:38:17.094 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:38:17.096 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:38:17.098 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:38:17.099 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:38:17.102 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:38:17.103 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:38:17.105 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:38:17.107 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:38:17.110 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097097108 2024-08-31 09:38:17.112 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/12/912512/1 2024-08-31 09:39:18.040 | From https://opendev.org/openstack/nova 2024-08-31 09:39:18.040 | * branch refs/changes/12/912512/1 -> FETCH_HEAD 2024-08-31 09:39:18.045 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:39:18.047 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:18.049 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:18.051 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:18.053 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:18.054 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:18.056 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:39:18.058 | + functions-common:time_stop:2442 : start_time=1725097097108 2024-08-31 09:39:18.060 | + functions-common:time_stop:2444 : [[ -z 1725097097108 ]] 2024-08-31 09:39:18.062 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:18.065 | + functions-common:time_stop:2447 : end_time=1725097158063 2024-08-31 09:39:18.067 | + functions-common:time_stop:2448 : elapsed_time=60955 2024-08-31 09:39:18.069 | + functions-common:time_stop:2449 : total=31808 2024-08-31 09:39:18.070 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:18.073 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92763 2024-08-31 09:39:18.074 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-08-31 09:39:18.258 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:39:18.258 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:39:18.258 | state without impacting any branches by switching back to a branch. 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:39:18.258 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | git switch -c 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | Or undo this operation with: 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | git switch - 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:39:18.258 | 2024-08-31 09:39:18.258 | HEAD is now at fc54bc92b5 Separate OSError with ValueError 2024-08-31 09:39:18.262 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-08-31 09:39:18.273 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-08-31 09:39:18.276 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:39:18.276 | + functions-common:git_clone:696 : head -1 2024-08-31 09:39:18.283 | fc54bc92b5 Separate OSError with ValueError 2024-08-31 09:39:18.285 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:39:18.287 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-08-31 09:39:18.289 | + inc/python:setup_develop:334 : local bindep 2024-08-31 09:39:18.291 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-08-31 09:39:18.293 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-08-31 09:39:18.295 | + inc/python:setup_develop:340 : local extras= 2024-08-31 09:39:18.297 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-08-31 09:39:18.299 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:39:18.301 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-08-31 09:39:18.303 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-08-31 09:39:18.305 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:39:18.306 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:39:18.309 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-08-31 09:39:18.310 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:39:18.313 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-08-31 09:39:18.314 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:39:18.316 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:39:18.319 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-08-31 09:39:18.323 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-08-31 09:39:18.325 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-08-31 09:39:18.636 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-08-31 09:39:18.638 | + inc/python:setup_package:414 : local bindep=0 2024-08-31 09:39:18.640 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:39:18.642 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:39:18.644 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-08-31 09:39:18.646 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-08-31 09:39:18.648 | + inc/python:setup_package:423 : local flags=-e 2024-08-31 09:39:18.649 | + inc/python:setup_package:424 : local extras= 2024-08-31 09:39:18.651 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:39:18.653 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:39:18.655 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:39:18.657 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:39:18.659 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:39:18.661 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-08-31 09:39:18.676 | Using python 3.10 to install /opt/stack/nova 2024-08-31 09:39:18.678 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-08-31 09:39:19.617 | Obtaining file:///opt/stack/nova 2024-08-31 09:39:19.617 | Preparing metadata (setup.py): started 2024-08-31 09:39:22.549 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:39:22.637 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.1.2) 2024-08-31 09:39:22.637 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.5.2) 2024-08-31 09:39:22.640 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.1.1) 2024-08-31 09:39:22.640 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.4.1) 2024-08-31 09:39:22.640 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (6.0) 2024-08-31 09:39:22.640 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.5.1) 2024-08-31 09:39:22.640 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.4.41) 2024-08-31 09:39:22.641 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.8.7) 2024-08-31 09:39:22.642 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.8.1) 2024-08-31 09:39:22.642 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (4.1.0) 2024-08-31 09:39:22.643 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (38.0.2) 2024-08-31 09:39:22.644 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (0.2.3) 2024-08-31 09:39:22.645 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.1.1) 2024-08-31 09:39:22.645 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (0.33.1) 2024-08-31 09:39:22.646 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.4.1) 2024-08-31 09:39:22.647 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.1.3) 2024-08-31 09:39:22.647 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.1.0) 2024-08-31 09:39:22.648 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (4.16.0) 2024-08-31 09:39:22.649 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.1.2) 2024-08-31 09:39:22.650 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (10.2.0) 2024-08-31 09:39:22.651 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (4.9.1) 2024-08-31 09:39:22.827 | Collecting microversion-parse>=0.2.1 2024-08-31 09:39:22.829 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-08-31 09:39:22.832 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (0.8.0) 2024-08-31 09:39:22.833 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60209) (0.11.0) 2024-08-31 09:39:22.834 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.0.1) 2024-08-31 09:39:22.834 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (6.2.3) 2024-08-31 09:39:22.835 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.1.0) 2024-08-31 09:39:22.836 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.7.0) 2024-08-31 09:39:22.837 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.10.0) 2024-08-31 09:39:22.838 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.1.1) 2024-08-31 09:39:22.838 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.3.1) 2024-08-31 09:39:22.839 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.1.1) 2024-08-31 09:39:22.840 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (9.1.1) 2024-08-31 09:39:22.841 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.1.1) 2024-08-31 09:39:22.841 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (12.3.2) 2024-08-31 09:39:22.842 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (6.0.0) 2024-08-31 09:39:22.844 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.1.0) 2024-08-31 09:39:22.846 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.2.0) 2024-08-31 09:39:22.846 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (14.2.5) 2024-08-31 09:39:22.848 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.1.1) 2024-08-31 09:39:22.848 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (4.1.1) 2024-08-31 09:39:22.868 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.1.0) 2024-08-31 09:39:22.869 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.0.0) 2024-08-31 09:39:22.870 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (7.0.1) 2024-08-31 09:39:22.870 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.1.2) 2024-08-31 09:39:22.871 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.1.2) 2024-08-31 09:39:22.872 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.1.1) 2024-08-31 09:39:22.873 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (6.1.0) 2024-08-31 09:39:22.873 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.1.0) 2024-08-31 09:39:22.874 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (23.1) 2024-08-31 09:39:22.875 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.11.0) 2024-08-31 09:39:22.876 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.11.1) 2024-08-31 09:39:22.876 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.9.2) 2024-08-31 09:39:22.877 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (9.3.0) 2024-08-31 09:39:22.878 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.8.2) 2024-08-31 09:39:22.879 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (4.3.2) 2024-08-31 09:39:22.880 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (9.0.0) 2024-08-31 09:39:22.880 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (2.28.1) 2024-08-31 09:39:22.881 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.3.3) 2024-08-31 09:39:22.882 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (1.5.0) 2024-08-31 09:39:22.883 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (0.13.0) 2024-08-31 09:39:22.883 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (5.0.0) 2024-08-31 09:39:22.884 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60209) (3.2.0) 2024-08-31 09:39:22.905 | Collecting websockify>=0.9.0 2024-08-31 09:39:22.905 | Using cached websockify-0.10.0-py3-none-any.whl 2024-08-31 09:39:22.916 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60209) (1.2.3) 2024-08-31 09:39:22.925 | 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.dev60209) (5.5.0) 2024-08-31 09:39:22.943 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60209) (1.15.1) 2024-08-31 09:39:22.955 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60209) (1.16.0) 2024-08-31 09:39:22.956 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60209) (2.2.1) 2024-08-31 09:39:22.965 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60209) (2.1.1) 2024-08-31 09:39:22.983 | 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.dev60209) (0.18.1) 2024-08-31 09:39:22.983 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60209) (22.1.0) 2024-08-31 09:39:23.030 | 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.dev60209) (5.1.0) 2024-08-31 09:39:23.030 | 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.dev60209) (3.1.1) 2024-08-31 09:39:23.052 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60209) (1.0.1) 2024-08-31 09:39:23.053 | 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.dev60209) (1.1.8) 2024-08-31 09:39:23.054 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60209) (1.4.0) 2024-08-31 09:39:23.055 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60209) (1.32) 2024-08-31 09:39:23.056 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60209) (1.4.4) 2024-08-31 09:39:23.066 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60209) (6.3.1) 2024-08-31 09:39:23.068 | 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.dev60209) (5.9.0) 2024-08-31 09:39:23.087 | 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.dev60209) (2.2.2) 2024-08-31 09:39:23.088 | 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.dev60209) (2.5.0) 2024-08-31 09:39:23.090 | 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.dev60209) (0.7.3) 2024-08-31 09:39:23.114 | 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.dev60209) (0.18) 2024-08-31 09:39:23.157 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60209) (0.5.0) 2024-08-31 09:39:23.159 | 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.dev60209) (2.0.1) 2024-08-31 09:39:23.191 | 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.dev60209) (0.9.6) 2024-08-31 09:39:23.216 | 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.dev60209) (0.6.0) 2024-08-31 09:39:23.217 | 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.dev60209) (5.1.1) 2024-08-31 09:39:23.217 | 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.dev60209) (5.2.0) 2024-08-31 09:39:23.219 | 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.dev60209) (5.2.4) 2024-08-31 09:39:23.228 | 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.dev60209) (3.3.0) 2024-08-31 09:39:23.229 | 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.dev60209) (4.0.0) 2024-08-31 09:39:23.249 | 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.dev60209) (1.0.4) 2024-08-31 09:39:23.269 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60209) (2022.4) 2024-08-31 09:39:23.283 | 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.dev60209) (4.0.1) 2024-08-31 09:39:23.285 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60209) (1.4.0) 2024-08-31 09:39:23.303 | 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.dev60209) (3.0.9) 2024-08-31 09:39:23.343 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60209) (1.5.0) 2024-08-31 09:39:23.353 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60209) (59.6.0) 2024-08-31 09:39:23.380 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60209) (0.2.5) 2024-08-31 09:39:23.453 | 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.dev60209) (1.14.1) 2024-08-31 09:39:23.454 | 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.dev60209) (22.1.0) 2024-08-31 09:39:23.455 | 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.dev60209) (2.0.1) 2024-08-31 09:39:23.471 | 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.dev60209) (2.7.0) 2024-08-31 09:39:23.472 | 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.dev60209) (3.17.6) 2024-08-31 09:39:23.474 | 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.dev60209) (2.1.0) 2024-08-31 09:39:23.475 | 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.dev60209) (4.2.0) 2024-08-31 09:39:23.498 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60209) (3.4) 2024-08-31 09:39:23.498 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60209) (2020.6.20) 2024-08-31 09:39:23.499 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60209) (2.1.1) 2024-08-31 09:39:23.500 | 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.dev60209) (1.26.12) 2024-08-31 09:39:23.531 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60209) (0.7) 2024-08-31 09:39:23.611 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60209) (0.5.2) 2024-08-31 09:39:23.611 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60209) (0.4.3) 2024-08-31 09:39:23.654 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60209) (0.13.1) 2024-08-31 09:39:24.147 | Collecting numpy 2024-08-31 09:39:24.239 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-08-31 09:39:24.329 | 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.dev60209) (5.0.0) 2024-08-31 09:39:24.412 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60209) (2.21) 2024-08-31 09:39:24.436 | 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.dev60209) (5.0.0) 2024-08-31 09:39:24.437 | 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.dev60209) (2.4.2) 2024-08-31 09:39:24.439 | 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.dev60209) (0.5.1) 2024-08-31 09:39:24.646 | 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.dev60209) (0.14.1) 2024-08-31 09:39:24.659 | 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.dev60209) (2.17.7) 2024-08-31 09:39:24.931 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60209) (2.5.0) 2024-08-31 09:39:25.117 | 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.dev60209) (1.8.2) 2024-08-31 09:39:25.149 | 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.dev60209) (3.8.1) 2024-08-31 09:39:25.164 | 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.dev60209) (2.4.0) 2024-08-31 09:39:25.755 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-08-31 09:39:27.567 | Running setup.py develop for nova 2024-08-31 09:39:30.954 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-08-31 09:39:30.955 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:39:31.082 | + inc/python:pip_install:196 : result=0 2024-08-31 09:39:31.085 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:39:31.087 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:31.089 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:31.090 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:31.092 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:31.094 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:31.096 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:39:31.097 | + functions-common:time_stop:2442 : start_time=1725097158672 2024-08-31 09:39:31.099 | + functions-common:time_stop:2444 : [[ -z 1725097158672 ]] 2024-08-31 09:39:31.102 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:31.104 | + functions-common:time_stop:2447 : end_time=1725097171102 2024-08-31 09:39:31.106 | + functions-common:time_stop:2448 : elapsed_time=12430 2024-08-31 09:39:31.108 | + functions-common:time_stop:2449 : total=71703 2024-08-31 09:39:31.110 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:31.111 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84133 2024-08-31 09:39:31.113 | + inc/python:pip_install:199 : return 0 2024-08-31 09:39:31.115 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:39:31.117 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-08-31 09:39:31.119 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-08-31 09:39:31.133 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-08-31 09:39:31.142 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-08-31 09:39:31.144 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-08-31 09:39:31.146 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:39:31.148 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:39:31.150 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-08-31 09:39:31.152 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:39:31.154 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-08-31 09:39:31.164 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-31 09:39:31.166 | + stack.sh:main:946 : configure_nova 2024-08-31 09:39:31.168 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-08-31 09:39:31.177 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-08-31 09:39:31.179 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-08-31 09:39:31.181 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-31 09:39:31.183 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-08-31 09:39:31.184 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-31 09:39:31.187 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-08-31 09:39:31.189 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-08-31 09:39:31.191 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-31 09:39:31.193 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-08-31 09:39:31.195 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-08-31 09:39:31.197 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-08-31 09:39:31.198 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-08-31 09:39:31.200 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-08-31 09:39:31.209 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-08-31 09:39:31.219 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2024-08-31 09:39:31.228 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-08-31 09:39:31.236 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-08-31 09:39:31.246 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-31 09:39:31.249 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-31 09:39:31.252 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.zOO8j7MVAK 2024-08-31 09:39:31.253 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-31 09:39:31.256 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-31 09:39:31.258 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-08-31 09:39:31.259 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-31 09:39:31.261 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-31 09:39:31.263 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.zOO8j7MVAK 2024-08-31 09:39:31.266 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.zOO8j7MVAK 2024-08-31 09:39:31.275 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.zOO8j7MVAK /etc/sudoers.d/nova-rootwrap 2024-08-31 09:39:31.285 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-08-31 09:39:31.287 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-31 09:39:31.290 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-31 09:39:31.291 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-31 09:39:31.293 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-31 09:39:31.295 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-08-31 09:39:31.297 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-08-31 09:39:31.299 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-08-31 09:39:31.301 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-08-31 09:39:31.304 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-08-31 09:39:31.317 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:31.319 | + lib/nova:configure_nova:356 : create_nova_conf 2024-08-31 09:39:31.320 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-08-31 09:39:31.323 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-08-31 09:39:31.326 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-08-31 09:39:31.349 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-08-31 09:39:31.350 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-08-31 09:39:31.372 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-08-31 09:39:31.395 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-08-31 09:39:31.416 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-31 09:39:31.440 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-08-31 09:39:31.464 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-08-31 09:39:31.487 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-08-31 09:39:31.509 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-08-31 09:39:31.530 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-08-31 09:39:31.552 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-08-31 09:39:31.574 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-08-31 09:39:31.596 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-08-31 09:39:31.619 | + lib/nova:create_nova_conf:451 : is_fedora 2024-08-31 09:39:31.621 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:39:31.623 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:39:31.624 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:39:31.626 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:39:31.628 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:39:31.630 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:39:31.631 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:39:31.633 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:39:31.635 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:39:31.636 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:39:31.638 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:39:31.640 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:39:31.642 | + lib/nova:create_nova_conf:451 : is_suse 2024-08-31 09:39:31.644 | + functions-common:is_suse:544 : is_opensuse 2024-08-31 09:39:31.645 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:39:31.647 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:39:31.649 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:39:31.650 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:39:31.652 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:39:31.654 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-08-31 09:39:31.666 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:31.668 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:39:31.670 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-08-31 09:39:31.672 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-08-31 09:39:31.674 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-31 09:39:31.676 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-31 09:39:31.677 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-31 09:39:31.679 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:39:31.681 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:31.683 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-31 09:39:31.685 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-31 09:39:31.710 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-08-31 09:39:31.712 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-08-31 09:39:31.713 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-08-31 09:39:31.715 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-08-31 09:39:31.717 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:39:31.719 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:31.720 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-31 09:39:31.723 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-31 09:39:31.747 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-08-31 09:39:31.771 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-08-31 09:39:31.794 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-08-31 09:39:31.816 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-08-31 09:39:31.828 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:31.830 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-08-31 09:39:31.842 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:31.845 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-08-31 09:39:31.845 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-08-31 09:39:31.849 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-08-31 09:39:31.850 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-08-31 09:39:31.872 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:31.874 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:31.876 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-08-31 09:39:31.900 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-08-31 09:39:31.923 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-08-31 09:39:31.935 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:31.937 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-08-31 09:39:31.939 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-08-31 09:39:31.941 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-31 09:39:31.942 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-31 09:39:31.944 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-08-31 09:39:31.967 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-08-31 09:39:31.990 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-31 09:39:32.012 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-08-31 09:39:32.034 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-08-31 09:39:32.055 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-08-31 09:39:32.077 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-08-31 09:39:32.099 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-08-31 09:39:32.121 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:39:32.143 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-08-31 09:39:32.165 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-08-31 09:39:32.177 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:32.179 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-08-31 09:39:32.180 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-08-31 09:39:32.204 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-08-31 09:39:32.226 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-08-31 09:39:32.248 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-08-31 09:39:32.271 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-08-31 09:39:32.293 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-08-31 09:39:32.315 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-08-31 09:39:32.337 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-08-31 09:39:32.359 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-08-31 09:39:32.372 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:32.374 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-08-31 09:39:32.375 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-08-31 09:39:32.398 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-08-31 09:39:32.422 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-08-31 09:39:32.424 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-08-31 09:39:32.447 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-08-31 09:39:32.449 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-08-31 09:39:32.451 | + lib/nova:create_nova_conf:526 : is_suse 2024-08-31 09:39:32.452 | + functions-common:is_suse:544 : is_opensuse 2024-08-31 09:39:32.454 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:39:32.456 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:39:32.458 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:39:32.460 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:39:32.461 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:39:32.463 | + lib/nova:create_nova_conf:526 : is_fedora 2024-08-31 09:39:32.465 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:39:32.467 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:39:32.469 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:39:32.471 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:39:32.472 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:39:32.474 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:39:32.476 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:39:32.478 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:39:32.480 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:39:32.482 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:39:32.483 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:39:32.485 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:39:32.487 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-08-31 09:39:32.489 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-08-31 09:39:32.491 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-08-31 09:39:32.493 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:39:32.505 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:39:32.507 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:39:32.509 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:32.511 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:39:32.512 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:39:32.534 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:39:32.556 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:39:32.579 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:39:32.601 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-08-31 09:39:32.625 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-08-31 09:39:32.637 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:32.639 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-08-31 09:39:32.641 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-08-31 09:39:32.643 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-08-31 09:39:32.645 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-08-31 09:39:32.647 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-31 09:39:32.648 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-31 09:39:32.651 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-08-31 09:39:32.654 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-08-31 09:39:32.655 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-31 09:39:32.657 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-31 09:39:32.667 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-31 09:39:32.667 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:39:32.673 | d /var/run/uwsgi 0755 stack root 2024-08-31 09:39:32.676 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:39:32.684 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-31 09:39:32.686 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-08-31 09:39:32.688 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-08-31 09:39:32.691 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-08-31 09:39:32.714 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-08-31 09:39:32.736 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-08-31 09:39:32.758 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-08-31 09:39:32.782 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-31 09:39:32.805 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-31 09:39:32.827 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-08-31 09:39:32.849 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-08-31 09:39:32.871 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-08-31 09:39:32.892 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-31 09:39:32.914 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-31 09:39:32.936 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-31 09:39:32.958 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-08-31 09:39:32.981 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-31 09:39:32.983 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-31 09:39:32.985 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-08-31 09:39:32.987 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-08-31 09:39:32.989 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-31 09:39:32.991 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:32.992 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:32.994 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-31 09:39:32.996 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-31 09:39:32.998 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-08-31 09:39:33.020 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-31 09:39:33.043 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-08-31 09:39:33.043 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-31 09:39:33.050 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-08-31 09:39:33.052 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-08-31 09:39:33.054 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-08-31 09:39:33.056 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-31 09:39:33.058 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-31 09:39:33.059 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:39:33.061 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:33.063 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:33.065 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-31 09:39:33.067 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-31 09:39:33.069 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:33.070 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:33.072 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-08-31 09:39:33.104 | Enabling site nova-api-wsgi. 2024-08-31 09:39:33.107 | To activate the new configuration, you need to run: 2024-08-31 09:39:33.107 | systemctl reload apache2 2024-08-31 09:39:33.111 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-31 09:39:33.113 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:39:33.114 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:39:33.116 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:39:33.213 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-08-31 09:39:33.226 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:33.228 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-08-31 09:39:33.230 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-08-31 09:39:33.232 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-08-31 09:39:33.234 | + lib/apache:write_uwsgi_config:256 : local url= 2024-08-31 09:39:33.236 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-08-31 09:39:33.238 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-31 09:39:33.240 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-08-31 09:39:33.243 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-08-31 09:39:33.245 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-31 09:39:33.247 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-31 09:39:33.257 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-31 09:39:33.257 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:39:33.264 | d /var/run/uwsgi 0755 stack root 2024-08-31 09:39:33.267 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:39:33.275 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-31 09:39:33.278 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-08-31 09:39:33.279 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-08-31 09:39:33.282 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-08-31 09:39:33.306 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-08-31 09:39:33.328 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-08-31 09:39:33.350 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-08-31 09:39:33.372 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-08-31 09:39:33.394 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-31 09:39:33.417 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-08-31 09:39:33.439 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-08-31 09:39:33.461 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-08-31 09:39:33.483 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-31 09:39:33.505 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-08-31 09:39:33.527 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-31 09:39:33.549 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-08-31 09:39:33.572 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-08-31 09:39:33.574 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-08-31 09:39:33.596 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-08-31 09:39:33.608 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:33.610 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-08-31 09:39:33.635 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-08-31 09:39:33.637 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-08-31 09:39:33.639 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-08-31 09:39:33.652 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:33.654 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:39:33.656 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:39:33.679 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-08-31 09:39:33.705 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-08-31 09:39:33.707 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-31 09:39:33.709 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-08-31 09:39:33.711 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-31 09:39:33.712 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-31 09:39:33.714 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-31 09:39:33.727 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:33.729 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-31 09:39:33.731 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-31 09:39:33.733 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-31 09:39:33.745 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:33.747 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:39:33.750 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:39:33.772 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-31 09:39:33.774 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-31 09:39:33.776 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-08-31 09:39:33.799 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-08-31 09:39:33.822 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-08-31 09:39:33.846 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-08-31 09:39:33.858 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:33.860 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-08-31 09:39:33.883 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-08-31 09:39:33.885 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-08-31 09:39:33.886 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-08-31 09:39:33.911 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-08-31 09:39:33.933 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-08-31 09:39:33.956 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-08-31 09:39:33.979 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-08-31 09:39:34.002 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-08-31 09:39:34.024 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-08-31 09:39:34.046 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-08-31 09:39:34.068 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-08-31 09:39:34.090 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-08-31 09:39:34.102 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:34.105 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-08-31 09:39:34.108 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-31 09:39:34.109 | + lib/nova:create_nova_conf:574 : local conf 2024-08-31 09:39:34.111 | + lib/nova:create_nova_conf:575 : local vhost 2024-08-31 09:39:34.113 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-08-31 09:39:34.115 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-31 09:39:34.117 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-31 09:39:34.119 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-08-31 09:39:34.121 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-08-31 09:39:34.123 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-08-31 09:39:34.126 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-08-31 09:39:34.128 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-31 09:39:34.130 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-31 09:39:34.132 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-31 09:39:34.134 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:39:34.136 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:34.137 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-31 09:39:34.140 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-31 09:39:34.164 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-08-31 09:39:34.189 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-08-31 09:39:34.213 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:39:34.215 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-08-31 09:39:34.216 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-31 09:39:34.218 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-08-31 09:39:34.220 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-31 09:39:34.222 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-31 09:39:34.224 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-31 09:39:34.236 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:34.238 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-31 09:39:34.240 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-31 09:39:34.242 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-31 09:39:34.255 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:34.256 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:39:34.259 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:39:34.281 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-31 09:39:34.283 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-31 09:39:34.285 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-08-31 09:39:34.287 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-08-31 09:39:34.289 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-08-31 09:39:34.291 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:39:34.304 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:39:34.305 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:39:34.307 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:34.309 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:39:34.311 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:39:34.333 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:39:34.355 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:39:34.378 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:39:34.401 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:39:34.403 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-08-31 09:39:34.405 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-08-31 09:39:34.406 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-08-31 09:39:34.408 | + lib/nova:configure_console_proxies:724 : offset=0 2024-08-31 09:39:34.410 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-08-31 09:39:34.422 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:34.424 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-08-31 09:39:34.426 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-08-31 09:39:34.438 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:34.440 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-08-31 09:39:34.452 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:34.454 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-08-31 09:39:34.466 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:34.469 | + stack.sh:main:949 : is_service_enabled placement 2024-08-31 09:39:34.482 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:34.484 | + stack.sh:main:951 : stack_install_service placement 2024-08-31 09:39:34.486 | + lib/stack:stack_install_service:20 : local service=placement 2024-08-31 09:39:34.488 | + lib/stack:stack_install_service:21 : type install_placement 2024-08-31 09:39:34.490 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-31 09:39:34.492 | + lib/stack:stack_install_service:32 : install_placement 2024-08-31 09:39:34.494 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-08-31 09:39:34.496 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-08-31 09:39:34.498 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:34.500 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:34.502 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-08-31 09:39:34.504 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:39:34.506 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:39:34.508 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:39:34.510 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:39:34.512 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:39:34.514 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:39:34.516 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:34.518 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:34.520 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:39:34.522 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:39:34.523 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:39:34.525 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:39:34.527 | + functions-common:install_package:1460 : real_install_package apache2 2024-08-31 09:39:34.529 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:39:34.531 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:34.533 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:34.535 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-08-31 09:39:34.551 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-08-31 09:39:34.608 | Reading package lists... 2024-08-31 09:39:34.808 | Building dependency tree... 2024-08-31 09:39:34.810 | Reading state information... 2024-08-31 09:39:35.009 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-31 09:39:35.009 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:39:35.014 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:39:35.016 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:39:35.018 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:35.020 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:35.022 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:35.024 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:35.026 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:35.028 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:39:35.030 | + functions-common:time_stop:2442 : start_time=1725097174549 2024-08-31 09:39:35.032 | + functions-common:time_stop:2444 : [[ -z 1725097174549 ]] 2024-08-31 09:39:35.034 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:35.037 | + functions-common:time_stop:2447 : end_time=1725097175036 2024-08-31 09:39:35.039 | + functions-common:time_stop:2448 : elapsed_time=487 2024-08-31 09:39:35.041 | + functions-common:time_stop:2449 : total=3448 2024-08-31 09:39:35.043 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:35.045 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3935 2024-08-31 09:39:35.047 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:39:35.049 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-08-31 09:39:35.051 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-08-31 09:39:35.053 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-08-31 09:39:35.056 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-08-31 09:39:35.058 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-08-31 09:39:35.071 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-08-31 09:39:35.073 | + functions-common:install_package:1459 : update_package_repo 2024-08-31 09:39:35.075 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-31 09:39:35.077 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-31 09:39:35.080 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-31 09:39:35.082 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-31 09:39:35.084 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-31 09:39:35.086 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:35.088 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:35.090 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-31 09:39:35.092 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-31 09:39:35.094 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-31 09:39:35.095 | + functions-common:apt_get_update:1186 : return 2024-08-31 09:39:35.097 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-08-31 09:39:35.099 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-31 09:39:35.101 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:35.103 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:35.105 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-08-31 09:39:35.121 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-08-31 09:39:35.179 | Reading package lists... 2024-08-31 09:39:35.374 | Building dependency tree... 2024-08-31 09:39:35.377 | Reading state information... 2024-08-31 09:39:35.590 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-08-31 09:39:35.591 | 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. 2024-08-31 09:39:35.595 | + functions-common:apt_get:1230 : result=0 2024-08-31 09:39:35.597 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-31 09:39:35.599 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:35.602 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:35.604 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:35.606 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:35.608 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:35.610 | + functions-common:time_stop:2441 : name=apt-get 2024-08-31 09:39:35.612 | + functions-common:time_stop:2442 : start_time=1725097175119 2024-08-31 09:39:35.614 | + functions-common:time_stop:2444 : [[ -z 1725097175119 ]] 2024-08-31 09:39:35.616 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:35.620 | + functions-common:time_stop:2447 : end_time=1725097175618 2024-08-31 09:39:35.622 | + functions-common:time_stop:2448 : elapsed_time=499 2024-08-31 09:39:35.624 | + functions-common:time_stop:2449 : total=3935 2024-08-31 09:39:35.626 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:35.629 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4434 2024-08-31 09:39:35.631 | + functions-common:apt_get:1234 : return 0 2024-08-31 09:39:35.633 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-08-31 09:39:35.636 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-08-31 09:39:35.638 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:39:35.640 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:35.642 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:35.644 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-08-31 09:39:35.646 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-08-31 09:39:35.676 | wsgi (enabled by maintainer script) 2024-08-31 09:39:35.679 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-08-31 09:39:35.682 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-08-31 09:39:35.684 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-31 09:39:35.687 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-08-31 09:39:35.689 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-08-31 09:39:35.691 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-31 09:39:35.695 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:39:35.695 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-31 09:39:35.699 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-08-31 09:39:35.701 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-08-31 09:39:35.704 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-08-31 09:39:35.706 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-08-31 09:39:35.709 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-08-31 09:39:35.726 | Using python 3.10 to install osc-placement 2024-08-31 09:39:35.728 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-08-31 09:39:36.771 | Collecting osc-placement 2024-08-31 09:39:36.773 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-08-31 09:39:36.781 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-08-31 09:39:36.781 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-08-31 09:39:36.781 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-08-31 09:39:36.782 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-08-31 09:39:36.782 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-08-31 09:39:36.808 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-08-31 09:39:36.809 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-08-31 09:39:36.809 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-08-31 09:39:36.810 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-08-31 09:39:36.811 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-08-31 09:39:36.817 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-08-31 09:39:36.818 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-08-31 09:39:36.820 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-08-31 09:39:36.826 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-08-31 09:39:36.828 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-08-31 09:39:36.828 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-08-31 09:39:36.828 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-08-31 09:39:36.832 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-08-31 09:39:36.832 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-08-31 09:39:36.836 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-08-31 09:39:36.837 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-08-31 09:39:36.838 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-08-31 09:39:36.839 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-08-31 09:39:36.839 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-08-31 09:39:36.843 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-08-31 09:39:36.857 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-08-31 09:39:36.859 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-08-31 09:39:36.859 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-08-31 09:39:36.860 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-08-31 09:39:36.862 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-08-31 09:39:36.862 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-08-31 09:39:36.863 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-08-31 09:39:36.881 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-08-31 09:39:36.882 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-08-31 09:39:36.882 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-08-31 09:39:36.883 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-08-31 09:39:36.939 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-08-31 09:39:36.940 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-08-31 09:39:36.941 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-08-31 09:39:36.959 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-08-31 09:39:36.987 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-08-31 09:39:37.048 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-08-31 09:39:37.894 | Installing collected packages: osc-placement 2024-08-31 09:39:37.970 | Successfully installed osc-placement-4.1.0 2024-08-31 09:39:37.971 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:39:38.077 | + inc/python:pip_install:196 : result=0 2024-08-31 09:39:38.079 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:39:38.082 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:38.084 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:38.086 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:38.088 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:38.090 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:38.092 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:39:38.094 | + functions-common:time_stop:2442 : start_time=1725097175721 2024-08-31 09:39:38.097 | + functions-common:time_stop:2444 : [[ -z 1725097175721 ]] 2024-08-31 09:39:38.099 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:38.103 | + functions-common:time_stop:2447 : end_time=1725097178101 2024-08-31 09:39:38.105 | + functions-common:time_stop:2448 : elapsed_time=2380 2024-08-31 09:39:38.107 | + functions-common:time_stop:2449 : total=84133 2024-08-31 09:39:38.109 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:38.111 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86513 2024-08-31 09:39:38.113 | + inc/python:pip_install:199 : return 0 2024-08-31 09:39:38.116 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-08-31 09:39:38.118 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-08-31 09:39:38.120 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-08-31 09:39:38.122 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-31 09:39:38.124 | + functions-common:git_clone:615 : local orig_dir 2024-08-31 09:39:38.127 | ++ functions-common:git_clone:616 : pwd 2024-08-31 09:39:38.129 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:39:38.131 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:39:38.134 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:39:38.149 | + functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:39:38.151 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:39:38.153 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:39:38.155 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:39:38.157 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-31 09:39:38.158 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:39:38.162 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-08-31 09:39:38.164 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:39:38.166 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-31 09:39:38.168 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:39:38.170 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:39:38.171 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:39:38.173 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:39:38.175 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:39:38.177 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:39:38.179 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:39:38.181 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:39:38.183 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:39:38.186 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097178184 2024-08-31 09:39:38.188 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-31 09:39:38.191 | Cloning into '/opt/stack//placement'... 2024-08-31 09:39:41.051 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:39:41.053 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:41.055 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:41.057 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:41.059 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:41.061 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:41.063 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:39:41.065 | + functions-common:time_stop:2442 : start_time=1725097178184 2024-08-31 09:39:41.066 | + functions-common:time_stop:2444 : [[ -z 1725097178184 ]] 2024-08-31 09:39:41.069 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:41.072 | + functions-common:time_stop:2447 : end_time=1725097181070 2024-08-31 09:39:41.074 | + functions-common:time_stop:2448 : elapsed_time=2886 2024-08-31 09:39:41.076 | + functions-common:time_stop:2449 : total=92763 2024-08-31 09:39:41.078 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:41.080 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95649 2024-08-31 09:39:41.082 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-08-31 09:39:41.084 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-31 09:39:41.085 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:39:41.087 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:39:41.089 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:39:41.091 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:39:41.093 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:39:41.095 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:39:41.096 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:39:41.098 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:39:41.101 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:39:41.104 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097181101 2024-08-31 09:39:41.106 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-31 09:39:42.443 | From https://opendev.org/openstack/placement 2024-08-31 09:39:42.443 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-31 09:39:42.446 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:39:42.449 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:42.451 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:42.452 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:42.454 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:42.456 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:42.458 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:39:42.460 | + functions-common:time_stop:2442 : start_time=1725097181101 2024-08-31 09:39:42.462 | + functions-common:time_stop:2444 : [[ -z 1725097181101 ]] 2024-08-31 09:39:42.464 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:42.467 | + functions-common:time_stop:2447 : end_time=1725097182465 2024-08-31 09:39:42.469 | + functions-common:time_stop:2448 : elapsed_time=1364 2024-08-31 09:39:42.471 | + functions-common:time_stop:2449 : total=95649 2024-08-31 09:39:42.473 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:42.475 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97013 2024-08-31 09:39:42.477 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:39:42.479 | + functions-common:git_timed:720 : local count=0 2024-08-31 09:39:42.481 | + functions-common:git_timed:721 : local timeout=0 2024-08-31 09:39:42.483 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:39:42.485 | + functions-common:git_timed:724 : timeout=0 2024-08-31 09:39:42.487 | + functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:39:42.489 | + functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:39:42.491 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:39:42.493 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:39:42.495 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:39:42.498 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097182496 2024-08-31 09:39:42.500 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:39:42.525 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:39:42.525 | 2024-08-31 09:39:42.525 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:39:42.525 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:39:42.526 | state without impacting any branches by switching back to a branch. 2024-08-31 09:39:42.526 | 2024-08-31 09:39:42.526 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:39:42.526 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:39:42.526 | 2024-08-31 09:39:42.526 | git switch -c 2024-08-31 09:39:42.526 | 2024-08-31 09:39:42.526 | Or undo this operation with: 2024-08-31 09:39:42.526 | 2024-08-31 09:39:42.526 | git switch - 2024-08-31 09:39:42.526 | 2024-08-31 09:39:42.526 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:39:42.526 | 2024-08-31 09:39:42.526 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-31 09:39:42.528 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:39:42.530 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:42.532 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:42.534 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:42.536 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:42.538 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:42.539 | + functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:39:42.541 | + functions-common:time_stop:2442 : start_time=1725097182496 2024-08-31 09:39:42.543 | + functions-common:time_stop:2444 : [[ -z 1725097182496 ]] 2024-08-31 09:39:42.546 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:42.549 | + functions-common:time_stop:2447 : end_time=1725097182547 2024-08-31 09:39:42.550 | + functions-common:time_stop:2448 : elapsed_time=51 2024-08-31 09:39:42.552 | + functions-common:time_stop:2449 : total=97013 2024-08-31 09:39:42.554 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:42.556 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97064 2024-08-31 09:39:42.558 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-08-31 09:39:42.568 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-08-31 09:39:42.571 | + functions-common:git_clone:696 : git show --oneline 2024-08-31 09:39:42.572 | + functions-common:git_clone:696 : head -1 2024-08-31 09:39:42.573 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-31 09:39:42.575 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:39:42.577 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-08-31 09:39:42.579 | + inc/python:setup_develop:334 : local bindep 2024-08-31 09:39:42.581 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-08-31 09:39:42.583 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-08-31 09:39:42.585 | + inc/python:setup_develop:340 : local extras= 2024-08-31 09:39:42.587 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-08-31 09:39:42.589 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:39:42.591 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-08-31 09:39:42.593 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-08-31 09:39:42.595 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:39:42.597 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:39:42.600 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-08-31 09:39:42.602 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:39:42.604 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-08-31 09:39:42.606 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:39:42.608 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:39:42.610 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-08-31 09:39:42.615 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-08-31 09:39:42.617 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-08-31 09:39:42.934 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-08-31 09:39:42.936 | + inc/python:setup_package:414 : local bindep=0 2024-08-31 09:39:42.938 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:39:42.940 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:39:42.943 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-08-31 09:39:42.945 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-08-31 09:39:42.947 | + inc/python:setup_package:423 : local flags=-e 2024-08-31 09:39:42.949 | + inc/python:setup_package:424 : local extras= 2024-08-31 09:39:42.951 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:39:42.953 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:39:42.955 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:39:42.957 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:39:42.959 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:39:42.961 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-08-31 09:39:42.978 | Using python 3.10 to install /opt/stack/placement 2024-08-31 09:39:42.980 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-08-31 09:39:43.934 | Obtaining file:///opt/stack/placement 2024-08-31 09:39:43.935 | Preparing metadata (setup.py): started 2024-08-31 09:39:44.316 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:39:44.372 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-08-31 09:39:44.373 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-08-31 09:39:44.373 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-08-31 09:39:44.374 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-08-31 09:39:44.375 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-08-31 09:39:44.375 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-08-31 09:39:44.376 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-08-31 09:39:44.377 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-08-31 09:39:44.378 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-31 09:39:44.378 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-08-31 09:39:44.379 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-31 09:39:44.380 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-08-31 09:39:44.381 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-08-31 09:39:44.381 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-31 09:39:44.382 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-08-31 09:39:44.383 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2024-08-31 09:39:44.384 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-08-31 09:39:44.384 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-08-31 09:39:44.385 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-08-31 09:39:44.386 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-08-31 09:39:44.387 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-08-31 09:39:44.405 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-08-31 09:39:44.405 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-08-31 09:39:44.429 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.2) 2024-08-31 09:39:44.430 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-08-31 09:39:44.431 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-08-31 09:39:44.432 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-08-31 09:39:44.433 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-08-31 09:39:44.433 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-08-31 09:39:44.442 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-08-31 09:39:44.462 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-08-31 09:39:44.463 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-08-31 09:39:44.463 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-08-31 09:39:44.464 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-08-31 09:39:44.465 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-08-31 09:39:44.508 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-08-31 09:39:44.509 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-08-31 09:39:44.510 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-08-31 09:39:44.511 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-08-31 09:39:44.528 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-08-31 09:39:44.531 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-08-31 09:39:44.538 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-08-31 09:39:44.539 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-08-31 09:39:44.540 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-08-31 09:39:44.551 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-08-31 09:39:44.552 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-08-31 09:39:44.557 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-08-31 09:39:44.564 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-08-31 09:39:44.565 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-08-31 09:39:44.566 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-08-31 09:39:44.567 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2024-08-31 09:39:44.578 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-08-31 09:39:44.579 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-08-31 09:39:44.579 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-08-31 09:39:44.580 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-08-31 09:39:44.587 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-08-31 09:39:44.650 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-08-31 09:39:44.665 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-08-31 09:39:44.708 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-08-31 09:39:44.727 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-08-31 09:39:44.754 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-08-31 09:39:44.786 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-08-31 09:39:44.803 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-08-31 09:39:44.873 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-31 09:39:44.873 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-08-31 09:39:44.874 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-08-31 09:39:44.900 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-08-31 09:39:45.690 | Installing collected packages: openstack-placement 2024-08-31 09:39:45.691 | Running setup.py develop for openstack-placement 2024-08-31 09:39:46.321 | Successfully installed openstack-placement 2024-08-31 09:39:46.321 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:39:46.423 | + inc/python:pip_install:196 : result=0 2024-08-31 09:39:46.425 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:39:46.427 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:46.429 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:46.431 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:46.433 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:46.434 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:46.436 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:39:46.438 | + functions-common:time_stop:2442 : start_time=1725097182974 2024-08-31 09:39:46.440 | + functions-common:time_stop:2444 : [[ -z 1725097182974 ]] 2024-08-31 09:39:46.442 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:46.445 | + functions-common:time_stop:2447 : end_time=1725097186443 2024-08-31 09:39:46.447 | + functions-common:time_stop:2448 : elapsed_time=3469 2024-08-31 09:39:46.448 | + functions-common:time_stop:2449 : total=86513 2024-08-31 09:39:46.450 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:46.452 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89982 2024-08-31 09:39:46.454 | + inc/python:pip_install:199 : return 0 2024-08-31 09:39:46.455 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:39:46.457 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-31 09:39:46.459 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-31 09:39:46.474 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-31 09:39:46.483 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-08-31 09:39:46.485 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-08-31 09:39:46.487 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:39:46.489 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:39:46.490 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-08-31 09:39:46.492 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:39:46.494 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-31 09:39:46.496 | + stack.sh:main:952 : configure_placement 2024-08-31 09:39:46.498 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-08-31 09:39:46.507 | + lib/placement:configure_placement:113 : create_placement_conf 2024-08-31 09:39:46.509 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-08-31 09:39:46.513 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-08-31 09:39:46.515 | ++ lib/database:database_connection_url:134 : local db=placement 2024-08-31 09:39:46.516 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-08-31 09:39:46.518 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-08-31 09:39:46.520 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:39:46.522 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:46.524 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-31 09:39:46.526 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-31 09:39:46.553 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-08-31 09:39:46.578 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-08-31 09:39:46.603 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-08-31 09:39:46.605 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-08-31 09:39:46.607 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-31 09:39:46.609 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-31 09:39:46.611 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-08-31 09:39:46.636 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-08-31 09:39:46.659 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-31 09:39:46.684 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-08-31 09:39:46.707 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-08-31 09:39:46.731 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-08-31 09:39:46.755 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-08-31 09:39:46.779 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-08-31 09:39:46.803 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:39:46.827 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-08-31 09:39:46.850 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-08-31 09:39:46.852 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-08-31 09:39:46.854 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-08-31 09:39:46.857 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:39:46.871 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:39:46.873 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:39:46.874 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:46.876 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:39:46.878 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:39:46.902 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:39:46.925 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:39:46.949 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:39:46.973 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-31 09:39:46.975 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-08-31 09:39:46.977 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-08-31 09:39:46.979 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-08-31 09:39:46.981 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-08-31 09:39:46.983 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-31 09:39:46.984 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-31 09:39:46.987 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-08-31 09:39:46.990 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-08-31 09:39:46.992 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-31 09:39:46.994 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-31 09:39:47.004 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-31 09:39:47.004 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:39:47.010 | d /var/run/uwsgi 0755 stack root 2024-08-31 09:39:47.013 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-31 09:39:47.021 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-31 09:39:47.024 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-08-31 09:39:47.026 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-08-31 09:39:47.029 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-08-31 09:39:47.054 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-08-31 09:39:47.077 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-08-31 09:39:47.100 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-08-31 09:39:47.124 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-08-31 09:39:47.147 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-31 09:39:47.171 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-08-31 09:39:47.195 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-08-31 09:39:47.218 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-08-31 09:39:47.241 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-31 09:39:47.265 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-08-31 09:39:47.289 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-31 09:39:47.313 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-08-31 09:39:47.336 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-31 09:39:47.338 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-31 09:39:47.341 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-08-31 09:39:47.343 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-08-31 09:39:47.345 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-31 09:39:47.347 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:47.349 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:47.351 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-08-31 09:39:47.353 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-08-31 09:39:47.355 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-08-31 09:39:47.379 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-08-31 09:39:47.402 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-08-31 09:39:47.403 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-08-31 09:39:47.409 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-08-31 09:39:47.412 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-08-31 09:39:47.414 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-08-31 09:39:47.416 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-31 09:39:47.418 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-31 09:39:47.420 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-31 09:39:47.422 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:47.424 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:47.426 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-31 09:39:47.428 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-31 09:39:47.430 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:47.432 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:47.434 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-08-31 09:39:47.465 | Enabling site placement-api. 2024-08-31 09:39:47.469 | To activate the new configuration, you need to run: 2024-08-31 09:39:47.469 | systemctl reload apache2 2024-08-31 09:39:47.472 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-31 09:39:47.474 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-31 09:39:47.476 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:39:47.478 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-31 09:39:47.574 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:47.576 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:47.578 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-08-31 09:39:47.604 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-08-31 09:39:47.630 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-08-31 09:39:47.643 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:47.645 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-08-31 09:39:47.658 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:47.660 | + stack.sh:main:960 : is_service_enabled n-sch 2024-08-31 09:39:47.674 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:47.676 | + stack.sh:main:961 : configure_placement_nova_compute 2024-08-31 09:39:47.678 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-08-31 09:39:47.680 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-08-31 09:39:47.705 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-08-31 09:39:47.729 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-08-31 09:39:47.754 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-08-31 09:39:47.778 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-08-31 09:39:47.801 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-08-31 09:39:47.825 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-08-31 09:39:47.849 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-08-31 09:39:47.873 | + stack.sh:main:965 : is_service_enabled horizon 2024-08-31 09:39:47.886 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:47.888 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-08-31 09:39:47.902 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:47.904 | + stack.sh:main:978 : run_phase stack install 2024-08-31 09:39:47.906 | + functions-common:run_phase:1863 : local mode=stack 2024-08-31 09:39:47.908 | + functions-common:run_phase:1864 : local phase=install 2024-08-31 09:39:47.910 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:39:47.912 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:39:47.914 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:39:47.916 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:39:47.918 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:39:47.921 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:39:47.924 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:39:47.926 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:39:47.928 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:39:47.930 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-08-31 09:39:47.932 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:39:47.944 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:47.946 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:39:47.947 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:39:47.949 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-31 09:39:47.951 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-08-31 09:39:47.953 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:39:47.955 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-08-31 09:39:47.957 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-08-31 09:39:47.959 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-08-31 09:39:48.004 | ++ inc/async:async_inner:63 : install_tempest 2024-08-31 09:39:48.033 | [3682 Async install_tempest:26976]: running: install_tempest 2024-08-31 09:39:48.035 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-31 09:39:48.037 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-31 09:39:48.039 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:39:48.041 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-31 09:39:48.044 | + functions-common:run_phase:1890 : run_plugins stack install 2024-08-31 09:39:48.046 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-31 09:39:48.048 | + functions-common:run_plugins:1850 : local phase=install 2024-08-31 09:39:48.050 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-31 09:39:48.052 | + functions-common:run_plugins:1853 : local plugin 2024-08-31 09:39:48.054 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-31 09:39:48.056 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:39:48.058 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-31 09:39:48.061 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-08-31 09:39:48.063 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:39:48.065 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:39:48.067 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-31 09:39:48.069 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-08-31 09:39:48.071 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:39:48.073 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-08-31 09:39:48.076 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-08-31 09:39:48.077 | ++ inc/python:setup_develop:334 : local bindep 2024-08-31 09:39:48.080 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-31 09:39:48.081 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-08-31 09:39:48.084 | ++ inc/python:setup_develop:340 : local extras= 2024-08-31 09:39:48.086 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-08-31 09:39:48.088 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-31 09:39:48.089 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-31 09:39:48.091 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-08-31 09:39:48.093 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-31 09:39:48.095 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-31 09:39:48.097 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-08-31 09:39:48.099 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-31 09:39:48.101 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-08-31 09:39:48.103 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-31 09:39:48.105 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-31 09:39:48.108 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-08-31 09:39:48.113 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-08-31 09:39:48.114 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-08-31 09:39:48.439 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-08-31 09:39:48.441 | ++ inc/python:setup_package:414 : local bindep=0 2024-08-31 09:39:48.444 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-08-31 09:39:48.446 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-08-31 09:39:48.447 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-08-31 09:39:48.449 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-08-31 09:39:48.451 | ++ inc/python:setup_package:423 : local flags=-e 2024-08-31 09:39:48.453 | ++ inc/python:setup_package:424 : local extras= 2024-08-31 09:39:48.455 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-08-31 09:39:48.457 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-08-31 09:39:48.459 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-31 09:39:48.461 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-31 09:39:48.463 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-31 09:39:48.465 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-08-31 09:39:48.480 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-08-31 09:39:48.482 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-08-31 09:39:49.427 | Obtaining file:///opt/stack/networking-nsx-t 2024-08-31 09:39:49.428 | Preparing metadata (setup.py): started 2024-08-31 09:39:49.804 | Preparing metadata (setup.py): finished with status 'done' 2024-08-31 09:39:49.956 | Collecting Babel>=1.3 2024-08-31 09:39:50.007 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-08-31 09:39:50.057 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (22.1.0) 2024-08-31 09:39:50.080 | Collecting ipaddress 2024-08-31 09:39:50.082 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-08-31 09:39:50.083 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.8.0) 2024-08-31 09:39:50.084 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-08-31 09:39:50.085 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.1.1) 2024-08-31 09:39:50.085 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.0.0) 2024-08-31 09:39:50.087 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-08-31 09:39:50.087 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.1.2) 2024-08-31 09:39:50.088 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-08-31 09:39:50.089 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.1.0) 2024-08-31 09:39:50.089 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.11.1) 2024-08-31 09:39:50.090 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.14.1) 2024-08-31 09:39:50.091 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.0.0) 2024-08-31 09:39:50.203 | Collecting ratelimiter 2024-08-31 09:39:50.205 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-08-31 09:39:50.207 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.2.0) 2024-08-31 09:39:50.209 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev15) (2022.4) 2024-08-31 09:39:50.226 | 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.dev15) (4.1.1) 2024-08-31 09:39:50.227 | 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.dev15) (2.6.1) 2024-08-31 09:39:50.227 | 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.dev15) (5.1.1) 2024-08-31 09:39:50.228 | 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.dev15) (5.1.2) 2024-08-31 09:39:50.229 | 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.dev15) (5.1.1) 2024-08-31 09:39:50.230 | 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.dev15) (1.8.7) 2024-08-31 09:39:50.230 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.10.0) 2024-08-31 09:39:50.231 | 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.dev15) (1.4.2) 2024-08-31 09:39:50.232 | 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.dev15) (1.4.41) 2024-08-31 09:39:50.233 | 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.dev15) (12.3.2) 2024-08-31 09:39:50.234 | 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.dev15) (3.4.3) 2024-08-31 09:39:50.235 | 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.dev15) (3.1.0) 2024-08-31 09:39:50.235 | 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.dev15) (5.0.0) 2024-08-31 09:39:50.236 | 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.dev15) (1.3.2) 2024-08-31 09:39:50.237 | 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.dev15) (14.2.5) 2024-08-31 09:39:50.256 | 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.dev15) (1.5.0) 2024-08-31 09:39:50.257 | 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.dev15) (6.0) 2024-08-31 09:39:50.258 | 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.dev15) (2.28.1) 2024-08-31 09:39:50.259 | 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.dev15) (2.5.0) 2024-08-31 09:39:50.301 | 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.dev15) (0.9.6) 2024-08-31 09:39:50.302 | 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.dev15) (2.8.2) 2024-08-31 09:39:50.307 | 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.dev15) (1.0.4) 2024-08-31 09:39:50.317 | 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.dev15) (2.1.1) 2024-08-31 09:39:50.318 | 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.dev15) (1.4.0) 2024-08-31 09:39:50.319 | 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.dev15) (1.1.3) 2024-08-31 09:39:50.320 | 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.dev15) (3.5.2) 2024-08-31 09:39:50.321 | 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.dev15) (2.5.1) 2024-08-31 09:39:50.321 | 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.dev15) (0.33.1) 2024-08-31 09:39:50.322 | 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.dev15) (4.0.1) 2024-08-31 09:39:50.329 | 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.dev15) (23.1) 2024-08-31 09:39:50.329 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (0.11.0) 2024-08-31 09:39:50.330 | 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.dev15) (3.0.9) 2024-08-31 09:39:50.331 | 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.dev15) (1.1.0) 2024-08-31 09:39:50.374 | 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.dev15) (2.1.0) 2024-08-31 09:39:50.375 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.0) 2024-08-31 09:39:50.376 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.7.0) 2024-08-31 09:39:50.377 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.17.6) 2024-08-31 09:39:50.378 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (4.2.0) 2024-08-31 09:39:50.409 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (6.3.1) 2024-08-31 09:39:50.411 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (2.4.1) 2024-08-31 09:39:50.411 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.13.1) 2024-08-31 09:39:50.412 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.18) 2024-08-31 09:39:50.419 | 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.dev15) (2.4.2) 2024-08-31 09:39:50.420 | 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.dev15) (3.4.1) 2024-08-31 09:39:50.420 | 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.dev15) (0.5.1) 2024-08-31 09:39:50.421 | 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.dev15) (5.0.0) 2024-08-31 09:39:50.426 | 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.dev15) (1.14.1) 2024-08-31 09:39:50.432 | 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.dev15) (2.2.1) 2024-08-31 09:39:50.434 | 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.dev15) (1.16.0) 2024-08-31 09:39:50.477 | 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.dev15) (1.7.0) 2024-08-31 09:39:50.487 | 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.dev15) (1.0.1) 2024-08-31 09:39:50.496 | 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.dev15) (0.6.13) 2024-08-31 09:39:50.498 | 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.dev15) (2.17.7) 2024-08-31 09:39:50.544 | 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.dev15) (0.5.0) 2024-08-31 09:39:50.545 | 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.dev15) (1.8.1) 2024-08-31 09:39:50.545 | 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.dev15) (2.0.1) 2024-08-31 09:39:50.546 | 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.dev15) (0.13.0) 2024-08-31 09:39:50.571 | 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.dev15) (0.6.0) 2024-08-31 09:39:50.572 | 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.dev15) (5.2.0) 2024-08-31 09:39:50.574 | 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.dev15) (5.1.1) 2024-08-31 09:39:50.575 | 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.dev15) (5.2.4) 2024-08-31 09:39:50.575 | 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.dev15) (5.1.1) 2024-08-31 09:39:50.630 | 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.dev15) (59.6.0) 2024-08-31 09:39:50.646 | 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.dev15) (0.3.5) 2024-08-31 09:39:50.648 | 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.dev15) (1.2.3) 2024-08-31 09:39:50.701 | 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.dev15) (2020.6.20) 2024-08-31 09:39:50.704 | 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.dev15) (1.26.12) 2024-08-31 09:39:50.704 | 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.dev15) (2.1.1) 2024-08-31 09:39:50.704 | 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.dev15) (3.4) 2024-08-31 09:39:50.719 | 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.dev15) (0.7) 2024-08-31 09:39:50.858 | 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.dev15) (5.0.0) 2024-08-31 09:39:50.914 | 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.dev15) (1.8.2) 2024-08-31 09:39:50.915 | 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.dev15) (0.2.5) 2024-08-31 09:39:50.964 | 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.dev15) (3.8.1) 2024-08-31 09:39:51.008 | 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.dev15) (2.1.1) 2024-08-31 09:39:51.019 | 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.dev15) (2.11.0) 2024-08-31 09:39:51.020 | 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.dev15) (4.9.1) 2024-08-31 09:39:51.036 | 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.dev15) (38.0.2) 2024-08-31 09:39:51.037 | 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.dev15) (1.0.1) 2024-08-31 09:39:51.038 | 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.dev15) (1.4.0) 2024-08-31 09:39:51.039 | 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.dev15) (1.1.8) 2024-08-31 09:39:51.040 | 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.dev15) (5.1.1) 2024-08-31 09:39:51.041 | 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.dev15) (1.32) 2024-08-31 09:39:51.042 | 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.dev15) (1.4.4) 2024-08-31 09:39:51.076 | 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.dev15) (3.3.0) 2024-08-31 09:39:51.078 | 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.dev15) (4.0.0) 2024-08-31 09:39:51.079 | 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.dev15) (3.1.2) 2024-08-31 09:39:51.089 | 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.dev15) (2.4.0) 2024-08-31 09:39:51.132 | 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.dev15) (0.5.2) 2024-08-31 09:39:51.132 | 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.dev15) (0.4.3) 2024-08-31 09:39:51.185 | 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.dev15) (2.5.0) 2024-08-31 09:39:51.261 | 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.dev15) (1.15.1) 2024-08-31 09:39:51.353 | 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.dev15) (1.5.0) 2024-08-31 09:39:51.472 | 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.dev15) (2.21) 2024-08-31 09:39:52.034 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-08-31 09:39:52.074 | Attempting uninstall: Babel 2024-08-31 09:39:52.076 | Found existing installation: Babel 2.8.0 2024-08-31 09:39:52.077 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-31 09:39:52.078 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-08-31 09:39:52.440 | Running setup.py develop for networking-nsxv3 2024-08-31 09:39:53.262 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-08-31 09:39:53.262 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:39:53.384 | ++ inc/python:pip_install:196 : result=0 2024-08-31 09:39:53.386 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:39:53.388 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:39:53.390 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:53.391 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:53.393 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:39:53.395 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:53.397 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:39:53.398 | ++ functions-common:time_stop:2442 : start_time=1725097188476 2024-08-31 09:39:53.400 | ++ functions-common:time_stop:2444 : [[ -z 1725097188476 ]] 2024-08-31 09:39:53.403 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:53.406 | ++ functions-common:time_stop:2447 : end_time=1725097193403 2024-08-31 09:39:53.407 | ++ functions-common:time_stop:2448 : elapsed_time=4927 2024-08-31 09:39:53.409 | ++ functions-common:time_stop:2449 : total=89982 2024-08-31 09:39:53.411 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:53.412 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94909 2024-08-31 09:39:53.414 | ++ inc/python:pip_install:199 : return 0 2024-08-31 09:39:53.416 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-31 09:39:53.418 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-31 09:39:53.420 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-31 09:39:53.434 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-31 09:39:53.444 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-08-31 09:39:53.446 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-08-31 09:39:53.448 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:39:53.450 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:39:53.452 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-08-31 09:39:53.454 | ++ inc/python:use_library_from_git:249 : return 1 2024-08-31 09:39:53.456 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-08-31 09:39:53.458 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-08-31 09:39:53.460 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-31 09:39:53.462 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-31 09:39:53.464 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-08-31 09:39:53.466 | + inc/python:use_library_from_git:249 : return 1 2024-08-31 09:39:53.468 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-08-31 09:39:53.470 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-08-31 09:39:53.472 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-31 09:39:53.474 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-08-31 09:39:53.476 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-08-31 09:39:53.478 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-31 09:39:53.482 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:39:53.482 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-31 09:39:53.486 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-08-31 09:39:53.488 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-08-31 09:39:53.490 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-08-31 09:39:53.492 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-08-31 09:39:53.495 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-08-31 09:39:53.512 | Using python 3.10 to install python-openstackclient 2024-08-31 09:39:53.514 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-08-31 09:39:54.585 | Collecting python-openstackclient 2024-08-31 09:39:54.595 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-08-31 09:39:54.615 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-08-31 09:39:54.615 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-08-31 09:39:54.616 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-08-31 09:39:54.616 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-08-31 09:39:54.617 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-08-31 09:39:54.618 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-08-31 09:39:54.618 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-08-31 09:39:54.619 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-08-31 09:39:54.620 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-08-31 09:39:54.621 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-08-31 09:39:54.622 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-08-31 09:39:54.626 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-08-31 09:39:54.628 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-08-31 09:39:54.628 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-08-31 09:39:54.629 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-08-31 09:39:54.630 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-08-31 09:39:54.640 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-08-31 09:39:54.641 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-08-31 09:39:54.642 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-08-31 09:39:54.642 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-08-31 09:39:54.643 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-08-31 09:39:54.644 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-08-31 09:39:54.645 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-08-31 09:39:54.647 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-08-31 09:39:54.647 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-08-31 09:39:54.648 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-08-31 09:39:54.655 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-08-31 09:39:54.663 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-08-31 09:39:54.663 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-08-31 09:39:54.663 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-08-31 09:39:54.664 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-08-31 09:39:54.664 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-08-31 09:39:54.672 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-08-31 09:39:54.681 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-08-31 09:39:54.682 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-08-31 09:39:54.683 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2024-08-31 09:39:54.741 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-08-31 09:39:54.743 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-08-31 09:39:54.743 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-08-31 09:39:54.761 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-08-31 09:39:54.765 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-08-31 09:39:54.791 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-08-31 09:39:54.848 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-08-31 09:39:54.853 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-08-31 09:39:54.884 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-08-31 09:39:54.884 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-08-31 09:39:54.885 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-08-31 09:39:54.888 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-08-31 09:39:54.931 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-08-31 09:39:55.824 | Installing collected packages: python-openstackclient 2024-08-31 09:39:56.741 | Successfully installed python-openstackclient-6.2.1 2024-08-31 09:39:56.741 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:39:56.866 | + inc/python:pip_install:196 : result=0 2024-08-31 09:39:56.868 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:39:56.870 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:56.872 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:56.874 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:56.876 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:56.878 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:56.880 | + functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:39:56.882 | + functions-common:time_stop:2442 : start_time=1725097193507 2024-08-31 09:39:56.884 | + functions-common:time_stop:2444 : [[ -z 1725097193507 ]] 2024-08-31 09:39:56.887 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:56.890 | + functions-common:time_stop:2447 : end_time=1725097196887 2024-08-31 09:39:56.892 | + functions-common:time_stop:2448 : elapsed_time=3380 2024-08-31 09:39:56.894 | + functions-common:time_stop:2449 : total=94909 2024-08-31 09:39:56.895 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:56.897 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98289 2024-08-31 09:39:56.900 | + inc/python:pip_install:199 : return 0 2024-08-31 09:39:56.902 | + stack.sh:main:990 : install_oscwrap 2024-08-31 09:39:56.905 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-08-31 09:39:56.908 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.alglV8xVjR 2024-08-31 09:39:56.910 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-08-31 09:39:56.912 | + functions-common:install_oscwrap:2486 : unalias -a 2024-08-31 09:39:56.914 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-08-31 09:39:56.916 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-08-31 09:39:56.918 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-31 09:39:56.920 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-08-31 09:39:56.934 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:56.936 | + stack.sh:main:1044 : configure_database 2024-08-31 09:39:56.939 | + lib/database:configure_database:128 : configure_database_mysql 2024-08-31 09:39:56.941 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-08-31 09:39:56.942 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-08-31 09:39:56.944 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:39:56.946 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-08-31 09:39:56.948 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-08-31 09:39:56.954 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:56.956 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:56.958 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-08-31 09:39:56.960 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-08-31 09:39:56.962 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-31 09:39:56.963 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-31 09:39:56.968 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-08-31 09:39:57.021 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-08-31 09:39:57.023 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-31 09:39:57.025 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-31 09:39:57.027 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-31 09:39:57.028 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-31 09:39:57.030 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-31 09:39:57.032 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-31 09:39:57.034 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-31 09:39:57.036 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-31 09:39:57.038 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-31 09:39:57.040 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-31 09:39:57.042 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-31 09:39:57.044 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-31 09:39:57.046 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-08-31 09:39:57.048 | + functions-common:is_suse:544 : is_opensuse 2024-08-31 09:39:57.050 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-31 09:39:57.052 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-31 09:39:57.053 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-31 09:39:57.056 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-31 09:39:57.058 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-31 09:39:57.060 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-08-31 09:39:57.061 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:57.064 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:57.065 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-08-31 09:39:57.067 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:39:57.069 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-31 09:39:57.630 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-08-31 09:39:57.632 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:57.634 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:57.636 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-08-31 09:39:57.638 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-08-31 09:39:57.640 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-08-31 09:39:57.643 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:57.645 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:57.647 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-08-31 09:39:57.648 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-08-31 09:39:57.651 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-08-31 09:39:57.652 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:57.654 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:57.659 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-08-31 09:39:57.660 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-08-31 09:39:57.662 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-08-31 09:39:57.664 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-08-31 09:39:57.679 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-08-31 09:39:57.681 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:39:57.683 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:39:57.685 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-08-31 09:39:57.687 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-08-31 09:39:57.691 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-08-31 09:39:57.735 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-08-31 09:39:57.778 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-08-31 09:39:57.821 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:57.823 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:57.825 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:57.827 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-08-31 09:39:57.829 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:39:57.831 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-31 09:39:58.364 | + stack.sh:main:1048 : save_stackenv 1048 2024-08-31 09:39:58.368 | + functions-common:save_stackenv:60 : local tag=1048 2024-08-31 09:39:58.370 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-31 09:39:58.374 | + functions-common:save_stackenv:62 : time_stamp=2024-08-31-093958 2024-08-31 09:39:58.377 | + functions-common:save_stackenv:63 : echo '# 2024-08-31-093958 1048' 2024-08-31 09:39:58.379 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.381 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-31 09:39:58.383 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.385 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-31 09:39:58.387 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.389 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-31 09:39:58.391 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.393 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-31 09:39:58.395 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.396 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-31 09:39:58.398 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.400 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-31 09:39:58.402 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.404 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-31-093600 2024-08-31 09:39:58.406 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.408 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-31 09:39:58.410 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.412 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-31 09:39:58.414 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.415 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-31 09:39:58.417 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.419 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-31 09:39:58.421 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.423 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-31 09:39:58.425 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.427 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-31 09:39:58.429 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.431 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-31 09:39:58.432 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:39:58.434 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-31 09:39:58.436 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-08-31 09:39:58.438 | + stack.sh:main:1074 : start_dstat 2024-08-31 09:39:58.440 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-31 09:39:58.442 | + functions-common:run_process:1689 : local service=dstat 2024-08-31 09:39:58.444 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-31 09:39:58.446 | + functions-common:run_process:1691 : local group= 2024-08-31 09:39:58.448 | + functions-common:run_process:1692 : local user= 2024-08-31 09:39:58.449 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:39:58.451 | + functions-common:run_process:1695 : local name=dstat 2024-08-31 09:39:58.453 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:39:58.455 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:39:58.457 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:39:58.459 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:39:58.461 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:39:58.465 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097198463 2024-08-31 09:39:58.467 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-08-31 09:39:58.480 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:58.482 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:39:58.484 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:58.486 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:58.488 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:58.490 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:58.492 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:58.494 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:39:58.496 | + functions-common:time_stop:2442 : start_time=1725097198463 2024-08-31 09:39:58.498 | + functions-common:time_stop:2444 : [[ -z 1725097198463 ]] 2024-08-31 09:39:58.500 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:58.506 | + functions-common:time_stop:2447 : end_time=1725097198501 2024-08-31 09:39:58.508 | + functions-common:time_stop:2448 : elapsed_time=38 2024-08-31 09:39:58.509 | + functions-common:time_stop:2449 : total=0 2024-08-31 09:39:58.512 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:58.514 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38 2024-08-31 09:39:58.519 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-08-31 09:39:58.521 | + functions-common:run_process:1689 : local service=memory_tracker 2024-08-31 09:39:58.522 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-08-31 09:39:58.527 | + functions-common:run_process:1691 : local group= 2024-08-31 09:39:58.529 | + functions-common:run_process:1692 : local user=root 2024-08-31 09:39:58.531 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:39:58.533 | + functions-common:run_process:1695 : local name=memory_tracker 2024-08-31 09:39:58.535 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:39:58.537 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:39:58.539 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:39:58.542 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:39:58.544 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:39:58.548 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097198546 2024-08-31 09:39:58.552 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-08-31 09:39:58.565 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:58.567 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:39:58.569 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:58.571 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:58.574 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:58.576 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:58.577 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:58.579 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:39:58.581 | + functions-common:time_stop:2442 : start_time=1725097198546 2024-08-31 09:39:58.583 | + functions-common:time_stop:2444 : [[ -z 1725097198546 ]] 2024-08-31 09:39:58.586 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:58.589 | + functions-common:time_stop:2447 : end_time=1725097198587 2024-08-31 09:39:58.591 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-31 09:39:58.593 | + functions-common:time_stop:2449 : total=38 2024-08-31 09:39:58.595 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:58.597 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79 2024-08-31 09:39:58.599 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-08-31 09:39:58.613 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:58.615 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-08-31 09:39:58.617 | + functions-common:run_process:1689 : local service=file_tracker 2024-08-31 09:39:58.619 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-08-31 09:39:58.621 | + functions-common:run_process:1691 : local group= 2024-08-31 09:39:58.623 | + functions-common:run_process:1692 : local user= 2024-08-31 09:39:58.625 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:39:58.627 | + functions-common:run_process:1695 : local name=file_tracker 2024-08-31 09:39:58.629 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:39:58.630 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:39:58.632 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:39:58.634 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:39:58.637 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:39:58.640 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097198638 2024-08-31 09:39:58.642 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-08-31 09:39:58.656 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:58.658 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:39:58.661 | + functions-common:time_stop:2435 : local name 2024-08-31 09:39:58.663 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:39:58.665 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:39:58.667 | + functions-common:time_stop:2438 : local total 2024-08-31 09:39:58.669 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:39:58.671 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:39:58.673 | + functions-common:time_stop:2442 : start_time=1725097198638 2024-08-31 09:39:58.675 | + functions-common:time_stop:2444 : [[ -z 1725097198638 ]] 2024-08-31 09:39:58.678 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:39:58.681 | + functions-common:time_stop:2447 : end_time=1725097198679 2024-08-31 09:39:58.683 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-31 09:39:58.685 | + functions-common:time_stop:2449 : total=79 2024-08-31 09:39:58.687 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:39:58.689 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=120 2024-08-31 09:39:58.691 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-08-31 09:39:58.708 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:39:58.708 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-08-31 09:39:58.722 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:39:58.724 | + stack.sh:main:1087 : start_etcd3 2024-08-31 09:39:58.726 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-08-31 09:39:58.728 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-08-31 09:39:58.730 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-08-31 09:39:58.732 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-08-31 09:39:58.734 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-08-31 09:39:58.736 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-08-31 09:39:58.738 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-08-31 09:39:58.740 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-08-31 09:39:58.742 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-08-31 09:39:58.744 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-08-31 09:39:58.746 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-08-31 09:39:58.748 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-31 09:39:58.750 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2024-08-31 09:39:58.752 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-08-31 09:39:58.754 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-08-31 09:39:58.756 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:39:58.758 | + functions-common:write_user_unit_file:1561 : local user=root 2024-08-31 09:39:58.760 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:39:58.762 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:39:58.764 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:39:58.765 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-31 09:39:58.767 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:39:58.770 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-08-31 09:39:58.819 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-08-31 09:39:58.867 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-08-31 09:39:58.907 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-08-31 09:39:58.949 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-08-31 09:39:58.991 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:39:59.033 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:39:59.035 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:39:59.037 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-08-31 09:39:59.087 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:39:59.337 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-08-31 09:39:59.382 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-08-31 09:39:59.425 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-08-31 09:39:59.469 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-08-31 09:39:59.513 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-08-31 09:39:59.517 | ++ functions-common:is_arch:507 : uname -m 2024-08-31 09:39:59.519 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-31 09:39:59.522 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-08-31 09:39:59.786 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-08-31 09:39:59.795 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-08-31 09:40:00.025 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-08-31 09:40:00.790 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-08-31 09:40:00.805 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:00.807 | + stack.sh:main:1098 : write_clouds_yaml 2024-08-31 09:40:00.810 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-08-31 09:40:00.813 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-08-31 09:40:00.816 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-08-31 09:40:00.825 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-08-31 09:40:00.834 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-08-31 09:40:00.836 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-31 09:40:00.838 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-08-31 09:40:00.886 | The user clouds.yaml file didn't exist. 2024-08-31 09:40:00.889 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-08-31 09:40:00.944 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-08-31 09:40:01.005 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-08-31 09:40:01.065 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-08-31 09:40:01.127 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-08-31 09:40:01.188 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-08-31 09:40:01.249 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-08-31 09:40:01.312 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-08-31 09:40:01.377 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-08-31 09:40:01.447 | + functions-common:write_clouds_yaml:198 : cat 2024-08-31 09:40:01.451 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-08-31 09:40:01.453 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-08-31 09:40:01.456 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-08-31 09:40:01.459 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-08-31 09:40:01.462 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-08-31 09:40:01.463 | + stack.sh:main:1101 : is_service_enabled keystone 2024-08-31 09:40:01.476 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:40:01.478 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-08-31 09:40:01.481 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:40:01.483 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-08-31 09:40:01.485 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-31 09:40:01.487 | + stack.sh:main:1105 : init_keystone 2024-08-31 09:40:01.489 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-08-31 09:40:01.502 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:01.504 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-08-31 09:40:01.505 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-08-31 09:40:01.507 | + lib/database:recreate_database:112 : local db=keystone 2024-08-31 09:40:01.509 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-08-31 09:40:01.511 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-08-31 09:40:01.513 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-08-31 09:40:01.522 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-08-31 09:40:01.530 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-08-31 09:40:01.532 | + functions-common:time_start:2421 : local name=dbsync 2024-08-31 09:40:01.534 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:40:01.536 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:40:01.539 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:40:01.543 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097201540 2024-08-31 09:40:01.545 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-08-31 09:40:03.401 | 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=29341) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:40:03.405 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:40:03.405 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:40:03.406 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.407 | 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=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.407 | 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=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.407 | 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=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.407 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:40:03.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:40:03.408 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-31 09:40:03.408 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29341) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-31 09:40:03.419 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:40:03.419 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:40:03.449 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-08-31 09:40:04.146 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29341) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-31 09:40:04.147 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-08-31 09:40:04.147 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29341) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:40:04.149 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-08-31 09:40:04.149 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29341) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-31 09:40:04.438 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-08-31 09:40:04.440 | + functions-common:time_stop:2435 : local name 2024-08-31 09:40:04.442 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:40:04.444 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:40:04.446 | + functions-common:time_stop:2438 : local total 2024-08-31 09:40:04.448 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:40:04.450 | + functions-common:time_stop:2441 : name=dbsync 2024-08-31 09:40:04.452 | + functions-common:time_stop:2442 : start_time=1725097201540 2024-08-31 09:40:04.454 | + functions-common:time_stop:2444 : [[ -z 1725097201540 ]] 2024-08-31 09:40:04.457 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:40:04.459 | + functions-common:time_stop:2447 : end_time=1725097204457 2024-08-31 09:40:04.461 | + functions-common:time_stop:2448 : elapsed_time=2917 2024-08-31 09:40:04.463 | + functions-common:time_stop:2449 : total=0 2024-08-31 09:40:04.465 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:40:04.467 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2917 2024-08-31 09:40:04.469 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-08-31 09:40:04.471 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-08-31 09:40:04.474 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-08-31 09:40:06.137 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-31 09:40:06.137 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-31 09:40:06.402 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-08-31 09:40:06.406 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-08-31 09:40:08.043 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-08-31 09:40:08.043 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-31 09:40:08.043 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-31 09:40:08.043 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-08-31 09:40:08.044 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-31 09:40:08.044 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-31 09:40:08.044 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-31 09:40:08.044 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-31 09:40:08.044 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-31 09:40:08.315 | + stack.sh:main:1106 : start_keystone 2024-08-31 09:40:08.317 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-08-31 09:40:08.319 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-08-31 09:40:08.322 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-08-31 09:40:08.335 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:08.337 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-08-31 09:40:08.340 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-08-31 09:40:08.343 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-08-31 09:40:08.345 | + functions-common:run_process:1689 : local service=keystone 2024-08-31 09:40:08.347 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.349 | + functions-common:run_process:1691 : local group= 2024-08-31 09:40:08.351 | + functions-common:run_process:1692 : local user= 2024-08-31 09:40:08.353 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:40:08.355 | + functions-common:run_process:1695 : local name=keystone 2024-08-31 09:40:08.357 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:40:08.359 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:40:08.361 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:40:08.363 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:40:08.365 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:40:08.368 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097208366 2024-08-31 09:40:08.370 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-08-31 09:40:08.383 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:40:08.385 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-08-31 09:40:08.387 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-08-31 09:40:08.389 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.391 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.393 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.394 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.396 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-08-31 09:40:08.398 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-08-31 09:40:08.400 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-08-31 09:40:08.402 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:40:08.404 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:40:08.406 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:40:08.408 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:40:08.409 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-08-31 09:40:08.411 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-08-31 09:40:08.413 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-08-31 09:40:08.415 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.417 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-31 09:40:08.418 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-31 09:40:08.420 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-31 09:40:08.422 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-08-31 09:40:08.424 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-31 09:40:08.427 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-08-31 09:40:08.475 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-08-31 09:40:08.522 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-08-31 09:40:08.564 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-31 09:40:08.604 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:40:08.645 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-08-31 09:40:08.684 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-08-31 09:40:08.725 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-08-31 09:40:08.765 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-08-31 09:40:08.805 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-08-31 09:40:08.844 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-31 09:40:08.846 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-31 09:40:08.848 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-08-31 09:40:08.894 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-31 09:40:09.120 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-08-31 09:40:09.129 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-08-31 09:40:09.190 | ++ inc/async:async_inner:64 : rc=0 2024-08-31 09:40:09.208 | [26976 Async install_tempest:26976]: finished successfully 2024-08-31 09:40:09.364 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-08-31 09:40:09.428 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:40:09.430 | + functions-common:time_stop:2435 : local name 2024-08-31 09:40:09.432 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:40:09.434 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:40:09.436 | + functions-common:time_stop:2438 : local total 2024-08-31 09:40:09.438 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:40:09.440 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:40:09.442 | + functions-common:time_stop:2442 : start_time=1725097208366 2024-08-31 09:40:09.444 | + functions-common:time_stop:2444 : [[ -z 1725097208366 ]] 2024-08-31 09:40:09.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:40:09.449 | + functions-common:time_stop:2447 : end_time=1725097209447 2024-08-31 09:40:09.451 | + functions-common:time_stop:2448 : elapsed_time=1081 2024-08-31 09:40:09.453 | + functions-common:time_stop:2449 : total=120 2024-08-31 09:40:09.455 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:40:09.457 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1201 2024-08-31 09:40:09.459 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-08-31 09:40:09.459 | Waiting for keystone to start... 2024-08-31 09:40:09.461 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-08-31 09:40:09.463 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-08-31 09:40:09.465 | + functions:wait_for_service:468 : local timeout=60 2024-08-31 09:40:09.466 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-08-31 09:40:09.468 | + functions:wait_for_service:470 : local rval=0 2024-08-31 09:40:09.470 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-31 09:40:09.472 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-31 09:40:09.474 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:40:09.476 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:40:09.479 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:40:09.482 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097209479 2024-08-31 09:40:09.484 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-31 09:40:09.487 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-08-31 09:40:11.852 | + :: : [[ 200 == 503 ]] 2024-08-31 09:40:11.853 | + :: : [[ 0 -eq 7 ]] 2024-08-31 09:40:11.856 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-31 09:40:11.858 | + functions-common:time_stop:2435 : local name 2024-08-31 09:40:11.860 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:40:11.862 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:40:11.864 | + functions-common:time_stop:2438 : local total 2024-08-31 09:40:11.866 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:40:11.867 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-31 09:40:11.869 | + functions-common:time_stop:2442 : start_time=1725097209479 2024-08-31 09:40:11.871 | + functions-common:time_stop:2444 : [[ -z 1725097209479 ]] 2024-08-31 09:40:11.874 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:40:11.877 | + functions-common:time_stop:2447 : end_time=1725097211874 2024-08-31 09:40:11.879 | + functions-common:time_stop:2448 : elapsed_time=2395 2024-08-31 09:40:11.880 | + functions-common:time_stop:2449 : total=0 2024-08-31 09:40:11.882 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:40:11.884 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2395 2024-08-31 09:40:11.886 | + functions:wait_for_service:478 : return 0 2024-08-31 09:40:11.888 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-08-31 09:40:11.902 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:11.903 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-08-31 09:40:11.905 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-31 09:40:11.908 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-08-31 09:40:12.694 | + stack.sh:main:1107 : bootstrap_keystone 2024-08-31 09:40:12.696 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-08-31 09:40:14.419 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.419 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.419 | 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=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.422 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.432 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.432 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.448 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.463 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.464 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.592 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.592 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.592 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.592 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.592 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.592 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.601 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.603 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.604 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.604 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.604 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.604 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.605 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.605 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.605 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30129) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-31 09:40:14.623 | 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=30129) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:40:14.724 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created domain default 2024-08-31 09:40:14.747 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created project admin 2024-08-31 09:40:14.763 | WARNING keystone.common.password_hashing [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-08-31 09:40:14.764 | DEBUG passlib.handlers.bcrypt [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30129) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-08-31 09:40:14.764 | DEBUG passlib.handlers.bcrypt [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30129) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-08-31 09:40:14.799 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created user admin 2024-08-31 09:40:14.806 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created role reader 2024-08-31 09:40:14.818 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created role member 2024-08-31 09:40:14.832 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created implied role where f425e8dc330c4f58bfc2507ac0a55b1d implies 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:14.836 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created role admin 2024-08-31 09:40:14.844 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created implied role where b7bb5b1d576b4dc4b29f80b08bae3c42 implies f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:14.851 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Granted role admin on project admin to user admin. 2024-08-31 09:40:14.854 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Granted role admin on the system to user admin. 2024-08-31 09:40:14.860 | WARNING py.warnings [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-08-31 09:40:14.860 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-08-31 09:40:14.860 |  2024-08-31 09:40:14.863 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created region RegionOne 2024-08-31 09:40:14.878 | INFO keystone.cmd.bootstrap [None req-c82f7420-f551-4249-b105-ffaf91edfe0e None None] Created public endpoint http://10.180.1.21/identity 2024-08-31 09:40:15.210 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-08-31 09:40:15.213 | + stack.sh:main:1110 : create_keystone_accounts 2024-08-31 09:40:15.215 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-08-31 09:40:15.218 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-08-31 09:40:16.831 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:16.833 | + lib/keystone:create_keystone_accounts:315 : admin_project=e8722a37ef8f4279abfe709d29d7d3ca 2024-08-31 09:40:16.835 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-08-31 09:40:16.838 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-08-31 09:40:18.066 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:18.068 | + lib/keystone:create_keystone_accounts:317 : admin_user=886e592c20e64e17b451f0a09f37219c 2024-08-31 09:40:18.070 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-08-31 09:40:18.072 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-08-31 09:40:18.074 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-08-31 09:40:18.076 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 886e592c20e64e17b451f0a09f37219c default 2024-08-31 09:40:18.121 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 886e592c20e64e17b451f0a09f37219c default 2024-08-31 09:40:18.149 | [3682 Async ks-domain-role:30250]: running: get_or_add_user_domain_role admin 886e592c20e64e17b451f0a09f37219c default 2024-08-31 09:40:18.151 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-08-31 09:40:18.153 | + functions-common:get_or_create_domain:895 : local domain_id 2024-08-31 09:40:18.156 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-31 09:40:19.681 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:19.683 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-08-31 09:40:19.685 | + functions-common:get_or_create_domain:901 : echo default 2024-08-31 09:40:19.685 | default 2024-08-31 09:40:19.687 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-08-31 09:40:19.734 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-08-31 09:40:19.763 | [3682 Async ks-project:30361]: running: get_or_create_project service Default 2024-08-31 09:40:19.765 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-08-31 09:40:19.812 | + inc/async:async_inner:63 : get_or_create_role service 2024-08-31 09:40:19.845 | [3682 Async ks-service:30473]: running: get_or_create_role service 2024-08-31 09:40:19.846 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-08-31 09:40:19.895 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-08-31 09:40:19.924 | [3682 Async ks-reseller:30569]: running: get_or_create_role ResellerAdmin 2024-08-31 09:40:19.925 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-08-31 09:40:19.929 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-08-31 09:40:19.978 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-08-31 09:40:20.008 | [3682 Async ks-anotherrole:30666]: running: get_or_create_role anotherrole 2024-08-31 09:40:20.010 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-08-31 09:40:20.013 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-08-31 09:40:20.016 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-31 09:40:20.018 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-08-31 09:40:21.347 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:21.367 | [30473 Async ks-service:30473]: finished successfully 2024-08-31 09:40:21.440 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:21.458 | [30569 Async ks-reseller:30569]: finished successfully 2024-08-31 09:40:21.475 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:21.493 | [30361 Async ks-project:30361]: finished successfully 2024-08-31 09:40:21.578 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:21.597 | [30666 Async ks-anotherrole:30666]: finished successfully 2024-08-31 09:40:21.674 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:21.691 | [30250 Async ks-domain-role:30250]: finished successfully 2024-08-31 09:40:21.863 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:21.865 | ++ functions-common:get_or_create_project:951 : project_id=d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:21.867 | ++ functions-common:get_or_create_project:952 : echo d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:21.870 | + lib/keystone:create_keystone_accounts:345 : invis_project=d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:21.872 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-08-31 09:40:21.874 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-08-31 09:40:21.876 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-31 09:40:21.879 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-08-31 09:40:23.327 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:23.330 | ++ functions-common:get_or_create_project:951 : project_id=ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:23.332 | ++ functions-common:get_or_create_project:952 : echo ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:23.334 | + lib/keystone:create_keystone_accounts:349 : demo_project=ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:23.336 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-08-31 09:40:23.339 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-08-31 09:40:23.341 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:23.342 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-08-31 09:40:23.344 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-08-31 09:40:23.347 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-08-31 09:40:24.702 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:24.704 | ++ functions-common:get_or_create_user:938 : user_id=3c13209239fc479ebfdcf2552802ca0d 2024-08-31 09:40:24.706 | ++ functions-common:get_or_create_user:939 : echo 3c13209239fc479ebfdcf2552802ca0d 2024-08-31 09:40:24.709 | + lib/keystone:create_keystone_accounts:352 : demo_user=3c13209239fc479ebfdcf2552802ca0d 2024-08-31 09:40:24.711 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-08-31 09:40:24.746 | [3682 Async ks-domain-role:30250]: Waiting for completion of get_or_add_user_domain_role admin 886e592c20e64e17b451f0a09f37219c default running on PID 30250 (6 other jobs running) 2024-08-31 09:40:24.762 | [3682 Async ks-domain-role:30250]: Signaling child to exit 2024-08-31 09:40:24.763 | WAKEUP 2024-08-31 09:40:24.779 | [3682 Async ks-domain-role:30250]: Signaled 2024-08-31 09:40:24.779 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-08-31 09:40:24.779 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 886e592c20e64e17b451f0a09f37219c --domain default 2024-08-31 09:40:24.780 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 886e592c20e64e17b451f0a09f37219c --domain default -c Role -f value 2024-08-31 09:40:24.780 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:24.780 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:24.780 | + functions-common:get_or_add_user_domain_role:1022 : echo b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:24.780 | b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:24.809 | [3682 Async ks-domain-role:30250]: finished get_or_add_user_domain_role admin 886e592c20e64e17b451f0a09f37219c default with result 0 in 3 seconds 2024-08-31 09:40:24.814 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-08-31 09:40:24.838 | [3682 Async ks-project:30361]: Waiting for completion of get_or_create_project service Default running on PID 30361 (5 other jobs running) 2024-08-31 09:40:24.855 | [3682 Async ks-project:30361]: Signaling child to exit 2024-08-31 09:40:24.855 | WAKEUP 2024-08-31 09:40:24.871 | [3682 Async ks-project:30361]: Signaled 2024-08-31 09:40:24.872 | + functions-common:get_or_create_project:945 : local project_id 2024-08-31 09:40:24.872 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-08-31 09:40:24.872 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:24.872 | + functions-common:get_or_create_project:951 : project_id=ba88c150a7ab4045a2d6028d46319fff 2024-08-31 09:40:24.872 | + functions-common:get_or_create_project:952 : echo ba88c150a7ab4045a2d6028d46319fff 2024-08-31 09:40:24.872 | ba88c150a7ab4045a2d6028d46319fff 2024-08-31 09:40:24.902 | [3682 Async ks-project:30361]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-08-31 09:40:24.927 | [3682 Async ks-service:30473]: Waiting for completion of get_or_create_role service running on PID 30473 (4 other jobs running) 2024-08-31 09:40:24.944 | [3682 Async ks-service:30473]: Signaling child to exit 2024-08-31 09:40:24.944 | WAKEUP 2024-08-31 09:40:24.959 | [3682 Async ks-service:30473]: Signaled 2024-08-31 09:40:24.960 | + functions-common:get_or_create_role:958 : local role_id 2024-08-31 09:40:24.960 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-08-31 09:40:24.960 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:24.960 | + functions-common:get_or_create_role:963 : role_id=43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:40:24.960 | + functions-common:get_or_create_role:964 : echo 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:40:24.960 | 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:40:24.989 | [3682 Async ks-service:30473]: finished get_or_create_role service with result 0 in 1 seconds 2024-08-31 09:40:25.014 | [3682 Async ks-reseller:30569]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30569 (3 other jobs running) 2024-08-31 09:40:25.031 | [3682 Async ks-reseller:30569]: Signaling child to exit 2024-08-31 09:40:25.031 | WAKEUP 2024-08-31 09:40:25.046 | [3682 Async ks-reseller:30569]: Signaled 2024-08-31 09:40:25.047 | + functions-common:get_or_create_role:958 : local role_id 2024-08-31 09:40:25.047 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-08-31 09:40:25.047 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:25.047 | + functions-common:get_or_create_role:963 : role_id=8a2df32dc525456393061f8f77f6a84d 2024-08-31 09:40:25.047 | + functions-common:get_or_create_role:964 : echo 8a2df32dc525456393061f8f77f6a84d 2024-08-31 09:40:25.047 | 8a2df32dc525456393061f8f77f6a84d 2024-08-31 09:40:25.077 | [3682 Async ks-reseller:30569]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-08-31 09:40:25.102 | [3682 Async ks-anotherrole:30666]: Waiting for completion of get_or_create_role anotherrole running on PID 30666 (2 other jobs running) 2024-08-31 09:40:25.118 | [3682 Async ks-anotherrole:30666]: Signaling child to exit 2024-08-31 09:40:25.118 | WAKEUP 2024-08-31 09:40:25.134 | [3682 Async ks-anotherrole:30666]: Signaled 2024-08-31 09:40:25.134 | + functions-common:get_or_create_role:958 : local role_id 2024-08-31 09:40:25.134 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-08-31 09:40:25.134 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:25.134 | + functions-common:get_or_create_role:963 : role_id=90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:25.134 | + functions-common:get_or_create_role:964 : echo 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:25.134 | 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:25.165 | [3682 Async ks-anotherrole:30666]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-08-31 09:40:25.168 | + inc/async:async_wait:197 : return 0 2024-08-31 09:40:25.170 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.215 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.246 | [3682 Async ks-demo-member:31510]: running: get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.248 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 886e592c20e64e17b451f0a09f37219c ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.295 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 886e592c20e64e17b451f0a09f37219c ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.324 | [3682 Async ks-demo-admin:31646]: running: get_or_add_user_project_role admin 886e592c20e64e17b451f0a09f37219c ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.326 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.375 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.405 | [3682 Async ks-demo-another:31745]: running: get_or_add_user_project_role anotherrole 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:25.407 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:25.454 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:25.485 | [3682 Async ks-demo-invis:31842]: running: get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:25.487 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-08-31 09:40:25.490 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-08-31 09:40:25.492 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:25.493 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-08-31 09:40:25.495 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-08-31 09:40:25.498 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-08-31 09:40:27.168 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:27.171 | ++ functions-common:get_or_create_user:938 : user_id=2180b6a6d3704aabb3aa24b10d139fc6 2024-08-31 09:40:27.173 | ++ functions-common:get_or_create_user:939 : echo 2180b6a6d3704aabb3aa24b10d139fc6 2024-08-31 09:40:27.179 | + lib/keystone:create_keystone_accounts:365 : demo_reader=2180b6a6d3704aabb3aa24b10d139fc6 2024-08-31 09:40:27.181 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 2180b6a6d3704aabb3aa24b10d139fc6 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:27.231 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 2180b6a6d3704aabb3aa24b10d139fc6 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:27.265 | [3682 Async ks-demo-reader:31997]: running: get_or_add_user_project_role reader 2180b6a6d3704aabb3aa24b10d139fc6 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:27.267 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-08-31 09:40:27.269 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-08-31 09:40:27.271 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-31 09:40:27.274 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-08-31 09:40:28.879 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:28.881 | ++ functions-common:get_or_create_project:951 : project_id=180b64274db14219936c288168bd0c8b 2024-08-31 09:40:28.883 | ++ functions-common:get_or_create_project:952 : echo 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:28.885 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=180b64274db14219936c288168bd0c8b 2024-08-31 09:40:28.887 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-08-31 09:40:28.890 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-08-31 09:40:28.892 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:28.894 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-08-31 09:40:28.895 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-08-31 09:40:28.898 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-08-31 09:40:29.563 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:29.582 | [31510 Async ks-demo-member:31510]: finished successfully 2024-08-31 09:40:29.781 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:29.793 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:29.801 | [31646 Async ks-demo-admin:31646]: finished successfully 2024-08-31 09:40:29.813 | [31745 Async ks-demo-another:31745]: finished successfully 2024-08-31 09:40:29.922 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:29.939 | [31842 Async ks-demo-invis:31842]: finished successfully 2024-08-31 09:40:30.290 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:30.292 | ++ functions-common:get_or_create_user:938 : user_id=72664826a37b41c2be33d4e7d673c745 2024-08-31 09:40:30.294 | ++ functions-common:get_or_create_user:939 : echo 72664826a37b41c2be33d4e7d673c745 2024-08-31 09:40:30.296 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=72664826a37b41c2be33d4e7d673c745 2024-08-31 09:40:30.298 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:30.347 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:30.378 | [3682 Async ks-alt-admin:32405]: running: get_or_add_user_project_role admin 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:30.380 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:30.427 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:30.457 | [3682 Async ks-alt-another:32501]: running: get_or_add_user_project_role anotherrole 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:30.459 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-08-31 09:40:30.461 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-08-31 09:40:30.463 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:30.466 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-08-31 09:40:30.468 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-08-31 09:40:30.470 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-08-31 09:40:31.258 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:31.277 | [31997 Async ks-demo-reader:31997]: finished successfully 2024-08-31 09:40:31.911 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:31.913 | ++ functions-common:get_or_create_user:938 : user_id=4e4475f206194a7bbd6aed23e2e4bc76 2024-08-31 09:40:31.915 | ++ functions-common:get_or_create_user:939 : echo 4e4475f206194a7bbd6aed23e2e4bc76 2024-08-31 09:40:31.917 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=4e4475f206194a7bbd6aed23e2e4bc76 2024-08-31 09:40:31.920 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 4e4475f206194a7bbd6aed23e2e4bc76 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:31.969 | + inc/async:async_inner:63 : get_or_add_user_project_role member 4e4475f206194a7bbd6aed23e2e4bc76 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:32.002 | [3682 Async ks-alt-member-user:32678]: running: get_or_add_user_project_role member 4e4475f206194a7bbd6aed23e2e4bc76 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:32.004 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-08-31 09:40:32.006 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-08-31 09:40:32.008 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:32.011 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-08-31 09:40:32.013 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-08-31 09:40:32.015 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-08-31 09:40:33.442 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:33.445 | ++ functions-common:get_or_create_user:938 : user_id=0d6bc01b4ec5484c89bbe4d58d685dd8 2024-08-31 09:40:33.447 | ++ functions-common:get_or_create_user:939 : echo 0d6bc01b4ec5484c89bbe4d58d685dd8 2024-08-31 09:40:33.449 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=0d6bc01b4ec5484c89bbe4d58d685dd8 2024-08-31 09:40:33.451 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 0d6bc01b4ec5484c89bbe4d58d685dd8 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:33.500 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 0d6bc01b4ec5484c89bbe4d58d685dd8 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:33.532 | [3682 Async ks-alt-reader-user:32852]: running: get_or_add_user_project_role reader 0d6bc01b4ec5484c89bbe4d58d685dd8 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:33.535 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-08-31 09:40:33.537 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:33.539 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-08-31 09:40:33.541 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-08-31 09:40:33.543 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-08-31 09:40:33.988 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:34.014 | [32405 Async ks-alt-admin:32405]: finished successfully 2024-08-31 09:40:34.112 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:34.127 | [32501 Async ks-alt-another:32501]: finished successfully 2024-08-31 09:40:34.940 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:34.943 | ++ functions-common:get_or_create_user:938 : user_id=6ceb7c11d73f4b0388fac3d59a134c1f 2024-08-31 09:40:34.945 | ++ functions-common:get_or_create_user:939 : echo 6ceb7c11d73f4b0388fac3d59a134c1f 2024-08-31 09:40:34.949 | + lib/keystone:create_keystone_accounts:397 : system_member_user=6ceb7c11d73f4b0388fac3d59a134c1f 2024-08-31 09:40:34.951 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 6ceb7c11d73f4b0388fac3d59a134c1f all 2024-08-31 09:40:35.004 | + inc/async:async_inner:63 : get_or_add_user_system_role member 6ceb7c11d73f4b0388fac3d59a134c1f all 2024-08-31 09:40:35.036 | [3682 Async ks-system-member:33087]: running: get_or_add_user_system_role member 6ceb7c11d73f4b0388fac3d59a134c1f all 2024-08-31 09:40:35.039 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-08-31 09:40:35.041 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:40:35.043 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-08-31 09:40:35.044 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-08-31 09:40:35.047 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-08-31 09:40:35.630 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:35.650 | [32678 Async ks-alt-member-user:32678]: finished successfully 2024-08-31 09:40:36.441 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:36.443 | ++ functions-common:get_or_create_user:938 : user_id=29dcff6fcb524763b2cd8747fea8d167 2024-08-31 09:40:36.446 | ++ functions-common:get_or_create_user:939 : echo 29dcff6fcb524763b2cd8747fea8d167 2024-08-31 09:40:36.449 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=29dcff6fcb524763b2cd8747fea8d167 2024-08-31 09:40:36.451 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 29dcff6fcb524763b2cd8747fea8d167 all 2024-08-31 09:40:36.503 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 29dcff6fcb524763b2cd8747fea8d167 all 2024-08-31 09:40:36.534 | [3682 Async ks-system-reader:33295]: running: get_or_add_user_system_role reader 29dcff6fcb524763b2cd8747fea8d167 all 2024-08-31 09:40:36.537 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-08-31 09:40:36.540 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-08-31 09:40:36.542 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-08-31 09:40:36.544 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-31 09:40:36.547 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-08-31 09:40:36.979 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:36.998 | [32852 Async ks-alt-reader-user:32852]: finished successfully 2024-08-31 09:40:38.016 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:38.018 | ++ functions-common:get_or_create_group:915 : group_id=de457be984b74453a47bd3973b5898b1 2024-08-31 09:40:38.020 | ++ functions-common:get_or_create_group:916 : echo de457be984b74453a47bd3973b5898b1 2024-08-31 09:40:38.023 | + lib/keystone:create_keystone_accounts:407 : admin_group=de457be984b74453a47bd3973b5898b1 2024-08-31 09:40:38.025 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-08-31 09:40:38.027 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-08-31 09:40:38.029 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-08-31 09:40:38.032 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-31 09:40:38.035 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-08-31 09:40:39.451 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:39.454 | ++ functions-common:get_or_create_group:915 : group_id=59ecd782115549f6a3517e66fa7901b4 2024-08-31 09:40:39.456 | ++ functions-common:get_or_create_group:916 : echo 59ecd782115549f6a3517e66fa7901b4 2024-08-31 09:40:39.458 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=59ecd782115549f6a3517e66fa7901b4 2024-08-31 09:40:39.460 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.508 | + inc/async:async_inner:63 : get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.536 | [3682 Async ks-group-memberdemo:33562]: running: get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.538 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.607 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.636 | [3682 Async ks-group-anotherdemo:33641]: running: get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.638 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:39.687 | + inc/async:async_inner:63 : get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:39.716 | [3682 Async ks-group-memberalt:33721]: running: get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:39.718 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:39.767 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:39.799 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:39.800 | [3682 Async ks-group-anotheralt:33801]: running: get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:39.803 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin de457be984b74453a47bd3973b5898b1 e8722a37ef8f4279abfe709d29d7d3ca 2024-08-31 09:40:39.819 | [33087 Async ks-system-member:33087]: finished successfully 2024-08-31 09:40:39.856 | + inc/async:async_inner:63 : get_or_add_group_project_role admin de457be984b74453a47bd3973b5898b1 e8722a37ef8f4279abfe709d29d7d3ca 2024-08-31 09:40:39.885 | [3682 Async ks-group-admin:33939]: running: get_or_add_group_project_role admin de457be984b74453a47bd3973b5898b1 e8722a37ef8f4279abfe709d29d7d3ca 2024-08-31 09:40:39.888 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-08-31 09:40:39.925 | [3682 Async ks-demo-member:31510]: Waiting for completion of get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 running on PID 31510 (17 other jobs running) 2024-08-31 09:40:39.942 | [3682 Async ks-demo-member:31510]: Signaling child to exit 2024-08-31 09:40:39.943 | WAKEUP 2024-08-31 09:40:39.958 | [3682 Async ks-demo-member:31510]: Signaled 2024-08-31 09:40:39.960 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:39.960 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:39.960 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:39.960 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:39.960 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:39.960 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:39.960 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:39.960 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:39.960 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:39.960 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 3c13209239fc479ebfdcf2552802ca0d --project ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:39.960 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3c13209239fc479ebfdcf2552802ca0d --project ec0a92d577764e71911a4bcd0867bd61 -c Role -f value 2024-08-31 09:40:39.960 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:39.960 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:39.960 | + functions-common:get_or_add_user_project_role:1003 : echo f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:39.960 | f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:39.991 | [3682 Async ks-demo-member:31510]: finished get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 with result 0 in 4 seconds 2024-08-31 09:40:40.017 | [3682 Async ks-demo-admin:31646]: Waiting for completion of get_or_add_user_project_role admin 886e592c20e64e17b451f0a09f37219c ec0a92d577764e71911a4bcd0867bd61 running on PID 31646 (16 other jobs running) 2024-08-31 09:40:40.034 | [3682 Async ks-demo-admin:31646]: Signaling child to exit 2024-08-31 09:40:40.034 | WAKEUP 2024-08-31 09:40:40.050 | [3682 Async ks-demo-admin:31646]: Signaled 2024-08-31 09:40:40.051 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.051 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.051 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.051 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.051 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.051 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.051 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.051 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.051 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.051 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 886e592c20e64e17b451f0a09f37219c --project ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:40.051 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 886e592c20e64e17b451f0a09f37219c --project ec0a92d577764e71911a4bcd0867bd61 -c Role -f value 2024-08-31 09:40:40.051 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.051 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:40.051 | + functions-common:get_or_add_user_project_role:1003 : echo b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:40.051 | b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:40.081 | [3682 Async ks-demo-admin:31646]: finished get_or_add_user_project_role admin 886e592c20e64e17b451f0a09f37219c ec0a92d577764e71911a4bcd0867bd61 with result 0 in 4 seconds 2024-08-31 09:40:40.107 | [3682 Async ks-demo-another:31745]: Waiting for completion of get_or_add_user_project_role anotherrole 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 running on PID 31745 (15 other jobs running) 2024-08-31 09:40:40.124 | [3682 Async ks-demo-another:31745]: Signaling child to exit 2024-08-31 09:40:40.124 | WAKEUP 2024-08-31 09:40:40.141 | [3682 Async ks-demo-another:31745]: Signaled 2024-08-31 09:40:40.143 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.143 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.143 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.143 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.143 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.143 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.143 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.143 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.143 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.143 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 3c13209239fc479ebfdcf2552802ca0d --project ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:40.143 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 3c13209239fc479ebfdcf2552802ca0d --project ec0a92d577764e71911a4bcd0867bd61 -c Role -f value 2024-08-31 09:40:40.143 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.143 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:40.143 | + functions-common:get_or_add_user_project_role:1003 : echo 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:40.143 | 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:40.176 | [3682 Async ks-demo-another:31745]: finished get_or_add_user_project_role anotherrole 3c13209239fc479ebfdcf2552802ca0d ec0a92d577764e71911a4bcd0867bd61 with result 0 in 4 seconds 2024-08-31 09:40:40.202 | [3682 Async ks-demo-invis:31842]: Waiting for completion of get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d d061a36194224f569d9bf3587a68e377 running on PID 31842 (14 other jobs running) 2024-08-31 09:40:40.220 | [3682 Async ks-demo-invis:31842]: Signaling child to exit 2024-08-31 09:40:40.220 | WAKEUP 2024-08-31 09:40:40.236 | [3682 Async ks-demo-invis:31842]: Signaled 2024-08-31 09:40:40.237 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.237 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.237 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.237 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.237 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.237 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.237 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.237 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.237 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.237 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 3c13209239fc479ebfdcf2552802ca0d --project d061a36194224f569d9bf3587a68e377 2024-08-31 09:40:40.237 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3c13209239fc479ebfdcf2552802ca0d --project d061a36194224f569d9bf3587a68e377 -c Role -f value 2024-08-31 09:40:40.237 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.237 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.237 | + functions-common:get_or_add_user_project_role:1003 : echo f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.237 | f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.268 | [3682 Async ks-demo-invis:31842]: finished get_or_add_user_project_role member 3c13209239fc479ebfdcf2552802ca0d d061a36194224f569d9bf3587a68e377 with result 0 in 4 seconds 2024-08-31 09:40:40.293 | [3682 Async ks-demo-reader:31997]: Waiting for completion of get_or_add_user_project_role reader 2180b6a6d3704aabb3aa24b10d139fc6 ec0a92d577764e71911a4bcd0867bd61 running on PID 31997 (13 other jobs running) 2024-08-31 09:40:40.310 | [3682 Async ks-demo-reader:31997]: Signaling child to exit 2024-08-31 09:40:40.311 | WAKEUP 2024-08-31 09:40:40.326 | [3682 Async ks-demo-reader:31997]: Signaled 2024-08-31 09:40:40.326 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.326 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.326 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.326 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.326 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.326 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.326 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.326 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.326 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.326 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 2180b6a6d3704aabb3aa24b10d139fc6 --project ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:40.326 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2180b6a6d3704aabb3aa24b10d139fc6 --project ec0a92d577764e71911a4bcd0867bd61 -c Role -f value 2024-08-31 09:40:40.327 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.327 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:40.327 | + functions-common:get_or_add_user_project_role:1003 : echo 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:40.327 | 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:40.357 | [3682 Async ks-demo-reader:31997]: finished get_or_add_user_project_role reader 2180b6a6d3704aabb3aa24b10d139fc6 ec0a92d577764e71911a4bcd0867bd61 with result 0 in 4 seconds 2024-08-31 09:40:40.360 | + inc/async:async_wait:197 : return 0 2024-08-31 09:40:40.362 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-08-31 09:40:40.398 | [3682 Async ks-alt-admin:32405]: Waiting for completion of get_or_add_user_project_role admin 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b running on PID 32405 (12 other jobs running) 2024-08-31 09:40:40.416 | [3682 Async ks-alt-admin:32405]: Signaling child to exit 2024-08-31 09:40:40.416 | WAKEUP 2024-08-31 09:40:40.432 | [3682 Async ks-alt-admin:32405]: Signaled 2024-08-31 09:40:40.433 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.433 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.433 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.433 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.433 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.433 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.433 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.433 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.433 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.433 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 72664826a37b41c2be33d4e7d673c745 --project 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:40.433 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 72664826a37b41c2be33d4e7d673c745 --project 180b64274db14219936c288168bd0c8b -c Role -f value 2024-08-31 09:40:40.433 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.433 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:40.433 | + functions-common:get_or_add_user_project_role:1003 : echo b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:40.433 | b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:40.464 | [3682 Async ks-alt-admin:32405]: finished get_or_add_user_project_role admin 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b with result 0 in 3 seconds 2024-08-31 09:40:40.491 | [3682 Async ks-alt-another:32501]: Waiting for completion of get_or_add_user_project_role anotherrole 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b running on PID 32501 (11 other jobs running) 2024-08-31 09:40:40.509 | [3682 Async ks-alt-another:32501]: Signaling child to exit 2024-08-31 09:40:40.510 | WAKEUP 2024-08-31 09:40:40.526 | [3682 Async ks-alt-another:32501]: Signaled 2024-08-31 09:40:40.527 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.527 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.527 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.527 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.527 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.527 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.527 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.527 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.527 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.527 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 72664826a37b41c2be33d4e7d673c745 --project 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:40.527 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 72664826a37b41c2be33d4e7d673c745 --project 180b64274db14219936c288168bd0c8b -c Role -f value 2024-08-31 09:40:40.527 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.527 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:40.527 | + functions-common:get_or_add_user_project_role:1003 : echo 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:40.527 | 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:40.558 | [3682 Async ks-alt-another:32501]: finished get_or_add_user_project_role anotherrole 72664826a37b41c2be33d4e7d673c745 180b64274db14219936c288168bd0c8b with result 0 in 3 seconds 2024-08-31 09:40:40.588 | [3682 Async ks-alt-member-user:32678]: Waiting for completion of get_or_add_user_project_role member 4e4475f206194a7bbd6aed23e2e4bc76 180b64274db14219936c288168bd0c8b running on PID 32678 (10 other jobs running) 2024-08-31 09:40:40.613 | [3682 Async ks-alt-member-user:32678]: Signaling child to exit 2024-08-31 09:40:40.614 | WAKEUP 2024-08-31 09:40:40.633 | [3682 Async ks-alt-member-user:32678]: Signaled 2024-08-31 09:40:40.634 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.634 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.634 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.634 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.634 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.634 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.634 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.634 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.634 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.634 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 4e4475f206194a7bbd6aed23e2e4bc76 --project 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:40.634 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 4e4475f206194a7bbd6aed23e2e4bc76 --project 180b64274db14219936c288168bd0c8b -c Role -f value 2024-08-31 09:40:40.634 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.634 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.634 | + functions-common:get_or_add_user_project_role:1003 : echo f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.634 | f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.682 | [3682 Async ks-alt-member-user:32678]: finished get_or_add_user_project_role member 4e4475f206194a7bbd6aed23e2e4bc76 180b64274db14219936c288168bd0c8b with result 0 in 3 seconds 2024-08-31 09:40:40.711 | [3682 Async ks-alt-reader-user:32852]: Waiting for completion of get_or_add_user_project_role reader 0d6bc01b4ec5484c89bbe4d58d685dd8 180b64274db14219936c288168bd0c8b running on PID 32852 (9 other jobs running) 2024-08-31 09:40:40.733 | [3682 Async ks-alt-reader-user:32852]: Signaling child to exit 2024-08-31 09:40:40.734 | WAKEUP 2024-08-31 09:40:40.752 | [3682 Async ks-alt-reader-user:32852]: Signaled 2024-08-31 09:40:40.753 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:40:40.753 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:40:40.753 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-31 09:40:40.753 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.753 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.753 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.753 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.753 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.753 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-31 09:40:40.753 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 0d6bc01b4ec5484c89bbe4d58d685dd8 --project 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:40.753 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0d6bc01b4ec5484c89bbe4d58d685dd8 --project 180b64274db14219936c288168bd0c8b -c Role -f value 2024-08-31 09:40:40.753 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.753 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:40.753 | + functions-common:get_or_add_user_project_role:1003 : echo 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:40.753 | 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:40.794 | [3682 Async ks-alt-reader-user:32852]: finished get_or_add_user_project_role reader 0d6bc01b4ec5484c89bbe4d58d685dd8 180b64274db14219936c288168bd0c8b with result 0 in 3 seconds 2024-08-31 09:40:40.797 | + inc/async:async_wait:197 : return 0 2024-08-31 09:40:40.799 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-08-31 09:40:40.843 | [3682 Async ks-system-member:33087]: Waiting for completion of get_or_add_user_system_role member 6ceb7c11d73f4b0388fac3d59a134c1f all running on PID 33087 (8 other jobs running) 2024-08-31 09:40:40.861 | [3682 Async ks-system-member:33087]: Signaling child to exit 2024-08-31 09:40:40.861 | WAKEUP 2024-08-31 09:40:40.879 | [3682 Async ks-system-member:33087]: Signaled 2024-08-31 09:40:40.879 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-31 09:40:40.880 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-31 09:40:40.880 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:40.880 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:40.880 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:40.880 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:40.880 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-31 09:40:40.880 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6ceb7c11d73f4b0388fac3d59a134c1f --system all -f value -c Role 2024-08-31 09:40:40.880 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 6ceb7c11d73f4b0388fac3d59a134c1f --system all 2024-08-31 09:40:40.880 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6ceb7c11d73f4b0388fac3d59a134c1f --system all -f value -c Role 2024-08-31 09:40:40.880 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.880 | + functions-common:get_or_add_user_system_role:1053 : echo f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.880 | f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:40.916 | [3682 Async ks-system-member:33087]: finished get_or_add_user_system_role member 6ceb7c11d73f4b0388fac3d59a134c1f all with result 0 in 4 seconds 2024-08-31 09:40:40.947 | [3682 Async ks-system-reader:33295]: Waiting for completion of get_or_add_user_system_role reader 29dcff6fcb524763b2cd8747fea8d167 all running on PID 33295 (7 other jobs running) 2024-08-31 09:40:40.966 | [3682 Async ks-system-reader:33295]: Signaling child to exit 2024-08-31 09:40:41.481 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:41.499 | [33295 Async ks-system-reader:33295]: finished successfully 2024-08-31 09:40:41.515 | WAKEUP 2024-08-31 09:40:41.532 | [3682 Async ks-system-reader:33295]: Signaled 2024-08-31 09:40:41.532 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-31 09:40:41.532 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-31 09:40:41.532 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-31 09:40:41.532 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:40:41.532 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:40:41.532 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-31 09:40:41.532 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-31 09:40:41.532 | ++ functions-common:_get_domain_args:980 : echo 2024-08-31 09:40:41.532 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-31 09:40:41.532 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 29dcff6fcb524763b2cd8747fea8d167 --system all -f value -c Role 2024-08-31 09:40:41.533 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:41.533 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-31 09:40:41.533 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-31 09:40:41.533 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 29dcff6fcb524763b2cd8747fea8d167 --system all 2024-08-31 09:40:41.533 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 29dcff6fcb524763b2cd8747fea8d167 --system all -f value -c Role 2024-08-31 09:40:41.533 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:41.533 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:41.533 | + functions-common:get_or_add_user_system_role:1053 : echo 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:41.533 | 373f002fd7b94480b65a81410f61b834 2024-08-31 09:40:41.564 | [3682 Async ks-system-reader:33295]: finished get_or_add_user_system_role reader 29dcff6fcb524763b2cd8747fea8d167 all with result 0 in 5 seconds 2024-08-31 09:40:41.567 | + inc/async:async_wait:197 : return 0 2024-08-31 09:40:41.569 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-08-31 09:40:41.604 | [3682 Async ks-group-memberdemo:33562]: Waiting for completion of get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 running on PID 33562 (6 other jobs running) 2024-08-31 09:40:41.621 | [3682 Async ks-group-memberdemo:33562]: Signaling child to exit 2024-08-31 09:40:42.923 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:42.941 | [33562 Async ks-group-memberdemo:33562]: finished successfully 2024-08-31 09:40:42.957 | WAKEUP 2024-08-31 09:40:42.974 | [3682 Async ks-group-memberdemo:33562]: Signaled 2024-08-31 09:40:42.974 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-31 09:40:42.974 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 59ecd782115549f6a3517e66fa7901b4 --project ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:42.974 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 59ecd782115549f6a3517e66fa7901b4 --project ec0a92d577764e71911a4bcd0867bd61 -f value -c Role 2024-08-31 09:40:42.974 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:42.974 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:42.974 | + functions-common:get_or_add_group_project_role:1072 : echo f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:42.974 | f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:43.005 | [3682 Async ks-group-memberdemo:33562]: finished get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 with result 0 in 3 seconds 2024-08-31 09:40:43.031 | [3682 Async ks-group-anotherdemo:33641]: Waiting for completion of get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 running on PID 33641 (5 other jobs running) 2024-08-31 09:40:43.049 | [3682 Async ks-group-anotherdemo:33641]: Signaling child to exit 2024-08-31 09:40:43.346 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:43.365 | [33641 Async ks-group-anotherdemo:33641]: finished successfully 2024-08-31 09:40:43.382 | WAKEUP 2024-08-31 09:40:43.398 | [3682 Async ks-group-anotherdemo:33641]: Signaled 2024-08-31 09:40:43.399 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-31 09:40:43.399 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 59ecd782115549f6a3517e66fa7901b4 --project ec0a92d577764e71911a4bcd0867bd61 2024-08-31 09:40:43.399 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 59ecd782115549f6a3517e66fa7901b4 --project ec0a92d577764e71911a4bcd0867bd61 -f value -c Role 2024-08-31 09:40:43.399 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:43.399 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:43.399 | + functions-common:get_or_add_group_project_role:1072 : echo 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:43.399 | 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:43.430 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:43.434 | [3682 Async ks-group-anotherdemo:33641]: finished get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 ec0a92d577764e71911a4bcd0867bd61 with result 0 in 3 seconds 2024-08-31 09:40:43.454 | [33721 Async ks-group-memberalt:33721]: finished successfully 2024-08-31 09:40:43.462 | [3682 Async ks-group-memberalt:33721]: Waiting for completion of get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b running on PID 33721 (4 other jobs running) 2024-08-31 09:40:43.480 | [3682 Async ks-group-memberalt:33721]: Signaling child to exit 2024-08-31 09:40:43.484 | WAKEUP 2024-08-31 09:40:43.500 | [3682 Async ks-group-memberalt:33721]: Signaled 2024-08-31 09:40:43.502 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-31 09:40:43.502 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 59ecd782115549f6a3517e66fa7901b4 --project 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:43.502 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 59ecd782115549f6a3517e66fa7901b4 --project 180b64274db14219936c288168bd0c8b -f value -c Role 2024-08-31 09:40:43.502 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:43.502 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:43.502 | + functions-common:get_or_add_group_project_role:1072 : echo f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:43.502 | f425e8dc330c4f58bfc2507ac0a55b1d 2024-08-31 09:40:43.505 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:43.525 | [33801 Async ks-group-anotheralt:33801]: finished successfully 2024-08-31 09:40:43.534 | [3682 Async ks-group-memberalt:33721]: finished get_or_add_group_project_role member 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b with result 0 in 3 seconds 2024-08-31 09:40:43.560 | [3682 Async ks-group-anotheralt:33801]: Waiting for completion of get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b running on PID 33801 (3 other jobs running) 2024-08-31 09:40:43.578 | [3682 Async ks-group-anotheralt:33801]: Signaling child to exit 2024-08-31 09:40:43.578 | WAKEUP 2024-08-31 09:40:43.594 | [3682 Async ks-group-anotheralt:33801]: Signaled 2024-08-31 09:40:43.595 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-31 09:40:43.595 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 59ecd782115549f6a3517e66fa7901b4 --project 180b64274db14219936c288168bd0c8b 2024-08-31 09:40:43.595 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 59ecd782115549f6a3517e66fa7901b4 --project 180b64274db14219936c288168bd0c8b -f value -c Role 2024-08-31 09:40:43.595 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:43.595 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:43.595 | + functions-common:get_or_add_group_project_role:1072 : echo 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:43.595 | 90ce17eaec6c420c97193d172a1171da 2024-08-31 09:40:43.627 | [3682 Async ks-group-anotheralt:33801]: finished get_or_add_group_project_role anotherrole 59ecd782115549f6a3517e66fa7901b4 180b64274db14219936c288168bd0c8b with result 0 in 3 seconds 2024-08-31 09:40:43.637 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:43.655 | [3682 Async ks-group-admin:33939]: Waiting for completion of get_or_add_group_project_role admin de457be984b74453a47bd3973b5898b1 e8722a37ef8f4279abfe709d29d7d3ca running on PID 33939 (2 other jobs running) 2024-08-31 09:40:43.657 | [33939 Async ks-group-admin:33939]: finished successfully 2024-08-31 09:40:43.673 | [3682 Async ks-group-admin:33939]: Signaling child to exit 2024-08-31 09:40:43.674 | WAKEUP 2024-08-31 09:40:43.690 | [3682 Async ks-group-admin:33939]: Signaled 2024-08-31 09:40:43.691 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-31 09:40:43.691 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group de457be984b74453a47bd3973b5898b1 --project e8722a37ef8f4279abfe709d29d7d3ca 2024-08-31 09:40:43.691 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group de457be984b74453a47bd3973b5898b1 --project e8722a37ef8f4279abfe709d29d7d3ca -f value -c Role 2024-08-31 09:40:43.691 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:40:43.691 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:43.691 | + functions-common:get_or_add_group_project_role:1072 : echo b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:43.691 | b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:40:43.722 | [3682 Async ks-group-admin:33939]: finished get_or_add_group_project_role admin de457be984b74453a47bd3973b5898b1 e8722a37ef8f4279abfe709d29d7d3ca with result 0 in 3 seconds 2024-08-31 09:40:43.724 | + inc/async:async_wait:197 : return 0 2024-08-31 09:40:43.726 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-08-31 09:40:43.740 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:43.742 | + stack.sh:main:1111 : is_service_enabled nova 2024-08-31 09:40:43.756 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:40:43.758 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-08-31 09:40:43.760 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-08-31 09:40:43.807 | + inc/async:async_inner:63 : create_nova_accounts 2024-08-31 09:40:43.837 | [3682 Async create_nova_accounts:35788]: running: create_nova_accounts 2024-08-31 09:40:43.839 | + stack.sh:main:1114 : is_service_enabled glance 2024-08-31 09:40:43.852 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:40:43.854 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-08-31 09:40:43.856 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-08-31 09:40:43.903 | + inc/async:async_inner:63 : create_glance_accounts 2024-08-31 09:40:43.934 | [3682 Async create_glance_accounts:35911]: running: create_glance_accounts 2024-08-31 09:40:43.936 | + stack.sh:main:1117 : is_service_enabled cinder 2024-08-31 09:40:43.951 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:40:43.953 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-08-31 09:40:43.955 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-08-31 09:40:44.002 | + inc/async:async_inner:63 : create_cinder_accounts 2024-08-31 09:40:44.032 | [3682 Async create_cinder_accounts:36050]: running: create_cinder_accounts 2024-08-31 09:40:44.034 | + stack.sh:main:1120 : is_service_enabled neutron 2024-08-31 09:40:44.049 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:40:44.051 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-08-31 09:40:44.053 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-08-31 09:40:44.100 | + inc/async:async_inner:63 : create_neutron_accounts 2024-08-31 09:40:44.132 | [3682 Async create_neutron_accounts:36193]: running: create_neutron_accounts 2024-08-31 09:40:44.134 | + stack.sh:main:1123 : is_service_enabled swift 2024-08-31 09:40:44.151 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:44.153 | + stack.sh:main:1132 : is_service_enabled horizon 2024-08-31 09:40:44.166 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:40:44.169 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-08-31 09:40:44.206 | [3682 Async create_nova_accounts:35788]: Waiting for completion of create_nova_accounts running on PID 35788 (5 other jobs running) 2024-08-31 09:40:44.223 | [3682 Async create_nova_accounts:35788]: Signaling child to exit 2024-08-31 09:40:59.411 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:40:59.430 | [36193 Async create_neutron_accounts:36193]: finished successfully 2024-08-31 09:41:08.191 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:08.210 | [36050 Async create_cinder_accounts:36050]: finished successfully 2024-08-31 09:41:08.687 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:08.706 | [35788 Async create_nova_accounts:35788]: finished successfully 2024-08-31 09:41:08.722 | WAKEUP 2024-08-31 09:41:08.738 | [3682 Async create_nova_accounts:35788]: Signaled 2024-08-31 09:41:08.739 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-08-31 09:41:08.739 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-08-31 09:41:08.739 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-08-31 09:41:08.739 | + functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:41:08.739 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-31 09:41:08.739 | + functions-common:get_or_create_user:926 : local email= 2024-08-31 09:41:08.739 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-31 09:41:08.739 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.739 | + functions-common:get_or_create_user:938 : user_id=99b3728603a74028a4307d2e48d29eb4 2024-08-31 09:41:08.739 | + functions-common:get_or_create_user:939 : echo 99b3728603a74028a4307d2e48d29eb4 2024-08-31 09:41:08.739 | 99b3728603a74028a4307d2e48d29eb4 2024-08-31 09:41:08.739 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:08.739 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-08-31 09:41:08.739 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:08.739 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:1003 : echo 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:08.739 | 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:08.739 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-31 09:41:08.739 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:08.739 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:08.739 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-08-31 09:41:08.739 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:08.739 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:41:08.739 | + functions-common:get_or_add_user_project_role:1003 : echo b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:41:08.739 | b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:41:08.739 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-08-31 09:41:08.739 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:41:08.739 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-08-31 09:41:08.739 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-08-31 09:41:08.739 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:08.739 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-08-31 09:41:08.740 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-08-31 09:41:08.740 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.740 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:08.740 | 294295873f9b451484ae0bcafa88476e' 2024-08-31 09:41:08.740 | + functions-common:get_or_create_service:1090 : echo 294295873f9b451484ae0bcafa88476e 2024-08-31 09:41:08.740 | 294295873f9b451484ae0bcafa88476e 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:08.740 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:08.740 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:08.740 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:08.740 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-08-31 09:41:08.740 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=cb752cfc9be64365ab90084992404fa1 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo cb752cfc9be64365ab90084992404fa1 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1123 : public_id=cb752cfc9be64365ab90084992404fa1 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1132 : echo cb752cfc9be64365ab90084992404fa1 2024-08-31 09:41:08.740 | cb752cfc9be64365ab90084992404fa1 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-08-31 09:41:08.740 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:08.740 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-08-31 09:41:08.740 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-08-31 09:41:08.740 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.740 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:08.740 | 9927f8497e4844258299f54e0255107f' 2024-08-31 09:41:08.740 | + functions-common:get_or_create_service:1090 : echo 9927f8497e4844258299f54e0255107f 2024-08-31 09:41:08.740 | 9927f8497e4844258299f54e0255107f 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:08.740 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:08.740 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:08.740 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:08.740 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-08-31 09:41:08.740 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e0b34c470dca44c89614a7db47486f28 2024-08-31 09:41:08.740 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e0b34c470dca44c89614a7db47486f28 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1123 : public_id=e0b34c470dca44c89614a7db47486f28 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:08.740 | + functions-common:get_or_create_endpoint:1132 : echo e0b34c470dca44c89614a7db47486f28 2024-08-31 09:41:08.740 | e0b34c470dca44c89614a7db47486f28 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-08-31 09:41:08.740 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-08-31 09:41:08.740 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-08-31 09:41:08.740 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-08-31 09:41:08.740 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:08.740 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-08-31 09:41:08.771 | [3682 Async create_nova_accounts:35788]: finished create_nova_accounts with result 0 in 24 seconds 2024-08-31 09:41:08.798 | [3682 Async create_glance_accounts:35911]: Waiting for completion of create_glance_accounts running on PID 35911 (4 other jobs running) 2024-08-31 09:41:08.815 | [3682 Async create_glance_accounts:35911]: Signaling child to exit 2024-08-31 09:41:10.428 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:10.448 | [35911 Async create_glance_accounts:35911]: finished successfully 2024-08-31 09:41:10.465 | WAKEUP 2024-08-31 09:41:10.481 | [3682 Async create_glance_accounts:35911]: Signaled 2024-08-31 09:41:10.482 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-08-31 09:41:10.482 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:10.482 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-08-31 09:41:10.482 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-08-31 09:41:10.482 | + functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:41:10.482 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-31 09:41:10.482 | + functions-common:get_or_create_user:926 : local email= 2024-08-31 09:41:10.482 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-31 09:41:10.482 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.482 | + functions-common:get_or_create_user:938 : user_id=2d00accd4c394b0fb3286dda0df04719 2024-08-31 09:41:10.482 | + functions-common:get_or_create_user:939 : echo 2d00accd4c394b0fb3286dda0df04719 2024-08-31 09:41:10.482 | 2d00accd4c394b0fb3286dda0df04719 2024-08-31 09:41:10.482 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-08-31 09:41:10.482 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:10.482 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:10.482 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:10.482 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:10.482 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:10.482 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-08-31 09:41:10.482 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:10.482 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.482 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.482 | + functions-common:get_or_add_user_project_role:1003 : echo 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.482 | 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.482 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-31 09:41:10.482 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-08-31 09:41:10.482 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:10.482 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-08-31 09:41:10.482 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:10.482 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-08-31 09:41:10.482 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-08-31 09:41:10.482 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.482 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:10.482 | 4a5a0248a97d458495a092c822a62886' 2024-08-31 09:41:10.482 | + functions-common:get_or_create_service:1090 : echo 4a5a0248a97d458495a092c822a62886 2024-08-31 09:41:10.482 | 4a5a0248a97d458495a092c822a62886 2024-08-31 09:41:10.482 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-08-31 09:41:10.482 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:10.482 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-08-31 09:41:10.482 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:10.482 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:10.482 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.482 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:10.482 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:10.482 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-08-31 09:41:10.482 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.482 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=dc27e61926c6440e81d0edc4bcb4f571 2024-08-31 09:41:10.482 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo dc27e61926c6440e81d0edc4bcb4f571 2024-08-31 09:41:10.482 | + functions-common:get_or_create_endpoint:1123 : public_id=dc27e61926c6440e81d0edc4bcb4f571 2024-08-31 09:41:10.482 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:10.482 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:10.482 | + functions-common:get_or_create_endpoint:1132 : echo dc27e61926c6440e81d0edc4bcb4f571 2024-08-31 09:41:10.482 | dc27e61926c6440e81d0edc4bcb4f571 2024-08-31 09:41:10.482 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-08-31 09:41:10.483 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-08-31 09:41:10.483 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-31 09:41:10.483 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.483 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-08-31 09:41:10.483 | ++ functions-common:get_or_create_domain:901 : echo default 2024-08-31 09:41:10.483 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-08-31 09:41:10.483 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-08-31 09:41:10.483 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-08-31 09:41:10.483 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-08-31 09:41:10.483 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | Field | Value | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | default_limit | 1000 | 2024-08-31 09:41:10.483 | | description | None | 2024-08-31 09:41:10.483 | | id | bd02c3d8d5124c2da33ba0737d91ed17 | 2024-08-31 09:41:10.483 | | region_id | RegionOne | 2024-08-31 09:41:10.483 | | resource_name | image_size_total | 2024-08-31 09:41:10.483 | | service_id | 4a5a0248a97d458495a092c822a62886 | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | Field | Value | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | default_limit | 1000 | 2024-08-31 09:41:10.483 | | description | None | 2024-08-31 09:41:10.483 | | id | 2d06160b8694458ca1d73d3506ed9603 | 2024-08-31 09:41:10.483 | | region_id | RegionOne | 2024-08-31 09:41:10.483 | | resource_name | image_stage_total | 2024-08-31 09:41:10.483 | | service_id | 4a5a0248a97d458495a092c822a62886 | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | Field | Value | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | default_limit | 100 | 2024-08-31 09:41:10.483 | | description | None | 2024-08-31 09:41:10.483 | | id | d2717b333f3b4184b07f6989306bea2b | 2024-08-31 09:41:10.483 | | region_id | RegionOne | 2024-08-31 09:41:10.483 | | resource_name | image_count_total | 2024-08-31 09:41:10.483 | | service_id | 4a5a0248a97d458495a092c822a62886 | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | Field | Value | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | | default_limit | 100 | 2024-08-31 09:41:10.483 | | description | None | 2024-08-31 09:41:10.483 | | id | e0ae4d056b5846289e039b25fea63dbf | 2024-08-31 09:41:10.483 | | region_id | RegionOne | 2024-08-31 09:41:10.483 | | resource_name | image_count_uploading | 2024-08-31 09:41:10.483 | | service_id | 4a5a0248a97d458495a092c822a62886 | 2024-08-31 09:41:10.483 | +---------------+----------------------------------+ 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-08-31 09:41:10.483 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-08-31 09:41:10.483 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-08-31 09:41:10.483 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.484 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id dc27e61926c6440e81d0edc4bcb4f571 2024-08-31 09:41:10.484 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-08-31 09:41:10.513 | [3682 Async create_glance_accounts:35911]: finished create_glance_accounts with result 0 in 26 seconds 2024-08-31 09:41:10.539 | [3682 Async create_cinder_accounts:36050]: Waiting for completion of create_cinder_accounts running on PID 36050 (3 other jobs running) 2024-08-31 09:41:10.557 | [3682 Async create_cinder_accounts:36050]: Signaling child to exit 2024-08-31 09:41:10.557 | WAKEUP 2024-08-31 09:41:10.573 | [3682 Async create_cinder_accounts:36050]: Signaled 2024-08-31 09:41:10.574 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-08-31 09:41:10.574 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-08-31 09:41:10.574 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-08-31 09:41:10.574 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:10.574 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-08-31 09:41:10.574 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-08-31 09:41:10.574 | + functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:41:10.574 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-31 09:41:10.574 | + functions-common:get_or_create_user:926 : local email= 2024-08-31 09:41:10.574 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-31 09:41:10.574 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.574 | + functions-common:get_or_create_user:938 : user_id=20cbff80b8d34b538048cf0514170583 2024-08-31 09:41:10.574 | + functions-common:get_or_create_user:939 : echo 20cbff80b8d34b538048cf0514170583 2024-08-31 09:41:10.574 | 20cbff80b8d34b538048cf0514170583 2024-08-31 09:41:10.574 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-08-31 09:41:10.574 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:10.574 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:10.574 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:10.574 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:10.574 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:10.574 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-08-31 09:41:10.574 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:10.574 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.574 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.574 | + functions-common:get_or_add_user_project_role:1003 : echo 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.574 | 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.574 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-31 09:41:10.574 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-08-31 09:41:10.574 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:10.574 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-08-31 09:41:10.575 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-08-31 09:41:10.575 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.575 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:10.575 | 792c4d771496485f9ca16c71eff30dda' 2024-08-31 09:41:10.575 | + functions-common:get_or_create_service:1090 : echo 792c4d771496485f9ca16c71eff30dda 2024-08-31 09:41:10.575 | 792c4d771496485f9ca16c71eff30dda 2024-08-31 09:41:10.575 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-08-31 09:41:10.575 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-31 09:41:10.575 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:10.575 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-08-31 09:41:10.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:10.575 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:10.575 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:10.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:10.575 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-08-31 09:41:10.575 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=378a44e8a8e74d3fbc004424e4edc41e 2024-08-31 09:41:10.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 378a44e8a8e74d3fbc004424e4edc41e 2024-08-31 09:41:10.575 | + functions-common:get_or_create_endpoint:1123 : public_id=378a44e8a8e74d3fbc004424e4edc41e 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1132 : echo 378a44e8a8e74d3fbc004424e4edc41e 2024-08-31 09:41:10.576 | 378a44e8a8e74d3fbc004424e4edc41e 2024-08-31 09:41:10.576 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-08-31 09:41:10.576 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-08-31 09:41:10.576 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.576 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:10.576 | 7fdfd548d3a0463cb873ce36c70dcea9' 2024-08-31 09:41:10.576 | + functions-common:get_or_create_service:1090 : echo 7fdfd548d3a0463cb873ce36c70dcea9 2024-08-31 09:41:10.576 | 7fdfd548d3a0463cb873ce36c70dcea9 2024-08-31 09:41:10.576 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-08-31 09:41:10.576 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:10.576 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:10.576 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.576 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:10.576 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:10.576 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-08-31 09:41:10.576 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.576 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=91589bfad8f1473e9a5a62f017e58bee 2024-08-31 09:41:10.576 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 91589bfad8f1473e9a5a62f017e58bee 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1123 : public_id=91589bfad8f1473e9a5a62f017e58bee 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:10.576 | + functions-common:get_or_create_endpoint:1132 : echo 91589bfad8f1473e9a5a62f017e58bee 2024-08-31 09:41:10.576 | 91589bfad8f1473e9a5a62f017e58bee 2024-08-31 09:41:10.576 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-08-31 09:41:10.576 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-31 09:41:10.576 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-08-31 09:41:10.576 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_project:951 : project_id=ba88c150a7ab4045a2d6028d46319fff 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_project:952 : echo ba88c150a7ab4045a2d6028d46319fff 2024-08-31 09:41:10.576 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id ba88c150a7ab4045a2d6028d46319fff 2024-08-31 09:41:10.576 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-31 09:41:10.576 | ++ functions-common:get_or_create_user:926 : local email= 2024-08-31 09:41:10.577 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-08-31 09:41:10.577 | No password was supplied, authentication will fail when a user does not have a password. 2024-08-31 09:41:10.577 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.577 | ++ functions-common:get_or_create_user:938 : user_id=20cbff80b8d34b538048cf0514170583 2024-08-31 09:41:10.577 | ++ functions-common:get_or_create_user:939 : echo 20cbff80b8d34b538048cf0514170583 2024-08-31 09:41:10.577 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 20cbff80b8d34b538048cf0514170583 2024-08-31 09:41:10.606 | [3682 Async create_cinder_accounts:36050]: finished create_cinder_accounts with result 0 in 24 seconds 2024-08-31 09:41:10.609 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:10.611 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-08-31 09:41:10.648 | [3682 Async create_neutron_accounts:36193]: Waiting for completion of create_neutron_accounts running on PID 36193 (2 other jobs running) 2024-08-31 09:41:10.665 | [3682 Async create_neutron_accounts:36193]: Signaling child to exit 2024-08-31 09:41:10.665 | WAKEUP 2024-08-31 09:41:10.681 | [3682 Async create_neutron_accounts:36193]: Signaled 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-08-31 09:41:10.682 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-08-31 09:41:10.682 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-08-31 09:41:10.682 | + functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:41:10.682 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-31 09:41:10.682 | + functions-common:get_or_create_user:926 : local email= 2024-08-31 09:41:10.682 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-31 09:41:10.682 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.682 | + functions-common:get_or_create_user:938 : user_id=f0e05b9ca15445f8b9397374393e4976 2024-08-31 09:41:10.682 | + functions-common:get_or_create_user:939 : echo f0e05b9ca15445f8b9397374393e4976 2024-08-31 09:41:10.682 | f0e05b9ca15445f8b9397374393e4976 2024-08-31 09:41:10.682 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-08-31 09:41:10.682 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:10.682 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:10.682 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:10.682 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:10.682 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:10.682 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-08-31 09:41:10.682 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:10.682 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.682 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.682 | + functions-common:get_or_add_user_project_role:1003 : echo 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.682 | 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:10.682 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-08-31 09:41:10.682 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:10.682 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-08-31 09:41:10.682 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-08-31 09:41:10.682 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.682 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:10.682 | 1159868539fb49cf90220dc204c06bc3' 2024-08-31 09:41:10.682 | + functions-common:get_or_create_service:1090 : echo 1159868539fb49cf90220dc204c06bc3 2024-08-31 09:41:10.682 | 1159868539fb49cf90220dc204c06bc3 2024-08-31 09:41:10.682 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-08-31 09:41:10.682 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:10.682 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-08-31 09:41:10.682 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:10.682 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:10.682 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.682 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:10.682 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:10.682 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-08-31 09:41:10.682 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:10.682 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=81ce2608a643443787e5ebbdcb4a2e26 2024-08-31 09:41:10.682 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 81ce2608a643443787e5ebbdcb4a2e26 2024-08-31 09:41:10.682 | + functions-common:get_or_create_endpoint:1123 : public_id=81ce2608a643443787e5ebbdcb4a2e26 2024-08-31 09:41:10.682 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:10.682 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:10.682 | + functions-common:get_or_create_endpoint:1132 : echo 81ce2608a643443787e5ebbdcb4a2e26 2024-08-31 09:41:10.682 | 81ce2608a643443787e5ebbdcb4a2e26 2024-08-31 09:41:10.713 | [3682 Async create_neutron_accounts:36193]: finished create_neutron_accounts with result 0 in 15 seconds 2024-08-31 09:41:10.717 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-08-31 09:41:10.721 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-08-31 09:41:10.723 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:10.726 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-08-31 09:41:10.739 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:10.741 | + stack.sh:main:1144 : is_service_enabled glance 2024-08-31 09:41:10.755 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:10.757 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-08-31 09:41:10.759 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:41:10.761 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-08-31 09:41:10.763 | + stack.sh:main:1146 : async_runfunc init_glance 2024-08-31 09:41:10.765 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-08-31 09:41:10.812 | + inc/async:async_inner:63 : init_glance 2024-08-31 09:41:10.843 | [3682 Async init_glance:38480]: running: init_glance 2024-08-31 09:41:10.845 | + stack.sh:main:1153 : is_service_enabled neutron 2024-08-31 09:41:10.860 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:10.863 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-08-31 09:41:10.865 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:41:10.867 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-08-31 09:41:10.869 | + stack.sh:main:1156 : configure_neutron 2024-08-31 09:41:10.871 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-08-31 09:41:10.873 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-08-31 09:41:10.875 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-08-31 09:41:10.885 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-08-31 09:41:10.887 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-08-31 09:41:15.214 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:15.233 | [38480 Async init_glance:38480]: finished successfully 2024-08-31 09:41:30.710 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-08-31 09:41:30.713 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-08-31 09:41:30.715 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-08-31 09:41:30.717 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-08-31 09:41:30.719 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-08-31 09:41:30.721 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-08-31 09:41:30.723 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-08-31 09:41:30.724 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-08-31 09:41:30.726 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-08-31 09:41:30.728 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-08-31 09:41:30.730 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-08-31 09:41:30.732 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-08-31 09:41:30.734 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-08-31 09:41:30.735 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-08-31 09:41:30.737 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-08-31 09:41:30.739 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-08-31 09:41:30.742 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:30.744 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:30.746 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-08-31 09:41:30.748 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:30.752 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-08-31 09:41:30.753 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-08-31 09:41:30.756 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-08-31 09:41:30.757 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-08-31 09:41:30.759 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:41:30.761 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:41:30.762 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-31 09:41:30.765 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-31 09:41:30.789 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-08-31 09:41:30.813 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-08-31 09:41:30.837 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-08-31 09:41:30.860 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-08-31 09:41:30.884 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-08-31 09:41:30.908 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-08-31 09:41:30.910 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-08-31 09:41:30.912 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-08-31 09:41:30.914 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-08-31 09:41:30.916 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-31 09:41:30.929 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-31 09:41:30.931 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-31 09:41:30.933 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-31 09:41:30.934 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-31 09:41:30.936 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-31 09:41:30.959 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:41:30.983 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-31 09:41:31.007 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-31 09:41:31.031 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-08-31 09:41:31.044 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:31.045 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-08-31 09:41:31.047 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:41:31.049 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-08-31 09:41:31.051 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-08-31 09:41:31.053 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-08-31 09:41:31.055 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:41:31.056 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-08-31 09:41:31.059 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-08-31 09:41:31.069 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-08-31 09:41:31.078 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-08-31 09:41:31.079 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-08-31 09:41:31.088 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-08-31 09:41:31.098 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-08-31 09:41:31.107 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-31 09:41:31.109 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:31.111 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-08-31 09:41:31.115 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.6Su6uYWvEs 2024-08-31 09:41:31.117 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-31 09:41:31.119 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:31.121 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.6Su6uYWvEs 2024-08-31 09:41:31.124 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.6Su6uYWvEs 2024-08-31 09:41:31.132 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.6Su6uYWvEs /etc/sudoers.d/neutron-rootwrap 2024-08-31 09:41:31.141 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-08-31 09:41:31.143 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-08-31 09:41:31.145 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-31 09:41:31.168 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:31.170 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:31.194 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-08-31 09:41:31.196 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-08-31 09:41:31.198 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-08-31 09:41:31.200 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-31 09:41:31.202 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-31 09:41:31.204 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-31 09:41:31.217 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:31.220 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-31 09:41:31.222 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-31 09:41:31.224 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-31 09:41:31.237 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:31.239 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:41:31.241 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-31 09:41:31.267 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-31 09:41:31.269 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-31 09:41:31.271 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-08-31 09:41:31.284 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:31.286 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-08-31 09:41:31.299 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:31.301 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-08-31 09:41:31.303 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:31.305 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:31.307 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-31 09:41:31.333 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:31.335 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:31.359 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-31 09:41:31.384 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-08-31 09:41:31.385 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-08-31 09:41:31.387 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-08-31 09:41:31.390 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-31 09:41:32.715 | INFO neutron.common.config [-] Logging enabled! 2024-08-31 09:41:32.715 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-31 09:41:32.715 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39416) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-31 09:41:32.716 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-08-31 09:41:32.716 | 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/tmp5o2k3z55/privsep.sock'] 2024-08-31 09:41:33.441 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-08-31 09:41:33.442 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp5o2k3z55/privsep.sock {{(pid=39416) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-08-31 09:41:33.442 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-08-31 09:41:33.443 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-08-31 09:41:33.443 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2024-08-31 09:41:33.443 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39426 2024-08-31 09:41:33.443 | DEBUG oslo.privsep.daemon [-] privsep: reply[61f4000d-f1a5-49d0-92c8-1c5a91db0dbd]: (2,) {{(pid=39426) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:41:33.531 | 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=39426) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-08-31 09:41:33.540 | 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=39426) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-08-31 09:41:33.540 | DEBUG oslo.privsep.daemon [-] privsep: reply[4dcf60b2-eb21-45ad-ac4b-bc1bb71c17a1]: (4, ('bbac3f4e-07d0-406b-837d-3e417e507567\n', '')) {{(pid=39426) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:41:33.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39416) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-31 09:41:33.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39416) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-31 09:41:33.627 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39416) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:33.627 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39416) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:33.627 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39416) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:33.627 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39416) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:33.662 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-31 09:41:33.662 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39416) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-31 09:41:33.662 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39416) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-31 09:41:33.665 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-31 09:41:33.928 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-08-31 09:41:33.931 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-08-31 09:41:33.933 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-08-31 09:41:33.935 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-31 09:41:33.937 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-08-31 09:41:33.950 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2024-08-31 09:41:33.962 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-08-31 09:41:33.964 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:33.967 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-08-31 09:41:33.992 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-08-31 09:41:33.995 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-08-31 09:41:34.000 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-08-31 09:41:34.002 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-08-31 09:41:34.004 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-08-31 09:41:34.037 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-08-31 09:41:34.049 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-31 09:41:34.051 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-08-31 09:41:34.058 | net.bridge.bridge-nf-call-iptables = 1 2024-08-31 09:41:34.062 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-31 09:41:34.064 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-08-31 09:41:34.070 | net.bridge.bridge-nf-call-ip6tables = 1 2024-08-31 09:41:34.073 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-08-31 09:41:34.075 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-08-31 09:41:34.077 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-08-31 09:41:34.079 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-08-31 09:41:34.081 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-08-31 09:41:34.083 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-08-31 09:41:34.085 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-31 09:41:34.087 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-31 09:41:34.089 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-31 09:41:34.091 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-31 09:41:34.103 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-08-31 09:41:34.105 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-08-31 09:41:34.131 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-08-31 09:41:34.134 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-08-31 09:41:34.158 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-08-31 09:41:34.183 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-08-31 09:41:34.196 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:34.198 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-08-31 09:41:34.200 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.204 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-08-31 09:41:34.227 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-08-31 09:41:34.251 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.253 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.255 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-31 09:41:34.279 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:34.281 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:34.305 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-08-31 09:41:34.318 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:34.320 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.322 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-08-31 09:41:34.346 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.348 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.350 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-31 09:41:34.373 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.375 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-31 09:41:34.377 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-08-31 09:41:34.379 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-08-31 09:41:34.392 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:34.394 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-08-31 09:41:34.396 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-08-31 09:41:34.400 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-08-31 09:41:34.424 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-31 09:41:34.450 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:34.452 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:34.476 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-31 09:41:34.478 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-08-31 09:41:34.502 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-31 09:41:34.504 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-31 09:41:34.506 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-08-31 09:41:34.530 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-08-31 09:41:34.532 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-31 09:41:34.534 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-08-31 09:41:34.536 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-31 09:41:35.846 | INFO neutron.common.config [-] Logging enabled! 2024-08-31 09:41:35.847 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-31 09:41:35.847 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39971) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-31 09:41:35.871 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39971) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-31 09:41:35.871 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39971) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-31 09:41:35.871 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39971) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:35.871 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39971) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:35.871 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39971) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:35.871 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39971) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-31 09:41:35.905 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-31 09:41:35.905 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39971) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-31 09:41:35.905 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39971) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-31 09:41:35.907 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-31 09:41:36.170 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-08-31 09:41:36.172 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-08-31 09:41:36.175 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-08-31 09:41:36.177 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-31 09:41:36.179 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-31 09:41:36.180 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-31 09:41:36.182 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-31 09:41:36.195 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-08-31 09:41:36.197 | + functions:set_mtu:796 : local dev=br-ex 2024-08-31 09:41:36.199 | + functions:set_mtu:797 : local mtu=8950 2024-08-31 09:41:36.201 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-08-31 09:41:36.211 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-08-31 09:41:36.223 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-08-31 09:41:36.225 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-08-31 09:41:36.227 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-08-31 09:41:36.229 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-08-31 09:41:36.231 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-08-31 09:41:36.233 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-08-31 09:41:36.235 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-08-31 09:41:36.237 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-08-31 09:41:36.239 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-08-31 09:41:36.241 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-08-31 09:41:36.243 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-08-31 09:41:36.245 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-08-31 09:41:36.247 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-08-31 09:41:36.249 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-08-31 09:41:36.253 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-08-31 09:41:36.253 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-08-31 09:41:36.258 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-08-31 09:41:36.260 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-08-31 09:41:36.261 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-08-31 09:41:36.263 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-08-31 09:41:36.267 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-08-31 09:41:36.267 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-08-31 09:41:36.267 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-08-31 09:41:36.272 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-08-31 09:41:36.273 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-08-31 09:41:36.275 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:36.277 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-08-31 09:41:36.279 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-08-31 09:41:36.281 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-08-31 09:41:36.283 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-08-31 09:41:36.297 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-08-31 09:41:36.297 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-08-31 09:41:36.302 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-08-31 09:41:36.304 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-08-31 09:41:36.318 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:36.320 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-08-31 09:41:36.322 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-08-31 09:41:36.325 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-08-31 09:41:36.349 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-08-31 09:41:36.373 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-08-31 09:41:36.397 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-08-31 09:41:36.399 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-08-31 09:41:36.401 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-31 09:41:36.425 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-31 09:41:36.427 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-31 09:41:36.452 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-31 09:41:36.454 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-08-31 09:41:36.467 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:36.469 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-08-31 09:41:36.471 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-08-31 09:41:36.484 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:36.486 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-08-31 09:41:36.500 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:36.502 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-08-31 09:41:36.515 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:36.517 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-08-31 09:41:36.531 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:36.533 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-08-31 09:41:36.535 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-08-31 09:41:36.537 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-08-31 09:41:36.541 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-08-31 09:41:36.543 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-08-31 09:41:36.545 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-08-31 09:41:36.548 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-08-31 09:41:36.550 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-08-31 09:41:36.552 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-08-31 09:41:36.555 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-08-31 09:41:36.559 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-08-31 09:41:36.563 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-08-31 09:41:36.587 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-31 09:41:36.613 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-08-31 09:41:36.637 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-08-31 09:41:36.662 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-08-31 09:41:36.664 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-31 09:41:36.666 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-08-31 09:41:36.668 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-31 09:41:36.670 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-08-31 09:41:36.694 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-08-31 09:41:36.719 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-31 09:41:36.744 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-08-31 09:41:36.768 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-08-31 09:41:36.793 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-08-31 09:41:36.818 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-08-31 09:41:36.843 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-08-31 09:41:36.867 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:41:36.892 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-08-31 09:41:36.917 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-08-31 09:41:36.942 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-08-31 09:41:36.966 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-08-31 09:41:36.968 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-31 09:41:36.970 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-31 09:41:36.972 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-31 09:41:36.974 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-08-31 09:41:36.999 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-08-31 09:41:37.024 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-08-31 09:41:37.049 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-08-31 09:41:37.074 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-08-31 09:41:37.099 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-08-31 09:41:37.124 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-08-31 09:41:37.149 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-08-31 09:41:37.175 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:41:37.200 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-08-31 09:41:37.224 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-08-31 09:41:37.226 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-31 09:41:37.228 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-31 09:41:37.230 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-08-31 09:41:37.232 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-08-31 09:41:37.257 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-08-31 09:41:37.282 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-08-31 09:41:37.307 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-08-31 09:41:37.333 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-08-31 09:41:37.358 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-08-31 09:41:37.382 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-08-31 09:41:37.407 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-08-31 09:41:37.432 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-08-31 09:41:37.457 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-08-31 09:41:37.484 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-08-31 09:41:37.487 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-08-31 09:41:37.489 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-08-31 09:41:37.491 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-08-31 09:41:37.493 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-08-31 09:41:37.496 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-08-31 09:41:37.498 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-08-31 09:41:37.500 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-08-31 09:41:37.502 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-08-31 09:41:37.505 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-08-31 09:41:37.507 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-08-31 09:41:37.509 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-08-31 09:41:37.511 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-08-31 09:41:37.513 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-08-31 09:41:37.515 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-08-31 09:41:37.518 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-08-31 09:41:37.520 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-08-31 09:41:37.522 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-08-31 09:41:37.524 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-08-31 09:41:37.526 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.528 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-08-31 09:41:37.530 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-08-31 09:41:37.532 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-08-31 09:41:37.534 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.536 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-31 09:41:37.562 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-08-31 09:41:37.564 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.567 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-31 09:41:37.569 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-08-31 09:41:37.571 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-08-31 09:41:37.573 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.576 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-08-31 09:41:37.601 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-08-31 09:41:37.603 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-08-31 09:41:37.605 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.607 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-31 09:41:37.609 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-08-31 09:41:37.612 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-08-31 09:41:37.614 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.616 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-31 09:41:37.643 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-08-31 09:41:37.645 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-08-31 09:41:37.647 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.649 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-31 09:41:37.651 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-08-31 09:41:37.653 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-08-31 09:41:37.655 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.657 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-31 09:41:37.684 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-08-31 09:41:37.686 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.688 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-31 09:41:37.690 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-08-31 09:41:37.692 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-08-31 09:41:37.694 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.697 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-08-31 09:41:37.722 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2024-08-31 09:41:37.724 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.726 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-08-31 09:41:37.728 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-08-31 09:41:37.730 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-08-31 09:41:37.732 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.734 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-08-31 09:41:37.758 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2024-08-31 09:41:37.760 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.762 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-08-31 09:41:37.764 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-31 09:41:37.766 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-31 09:41:37.768 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.770 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-08-31 09:41:37.793 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-08-31 09:41:37.795 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.797 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-08-31 09:41:37.799 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-08-31 09:41:37.801 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-08-31 09:41:37.803 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.805 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-08-31 09:41:37.829 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-08-31 09:41:37.831 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.833 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-08-31 09:41:37.835 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-08-31 09:41:37.837 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-08-31 09:41:37.839 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.841 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-08-31 09:41:37.864 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2024-08-31 09:41:37.866 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:41:37.868 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-08-31 09:41:37.871 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-31 09:41:37.872 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-31 09:41:37.874 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-31 09:41:37.876 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-08-31 09:41:37.900 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-31 09:41:37.902 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-08-31 09:41:37.927 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-08-31 09:41:37.952 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-08-31 09:41:37.954 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-08-31 09:41:37.968 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:37.971 | + stack.sh:main:1159 : is_service_enabled neutron 2024-08-31 09:41:37.985 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:37.987 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-08-31 09:41:37.989 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-08-31 09:41:38.037 | + inc/async:async_inner:63 : init_neutron 2024-08-31 09:41:38.067 | [3682 Async init_neutron:41772]: running: init_neutron 2024-08-31 09:41:38.069 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-08-31 09:41:38.083 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:38.086 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-08-31 09:41:38.097 | ++ stack.sh:main:1172 : true 2024-08-31 09:41:38.100 | + stack.sh:main:1172 : netman_pid= 2024-08-31 09:41:38.102 | + stack.sh:main:1173 : '[' -z '' ']' 2024-08-31 09:41:38.104 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-08-31 09:41:38.114 | dnsmasq: no process found 2024-08-31 09:41:38.118 | + stack.sh:main:1174 : true 2024-08-31 09:41:38.120 | + stack.sh:main:1179 : clean_iptables 2024-08-31 09:41:38.124 | + lib/nova:clean_iptables:184 : grep nova 2024-08-31 09:41:38.124 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-31 09:41:38.124 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-08-31 09:41:38.124 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-08-31 09:41:38.124 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-08-31 09:41:38.125 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-08-31 09:41:38.125 | + lib/nova:clean_iptables:184 : bash 2024-08-31 09:41:38.156 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-08-31 09:41:38.156 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-31 09:41:38.156 | + lib/nova:clean_iptables:186 : grep nova 2024-08-31 09:41:38.156 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-08-31 09:41:38.157 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-08-31 09:41:38.157 | + lib/nova:clean_iptables:186 : bash 2024-08-31 09:41:38.157 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : grep nova 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-08-31 09:41:38.171 | + lib/nova:clean_iptables:188 : bash 2024-08-31 09:41:38.179 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-31 09:41:38.179 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-08-31 09:41:38.179 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-08-31 09:41:38.179 | + lib/nova:clean_iptables:190 : grep nova 2024-08-31 09:41:38.180 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-08-31 09:41:38.180 | + lib/nova:clean_iptables:190 : bash 2024-08-31 09:41:38.181 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-08-31 09:41:38.188 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-08-31 09:41:38.196 | net.ipv4.ip_forward = 1 2024-08-31 09:41:38.199 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-08-31 09:41:38.213 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:38.214 | + stack.sh:main:1188 : configure_os_vif 2024-08-31 09:41:38.216 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-08-31 09:41:38.218 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-08-31 09:41:38.245 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-08-31 09:41:38.247 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-08-31 09:41:38.275 | + stack.sh:main:1194 : is_service_enabled swift 2024-08-31 09:41:38.289 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:38.291 | + stack.sh:main:1203 : is_service_enabled cinder 2024-08-31 09:41:38.304 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:38.306 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-08-31 09:41:38.308 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:41:38.310 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-08-31 09:41:38.312 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-08-31 09:41:38.314 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-08-31 09:41:38.362 | + inc/async:async_inner:63 : init_cinder 2024-08-31 09:41:38.393 | [3682 Async init_cinder:42122]: running: init_cinder 2024-08-31 09:41:38.395 | + stack.sh:main:1211 : is_service_enabled placement 2024-08-31 09:41:38.410 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:38.413 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-08-31 09:41:38.415 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:41:38.417 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-08-31 09:41:38.419 | + stack.sh:main:1213 : async_runfunc init_placement 2024-08-31 09:41:38.422 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-08-31 09:41:38.470 | + inc/async:async_inner:63 : init_placement 2024-08-31 09:41:38.506 | [3682 Async init_placement:42269]: running: init_placement 2024-08-31 09:41:38.508 | + stack.sh:main:1217 : async_wait init_neutron 2024-08-31 09:41:38.547 | [3682 Async init_neutron:41772]: Waiting for completion of init_neutron running on PID 41772 (5 other jobs running) 2024-08-31 09:41:38.565 | [3682 Async init_neutron:41772]: Signaling child to exit 2024-08-31 09:41:41.731 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:41.750 | [42122 Async init_cinder:42122]: finished successfully 2024-08-31 09:41:46.040 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:46.058 | [41772 Async init_neutron:41772]: finished successfully 2024-08-31 09:41:46.074 | WAKEUP 2024-08-31 09:41:46.092 | [3682 Async init_neutron:41772]: Signaled 2024-08-31 09:41:46.092 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-08-31 09:41:46.092 | + lib/database:recreate_database:112 : local db=neutron 2024-08-31 09:41:46.092 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-08-31 09:41:46.092 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-08-31 09:41:46.092 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-08-31 09:41:46.092 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-08-31 09:41:46.092 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-08-31 09:41:46.092 | + functions-common:time_start:2421 : local name=dbsync 2024-08-31 09:41:46.092 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:41:46.092 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:41:46.092 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:41:46.092 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097298076 2024-08-31 09:41:46.092 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-08-31 09:41:46.092 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:46.092 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:46.092 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:46.092 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:46.092 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-08-31 09:41:46.093 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-08-31 09:41:46.094 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-08-31 09:41:46.094 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-08-31 09:41:46.094 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-08-31 09:41:46.094 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-08-31 09:41:46.094 | Running upgrade for neutron ... 2024-08-31 09:41:46.094 | OK 2024-08-31 09:41:46.094 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-08-31 09:41:46.094 | + functions-common:time_stop:2435 : local name 2024-08-31 09:41:46.094 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:41:46.094 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:41:46.094 | + functions-common:time_stop:2438 : local total 2024-08-31 09:41:46.094 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:41:46.094 | + functions-common:time_stop:2441 : name=dbsync 2024-08-31 09:41:46.094 | + functions-common:time_stop:2442 : start_time=1725097298076 2024-08-31 09:41:46.094 | + functions-common:time_stop:2444 : [[ -z 1725097298076 ]] 2024-08-31 09:41:46.094 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:41:46.094 | + functions-common:time_stop:2447 : end_time=1725097306027 2024-08-31 09:41:46.094 | + functions-common:time_stop:2448 : elapsed_time=7951 2024-08-31 09:41:46.094 | + functions-common:time_stop:2449 : total=2917 2024-08-31 09:41:46.094 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:41:46.094 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10868 2024-08-31 09:41:46.124 | [3682 Async init_neutron:41772]: finished init_neutron with result 0 in 8 seconds 2024-08-31 09:41:46.128 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:46.130 | + stack.sh:main:1218 : async_wait init_placement 2024-08-31 09:41:46.168 | [3682 Async init_placement:42269]: Waiting for completion of init_placement running on PID 42269 (4 other jobs running) 2024-08-31 09:41:46.185 | [3682 Async init_placement:42269]: Signaling child to exit 2024-08-31 09:41:55.875 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:41:55.894 | [42269 Async init_placement:42269]: finished successfully 2024-08-31 09:41:55.910 | WAKEUP 2024-08-31 09:41:55.926 | [3682 Async init_placement:42269]: Signaled 2024-08-31 09:41:55.927 | + lib/placement:init_placement:143 : recreate_database placement 2024-08-31 09:41:55.927 | + lib/database:recreate_database:112 : local db=placement 2024-08-31 09:41:55.927 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-08-31 09:41:55.927 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-08-31 09:41:55.927 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-08-31 09:41:55.927 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-08-31 09:41:55.927 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-08-31 09:41:55.927 | + lib/placement:init_placement:145 : create_placement_accounts 2024-08-31 09:41:55.927 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-08-31 09:41:55.927 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-08-31 09:41:55.927 | + functions-common:get_or_create_user:922 : local user_id 2024-08-31 09:41:55.927 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-31 09:41:55.927 | + functions-common:get_or_create_user:926 : local email= 2024-08-31 09:41:55.927 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-31 09:41:55.927 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:55.927 | + functions-common:get_or_create_user:938 : user_id=4ae2b46eb63b45f083ba42e33f8c044b 2024-08-31 09:41:55.927 | + functions-common:get_or_create_user:939 : echo 4ae2b46eb63b45f083ba42e33f8c044b 2024-08-31 09:41:55.927 | 4ae2b46eb63b45f083ba42e33f8c044b 2024-08-31 09:41:55.927 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:55.927 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:55.927 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-08-31 09:41:55.927 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:55.927 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:1003 : echo 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:55.927 | 43bc117c277f40cda70c11b3bfe7d129 2024-08-31 09:41:55.927 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-31 09:41:55.927 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-08-31 09:41:55.927 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-31 09:41:55.928 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-31 09:41:55.928 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-31 09:41:55.928 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-31 09:41:55.928 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-31 09:41:55.928 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-08-31 09:41:55.928 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-31 09:41:55.928 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:55.928 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:41:55.928 | + functions-common:get_or_add_user_project_role:1003 : echo b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:41:55.928 | b7bb5b1d576b4dc4b29f80b08bae3c42 2024-08-31 09:41:55.928 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-08-31 09:41:55.928 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-08-31 09:41:55.928 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-31 09:41:55.928 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-08-31 09:41:55.928 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-08-31 09:41:55.928 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:55.928 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-31 09:41:55.928 | 281ad21928694810ad959648da5f824a' 2024-08-31 09:41:55.928 | + functions-common:get_or_create_service:1090 : echo 281ad21928694810ad959648da5f824a 2024-08-31 09:41:55.928 | 281ad21928694810ad959648da5f824a 2024-08-31 09:41:55.928 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-08-31 09:41:55.928 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-31 09:41:55.928 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-08-31 09:41:55.928 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-31 09:41:55.928 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-08-31 09:41:55.928 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:55.928 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-31 09:41:55.929 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-31 09:41:55.929 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-08-31 09:41:55.929 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:41:55.929 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=d3b3dda32db14848a769737b120b7612 2024-08-31 09:41:55.929 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo d3b3dda32db14848a769737b120b7612 2024-08-31 09:41:55.929 | + functions-common:get_or_create_endpoint:1123 : public_id=d3b3dda32db14848a769737b120b7612 2024-08-31 09:41:55.929 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-31 09:41:55.929 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-31 09:41:55.929 | + functions-common:get_or_create_endpoint:1132 : echo d3b3dda32db14848a769737b120b7612 2024-08-31 09:41:55.929 | d3b3dda32db14848a769737b120b7612 2024-08-31 09:41:55.959 | [3682 Async init_placement:42269]: finished init_placement with result 0 in 17 seconds 2024-08-31 09:41:55.962 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:55.964 | + stack.sh:main:1219 : async_wait init_glance 2024-08-31 09:41:56.001 | [3682 Async init_glance:38480]: Waiting for completion of init_glance running on PID 38480 (3 other jobs running) 2024-08-31 09:41:56.019 | [3682 Async init_glance:38480]: Signaling child to exit 2024-08-31 09:41:56.019 | WAKEUP 2024-08-31 09:41:56.035 | [3682 Async init_glance:38480]: Signaled 2024-08-31 09:41:56.036 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-08-31 09:41:56.036 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-08-31 09:41:56.036 | + lib/glance:init_glance:489 : recreate_database glance 2024-08-31 09:41:56.036 | + lib/database:recreate_database:112 : local db=glance 2024-08-31 09:41:56.036 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-08-31 09:41:56.036 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-08-31 09:41:56.036 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-08-31 09:41:56.036 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-08-31 09:41:56.036 | + lib/glance:init_glance:491 : time_start dbsync 2024-08-31 09:41:56.036 | + functions-common:time_start:2421 : local name=dbsync 2024-08-31 09:41:56.036 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:41:56.036 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:41:56.036 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:41:56.036 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097270857 2024-08-31 09:41:56.036 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-08-31 09:41:56.036 | 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=38565) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:41:56.036 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.036 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-31 09:41:56.037 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-31 09:41:56.037 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-08-31 09:41:56.037 | Database migration is up to date. No migration needed. 2024-08-31 09:41:56.037 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-08-31 09:41:56.037 | Database is synced successfully. 2024-08-31 09:41:56.037 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-08-31 09:41:56.037 | 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=38596) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-08-31 09:41:56.037 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-08-31 09:41:56.038 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-08-31 09:41:56.038 | + lib/glance:init_glance:497 : time_stop dbsync 2024-08-31 09:41:56.038 | + functions-common:time_stop:2435 : local name 2024-08-31 09:41:56.038 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:41:56.038 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:41:56.038 | + functions-common:time_stop:2438 : local total 2024-08-31 09:41:56.038 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:41:56.038 | + functions-common:time_stop:2441 : name=dbsync 2024-08-31 09:41:56.038 | + functions-common:time_stop:2442 : start_time=1725097270857 2024-08-31 09:41:56.038 | + functions-common:time_stop:2444 : [[ -z 1725097270857 ]] 2024-08-31 09:41:56.038 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:41:56.038 | + functions-common:time_stop:2447 : end_time=1725097275202 2024-08-31 09:41:56.038 | + functions-common:time_stop:2448 : elapsed_time=4345 2024-08-31 09:41:56.038 | + functions-common:time_stop:2449 : total=2917 2024-08-31 09:41:56.038 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:41:56.038 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7262 2024-08-31 09:41:56.068 | [3682 Async init_glance:38480]: finished init_glance with result 0 in 4 seconds 2024-08-31 09:41:56.071 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:56.074 | + stack.sh:main:1220 : async_wait init_swift 2024-08-31 09:41:56.089 | Not waiting for async task init_swift that we never started or has already been waited for 2024-08-31 09:41:56.091 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:56.093 | + stack.sh:main:1221 : async_wait init_cinder 2024-08-31 09:41:56.130 | [3682 Async init_cinder:42122]: Waiting for completion of init_cinder running on PID 42122 (2 other jobs running) 2024-08-31 09:41:56.149 | [3682 Async init_cinder:42122]: Signaling child to exit 2024-08-31 09:41:56.149 | WAKEUP 2024-08-31 09:41:56.165 | [3682 Async init_cinder:42122]: Signaled 2024-08-31 09:41:56.166 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-08-31 09:41:56.166 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:56.166 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-08-31 09:41:56.166 | + lib/database:recreate_database:112 : local db=cinder 2024-08-31 09:41:56.166 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-08-31 09:41:56.166 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-08-31 09:41:56.166 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-08-31 09:41:56.166 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-08-31 09:41:56.166 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-08-31 09:41:56.166 | + functions-common:time_start:2421 : local name=dbsync 2024-08-31 09:41:56.166 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:41:56.166 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:41:56.166 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:41:56.166 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097298415 2024-08-31 09:41:56.166 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-08-31 09:41:56.166 | 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=42226) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | 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=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:56.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:56.167 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-31 09:41:56.167 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42226) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-31 09:41:56.167 | INFO cinder.db.migration [-] Applying migration(s) 2024-08-31 09:41:56.167 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:41:56.167 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:41:56.167 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-08-31 09:41:56.167 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42226) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-31 09:41:56.167 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-08-31 09:41:56.167 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42226) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:41:56.167 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-08-31 09:41:56.167 | 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=42226) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:41:56.167 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42226) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:41:56.167 | INFO cinder.db.migration [-] Migration(s) applied 2024-08-31 09:41:56.167 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-08-31 09:41:56.167 | + functions-common:time_stop:2435 : local name 2024-08-31 09:41:56.167 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:41:56.167 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:41:56.167 | + functions-common:time_stop:2438 : local total 2024-08-31 09:41:56.167 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:41:56.167 | + functions-common:time_stop:2441 : name=dbsync 2024-08-31 09:41:56.167 | + functions-common:time_stop:2442 : start_time=1725097298415 2024-08-31 09:41:56.167 | + functions-common:time_stop:2444 : [[ -z 1725097298415 ]] 2024-08-31 09:41:56.167 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:41:56.167 | + functions-common:time_stop:2447 : end_time=1725097301672 2024-08-31 09:41:56.167 | + functions-common:time_stop:2448 : elapsed_time=3257 2024-08-31 09:41:56.167 | + functions-common:time_stop:2449 : total=2917 2024-08-31 09:41:56.167 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:41:56.167 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6174 2024-08-31 09:41:56.167 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-08-31 09:41:56.168 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-08-31 09:41:56.168 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:41:56.168 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-08-31 09:41:56.198 | [3682 Async init_cinder:42122]: finished init_cinder with result 0 in 3 seconds 2024-08-31 09:41:56.201 | + inc/async:async_wait:197 : return 0 2024-08-31 09:41:56.203 | + stack.sh:main:1226 : is_service_enabled nova 2024-08-31 09:41:56.216 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:56.219 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-08-31 09:41:56.221 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:41:56.222 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-08-31 09:41:56.225 | + stack.sh:main:1228 : init_nova 2024-08-31 09:41:56.227 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-08-31 09:41:56.240 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:56.242 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-08-31 09:41:56.255 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:41:56.257 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:41:56.259 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-08-31 09:41:56.261 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-08-31 09:41:56.263 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-08-31 09:41:56.266 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-08-31 09:41:56.268 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-08-31 09:41:56.277 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-08-31 09:41:56.287 | ++ lib/nova:init_nova:863 : seq 1 1 2024-08-31 09:41:56.290 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-31 09:41:56.293 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-08-31 09:41:56.295 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-31 09:41:56.297 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-31 09:41:56.300 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-31 09:41:56.347 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-31 09:41:56.375 | [3682 Async nova-cell-1:43360]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-31 09:41:56.378 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-08-31 09:41:56.380 | + lib/database:recreate_database:112 : local db=nova_api 2024-08-31 09:41:56.382 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-08-31 09:41:56.384 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-08-31 09:41:56.386 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-08-31 09:41:56.395 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-08-31 09:41:56.404 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-08-31 09:41:56.792 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:41:58.569 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:41:58.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:41:58.574 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-31 09:41:58.574 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43427) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-31 09:41:58.586 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:41:58.586 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:41:58.607 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-08-31 09:41:59.455 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43427) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-31 09:41:59.457 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-08-31 09:41:59.647 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43427) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:00.048 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-08-31 09:42:00.050 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-08-31 09:42:00.053 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-08-31 09:42:00.055 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-08-31 09:42:00.057 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-31 09:42:00.059 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-31 09:42:00.061 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-31 09:42:00.064 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-31 09:42:00.464 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:42:01.456 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:42:01.475 | [43360 Async nova-cell-1:43360]: finished successfully 2024-08-31 09:42:02.131 | ++ lib/nova:init_nova:875 : seq 0 1 2024-08-31 09:42:02.135 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-31 09:42:02.138 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-08-31 09:42:02.153 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-08-31 09:42:02.155 | + inc/async:async_wait:197 : return 0 2024-08-31 09:42:02.157 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-31 09:42:02.159 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-08-31 09:42:02.195 | [3682 Async nova-cell-1:43360]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43360 (2 other jobs running) 2024-08-31 09:42:02.213 | [3682 Async nova-cell-1:43360]: Signaling child to exit 2024-08-31 09:42:02.213 | WAKEUP 2024-08-31 09:42:02.229 | [3682 Async nova-cell-1:43360]: Signaled 2024-08-31 09:42:02.230 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-08-31 09:42:02.230 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-08-31 09:42:02.230 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-08-31 09:42:02.230 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-08-31 09:42:02.230 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-08-31 09:42:02.230 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-08-31 09:42:02.230 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-08-31 09:42:02.230 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-08-31 09:42:02.230 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-08-31 09:42:02.230 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:42:02.230 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-31 09:42:02.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-31 09:42:02.231 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43414) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-31 09:42:02.231 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-31 09:42:02.231 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-31 09:42:02.231 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-31 09:42:02.231 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43414) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-31 09:42:02.231 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-31 09:42:02.231 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43414) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:02.231 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-31 09:42:02.231 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43414) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:02.231 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-31 09:42:02.231 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43414) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:02.262 | [3682 Async nova-cell-1:43360]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-08-31 09:42:02.265 | + inc/async:async_wait:197 : return 0 2024-08-31 09:42:02.267 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:42:02.269 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-08-31 09:42:02.645 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.repository [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.969 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.972 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.973 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.973 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.973 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.974 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.974 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.974 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.974 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.974 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.975 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.975 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.975 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.975 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.976 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.976 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:03.976 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:03.976 | DEBUG migrate.versioning.repository [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-31 09:42:03.976 | DEBUG migrate.versioning.repository [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-31 09:42:03.988 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Context impl MySQLImpl. 2024-08-31 09:42:03.988 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Will assume non-transactional DDL. 2024-08-31 09:42:03.998 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-31 09:42:06.129 | DEBUG alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] new branch insert 8f2f1571d55b {{(pid=43617) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-31 09:42:06.130 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-31 09:42:06.160 | DEBUG alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43617) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:06.161 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-31 09:42:06.225 | DEBUG alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43617) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:06.226 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-31 09:42:06.242 | DEBUG alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43617) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-31 09:42:06.250 | DEBUG migrate.versioning.repository [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-31 09:42:06.250 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.251 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.251 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.251 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.251 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.253 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.254 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.254 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.254 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.254 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.254 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.254 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.255 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.script.base [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.repository [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-31 09:42:06.257 | DEBUG migrate.versioning.repository [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43617) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-31 09:42:06.261 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Context impl MySQLImpl. 2024-08-31 09:42:06.261 | INFO alembic.runtime.migration [None req-8f0dae22-40e5-43c8-9900-ace2341246c6 None None] Will assume non-transactional DDL. 2024-08-31 09:42:06.635 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-08-31 09:42:07.017 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:42:08.470 | Running batches of 50 until complete 2024-08-31 09:42:08.470 | +-------------------------------------+--------------+-----------+ 2024-08-31 09:42:08.470 | | Migration | Total Needed | Completed | 2024-08-31 09:42:08.470 | +-------------------------------------+--------------+-----------+ 2024-08-31 09:42:08.470 | | fill_virtual_interface_list | 0 | 0 | 2024-08-31 09:42:08.470 | | migrate_empty_ratio | 0 | 0 | 2024-08-31 09:42:08.470 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-08-31 09:42:08.470 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-08-31 09:42:08.470 | | migration_migrate_to_uuid | 0 | 0 | 2024-08-31 09:42:08.470 | | populate_dev_uuids | 0 | 0 | 2024-08-31 09:42:08.470 | | populate_missing_availability_zones | 0 | 0 | 2024-08-31 09:42:08.470 | | populate_queued_for_delete | 0 | 0 | 2024-08-31 09:42:08.470 | | populate_user_id | 0 | 0 | 2024-08-31 09:42:08.470 | | populate_uuids | 0 | 0 | 2024-08-31 09:42:08.470 | +-------------------------------------+--------------+-----------+ 2024-08-31 09:42:08.850 | ++ lib/nova:init_nova:889 : seq 1 1 2024-08-31 09:42:08.854 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-31 09:42:08.857 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-08-31 09:42:08.859 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-31 09:42:08.861 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-31 09:42:08.864 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-08-31 09:42:09.249 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:42:10.561 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-08-31 09:42:10.561 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-08-31 09:42:10.893 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-08-31 09:42:10.895 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-08-31 09:42:10.906 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-08-31 09:42:10.908 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-08-31 09:42:10.910 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-08-31 09:42:10.959 | + inc/async:async_inner:63 : configure_neutron_nova 2024-08-31 09:42:10.989 | [3682 Async configure_neutron_nova:43698]: running: configure_neutron_nova 2024-08-31 09:42:10.991 | + stack.sh:main:1238 : run_phase stack post-config 2024-08-31 09:42:10.994 | + functions-common:run_phase:1863 : local mode=stack 2024-08-31 09:42:10.997 | + functions-common:run_phase:1864 : local phase=post-config 2024-08-31 09:42:10.999 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:42:11.001 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:42:11.003 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:42:11.005 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:42:11.007 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:42:11.010 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:42:11.013 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:42:11.016 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:42:11.018 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:42:11.020 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-08-31 09:42:11.022 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:42:11.036 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:11.039 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:42:11.041 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:42:11.043 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-31 09:42:11.045 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:42:11.047 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:42:11.050 | ++ extras.d/80-tempest.sh:source:12 : : 2024-08-31 09:42:11.052 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-31 09:42:11.055 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-31 09:42:11.057 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:42:11.059 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-31 09:42:11.061 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-08-31 09:42:11.063 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-31 09:42:11.065 | + functions-common:run_plugins:1850 : local phase=post-config 2024-08-31 09:42:11.068 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-31 09:42:11.070 | + functions-common:run_plugins:1853 : local plugin 2024-08-31 09:42:11.072 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-31 09:42:11.075 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:42:11.077 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-31 09:42:11.079 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-08-31 09:42:11.082 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:42:11.083 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:42:11.085 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-31 09:42:11.087 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:42:11.089 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:42:11.091 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-08-31 09:42:11.093 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:11.095 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-08-31 09:42:11.098 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-08-31 09:42:11.100 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.102 | + inc/meta-config:merge_config_group:171 : shift 2024-08-31 09:42:11.105 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-08-31 09:42:11.106 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.108 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-31 09:42:11.110 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-31 09:42:11.113 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-08-31 09:42:11.115 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.117 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-08-31 09:42:11.119 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.122 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-08-31 09:42:11.122 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:11.122 | gsub("[][]", "", $1); 2024-08-31 09:42:11.122 | split($1, a, "|"); 2024-08-31 09:42:11.122 | if (a[1] == matchgroup) 2024-08-31 09:42:11.122 | print a[2] 2024-08-31 09:42:11.122 | } 2024-08-31 09:42:11.122 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:11.127 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-31 09:42:11.129 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-31 09:42:11.131 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-31 09:42:11.133 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-08-31 09:42:11.136 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-08-31 09:42:11.138 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-08-31 09:42:11.141 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-08-31 09:42:11.144 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-08-31 09:42:11.148 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-08-31 09:42:11.150 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-08-31 09:42:11.152 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-31 09:42:11.154 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.156 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-31 09:42:11.158 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-08-31 09:42:11.161 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-31 09:42:11.163 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-08-31 09:42:11.165 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-08-31 09:42:11.168 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-08-31 09:42:11.170 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-08-31 09:42:11.173 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-08-31 09:42:11.174 | BEGIN { 2024-08-31 09:42:11.174 | section = "" 2024-08-31 09:42:11.174 | last_section = "" 2024-08-31 09:42:11.174 | section_count = 0 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | /^\[.+\]/ { 2024-08-31 09:42:11.174 | gsub("[][]", "", $1); 2024-08-31 09:42:11.174 | section=$1 2024-08-31 09:42:11.174 | next 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | /^ *\#/ { 2024-08-31 09:42:11.174 | next 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | /^[^ \t]+/ { 2024-08-31 09:42:11.174 | # get offset of first = in $0 2024-08-31 09:42:11.174 | eq_idx = index($0, "=") 2024-08-31 09:42:11.174 | # extract attr & value from $0 2024-08-31 09:42:11.174 | attr = substr($0, 1, eq_idx - 1) 2024-08-31 09:42:11.174 | value = substr($0, eq_idx + 1) 2024-08-31 09:42:11.174 | # only need to strip trailing whitespace from attr 2024-08-31 09:42:11.174 | sub(/[ \t]*$/, "", attr) 2024-08-31 09:42:11.174 | # need to strip leading & trailing whitespace from value 2024-08-31 09:42:11.174 | sub(/^[ \t]*/, "", value) 2024-08-31 09:42:11.174 | sub(/[ \t]*$/, "", value) 2024-08-31 09:42:11.174 | 2024-08-31 09:42:11.174 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-31 09:42:11.174 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-31 09:42:11.174 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-31 09:42:11.174 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-31 09:42:11.174 | if (! (section, attr) in cfg_attr_count) { 2024-08-31 09:42:11.174 | if (section != last_section) { 2024-08-31 09:42:11.174 | cfg_section[section_count++] = section 2024-08-31 09:42:11.174 | last_section = section 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-31 09:42:11.174 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-31 09:42:11.174 | 2024-08-31 09:42:11.174 | cfg_attr[section, attr, 0] = value 2024-08-31 09:42:11.174 | cfg_attr_count[section, attr] = 1 2024-08-31 09:42:11.174 | } else { 2024-08-31 09:42:11.174 | lno = cfg_attr_count[section, attr]++ 2024-08-31 09:42:11.174 | cfg_attr[section, attr, lno] = value 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | END { 2024-08-31 09:42:11.174 | # Process each section in order 2024-08-31 09:42:11.174 | for (sno = 0; sno < section_count; sno++) { 2024-08-31 09:42:11.174 | section = cfg_section[sno] 2024-08-31 09:42:11.174 | # The ini routines simply append a config item immediately 2024-08-31 09:42:11.174 | # after the section header. To keep the same order as defined 2024-08-31 09:42:11.174 | # in local.conf, invoke the ini routines in the reverse order 2024-08-31 09:42:11.174 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-31 09:42:11.174 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-31 09:42:11.174 | if (cfg_attr_count[section, attr] == 1) 2024-08-31 09:42:11.174 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-31 09:42:11.174 | else { 2024-08-31 09:42:11.174 | # For multiline, invoke the ini routines in the reverse order 2024-08-31 09:42:11.174 | count = cfg_attr_count[section, attr] 2024-08-31 09:42:11.174 | print "inidelete " configfile " " section " " attr 2024-08-31 09:42:11.174 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-31 09:42:11.174 | for (l = count -2; l >= 0; l--) 2024-08-31 09:42:11.174 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | } 2024-08-31 09:42:11.174 | ' 2024-08-31 09:42:11.174 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-31 09:42:11.174 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.175 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-31 09:42:11.176 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.178 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-31 09:42:11.180 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-08-31 09:42:11.182 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.184 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-08-31 09:42:11.187 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-08-31 09:42:11.187 | BEGIN { group = "" } 2024-08-31 09:42:11.187 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:11.187 | gsub("[][]", "", $1); 2024-08-31 09:42:11.187 | split($1, a, "|"); 2024-08-31 09:42:11.187 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-31 09:42:11.187 | group=a[1] 2024-08-31 09:42:11.187 | } else { 2024-08-31 09:42:11.187 | group="" 2024-08-31 09:42:11.187 | } 2024-08-31 09:42:11.187 | next 2024-08-31 09:42:11.187 | } 2024-08-31 09:42:11.187 | { 2024-08-31 09:42:11.187 | if (group != "") 2024-08-31 09:42:11.187 | print $0 2024-08-31 09:42:11.187 | } 2024-08-31 09:42:11.187 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:11.192 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-08-31 09:42:11.194 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-31 09:42:11.217 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.220 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-31 09:42:11.222 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-31 09:42:11.224 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-31 09:42:11.227 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-08-31 09:42:11.229 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-08-31 09:42:11.232 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-08-31 09:42:11.235 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-08-31 09:42:11.237 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-08-31 09:42:11.241 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-08-31 09:42:11.243 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-08-31 09:42:11.245 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-31 09:42:11.247 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.249 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-31 09:42:11.252 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-08-31 09:42:11.254 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-31 09:42:11.257 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-08-31 09:42:11.259 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-08-31 09:42:11.262 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-08-31 09:42:11.264 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-08-31 09:42:11.267 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-31 09:42:11.267 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-08-31 09:42:11.267 | BEGIN { 2024-08-31 09:42:11.267 | section = "" 2024-08-31 09:42:11.267 | last_section = "" 2024-08-31 09:42:11.267 | section_count = 0 2024-08-31 09:42:11.267 | } 2024-08-31 09:42:11.267 | /^\[.+\]/ { 2024-08-31 09:42:11.267 | gsub("[][]", "", $1); 2024-08-31 09:42:11.267 | section=$1 2024-08-31 09:42:11.267 | next 2024-08-31 09:42:11.267 | } 2024-08-31 09:42:11.267 | /^ *\#/ { 2024-08-31 09:42:11.267 | next 2024-08-31 09:42:11.267 | } 2024-08-31 09:42:11.267 | /^[^ \t]+/ { 2024-08-31 09:42:11.267 | # get offset of first = in $0 2024-08-31 09:42:11.267 | eq_idx = index($0, "=") 2024-08-31 09:42:11.267 | # extract attr & value from $0 2024-08-31 09:42:11.267 | attr = substr($0, 1, eq_idx - 1) 2024-08-31 09:42:11.267 | value = substr($0, eq_idx + 1) 2024-08-31 09:42:11.267 | # only need to strip trailing whitespace from attr 2024-08-31 09:42:11.267 | sub(/[ \t]*$/, "", attr) 2024-08-31 09:42:11.267 | # need to strip leading & trailing whitespace from value 2024-08-31 09:42:11.267 | sub(/^[ \t]*/, "", value) 2024-08-31 09:42:11.267 | sub(/[ \t]*$/, "", value) 2024-08-31 09:42:11.267 | 2024-08-31 09:42:11.267 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-31 09:42:11.267 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-31 09:42:11.267 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-31 09:42:11.267 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-31 09:42:11.267 | if (! (section, attr) in cfg_attr_count) { 2024-08-31 09:42:11.267 | if (section != last_section) { 2024-08-31 09:42:11.267 | cfg_section[section_count++] = section 2024-08-31 09:42:11.267 | last_section = section 2024-08-31 09:42:11.267 | } 2024-08-31 09:42:11.267 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-31 09:42:11.267 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-31 09:42:11.267 | 2024-08-31 09:42:11.267 | cfg_attr[section, attr, 0] = value 2024-08-31 09:42:11.267 | cfg_attr_count[section, attr] = 1 2024-08-31 09:42:11.267 | } else { 2024-08-31 09:42:11.267 | lno = cfg_attr_count[section, attr]++ 2024-08-31 09:42:11.267 | cfg_attr[section, attr, lno] = value 2024-08-31 09:42:11.268 | } 2024-08-31 09:42:11.268 | } 2024-08-31 09:42:11.268 | END { 2024-08-31 09:42:11.268 | # Process each section in order 2024-08-31 09:42:11.268 | for (sno = 0; sno < section_count; sno++) { 2024-08-31 09:42:11.268 | section = cfg_section[sno] 2024-08-31 09:42:11.268 | # The ini routines simply append a config item immediately 2024-08-31 09:42:11.268 | # after the section header. To keep the same order as defined 2024-08-31 09:42:11.268 | # in local.conf, invoke the ini routines in the reverse order 2024-08-31 09:42:11.268 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-31 09:42:11.268 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-31 09:42:11.268 | if (cfg_attr_count[section, attr] == 1) 2024-08-31 09:42:11.268 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-31 09:42:11.268 | else { 2024-08-31 09:42:11.268 | # For multiline, invoke the ini routines in the reverse order 2024-08-31 09:42:11.268 | count = cfg_attr_count[section, attr] 2024-08-31 09:42:11.268 | print "inidelete " configfile " " section " " attr 2024-08-31 09:42:11.268 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-31 09:42:11.268 | for (l = count -2; l >= 0; l--) 2024-08-31 09:42:11.268 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-31 09:42:11.268 | } 2024-08-31 09:42:11.268 | } 2024-08-31 09:42:11.268 | } 2024-08-31 09:42:11.268 | } 2024-08-31 09:42:11.268 | ' 2024-08-31 09:42:11.268 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.269 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-31 09:42:11.269 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.271 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-31 09:42:11.274 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-08-31 09:42:11.276 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.278 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-08-31 09:42:11.280 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-08-31 09:42:11.280 | BEGIN { group = "" } 2024-08-31 09:42:11.280 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:11.280 | gsub("[][]", "", $1); 2024-08-31 09:42:11.280 | split($1, a, "|"); 2024-08-31 09:42:11.280 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-31 09:42:11.280 | group=a[1] 2024-08-31 09:42:11.280 | } else { 2024-08-31 09:42:11.280 | group="" 2024-08-31 09:42:11.280 | } 2024-08-31 09:42:11.280 | next 2024-08-31 09:42:11.280 | } 2024-08-31 09:42:11.280 | { 2024-08-31 09:42:11.280 | if (group != "") 2024-08-31 09:42:11.280 | print $0 2024-08-31 09:42:11.280 | } 2024-08-31 09:42:11.280 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:11.285 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-08-31 09:42:11.287 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-08-31 09:42:11.292 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:42:11.311 | [43698 Async configure_neutron_nova:43698]: finished successfully 2024-08-31 09:42:11.311 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.314 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-31 09:42:11.317 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-31 09:42:11.319 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-31 09:42:11.322 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-08-31 09:42:11.324 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-08-31 09:42:11.326 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-08-31 09:42:11.328 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-08-31 09:42:11.331 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-08-31 09:42:11.334 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-31 09:42:11.336 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-31 09:42:11.338 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-31 09:42:11.341 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.343 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-31 09:42:11.345 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-08-31 09:42:11.347 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-31 09:42:11.350 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-08-31 09:42:11.352 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-08-31 09:42:11.354 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-08-31 09:42:11.356 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-08-31 09:42:11.359 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-31 09:42:11.360 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.360 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-08-31 09:42:11.360 | BEGIN { 2024-08-31 09:42:11.360 | section = "" 2024-08-31 09:42:11.360 | last_section = "" 2024-08-31 09:42:11.360 | section_count = 0 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | /^\[.+\]/ { 2024-08-31 09:42:11.360 | gsub("[][]", "", $1); 2024-08-31 09:42:11.360 | section=$1 2024-08-31 09:42:11.360 | next 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | /^ *\#/ { 2024-08-31 09:42:11.360 | next 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | /^[^ \t]+/ { 2024-08-31 09:42:11.360 | # get offset of first = in $0 2024-08-31 09:42:11.360 | eq_idx = index($0, "=") 2024-08-31 09:42:11.360 | # extract attr & value from $0 2024-08-31 09:42:11.360 | attr = substr($0, 1, eq_idx - 1) 2024-08-31 09:42:11.360 | value = substr($0, eq_idx + 1) 2024-08-31 09:42:11.360 | # only need to strip trailing whitespace from attr 2024-08-31 09:42:11.360 | sub(/[ \t]*$/, "", attr) 2024-08-31 09:42:11.360 | # need to strip leading & trailing whitespace from value 2024-08-31 09:42:11.360 | sub(/^[ \t]*/, "", value) 2024-08-31 09:42:11.360 | sub(/[ \t]*$/, "", value) 2024-08-31 09:42:11.360 | 2024-08-31 09:42:11.360 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-31 09:42:11.360 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-31 09:42:11.360 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-31 09:42:11.360 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-31 09:42:11.360 | if (! (section, attr) in cfg_attr_count) { 2024-08-31 09:42:11.360 | if (section != last_section) { 2024-08-31 09:42:11.360 | cfg_section[section_count++] = section 2024-08-31 09:42:11.360 | last_section = section 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-31 09:42:11.360 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-31 09:42:11.360 | 2024-08-31 09:42:11.360 | cfg_attr[section, attr, 0] = value 2024-08-31 09:42:11.360 | cfg_attr_count[section, attr] = 1 2024-08-31 09:42:11.360 | } else { 2024-08-31 09:42:11.360 | lno = cfg_attr_count[section, attr]++ 2024-08-31 09:42:11.360 | cfg_attr[section, attr, lno] = value 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | END { 2024-08-31 09:42:11.360 | # Process each section in order 2024-08-31 09:42:11.360 | for (sno = 0; sno < section_count; sno++) { 2024-08-31 09:42:11.360 | section = cfg_section[sno] 2024-08-31 09:42:11.360 | # The ini routines simply append a config item immediately 2024-08-31 09:42:11.360 | # after the section header. To keep the same order as defined 2024-08-31 09:42:11.360 | # in local.conf, invoke the ini routines in the reverse order 2024-08-31 09:42:11.360 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-31 09:42:11.360 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-31 09:42:11.360 | if (cfg_attr_count[section, attr] == 1) 2024-08-31 09:42:11.360 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-31 09:42:11.360 | else { 2024-08-31 09:42:11.360 | # For multiline, invoke the ini routines in the reverse order 2024-08-31 09:42:11.360 | count = cfg_attr_count[section, attr] 2024-08-31 09:42:11.360 | print "inidelete " configfile " " section " " attr 2024-08-31 09:42:11.360 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-31 09:42:11.360 | for (l = count -2; l >= 0; l--) 2024-08-31 09:42:11.360 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | } 2024-08-31 09:42:11.360 | ' 2024-08-31 09:42:11.361 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.362 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-31 09:42:11.363 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-31 09:42:11.365 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-08-31 09:42:11.367 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.369 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-08-31 09:42:11.371 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-08-31 09:42:11.371 | BEGIN { group = "" } 2024-08-31 09:42:11.371 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:11.371 | gsub("[][]", "", $1); 2024-08-31 09:42:11.371 | split($1, a, "|"); 2024-08-31 09:42:11.371 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-31 09:42:11.371 | group=a[1] 2024-08-31 09:42:11.371 | } else { 2024-08-31 09:42:11.371 | group="" 2024-08-31 09:42:11.371 | } 2024-08-31 09:42:11.371 | next 2024-08-31 09:42:11.371 | } 2024-08-31 09:42:11.371 | { 2024-08-31 09:42:11.371 | if (group != "") 2024-08-31 09:42:11.371 | print $0 2024-08-31 09:42:11.371 | } 2024-08-31 09:42:11.371 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:11.376 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-08-31 09:42:11.378 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-08-31 09:42:11.401 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.403 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-08-31 09:42:11.405 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-08-31 09:42:11.429 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.432 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-31 09:42:11.434 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-31 09:42:11.436 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-31 09:42:11.439 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-08-31 09:42:11.441 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:42:11.443 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:42:11.445 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-08-31 09:42:11.448 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:42:11.451 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-08-31 09:42:11.453 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-08-31 09:42:11.455 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-31 09:42:11.457 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.459 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-31 09:42:11.461 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-31 09:42:11.463 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-31 09:42:11.466 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-08-31 09:42:11.468 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:42:11.470 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-31 09:42:11.472 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-08-31 09:42:11.475 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-31 09:42:11.476 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-31 09:42:11.476 | BEGIN { 2024-08-31 09:42:11.476 | section = "" 2024-08-31 09:42:11.476 | last_section = "" 2024-08-31 09:42:11.476 | section_count = 0 2024-08-31 09:42:11.476 | } 2024-08-31 09:42:11.476 | /^\[.+\]/ { 2024-08-31 09:42:11.476 | gsub("[][]", "", $1); 2024-08-31 09:42:11.476 | section=$1 2024-08-31 09:42:11.476 | next 2024-08-31 09:42:11.476 | } 2024-08-31 09:42:11.476 | /^ *\#/ { 2024-08-31 09:42:11.476 | next 2024-08-31 09:42:11.476 | } 2024-08-31 09:42:11.476 | /^[^ \t]+/ { 2024-08-31 09:42:11.476 | # get offset of first = in $0 2024-08-31 09:42:11.476 | eq_idx = index($0, "=") 2024-08-31 09:42:11.476 | # extract attr & value from $0 2024-08-31 09:42:11.476 | attr = substr($0, 1, eq_idx - 1) 2024-08-31 09:42:11.476 | value = substr($0, eq_idx + 1) 2024-08-31 09:42:11.476 | # only need to strip trailing whitespace from attr 2024-08-31 09:42:11.476 | sub(/[ \t]*$/, "", attr) 2024-08-31 09:42:11.476 | # need to strip leading & trailing whitespace from value 2024-08-31 09:42:11.476 | sub(/^[ \t]*/, "", value) 2024-08-31 09:42:11.476 | sub(/[ \t]*$/, "", value) 2024-08-31 09:42:11.476 | 2024-08-31 09:42:11.476 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-31 09:42:11.476 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-31 09:42:11.476 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-31 09:42:11.476 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-31 09:42:11.476 | if (! (section, attr) in cfg_attr_count) { 2024-08-31 09:42:11.476 | if (section != last_section) { 2024-08-31 09:42:11.476 | cfg_section[section_count++] = section 2024-08-31 09:42:11.476 | last_section = section 2024-08-31 09:42:11.476 | } 2024-08-31 09:42:11.476 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-31 09:42:11.476 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-31 09:42:11.476 | 2024-08-31 09:42:11.477 | cfg_attr[section, attr, 0] = value 2024-08-31 09:42:11.477 | cfg_attr_count[section, attr] = 1 2024-08-31 09:42:11.477 | } else { 2024-08-31 09:42:11.477 | lno = cfg_attr_count[section, attr]++ 2024-08-31 09:42:11.477 | cfg_attr[section, attr, lno] = value 2024-08-31 09:42:11.477 | } 2024-08-31 09:42:11.477 | } 2024-08-31 09:42:11.477 | END { 2024-08-31 09:42:11.477 | # Process each section in order 2024-08-31 09:42:11.477 | for (sno = 0; sno < section_count; sno++) { 2024-08-31 09:42:11.477 | section = cfg_section[sno] 2024-08-31 09:42:11.477 | # The ini routines simply append a config item immediately 2024-08-31 09:42:11.477 | # after the section header. To keep the same order as defined 2024-08-31 09:42:11.477 | # in local.conf, invoke the ini routines in the reverse order 2024-08-31 09:42:11.477 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-31 09:42:11.477 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-31 09:42:11.477 | if (cfg_attr_count[section, attr] == 1) 2024-08-31 09:42:11.477 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-31 09:42:11.477 | else { 2024-08-31 09:42:11.477 | # For multiline, invoke the ini routines in the reverse order 2024-08-31 09:42:11.477 | count = cfg_attr_count[section, attr] 2024-08-31 09:42:11.477 | print "inidelete " configfile " " section " " attr 2024-08-31 09:42:11.477 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-31 09:42:11.477 | for (l = count -2; l >= 0; l--) 2024-08-31 09:42:11.477 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-31 09:42:11.477 | } 2024-08-31 09:42:11.477 | } 2024-08-31 09:42:11.477 | } 2024-08-31 09:42:11.477 | } 2024-08-31 09:42:11.477 | ' 2024-08-31 09:42:11.477 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.477 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.478 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-31 09:42:11.479 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-31 09:42:11.481 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-31 09:42:11.483 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.485 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-08-31 09:42:11.487 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-31 09:42:11.488 | BEGIN { group = "" } 2024-08-31 09:42:11.488 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:11.488 | gsub("[][]", "", $1); 2024-08-31 09:42:11.488 | split($1, a, "|"); 2024-08-31 09:42:11.488 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-31 09:42:11.488 | group=a[1] 2024-08-31 09:42:11.488 | } else { 2024-08-31 09:42:11.488 | group="" 2024-08-31 09:42:11.488 | } 2024-08-31 09:42:11.488 | next 2024-08-31 09:42:11.488 | } 2024-08-31 09:42:11.488 | { 2024-08-31 09:42:11.488 | if (group != "") 2024-08-31 09:42:11.488 | print $0 2024-08-31 09:42:11.488 | } 2024-08-31 09:42:11.488 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:11.492 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-08-31 09:42:11.494 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-08-31 09:42:11.518 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.520 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-08-31 09:42:11.522 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-31 09:42:11.547 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.549 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-08-31 09:42:11.551 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-31 09:42:11.576 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.578 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-08-31 09:42:11.580 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-08-31 09:42:11.605 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.607 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-08-31 09:42:11.609 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-08-31 09:42:11.632 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.634 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-08-31 09:42:11.636 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-08-31 09:42:11.660 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.662 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-08-31 09:42:11.664 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-08-31 09:42:11.689 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.691 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-08-31 09:42:11.693 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-08-31 09:42:11.718 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.720 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-08-31 09:42:11.722 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-31 09:42:11.747 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.750 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-31 09:42:11.752 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-31 09:42:11.754 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-31 09:42:11.757 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:11.759 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.761 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.763 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-31 09:42:11.766 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.769 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-31 09:42:11.771 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-31 09:42:11.774 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.776 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.778 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-31 09:42:11.780 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.782 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-31 09:42:11.785 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.787 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.789 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.791 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-08-31 09:42:11.794 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.795 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-31 09:42:11.795 | BEGIN { 2024-08-31 09:42:11.795 | section = "" 2024-08-31 09:42:11.795 | last_section = "" 2024-08-31 09:42:11.795 | section_count = 0 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.795 | /^\[.+\]/ { 2024-08-31 09:42:11.795 | gsub("[][]", "", $1); 2024-08-31 09:42:11.795 | section=$1 2024-08-31 09:42:11.795 | next 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.795 | /^ *\#/ { 2024-08-31 09:42:11.795 | next 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.795 | /^[^ \t]+/ { 2024-08-31 09:42:11.795 | # get offset of first = in $0 2024-08-31 09:42:11.795 | eq_idx = index($0, "=") 2024-08-31 09:42:11.795 | # extract attr & value from $0 2024-08-31 09:42:11.795 | attr = substr($0, 1, eq_idx - 1) 2024-08-31 09:42:11.795 | value = substr($0, eq_idx + 1) 2024-08-31 09:42:11.795 | # only need to strip trailing whitespace from attr 2024-08-31 09:42:11.795 | sub(/[ \t]*$/, "", attr) 2024-08-31 09:42:11.795 | # need to strip leading & trailing whitespace from value 2024-08-31 09:42:11.795 | sub(/^[ \t]*/, "", value) 2024-08-31 09:42:11.795 | sub(/[ \t]*$/, "", value) 2024-08-31 09:42:11.795 | 2024-08-31 09:42:11.795 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-31 09:42:11.795 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-31 09:42:11.795 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-31 09:42:11.795 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-31 09:42:11.795 | if (! (section, attr) in cfg_attr_count) { 2024-08-31 09:42:11.795 | if (section != last_section) { 2024-08-31 09:42:11.795 | cfg_section[section_count++] = section 2024-08-31 09:42:11.795 | last_section = section 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.795 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-31 09:42:11.795 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-31 09:42:11.795 | 2024-08-31 09:42:11.795 | cfg_attr[section, attr, 0] = value 2024-08-31 09:42:11.795 | cfg_attr_count[section, attr] = 1 2024-08-31 09:42:11.795 | } else { 2024-08-31 09:42:11.795 | lno = cfg_attr_count[section, attr]++ 2024-08-31 09:42:11.795 | cfg_attr[section, attr, lno] = value 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.795 | END { 2024-08-31 09:42:11.795 | # Process each section in order 2024-08-31 09:42:11.795 | for (sno = 0; sno < section_count; sno++) { 2024-08-31 09:42:11.795 | section = cfg_section[sno] 2024-08-31 09:42:11.795 | # The ini routines simply append a config item immediately 2024-08-31 09:42:11.795 | # after the section header. To keep the same order as defined 2024-08-31 09:42:11.795 | # in local.conf, invoke the ini routines in the reverse order 2024-08-31 09:42:11.795 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-31 09:42:11.795 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-31 09:42:11.795 | if (cfg_attr_count[section, attr] == 1) 2024-08-31 09:42:11.795 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-31 09:42:11.795 | else { 2024-08-31 09:42:11.795 | # For multiline, invoke the ini routines in the reverse order 2024-08-31 09:42:11.795 | count = cfg_attr_count[section, attr] 2024-08-31 09:42:11.795 | print "inidelete " configfile " " section " " attr 2024-08-31 09:42:11.795 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-31 09:42:11.795 | for (l = count -2; l >= 0; l--) 2024-08-31 09:42:11.795 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-31 09:42:11.795 | } 2024-08-31 09:42:11.796 | } 2024-08-31 09:42:11.796 | } 2024-08-31 09:42:11.796 | } 2024-08-31 09:42:11.796 | ' 2024-08-31 09:42:11.796 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.796 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:11.796 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-31 09:42:11.798 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-31 09:42:11.800 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-31 09:42:11.802 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:11.804 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-31 09:42:11.806 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-31 09:42:11.806 | BEGIN { group = "" } 2024-08-31 09:42:11.806 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:11.806 | gsub("[][]", "", $1); 2024-08-31 09:42:11.806 | split($1, a, "|"); 2024-08-31 09:42:11.806 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-31 09:42:11.806 | group=a[1] 2024-08-31 09:42:11.806 | } else { 2024-08-31 09:42:11.806 | group="" 2024-08-31 09:42:11.806 | } 2024-08-31 09:42:11.806 | next 2024-08-31 09:42:11.806 | } 2024-08-31 09:42:11.806 | { 2024-08-31 09:42:11.806 | if (group != "") 2024-08-31 09:42:11.806 | print $0 2024-08-31 09:42:11.806 | } 2024-08-31 09:42:11.806 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:11.811 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-08-31 09:42:11.813 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-08-31 09:42:11.835 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.837 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-08-31 09:42:11.839 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-31 09:42:11.863 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.866 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-08-31 09:42:11.868 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-08-31 09:42:11.891 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:11.894 | + stack.sh:main:1255 : is_service_enabled swift 2024-08-31 09:42:11.908 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:11.910 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-31 09:42:11.912 | + stack.sh:main:1264 : is_service_enabled cinder 2024-08-31 09:42:11.927 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:11.930 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-31 09:42:11.955 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-08-31 09:42:11.992 | [3682 Async configure_neutron_nova:43698]: Waiting for completion of configure_neutron_nova running on PID 43698 (2 other jobs running) 2024-08-31 09:42:12.010 | [3682 Async configure_neutron_nova:43698]: Signaling child to exit 2024-08-31 09:42:12.010 | WAKEUP 2024-08-31 09:42:12.026 | [3682 Async configure_neutron_nova:43698]: Signaled 2024-08-31 09:42:12.027 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-08-31 09:42:12.027 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-08-31 09:42:12.027 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-08-31 09:42:12.027 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-08-31 09:42:12.027 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-08-31 09:42:12.027 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:42:12.057 | [3682 Async configure_neutron_nova:43698]: finished configure_neutron_nova with result 0 in 0 seconds 2024-08-31 09:42:12.061 | + inc/async:async_wait:197 : return 0 2024-08-31 09:42:12.063 | + stack.sh:main:1274 : is_service_enabled nova 2024-08-31 09:42:12.077 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:12.079 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-31 09:42:12.104 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-31 09:42:12.130 | + stack.sh:main:1280 : is_service_enabled n-api 2024-08-31 09:42:12.145 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:12.147 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-08-31 09:42:12.149 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:12.151 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-08-31 09:42:12.153 | + stack.sh:main:1282 : start_nova_api 2024-08-31 09:42:12.156 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-08-31 09:42:12.158 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-08-31 09:42:12.160 | + lib/nova:start_nova_api:972 : local nova_url 2024-08-31 09:42:12.162 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-08-31 09:42:12.175 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:12.177 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:12.180 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:12.182 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:12.184 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-08-31 09:42:12.187 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-08-31 09:42:12.190 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.193 | + functions-common:run_process:1689 : local service=n-api 2024-08-31 09:42:12.195 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.197 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:12.199 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:12.201 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:12.203 | + functions-common:run_process:1695 : local name=n-api 2024-08-31 09:42:12.205 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:12.208 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:12.210 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:12.212 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:12.215 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:12.218 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097332216 2024-08-31 09:42:12.220 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-08-31 09:42:12.233 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:12.235 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-08-31 09:42:12.237 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-08-31 09:42:12.239 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.241 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.243 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.245 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.247 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-08-31 09:42:12.249 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-08-31 09:42:12.251 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-08-31 09:42:12.253 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:12.255 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:12.257 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:12.260 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:12.262 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-08-31 09:42:12.264 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-08-31 09:42:12.266 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-08-31 09:42:12.268 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.269 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-31 09:42:12.271 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-31 09:42:12.273 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-31 09:42:12.275 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-08-31 09:42:12.277 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-31 09:42:12.280 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-08-31 09:42:12.328 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-08-31 09:42:12.376 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-08-31 09:42:12.417 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-31 09:42:12.457 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:12.498 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-08-31 09:42:12.538 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-08-31 09:42:12.579 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-08-31 09:42:12.619 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-08-31 09:42:12.660 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-08-31 09:42:12.700 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-31 09:42:12.702 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-31 09:42:12.704 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-08-31 09:42:12.753 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-31 09:42:12.986 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-08-31 09:42:12.996 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-08-31 09:42:13.231 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-08-31 09:42:13.286 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:13.288 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:13.290 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:13.292 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:13.294 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:13.296 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:13.298 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:13.300 | + functions-common:time_stop:2442 : start_time=1725097332216 2024-08-31 09:42:13.302 | + functions-common:time_stop:2444 : [[ -z 1725097332216 ]] 2024-08-31 09:42:13.306 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:13.309 | + functions-common:time_stop:2447 : end_time=1725097333307 2024-08-31 09:42:13.311 | + functions-common:time_stop:2448 : elapsed_time=1091 2024-08-31 09:42:13.313 | + functions-common:time_stop:2449 : total=1201 2024-08-31 09:42:13.315 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:13.317 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2292 2024-08-31 09:42:13.319 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-08-31 09:42:13.322 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-08-31 09:42:13.322 | Waiting for nova-api to start... 2024-08-31 09:42:13.324 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-08-31 09:42:13.326 | + functions:wait_for_service:468 : local timeout=60 2024-08-31 09:42:13.328 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-08-31 09:42:13.330 | + functions:wait_for_service:470 : local rval=0 2024-08-31 09:42:13.332 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-31 09:42:13.334 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-31 09:42:13.337 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:13.339 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:13.343 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:13.346 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097333343 2024-08-31 09:42:13.348 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-31 09:42:13.352 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-08-31 09:42:16.095 | + :: : [[ 200 == 503 ]] 2024-08-31 09:42:16.096 | + :: : [[ 0 -eq 7 ]] 2024-08-31 09:42:16.099 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-31 09:42:16.101 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:16.103 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:16.105 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:16.107 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:16.109 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:16.111 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-31 09:42:16.113 | + functions-common:time_stop:2442 : start_time=1725097333343 2024-08-31 09:42:16.115 | + functions-common:time_stop:2444 : [[ -z 1725097333343 ]] 2024-08-31 09:42:16.117 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:16.121 | + functions-common:time_stop:2447 : end_time=1725097336119 2024-08-31 09:42:16.123 | + functions-common:time_stop:2448 : elapsed_time=2776 2024-08-31 09:42:16.125 | + functions-common:time_stop:2449 : total=2395 2024-08-31 09:42:16.127 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:16.129 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5171 2024-08-31 09:42:16.131 | + functions:wait_for_service:478 : return 0 2024-08-31 09:42:16.133 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:16.136 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:16.138 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-08-31 09:42:16.152 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:16.154 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-08-31 09:42:16.167 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:16.170 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-08-31 09:42:16.183 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:16.185 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-08-31 09:42:16.187 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:16.189 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-08-31 09:42:16.192 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-08-31 09:42:16.194 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-08-31 09:42:16.196 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-08-31 09:42:16.221 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-08-31 09:42:16.223 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-08-31 09:42:16.225 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-08-31 09:42:16.227 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-08-31 09:42:16.252 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-08-31 09:42:16.277 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-08-31 09:42:16.280 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-08-31 09:42:16.282 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-08-31 09:42:16.284 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-08-31 09:42:16.286 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-08-31 09:42:16.289 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-08-31 09:42:16.291 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-31 09:42:16.293 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-31 09:42:16.297 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-08-31 09:42:16.298 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-08-31 09:42:16.300 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-08-31 09:42:16.302 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-08-31 09:42:16.305 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.307 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.309 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.311 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-08-31 09:42:16.313 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.316 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.318 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-08-31 09:42:16.331 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:16.333 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-08-31 09:42:16.335 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.337 | + functions-common:run_process:1689 : local service=q-svc 2024-08-31 09:42:16.340 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.342 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:16.344 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:16.346 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:16.348 | + functions-common:run_process:1695 : local name=q-svc 2024-08-31 09:42:16.350 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:16.352 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:16.354 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:16.356 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:16.359 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:16.362 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097336360 2024-08-31 09:42:16.365 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-08-31 09:42:16.377 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:16.380 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-08-31 09:42:16.382 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-08-31 09:42:16.384 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.386 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.388 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.390 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.392 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-08-31 09:42:16.394 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-08-31 09:42:16.396 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-08-31 09:42:16.398 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:16.400 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:16.402 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:16.405 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:16.407 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-08-31 09:42:16.409 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-08-31 09:42:16.411 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-08-31 09:42:16.413 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.415 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:16.417 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:16.418 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:16.420 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:16.422 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:16.424 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-08-31 09:42:16.426 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:16.429 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-08-31 09:42:16.477 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-08-31 09:42:16.524 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:16.566 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-08-31 09:42:16.607 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-08-31 09:42:16.647 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:16.688 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:16.690 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:16.692 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-08-31 09:42:16.740 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:16.979 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-08-31 09:42:16.989 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-08-31 09:42:17.225 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-08-31 09:42:17.250 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:17.252 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:17.254 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:17.256 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:17.258 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:17.260 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:17.262 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:17.264 | + functions-common:time_stop:2442 : start_time=1725097336360 2024-08-31 09:42:17.266 | + functions-common:time_stop:2444 : [[ -z 1725097336360 ]] 2024-08-31 09:42:17.270 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:17.272 | + functions-common:time_stop:2447 : end_time=1725097337270 2024-08-31 09:42:17.274 | + functions-common:time_stop:2448 : elapsed_time=910 2024-08-31 09:42:17.276 | + functions-common:time_stop:2449 : total=2292 2024-08-31 09:42:17.278 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:17.280 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3202 2024-08-31 09:42:17.282 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-08-31 09:42:17.284 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-08-31 09:42:17.298 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:17.300 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-08-31 09:42:17.302 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-08-31 09:42:17.304 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-08-31 09:42:17.304 | Waiting for Neutron to start... 2024-08-31 09:42:17.306 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-31 09:42:17.308 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-08-31 09:42:17.310 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-31 09:42:17.312 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-08-31 09:42:17.314 | + functions-common:test_with_retry:2375 : local until=60 2024-08-31 09:42:17.316 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-31 09:42:17.318 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-31 09:42:17.320 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-31 09:42:17.323 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:17.325 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:17.327 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:17.331 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097337328 2024-08-31 09:42:17.333 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-08-31 09:42:20.370 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-31 09:42:20.372 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:20.374 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:20.376 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:20.378 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:20.380 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:20.382 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-31 09:42:20.384 | + functions-common:time_stop:2442 : start_time=1725097337328 2024-08-31 09:42:20.387 | + functions-common:time_stop:2444 : [[ -z 1725097337328 ]] 2024-08-31 09:42:20.389 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:20.392 | + functions-common:time_stop:2447 : end_time=1725097340390 2024-08-31 09:42:20.395 | + functions-common:time_stop:2448 : elapsed_time=3062 2024-08-31 09:42:20.397 | + functions-common:time_stop:2449 : total=0 2024-08-31 09:42:20.399 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:20.401 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3062 2024-08-31 09:42:20.404 | + stack.sh:main:1301 : is_service_enabled placement 2024-08-31 09:42:20.418 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:20.420 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-08-31 09:42:20.422 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:20.424 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-08-31 09:42:20.426 | + stack.sh:main:1303 : start_placement 2024-08-31 09:42:20.428 | + lib/placement:start_placement:173 : start_placement_api 2024-08-31 09:42:20.430 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-31 09:42:20.434 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-08-31 09:42:20.437 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.439 | + functions-common:run_process:1689 : local service=placement-api 2024-08-31 09:42:20.441 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.443 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:20.445 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:20.447 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:20.450 | + functions-common:run_process:1695 : local name=placement-api 2024-08-31 09:42:20.452 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:20.453 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:20.455 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:20.457 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:20.460 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:20.464 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097340461 2024-08-31 09:42:20.466 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-08-31 09:42:20.479 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:20.481 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-08-31 09:42:20.483 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-08-31 09:42:20.485 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.487 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.489 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.491 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.493 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-08-31 09:42:20.495 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-08-31 09:42:20.497 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-08-31 09:42:20.499 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:20.501 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:20.503 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:20.506 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:20.508 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-08-31 09:42:20.510 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-08-31 09:42:20.512 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-08-31 09:42:20.514 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.516 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-31 09:42:20.518 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-31 09:42:20.520 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-31 09:42:20.522 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-08-31 09:42:20.523 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-31 09:42:20.527 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-08-31 09:42:20.576 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-08-31 09:42:20.624 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-08-31 09:42:20.664 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-31 09:42:20.704 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:20.746 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-08-31 09:42:20.787 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-08-31 09:42:20.828 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-08-31 09:42:20.869 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-08-31 09:42:20.909 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-08-31 09:42:20.951 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-31 09:42:20.953 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-31 09:42:20.955 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-08-31 09:42:21.003 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-31 09:42:21.249 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-08-31 09:42:21.259 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-08-31 09:42:21.481 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-08-31 09:42:21.537 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:21.539 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:21.541 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:21.543 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:21.545 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:21.547 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:21.549 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:21.552 | + functions-common:time_stop:2442 : start_time=1725097340461 2024-08-31 09:42:21.554 | + functions-common:time_stop:2444 : [[ -z 1725097340461 ]] 2024-08-31 09:42:21.557 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:21.560 | + functions-common:time_stop:2447 : end_time=1725097341558 2024-08-31 09:42:21.562 | + functions-common:time_stop:2448 : elapsed_time=1097 2024-08-31 09:42:21.564 | + functions-common:time_stop:2449 : total=3202 2024-08-31 09:42:21.566 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:21.568 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4299 2024-08-31 09:42:21.571 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-08-31 09:42:21.571 | Waiting for placement-api to start... 2024-08-31 09:42:21.573 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-08-31 09:42:21.575 | + functions:wait_for_service:468 : local timeout=60 2024-08-31 09:42:21.577 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-08-31 09:42:21.579 | + functions:wait_for_service:470 : local rval=0 2024-08-31 09:42:21.582 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-31 09:42:21.584 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-31 09:42:21.586 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:21.588 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:21.592 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:21.594 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097341592 2024-08-31 09:42:21.597 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-31 09:42:21.600 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-08-31 09:42:22.820 | + :: : [[ 200 == 503 ]] 2024-08-31 09:42:22.821 | + :: : [[ 0 -eq 7 ]] 2024-08-31 09:42:22.824 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-31 09:42:22.826 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:22.828 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:22.830 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:22.832 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:22.834 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:22.836 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-31 09:42:22.838 | + functions-common:time_stop:2442 : start_time=1725097341592 2024-08-31 09:42:22.840 | + functions-common:time_stop:2444 : [[ -z 1725097341592 ]] 2024-08-31 09:42:22.843 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:22.846 | + functions-common:time_stop:2447 : end_time=1725097342844 2024-08-31 09:42:22.848 | + functions-common:time_stop:2448 : elapsed_time=1252 2024-08-31 09:42:22.850 | + functions-common:time_stop:2449 : total=5171 2024-08-31 09:42:22.852 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:22.854 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6423 2024-08-31 09:42:22.856 | + functions:wait_for_service:478 : return 0 2024-08-31 09:42:22.858 | + stack.sh:main:1306 : is_service_enabled neutron 2024-08-31 09:42:22.872 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:22.874 | + stack.sh:main:1307 : start_neutron 2024-08-31 09:42:22.877 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-08-31 09:42:22.879 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.881 | + functions-common:run_process:1689 : local service=q-agt 2024-08-31 09:42:22.883 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.885 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:22.887 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:22.889 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:22.891 | + functions-common:run_process:1695 : local name=q-agt 2024-08-31 09:42:22.893 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:22.895 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:22.897 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:22.899 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:22.902 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:22.905 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097342903 2024-08-31 09:42:22.907 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-08-31 09:42:22.920 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:22.922 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-08-31 09:42:22.924 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-08-31 09:42:22.927 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.929 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.931 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.933 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.935 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-08-31 09:42:22.937 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-08-31 09:42:22.939 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-08-31 09:42:22.941 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:22.943 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:22.945 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:22.947 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:22.949 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-08-31 09:42:22.951 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-08-31 09:42:22.953 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-08-31 09:42:22.955 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:22.957 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:22.959 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:22.961 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:22.963 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:22.964 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:22.967 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-08-31 09:42:22.968 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:22.972 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-08-31 09:42:23.048 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-08-31 09:42:23.097 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-31 09:42:23.138 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-08-31 09:42:23.181 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-08-31 09:42:23.225 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:23.269 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:23.271 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:23.273 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-08-31 09:42:23.325 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:23.566 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-08-31 09:42:23.576 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-08-31 09:42:23.804 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-08-31 09:42:23.828 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:23.830 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:23.833 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:23.835 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:23.837 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:23.839 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:23.841 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:23.843 | + functions-common:time_stop:2442 : start_time=1725097342903 2024-08-31 09:42:23.845 | + functions-common:time_stop:2444 : [[ -z 1725097342903 ]] 2024-08-31 09:42:23.847 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:23.851 | + functions-common:time_stop:2447 : end_time=1725097343849 2024-08-31 09:42:23.853 | + functions-common:time_stop:2448 : elapsed_time=946 2024-08-31 09:42:23.855 | + functions-common:time_stop:2449 : total=4299 2024-08-31 09:42:23.857 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:23.859 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5245 2024-08-31 09:42:23.861 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-08-31 09:42:23.863 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-31 09:42:23.865 | + functions-common:is_provider_network:2287 : return 1 2024-08-31 09:42:23.867 | + lib/neutron:start_neutron:620 : start_other_agents 2024-08-31 09:42:23.869 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.871 | + functions-common:run_process:1689 : local service=q-dhcp 2024-08-31 09:42:23.873 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.875 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:23.877 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:23.879 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:23.881 | + functions-common:run_process:1695 : local name=q-dhcp 2024-08-31 09:42:23.883 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:23.885 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:23.887 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:23.889 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:23.892 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:23.895 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097343893 2024-08-31 09:42:23.898 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-08-31 09:42:23.912 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:23.914 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-08-31 09:42:23.916 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-08-31 09:42:23.918 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.920 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.922 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.924 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.926 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-08-31 09:42:23.928 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-08-31 09:42:23.930 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-08-31 09:42:23.932 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:23.934 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:23.936 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:23.938 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:23.940 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-08-31 09:42:23.942 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-08-31 09:42:23.944 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-08-31 09:42:23.946 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:23.948 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:23.950 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:23.952 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:23.954 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:23.956 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:23.958 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-08-31 09:42:23.960 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:23.963 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-08-31 09:42:24.012 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-08-31 09:42:24.061 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-31 09:42:24.103 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-08-31 09:42:24.146 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-08-31 09:42:24.190 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:24.233 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:24.235 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:24.238 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-08-31 09:42:24.291 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:24.529 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-08-31 09:42:24.538 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-08-31 09:42:24.776 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-08-31 09:42:24.796 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:24.799 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:24.801 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:24.803 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:24.805 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:24.807 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:24.809 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:24.811 | + functions-common:time_stop:2442 : start_time=1725097343893 2024-08-31 09:42:24.813 | + functions-common:time_stop:2444 : [[ -z 1725097343893 ]] 2024-08-31 09:42:24.816 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:24.819 | + functions-common:time_stop:2447 : end_time=1725097344817 2024-08-31 09:42:24.821 | + functions-common:time_stop:2448 : elapsed_time=924 2024-08-31 09:42:24.823 | + functions-common:time_stop:2449 : total=5245 2024-08-31 09:42:24.825 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:24.828 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6169 2024-08-31 09:42:24.830 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-08-31 09:42:24.833 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-31 09:42:24.835 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-31 09:42:24.838 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-08-31 09:42:24.840 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.842 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.844 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.846 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-08-31 09:42:24.848 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.850 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.852 | + functions-common:run_process:1689 : local service=q-l3 2024-08-31 09:42:24.854 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.856 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:24.858 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:24.860 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:24.862 | + functions-common:run_process:1695 : local name=q-l3 2024-08-31 09:42:24.864 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:24.866 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:24.868 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:24.870 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:24.873 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:24.876 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097344873 2024-08-31 09:42:24.878 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-08-31 09:42:24.892 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:24.895 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-08-31 09:42:24.896 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-08-31 09:42:24.899 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.901 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.903 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.905 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.907 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-08-31 09:42:24.909 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-08-31 09:42:24.911 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-08-31 09:42:24.913 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:24.915 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:24.917 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:24.919 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:24.921 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-08-31 09:42:24.923 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-08-31 09:42:24.925 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-08-31 09:42:24.927 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:24.929 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:24.931 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:24.933 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:24.935 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:24.937 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:24.939 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-08-31 09:42:24.941 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:24.944 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-08-31 09:42:24.995 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-08-31 09:42:25.046 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-31 09:42:25.087 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-08-31 09:42:25.130 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-08-31 09:42:25.173 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:25.217 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:25.219 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:25.222 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-08-31 09:42:25.275 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:25.519 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-08-31 09:42:25.530 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-08-31 09:42:25.767 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-08-31 09:42:25.788 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:25.790 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:25.792 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:25.794 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:25.796 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:25.798 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:25.800 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:25.802 | + functions-common:time_stop:2442 : start_time=1725097344873 2024-08-31 09:42:25.804 | + functions-common:time_stop:2444 : [[ -z 1725097344873 ]] 2024-08-31 09:42:25.806 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:25.810 | + functions-common:time_stop:2447 : end_time=1725097345808 2024-08-31 09:42:25.812 | + functions-common:time_stop:2448 : elapsed_time=935 2024-08-31 09:42:25.814 | + functions-common:time_stop:2449 : total=6169 2024-08-31 09:42:25.816 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:25.818 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7104 2024-08-31 09:42:25.820 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.822 | + functions-common:run_process:1689 : local service=q-meta 2024-08-31 09:42:25.824 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.826 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:25.828 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:25.830 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:25.832 | + functions-common:run_process:1695 : local name=q-meta 2024-08-31 09:42:25.834 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:25.836 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:25.838 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:25.840 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:25.843 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:25.846 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097345844 2024-08-31 09:42:25.848 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-08-31 09:42:25.862 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:25.864 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-08-31 09:42:25.866 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-08-31 09:42:25.868 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.870 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.872 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.874 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.876 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-08-31 09:42:25.878 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-08-31 09:42:25.880 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-08-31 09:42:25.882 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:25.884 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:25.886 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:25.888 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:25.890 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-08-31 09:42:25.892 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-08-31 09:42:25.894 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-08-31 09:42:25.896 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:25.897 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:25.900 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:25.902 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:25.904 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:25.906 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:25.908 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-08-31 09:42:25.910 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:25.913 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-08-31 09:42:25.963 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-08-31 09:42:26.015 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-31 09:42:26.057 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-08-31 09:42:26.099 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-08-31 09:42:26.142 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:26.186 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:26.188 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:26.190 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-08-31 09:42:26.242 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:26.489 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-08-31 09:42:26.499 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-08-31 09:42:26.752 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-08-31 09:42:26.782 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:26.785 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:26.787 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:26.789 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:26.791 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:26.794 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:26.795 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:26.797 | + functions-common:time_stop:2442 : start_time=1725097345844 2024-08-31 09:42:26.800 | + functions-common:time_stop:2444 : [[ -z 1725097345844 ]] 2024-08-31 09:42:26.803 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:26.807 | + functions-common:time_stop:2447 : end_time=1725097346804 2024-08-31 09:42:26.811 | + functions-common:time_stop:2448 : elapsed_time=960 2024-08-31 09:42:26.812 | + functions-common:time_stop:2449 : total=7104 2024-08-31 09:42:26.814 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:26.816 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8064 2024-08-31 09:42:26.818 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-31 09:42:26.821 | + functions-common:run_process:1689 : local service=q-metering 2024-08-31 09:42:26.823 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-31 09:42:26.826 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:26.828 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:26.830 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:26.833 | + functions-common:run_process:1695 : local name=q-metering 2024-08-31 09:42:26.835 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:26.837 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:26.839 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:26.842 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:26.845 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:26.848 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097346846 2024-08-31 09:42:26.850 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-08-31 09:42:26.867 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:26.870 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:26.872 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:26.874 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:26.876 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:26.878 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:26.880 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:26.882 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:26.885 | + functions-common:time_stop:2442 : start_time=1725097346846 2024-08-31 09:42:26.886 | + functions-common:time_stop:2444 : [[ -z 1725097346846 ]] 2024-08-31 09:42:26.890 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:26.893 | + functions-common:time_stop:2447 : end_time=1725097346891 2024-08-31 09:42:26.895 | + functions-common:time_stop:2448 : elapsed_time=45 2024-08-31 09:42:26.897 | + functions-common:time_stop:2449 : total=8064 2024-08-31 09:42:26.899 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:26.901 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8109 2024-08-31 09:42:26.904 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-08-31 09:42:26.918 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:26.920 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-08-31 09:42:26.922 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-08-31 09:42:26.924 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:26.926 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-08-31 09:42:26.928 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-08-31 09:42:26.930 | + stack.sh:main:1317 : create_neutron_initial_network 2024-08-31 09:42:26.932 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-08-31 09:42:26.934 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-08-31 09:42:26.937 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-31 09:42:26.940 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-31 09:42:28.489 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:28.492 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-31 09:42:28.492 | address-scope 2024-08-31 09:42:28.492 | router-admin-state-down-before-update 2024-08-31 09:42:28.492 | agent 2024-08-31 09:42:28.492 | agent-resources-synced 2024-08-31 09:42:28.492 | allowed-address-pairs 2024-08-31 09:42:28.492 | auto-allocated-topology 2024-08-31 09:42:28.492 | availability_zone 2024-08-31 09:42:28.492 | availability_zone_filter 2024-08-31 09:42:28.492 | default-subnetpools 2024-08-31 09:42:28.492 | dhcp_agent_scheduler 2024-08-31 09:42:28.492 | dvr 2024-08-31 09:42:28.492 | empty-string-filtering 2024-08-31 09:42:28.492 | external-net 2024-08-31 09:42:28.492 | extra_dhcp_opt 2024-08-31 09:42:28.492 | extraroute 2024-08-31 09:42:28.492 | extraroute-atomic 2024-08-31 09:42:28.492 | filter-validation 2024-08-31 09:42:28.492 | floating-ip-port-forwarding-detail 2024-08-31 09:42:28.492 | fip-port-details 2024-08-31 09:42:28.492 | flavors 2024-08-31 09:42:28.492 | floatingip-pools 2024-08-31 09:42:28.492 | ip-substring-filtering 2024-08-31 09:42:28.492 | router 2024-08-31 09:42:28.492 | ext-gw-mode 2024-08-31 09:42:28.492 | l3-ha 2024-08-31 09:42:28.492 | l3-flavors 2024-08-31 09:42:28.492 | l3-port-ip-change-not-allowed 2024-08-31 09:42:28.492 | l3_agent_scheduler 2024-08-31 09:42:28.492 | multi-provider 2024-08-31 09:42:28.492 | net-mtu 2024-08-31 09:42:28.492 | net-mtu-writable 2024-08-31 09:42:28.492 | network_availability_zone 2024-08-31 09:42:28.492 | network-ip-availability 2024-08-31 09:42:28.492 | pagination 2024-08-31 09:42:28.492 | port-device-profile 2024-08-31 09:42:28.492 | port-mac-override 2024-08-31 09:42:28.492 | port-mac-address-regenerate 2024-08-31 09:42:28.492 | port-numa-affinity-policy 2024-08-31 09:42:28.492 | binding 2024-08-31 09:42:28.492 | binding-extended 2024-08-31 09:42:28.492 | port-security 2024-08-31 09:42:28.492 | project-id 2024-08-31 09:42:28.492 | provider 2024-08-31 09:42:28.492 | quota-check-limit 2024-08-31 09:42:28.492 | quotas 2024-08-31 09:42:28.492 | quota_details 2024-08-31 09:42:28.492 | rbac-policies 2024-08-31 09:42:28.492 | rbac-address-group 2024-08-31 09:42:28.492 | rbac-address-scope 2024-08-31 09:42:28.492 | rbac-security-groups 2024-08-31 09:42:28.492 | rbac-subnetpool 2024-08-31 09:42:28.492 | revision-if-match 2024-08-31 09:42:28.492 | standard-attr-revisions 2024-08-31 09:42:28.492 | router_availability_zone 2024-08-31 09:42:28.492 | security-groups-normalized-cidr 2024-08-31 09:42:28.492 | port-security-groups-filtering 2024-08-31 09:42:28.492 | security-groups-remote-address-group 2024-08-31 09:42:28.492 | security-groups-shared-filtering 2024-08-31 09:42:28.492 | security-group 2024-08-31 09:42:28.492 | service-type 2024-08-31 09:42:28.492 | sorting 2024-08-31 09:42:28.492 | standard-attr-description 2024-08-31 09:42:28.492 | stateful-security-group 2024-08-31 09:42:28.492 | subnet_onboard 2024-08-31 09:42:28.492 | subnet-service-types 2024-08-31 09:42:28.492 | subnet_allocation 2024-08-31 09:42:28.492 | subnetpool-prefix-ops 2024-08-31 09:42:28.492 | standard-attr-tag 2024-08-31 09:42:28.492 | standard-attr-timestamp 2024-08-31 09:42:28.493 | nsxt-ops' 2024-08-31 09:42:28.495 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-31 09:42:28.495 | address-scope 2024-08-31 09:42:28.495 | router-admin-state-down-before-update 2024-08-31 09:42:28.495 | agent 2024-08-31 09:42:28.495 | agent-resources-synced 2024-08-31 09:42:28.495 | allowed-address-pairs 2024-08-31 09:42:28.495 | auto-allocated-topology 2024-08-31 09:42:28.495 | availability_zone 2024-08-31 09:42:28.495 | availability_zone_filter 2024-08-31 09:42:28.496 | default-subnetpools 2024-08-31 09:42:28.496 | dhcp_agent_scheduler 2024-08-31 09:42:28.496 | dvr 2024-08-31 09:42:28.496 | empty-string-filtering 2024-08-31 09:42:28.496 | external-net 2024-08-31 09:42:28.496 | extra_dhcp_opt 2024-08-31 09:42:28.496 | extraroute 2024-08-31 09:42:28.496 | extraroute-atomic 2024-08-31 09:42:28.496 | filter-validation 2024-08-31 09:42:28.496 | floating-ip-port-forwarding-detail 2024-08-31 09:42:28.496 | fip-port-details 2024-08-31 09:42:28.496 | flavors 2024-08-31 09:42:28.496 | floatingip-pools 2024-08-31 09:42:28.496 | ip-substring-filtering 2024-08-31 09:42:28.496 | router 2024-08-31 09:42:28.496 | ext-gw-mode 2024-08-31 09:42:28.496 | l3-ha 2024-08-31 09:42:28.496 | l3-flavors 2024-08-31 09:42:28.496 | l3-port-ip-change-not-allowed 2024-08-31 09:42:28.496 | l3_agent_scheduler 2024-08-31 09:42:28.496 | multi-provider 2024-08-31 09:42:28.496 | net-mtu 2024-08-31 09:42:28.496 | net-mtu-writable 2024-08-31 09:42:28.496 | network_availability_zone 2024-08-31 09:42:28.496 | network-ip-availability 2024-08-31 09:42:28.496 | pagination 2024-08-31 09:42:28.496 | port-device-profile 2024-08-31 09:42:28.496 | port-mac-override 2024-08-31 09:42:28.496 | port-mac-address-regenerate 2024-08-31 09:42:28.496 | port-numa-affinity-policy 2024-08-31 09:42:28.496 | binding 2024-08-31 09:42:28.496 | binding-extended 2024-08-31 09:42:28.496 | port-security 2024-08-31 09:42:28.496 | project-id 2024-08-31 09:42:28.496 | provider 2024-08-31 09:42:28.496 | quota-check-limit 2024-08-31 09:42:28.496 | quotas 2024-08-31 09:42:28.496 | quota_details 2024-08-31 09:42:28.497 | rbac-policies 2024-08-31 09:42:28.497 | rbac-address-group 2024-08-31 09:42:28.497 | rbac-address-scope 2024-08-31 09:42:28.497 | rbac-security-groups 2024-08-31 09:42:28.497 | rbac-subnetpool 2024-08-31 09:42:28.497 | revision-if-match 2024-08-31 09:42:28.497 | standard-attr-revisions 2024-08-31 09:42:28.497 | router_availability_zone 2024-08-31 09:42:28.497 | security-groups-normalized-cidr 2024-08-31 09:42:28.497 | port-security-groups-filtering 2024-08-31 09:42:28.497 | security-groups-remote-address-group 2024-08-31 09:42:28.497 | security-groups-shared-filtering 2024-08-31 09:42:28.497 | security-group 2024-08-31 09:42:28.497 | service-type 2024-08-31 09:42:28.497 | sorting 2024-08-31 09:42:28.497 | standard-attr-description 2024-08-31 09:42:28.497 | stateful-security-group 2024-08-31 09:42:28.497 | subnet_onboard 2024-08-31 09:42:28.497 | subnet-service-types 2024-08-31 09:42:28.497 | subnet_allocation 2024-08-31 09:42:28.497 | subnetpool-prefix-ops 2024-08-31 09:42:28.497 | standard-attr-tag 2024-08-31 09:42:28.497 | standard-attr-timestamp 2024-08-31 09:42:28.497 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-31 09:42:28.497 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-31 09:42:28.499 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-08-31 09:42:28.502 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-08-31 09:42:28.505 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-08-31 09:42:29.906 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:29.909 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=e6a7b65c-80cc-4cc3-b4d9-ddbd0c57a614 2024-08-31 09:42:29.911 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-08-31 09:42:29.914 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-08-31 09:42:29.916 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-31 09:42:29.917 | + functions-common:is_provider_network:2287 : return 1 2024-08-31 09:42:29.920 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-08-31 09:42:31.402 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:31.405 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=29e70fd3-eb2d-4111-9bc4-ed6709115ac8 2024-08-31 09:42:31.407 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-08-31 09:42:31.410 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-31 09:42:31.424 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-08-31 09:42:31.427 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-08-31 09:42:31.429 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z e6a7b65c-80cc-4cc3-b4d9-ddbd0c57a614 ']' 2024-08-31 09:42:31.431 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-08-31 09:42:31.433 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-08-31 09:42:31.435 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool e6a7b65c-80cc-4cc3-b4d9-ddbd0c57a614 ' 2024-08-31 09:42:31.437 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-08-31 09:42:31.439 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 29e70fd3-eb2d-4111-9bc4-ed6709115ac8 private-subnet' 2024-08-31 09:42:31.441 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-08-31 09:42:31.444 | +++ 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 e6a7b65c-80cc-4cc3-b4d9-ddbd0c57a614 --network 29e70fd3-eb2d-4111-9bc4-ed6709115ac8 private-subnet -f value -c id 2024-08-31 09:42:33.242 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:33.245 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=859ac246-6274-4f46-950c-83420597782f 2024-08-31 09:42:33.247 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-08-31 09:42:33.249 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-31 09:42:33.262 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 859ac246-6274-4f46-950c-83420597782f 2024-08-31 09:42:33.266 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=859ac246-6274-4f46-950c-83420597782f 2024-08-31 09:42:33.268 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-08-31 09:42:33.271 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-08-31 09:42:33.273 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-08-31 09:42:33.276 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-31 09:42:34.564 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:34.567 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-31 09:42:34.567 | address-scope 2024-08-31 09:42:34.567 | router-admin-state-down-before-update 2024-08-31 09:42:34.567 | agent 2024-08-31 09:42:34.567 | agent-resources-synced 2024-08-31 09:42:34.567 | allowed-address-pairs 2024-08-31 09:42:34.567 | auto-allocated-topology 2024-08-31 09:42:34.567 | availability_zone 2024-08-31 09:42:34.567 | availability_zone_filter 2024-08-31 09:42:34.567 | default-subnetpools 2024-08-31 09:42:34.567 | dhcp_agent_scheduler 2024-08-31 09:42:34.567 | dvr 2024-08-31 09:42:34.567 | empty-string-filtering 2024-08-31 09:42:34.567 | external-net 2024-08-31 09:42:34.567 | extra_dhcp_opt 2024-08-31 09:42:34.567 | extraroute 2024-08-31 09:42:34.567 | extraroute-atomic 2024-08-31 09:42:34.567 | filter-validation 2024-08-31 09:42:34.567 | floating-ip-port-forwarding-detail 2024-08-31 09:42:34.567 | fip-port-details 2024-08-31 09:42:34.567 | flavors 2024-08-31 09:42:34.567 | floatingip-pools 2024-08-31 09:42:34.567 | ip-substring-filtering 2024-08-31 09:42:34.567 | router 2024-08-31 09:42:34.567 | ext-gw-mode 2024-08-31 09:42:34.567 | l3-ha 2024-08-31 09:42:34.567 | l3-flavors 2024-08-31 09:42:34.567 | l3-port-ip-change-not-allowed 2024-08-31 09:42:34.567 | l3_agent_scheduler 2024-08-31 09:42:34.567 | multi-provider 2024-08-31 09:42:34.567 | net-mtu 2024-08-31 09:42:34.567 | net-mtu-writable 2024-08-31 09:42:34.567 | network_availability_zone 2024-08-31 09:42:34.567 | network-ip-availability 2024-08-31 09:42:34.567 | pagination 2024-08-31 09:42:34.567 | port-device-profile 2024-08-31 09:42:34.567 | port-mac-override 2024-08-31 09:42:34.567 | port-mac-address-regenerate 2024-08-31 09:42:34.567 | port-numa-affinity-policy 2024-08-31 09:42:34.567 | binding 2024-08-31 09:42:34.567 | binding-extended 2024-08-31 09:42:34.567 | port-security 2024-08-31 09:42:34.567 | project-id 2024-08-31 09:42:34.567 | provider 2024-08-31 09:42:34.567 | quota-check-limit 2024-08-31 09:42:34.567 | quotas 2024-08-31 09:42:34.567 | quota_details 2024-08-31 09:42:34.567 | rbac-policies 2024-08-31 09:42:34.567 | rbac-address-group 2024-08-31 09:42:34.567 | rbac-address-scope 2024-08-31 09:42:34.567 | rbac-security-groups 2024-08-31 09:42:34.567 | rbac-subnetpool 2024-08-31 09:42:34.567 | revision-if-match 2024-08-31 09:42:34.567 | standard-attr-revisions 2024-08-31 09:42:34.567 | router_availability_zone 2024-08-31 09:42:34.567 | security-groups-normalized-cidr 2024-08-31 09:42:34.567 | port-security-groups-filtering 2024-08-31 09:42:34.567 | security-groups-remote-address-group 2024-08-31 09:42:34.567 | security-groups-shared-filtering 2024-08-31 09:42:34.567 | security-group 2024-08-31 09:42:34.567 | service-type 2024-08-31 09:42:34.567 | sorting 2024-08-31 09:42:34.567 | standard-attr-description 2024-08-31 09:42:34.567 | stateful-security-group 2024-08-31 09:42:34.567 | subnet_onboard 2024-08-31 09:42:34.567 | subnet-service-types 2024-08-31 09:42:34.567 | subnet_allocation 2024-08-31 09:42:34.567 | subnetpool-prefix-ops 2024-08-31 09:42:34.567 | standard-attr-tag 2024-08-31 09:42:34.567 | standard-attr-timestamp 2024-08-31 09:42:34.568 | nsxt-ops' 2024-08-31 09:42:34.570 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-31 09:42:34.570 | address-scope 2024-08-31 09:42:34.570 | router-admin-state-down-before-update 2024-08-31 09:42:34.570 | agent 2024-08-31 09:42:34.570 | agent-resources-synced 2024-08-31 09:42:34.570 | allowed-address-pairs 2024-08-31 09:42:34.570 | auto-allocated-topology 2024-08-31 09:42:34.570 | availability_zone 2024-08-31 09:42:34.570 | availability_zone_filter 2024-08-31 09:42:34.570 | default-subnetpools 2024-08-31 09:42:34.570 | dhcp_agent_scheduler 2024-08-31 09:42:34.570 | dvr 2024-08-31 09:42:34.570 | empty-string-filtering 2024-08-31 09:42:34.570 | external-net 2024-08-31 09:42:34.570 | extra_dhcp_opt 2024-08-31 09:42:34.570 | extraroute 2024-08-31 09:42:34.570 | extraroute-atomic 2024-08-31 09:42:34.570 | filter-validation 2024-08-31 09:42:34.570 | floating-ip-port-forwarding-detail 2024-08-31 09:42:34.570 | fip-port-details 2024-08-31 09:42:34.570 | flavors 2024-08-31 09:42:34.570 | floatingip-pools 2024-08-31 09:42:34.570 | ip-substring-filtering 2024-08-31 09:42:34.570 | router 2024-08-31 09:42:34.570 | ext-gw-mode 2024-08-31 09:42:34.570 | l3-ha 2024-08-31 09:42:34.570 | l3-flavors 2024-08-31 09:42:34.570 | l3-port-ip-change-not-allowed 2024-08-31 09:42:34.570 | l3_agent_scheduler 2024-08-31 09:42:34.570 | multi-provider 2024-08-31 09:42:34.570 | net-mtu 2024-08-31 09:42:34.570 | net-mtu-writable 2024-08-31 09:42:34.570 | network_availability_zone 2024-08-31 09:42:34.570 | network-ip-availability 2024-08-31 09:42:34.570 | pagination 2024-08-31 09:42:34.570 | port-device-profile 2024-08-31 09:42:34.570 | port-mac-override 2024-08-31 09:42:34.570 | port-mac-address-regenerate 2024-08-31 09:42:34.570 | port-numa-affinity-policy 2024-08-31 09:42:34.570 | binding 2024-08-31 09:42:34.570 | binding-extended 2024-08-31 09:42:34.570 | port-security 2024-08-31 09:42:34.570 | project-id 2024-08-31 09:42:34.570 | provider 2024-08-31 09:42:34.570 | quota-check-limit 2024-08-31 09:42:34.570 | quotas 2024-08-31 09:42:34.570 | quota_details 2024-08-31 09:42:34.570 | rbac-policies 2024-08-31 09:42:34.570 | rbac-address-group 2024-08-31 09:42:34.570 | rbac-address-scope 2024-08-31 09:42:34.570 | rbac-security-groups 2024-08-31 09:42:34.570 | rbac-subnetpool 2024-08-31 09:42:34.570 | revision-if-match 2024-08-31 09:42:34.570 | standard-attr-revisions 2024-08-31 09:42:34.570 | router_availability_zone 2024-08-31 09:42:34.570 | security-groups-normalized-cidr 2024-08-31 09:42:34.570 | port-security-groups-filtering 2024-08-31 09:42:34.570 | security-groups-remote-address-group 2024-08-31 09:42:34.570 | security-groups-shared-filtering 2024-08-31 09:42:34.570 | security-group 2024-08-31 09:42:34.570 | service-type 2024-08-31 09:42:34.570 | sorting 2024-08-31 09:42:34.570 | standard-attr-description 2024-08-31 09:42:34.570 | stateful-security-group 2024-08-31 09:42:34.570 | subnet_onboard 2024-08-31 09:42:34.570 | subnet-service-types 2024-08-31 09:42:34.570 | subnet_allocation 2024-08-31 09:42:34.570 | subnetpool-prefix-ops 2024-08-31 09:42:34.570 | standard-attr-tag 2024-08-31 09:42:34.570 | standard-attr-timestamp 2024-08-31 09:42:34.570 | nsxt-ops =~ router ]] 2024-08-31 09:42:34.572 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-31 09:42:34.574 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-08-31 09:42:34.576 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-31 09:42:34.579 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-31 09:42:35.861 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:35.865 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-31 09:42:35.865 | address-scope 2024-08-31 09:42:35.865 | router-admin-state-down-before-update 2024-08-31 09:42:35.865 | agent 2024-08-31 09:42:35.865 | agent-resources-synced 2024-08-31 09:42:35.865 | allowed-address-pairs 2024-08-31 09:42:35.865 | auto-allocated-topology 2024-08-31 09:42:35.865 | availability_zone 2024-08-31 09:42:35.865 | availability_zone_filter 2024-08-31 09:42:35.865 | default-subnetpools 2024-08-31 09:42:35.865 | dhcp_agent_scheduler 2024-08-31 09:42:35.865 | dvr 2024-08-31 09:42:35.865 | empty-string-filtering 2024-08-31 09:42:35.865 | external-net 2024-08-31 09:42:35.865 | extra_dhcp_opt 2024-08-31 09:42:35.865 | extraroute 2024-08-31 09:42:35.865 | extraroute-atomic 2024-08-31 09:42:35.865 | filter-validation 2024-08-31 09:42:35.865 | floating-ip-port-forwarding-detail 2024-08-31 09:42:35.865 | fip-port-details 2024-08-31 09:42:35.865 | flavors 2024-08-31 09:42:35.865 | floatingip-pools 2024-08-31 09:42:35.865 | ip-substring-filtering 2024-08-31 09:42:35.865 | router 2024-08-31 09:42:35.865 | ext-gw-mode 2024-08-31 09:42:35.865 | l3-ha 2024-08-31 09:42:35.865 | l3-flavors 2024-08-31 09:42:35.865 | l3-port-ip-change-not-allowed 2024-08-31 09:42:35.865 | l3_agent_scheduler 2024-08-31 09:42:35.865 | multi-provider 2024-08-31 09:42:35.865 | net-mtu 2024-08-31 09:42:35.865 | net-mtu-writable 2024-08-31 09:42:35.865 | network_availability_zone 2024-08-31 09:42:35.865 | network-ip-availability 2024-08-31 09:42:35.865 | pagination 2024-08-31 09:42:35.865 | port-device-profile 2024-08-31 09:42:35.865 | port-mac-override 2024-08-31 09:42:35.865 | port-mac-address-regenerate 2024-08-31 09:42:35.865 | port-numa-affinity-policy 2024-08-31 09:42:35.865 | binding 2024-08-31 09:42:35.865 | binding-extended 2024-08-31 09:42:35.865 | port-security 2024-08-31 09:42:35.865 | project-id 2024-08-31 09:42:35.865 | provider 2024-08-31 09:42:35.865 | quota-check-limit 2024-08-31 09:42:35.865 | quotas 2024-08-31 09:42:35.865 | quota_details 2024-08-31 09:42:35.865 | rbac-policies 2024-08-31 09:42:35.865 | rbac-address-group 2024-08-31 09:42:35.865 | rbac-address-scope 2024-08-31 09:42:35.865 | rbac-security-groups 2024-08-31 09:42:35.865 | rbac-subnetpool 2024-08-31 09:42:35.865 | revision-if-match 2024-08-31 09:42:35.865 | standard-attr-revisions 2024-08-31 09:42:35.865 | router_availability_zone 2024-08-31 09:42:35.865 | security-groups-normalized-cidr 2024-08-31 09:42:35.865 | port-security-groups-filtering 2024-08-31 09:42:35.865 | security-groups-remote-address-group 2024-08-31 09:42:35.865 | security-groups-shared-filtering 2024-08-31 09:42:35.865 | security-group 2024-08-31 09:42:35.865 | service-type 2024-08-31 09:42:35.865 | sorting 2024-08-31 09:42:35.865 | standard-attr-description 2024-08-31 09:42:35.865 | stateful-security-group 2024-08-31 09:42:35.865 | subnet_onboard 2024-08-31 09:42:35.865 | subnet-service-types 2024-08-31 09:42:35.865 | subnet_allocation 2024-08-31 09:42:35.865 | subnetpool-prefix-ops 2024-08-31 09:42:35.865 | standard-attr-tag 2024-08-31 09:42:35.865 | standard-attr-timestamp 2024-08-31 09:42:35.865 | nsxt-ops' 2024-08-31 09:42:35.867 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-31 09:42:35.867 | address-scope 2024-08-31 09:42:35.867 | router-admin-state-down-before-update 2024-08-31 09:42:35.867 | agent 2024-08-31 09:42:35.867 | agent-resources-synced 2024-08-31 09:42:35.867 | allowed-address-pairs 2024-08-31 09:42:35.867 | auto-allocated-topology 2024-08-31 09:42:35.867 | availability_zone 2024-08-31 09:42:35.867 | availability_zone_filter 2024-08-31 09:42:35.867 | default-subnetpools 2024-08-31 09:42:35.867 | dhcp_agent_scheduler 2024-08-31 09:42:35.867 | dvr 2024-08-31 09:42:35.867 | empty-string-filtering 2024-08-31 09:42:35.867 | external-net 2024-08-31 09:42:35.867 | extra_dhcp_opt 2024-08-31 09:42:35.867 | extraroute 2024-08-31 09:42:35.867 | extraroute-atomic 2024-08-31 09:42:35.867 | filter-validation 2024-08-31 09:42:35.867 | floating-ip-port-forwarding-detail 2024-08-31 09:42:35.867 | fip-port-details 2024-08-31 09:42:35.867 | flavors 2024-08-31 09:42:35.867 | floatingip-pools 2024-08-31 09:42:35.867 | ip-substring-filtering 2024-08-31 09:42:35.867 | router 2024-08-31 09:42:35.867 | ext-gw-mode 2024-08-31 09:42:35.867 | l3-ha 2024-08-31 09:42:35.867 | l3-flavors 2024-08-31 09:42:35.867 | l3-port-ip-change-not-allowed 2024-08-31 09:42:35.867 | l3_agent_scheduler 2024-08-31 09:42:35.867 | multi-provider 2024-08-31 09:42:35.867 | net-mtu 2024-08-31 09:42:35.867 | net-mtu-writable 2024-08-31 09:42:35.867 | network_availability_zone 2024-08-31 09:42:35.867 | network-ip-availability 2024-08-31 09:42:35.867 | pagination 2024-08-31 09:42:35.867 | port-device-profile 2024-08-31 09:42:35.867 | port-mac-override 2024-08-31 09:42:35.867 | port-mac-address-regenerate 2024-08-31 09:42:35.867 | port-numa-affinity-policy 2024-08-31 09:42:35.867 | binding 2024-08-31 09:42:35.867 | binding-extended 2024-08-31 09:42:35.867 | port-security 2024-08-31 09:42:35.867 | project-id 2024-08-31 09:42:35.867 | provider 2024-08-31 09:42:35.867 | quota-check-limit 2024-08-31 09:42:35.867 | quotas 2024-08-31 09:42:35.867 | quota_details 2024-08-31 09:42:35.867 | rbac-policies 2024-08-31 09:42:35.867 | rbac-address-group 2024-08-31 09:42:35.867 | rbac-address-scope 2024-08-31 09:42:35.867 | rbac-security-groups 2024-08-31 09:42:35.867 | rbac-subnetpool 2024-08-31 09:42:35.867 | revision-if-match 2024-08-31 09:42:35.867 | standard-attr-revisions 2024-08-31 09:42:35.867 | router_availability_zone 2024-08-31 09:42:35.867 | security-groups-normalized-cidr 2024-08-31 09:42:35.867 | port-security-groups-filtering 2024-08-31 09:42:35.867 | security-groups-remote-address-group 2024-08-31 09:42:35.867 | security-groups-shared-filtering 2024-08-31 09:42:35.867 | security-group 2024-08-31 09:42:35.867 | service-type 2024-08-31 09:42:35.867 | sorting 2024-08-31 09:42:35.867 | standard-attr-description 2024-08-31 09:42:35.867 | stateful-security-group 2024-08-31 09:42:35.867 | subnet_onboard 2024-08-31 09:42:35.867 | subnet-service-types 2024-08-31 09:42:35.867 | subnet_allocation 2024-08-31 09:42:35.867 | subnetpool-prefix-ops 2024-08-31 09:42:35.867 | standard-attr-tag 2024-08-31 09:42:35.867 | standard-attr-timestamp 2024-08-31 09:42:35.867 | nsxt-ops =~ external-net ]] 2024-08-31 09:42:35.869 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-31 09:42:35.871 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-08-31 09:42:35.874 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-08-31 09:42:37.184 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:37.186 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=61b3f3f6-ecab-45c4-bca4-0ca3dd9a8bef 2024-08-31 09:42:37.188 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-08-31 09:42:37.190 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-31 09:42:37.203 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-08-31 09:42:37.205 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-08-31 09:42:37.207 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-31 09:42:37.210 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-31 09:42:38.473 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:38.475 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-31 09:42:38.475 | address-scope 2024-08-31 09:42:38.475 | router-admin-state-down-before-update 2024-08-31 09:42:38.475 | agent 2024-08-31 09:42:38.475 | agent-resources-synced 2024-08-31 09:42:38.475 | allowed-address-pairs 2024-08-31 09:42:38.475 | auto-allocated-topology 2024-08-31 09:42:38.475 | availability_zone 2024-08-31 09:42:38.475 | availability_zone_filter 2024-08-31 09:42:38.476 | default-subnetpools 2024-08-31 09:42:38.476 | dhcp_agent_scheduler 2024-08-31 09:42:38.476 | dvr 2024-08-31 09:42:38.476 | empty-string-filtering 2024-08-31 09:42:38.476 | external-net 2024-08-31 09:42:38.476 | extra_dhcp_opt 2024-08-31 09:42:38.476 | extraroute 2024-08-31 09:42:38.476 | extraroute-atomic 2024-08-31 09:42:38.476 | filter-validation 2024-08-31 09:42:38.476 | floating-ip-port-forwarding-detail 2024-08-31 09:42:38.476 | fip-port-details 2024-08-31 09:42:38.476 | flavors 2024-08-31 09:42:38.476 | floatingip-pools 2024-08-31 09:42:38.476 | ip-substring-filtering 2024-08-31 09:42:38.476 | router 2024-08-31 09:42:38.476 | ext-gw-mode 2024-08-31 09:42:38.476 | l3-ha 2024-08-31 09:42:38.476 | l3-flavors 2024-08-31 09:42:38.476 | l3-port-ip-change-not-allowed 2024-08-31 09:42:38.476 | l3_agent_scheduler 2024-08-31 09:42:38.476 | multi-provider 2024-08-31 09:42:38.476 | net-mtu 2024-08-31 09:42:38.476 | net-mtu-writable 2024-08-31 09:42:38.476 | network_availability_zone 2024-08-31 09:42:38.476 | network-ip-availability 2024-08-31 09:42:38.476 | pagination 2024-08-31 09:42:38.476 | port-device-profile 2024-08-31 09:42:38.476 | port-mac-override 2024-08-31 09:42:38.476 | port-mac-address-regenerate 2024-08-31 09:42:38.476 | port-numa-affinity-policy 2024-08-31 09:42:38.476 | binding 2024-08-31 09:42:38.476 | binding-extended 2024-08-31 09:42:38.476 | port-security 2024-08-31 09:42:38.476 | project-id 2024-08-31 09:42:38.476 | provider 2024-08-31 09:42:38.476 | quota-check-limit 2024-08-31 09:42:38.476 | quotas 2024-08-31 09:42:38.476 | quota_details 2024-08-31 09:42:38.476 | rbac-policies 2024-08-31 09:42:38.476 | rbac-address-group 2024-08-31 09:42:38.476 | rbac-address-scope 2024-08-31 09:42:38.476 | rbac-security-groups 2024-08-31 09:42:38.476 | rbac-subnetpool 2024-08-31 09:42:38.476 | revision-if-match 2024-08-31 09:42:38.476 | standard-attr-revisions 2024-08-31 09:42:38.476 | router_availability_zone 2024-08-31 09:42:38.476 | security-groups-normalized-cidr 2024-08-31 09:42:38.476 | port-security-groups-filtering 2024-08-31 09:42:38.476 | security-groups-remote-address-group 2024-08-31 09:42:38.476 | security-groups-shared-filtering 2024-08-31 09:42:38.476 | security-group 2024-08-31 09:42:38.476 | service-type 2024-08-31 09:42:38.476 | sorting 2024-08-31 09:42:38.476 | standard-attr-description 2024-08-31 09:42:38.476 | stateful-security-group 2024-08-31 09:42:38.476 | subnet_onboard 2024-08-31 09:42:38.476 | subnet-service-types 2024-08-31 09:42:38.476 | subnet_allocation 2024-08-31 09:42:38.476 | subnetpool-prefix-ops 2024-08-31 09:42:38.476 | standard-attr-tag 2024-08-31 09:42:38.476 | standard-attr-timestamp 2024-08-31 09:42:38.477 | nsxt-ops' 2024-08-31 09:42:38.479 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-31 09:42:38.479 | address-scope 2024-08-31 09:42:38.479 | router-admin-state-down-before-update 2024-08-31 09:42:38.479 | agent 2024-08-31 09:42:38.479 | agent-resources-synced 2024-08-31 09:42:38.479 | allowed-address-pairs 2024-08-31 09:42:38.479 | auto-allocated-topology 2024-08-31 09:42:38.479 | availability_zone 2024-08-31 09:42:38.479 | availability_zone_filter 2024-08-31 09:42:38.479 | default-subnetpools 2024-08-31 09:42:38.479 | dhcp_agent_scheduler 2024-08-31 09:42:38.479 | dvr 2024-08-31 09:42:38.479 | empty-string-filtering 2024-08-31 09:42:38.479 | external-net 2024-08-31 09:42:38.479 | extra_dhcp_opt 2024-08-31 09:42:38.479 | extraroute 2024-08-31 09:42:38.479 | extraroute-atomic 2024-08-31 09:42:38.480 | filter-validation 2024-08-31 09:42:38.480 | floating-ip-port-forwarding-detail 2024-08-31 09:42:38.480 | fip-port-details 2024-08-31 09:42:38.480 | flavors 2024-08-31 09:42:38.480 | floatingip-pools 2024-08-31 09:42:38.480 | ip-substring-filtering 2024-08-31 09:42:38.480 | router 2024-08-31 09:42:38.480 | ext-gw-mode 2024-08-31 09:42:38.480 | l3-ha 2024-08-31 09:42:38.480 | l3-flavors 2024-08-31 09:42:38.480 | l3-port-ip-change-not-allowed 2024-08-31 09:42:38.480 | l3_agent_scheduler 2024-08-31 09:42:38.480 | multi-provider 2024-08-31 09:42:38.480 | net-mtu 2024-08-31 09:42:38.480 | net-mtu-writable 2024-08-31 09:42:38.480 | network_availability_zone 2024-08-31 09:42:38.480 | network-ip-availability 2024-08-31 09:42:38.480 | pagination 2024-08-31 09:42:38.480 | port-device-profile 2024-08-31 09:42:38.480 | port-mac-override 2024-08-31 09:42:38.480 | port-mac-address-regenerate 2024-08-31 09:42:38.480 | port-numa-affinity-policy 2024-08-31 09:42:38.480 | binding 2024-08-31 09:42:38.480 | binding-extended 2024-08-31 09:42:38.480 | port-security 2024-08-31 09:42:38.480 | project-id 2024-08-31 09:42:38.480 | provider 2024-08-31 09:42:38.480 | quota-check-limit 2024-08-31 09:42:38.480 | quotas 2024-08-31 09:42:38.480 | quota_details 2024-08-31 09:42:38.480 | rbac-policies 2024-08-31 09:42:38.480 | rbac-address-group 2024-08-31 09:42:38.480 | rbac-address-scope 2024-08-31 09:42:38.480 | rbac-security-groups 2024-08-31 09:42:38.480 | rbac-subnetpool 2024-08-31 09:42:38.480 | revision-if-match 2024-08-31 09:42:38.480 | standard-attr-revisions 2024-08-31 09:42:38.480 | router_availability_zone 2024-08-31 09:42:38.480 | security-groups-normalized-cidr 2024-08-31 09:42:38.480 | port-security-groups-filtering 2024-08-31 09:42:38.480 | security-groups-remote-address-group 2024-08-31 09:42:38.480 | security-groups-shared-filtering 2024-08-31 09:42:38.480 | security-group 2024-08-31 09:42:38.480 | service-type 2024-08-31 09:42:38.480 | sorting 2024-08-31 09:42:38.480 | standard-attr-description 2024-08-31 09:42:38.480 | stateful-security-group 2024-08-31 09:42:38.480 | subnet_onboard 2024-08-31 09:42:38.480 | subnet-service-types 2024-08-31 09:42:38.480 | subnet_allocation 2024-08-31 09:42:38.480 | subnetpool-prefix-ops 2024-08-31 09:42:38.480 | standard-attr-tag 2024-08-31 09:42:38.480 | standard-attr-timestamp 2024-08-31 09:42:38.480 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-31 09:42:38.481 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-31 09:42:38.484 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-08-31 09:42:38.486 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-08-31 09:42:38.488 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-08-31 09:42:39.884 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:39.887 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=d8372be5-7c5e-4ff9-9e56-200ca7054223 2024-08-31 09:42:39.889 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-08-31 09:42:39.892 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-31 09:42:39.906 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-08-31 09:42:39.908 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-08-31 09:42:39.910 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 61b3f3f6-ecab-45c4-bca4-0ca3dd9a8bef 859ac246-6274-4f46-950c-83420597782f 2024-08-31 09:42:42.077 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-08-31 09:42:42.080 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 d8372be5-7c5e-4ff9-9e56-200ca7054223 2024-08-31 09:42:42.082 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-08-31 09:42:42.084 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-08-31 09:42:42.086 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-08-31 09:42:42.088 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-08-31 09:42:42.090 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network d8372be5-7c5e-4ff9-9e56-200ca7054223 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-08-31 09:42:42.092 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-08-31 09:42:42.094 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-08-31 09:42:42.097 | +++ 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 d8372be5-7c5e-4ff9-9e56-200ca7054223 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-08-31 09:42:42.098 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-08-31 09:42:43.579 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:43.581 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-08-31 09:42:43.581 | | id | 9db748aa-534f-4187-b8f6-7fc3576d704b |' 2024-08-31 09:42:43.583 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-08-31 09:42:43.585 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-31 09:42:43.598 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9db748aa-534f-4187-b8f6-7fc3576d704b '|' 2024-08-31 09:42:43.600 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 9db748aa-534f-4187-b8f6-7fc3576d704b |' 2024-08-31 09:42:43.602 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-08-31 09:42:43.605 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9db748aa-534f-4187-b8f6-7fc3576d704b '|' 2024-08-31 09:42:43.605 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-08-31 09:42:43.607 | ++ functions-common:get_field:829 : local data field 2024-08-31 09:42:43.609 | ++ functions-common:get_field:830 : read data 2024-08-31 09:42:43.611 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-08-31 09:42:43.613 | ++ functions-common:get_field:834 : field='$3' 2024-08-31 09:42:43.615 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 9db748aa-534f-4187-b8f6-7fc3576d704b |' 2024-08-31 09:42:43.615 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-08-31 09:42:43.619 | ++ functions-common:get_field:830 : read data 2024-08-31 09:42:43.622 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-08-31 09:42:43.625 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9db748aa-534f-4187-b8f6-7fc3576d704b '|' 2024-08-31 09:42:43.625 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-08-31 09:42:43.627 | ++ functions-common:get_field:829 : local data field 2024-08-31 09:42:43.629 | ++ functions-common:get_field:830 : read data 2024-08-31 09:42:43.631 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-08-31 09:42:43.632 | ++ functions-common:get_field:834 : field='$6' 2024-08-31 09:42:43.635 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 9db748aa-534f-4187-b8f6-7fc3576d704b |' 2024-08-31 09:42:43.635 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-08-31 09:42:43.639 | ++ functions-common:get_field:830 : read data 2024-08-31 09:42:43.642 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=9db748aa-534f-4187-b8f6-7fc3576d704b 2024-08-31 09:42:43.644 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway d8372be5-7c5e-4ff9-9e56-200ca7054223 61b3f3f6-ecab-45c4-bca4-0ca3dd9a8bef 2024-08-31 09:42:45.672 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-08-31 09:42:45.674 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-08-31 09:42:45.687 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:45.689 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-08-31 09:42:45.691 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-08-31 09:42:45.693 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-08-31 09:42:45.695 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-08-31 09:42:45.697 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-08-31 09:42:45.699 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-08-31 09:42:45.711 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-08-31 09:42:45.714 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-08-31 09:42:45.716 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-08-31 09:42:45.717 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-08-31 09:42:45.719 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-31 09:42:45.721 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-08-31 09:42:45.723 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-31 09:42:45.725 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-08-31 09:42:45.727 | + functions-common:test_with_retry:2375 : local until=10 2024-08-31 09:42:45.729 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-31 09:42:45.731 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-31 09:42:45.732 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-31 09:42:45.734 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:45.736 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:45.739 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:45.742 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097365740 2024-08-31 09:42:45.744 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-08-31 09:42:45.749 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-31 09:42:45.751 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:45.753 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:45.755 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:45.757 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:45.759 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:45.760 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-31 09:42:45.762 | + functions-common:time_stop:2442 : start_time=1725097365740 2024-08-31 09:42:45.764 | + functions-common:time_stop:2444 : [[ -z 1725097365740 ]] 2024-08-31 09:42:45.767 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:45.770 | + functions-common:time_stop:2447 : end_time=1725097365767 2024-08-31 09:42:45.772 | + functions-common:time_stop:2448 : elapsed_time=27 2024-08-31 09:42:45.773 | + functions-common:time_stop:2449 : total=3062 2024-08-31 09:42:45.775 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:45.777 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3089 2024-08-31 09:42:45.781 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-08-31 09:42:45.781 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-08-31 09:42:45.785 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-08-31 09:42:45.787 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:42:45.789 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-31 09:42:45.791 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-31 09:42:45.794 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-08-31 09:42:45.794 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-08-31 09:42:45.795 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-08-31 09:42:45.795 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-08-31 09:42:47.185 | ++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:42:47.188 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.229 ' 2024-08-31 09:42:47.190 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-08-31 09:42:47.192 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-31 09:42:47.205 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-08-31 09:42:47.207 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:42:47.210 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-08-31 09:42:47.211 | + stack.sh:main:1322 : is_service_enabled nova 2024-08-31 09:42:47.226 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:47.228 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-08-31 09:42:47.230 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:47.232 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-08-31 09:42:47.235 | + stack.sh:main:1324 : start_nova 2024-08-31 09:42:47.237 | + lib/nova:start_nova:1176 : start_nova_rest 2024-08-31 09:42:47.239 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:47.241 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:47.244 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:47.246 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-31 09:42:47.248 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.250 | + functions-common:run_process:1689 : local service=n-sch 2024-08-31 09:42:47.252 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.255 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:47.257 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:47.259 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:47.261 | + functions-common:run_process:1695 : local name=n-sch 2024-08-31 09:42:47.263 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:47.266 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:47.268 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:47.270 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:47.273 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:47.276 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097367274 2024-08-31 09:42:47.278 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-08-31 09:42:47.292 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:47.294 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-08-31 09:42:47.296 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-08-31 09:42:47.298 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.300 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.302 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.304 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.306 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-31 09:42:47.307 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-31 09:42:47.311 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-08-31 09:42:47.313 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:47.315 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:47.317 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:47.319 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:47.321 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-31 09:42:47.323 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-08-31 09:42:47.325 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-08-31 09:42:47.327 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.329 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:47.330 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:47.332 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:47.334 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:47.336 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:47.338 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-08-31 09:42:47.340 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:47.343 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-08-31 09:42:47.392 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-08-31 09:42:47.441 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-31 09:42:47.483 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-08-31 09:42:47.526 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-08-31 09:42:47.567 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:47.608 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:47.610 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:47.613 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-08-31 09:42:47.663 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:47.918 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-08-31 09:42:47.931 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-08-31 09:42:48.174 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-08-31 09:42:48.197 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:48.199 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:48.201 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:48.203 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:48.206 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:48.208 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:48.210 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:48.212 | + functions-common:time_stop:2442 : start_time=1725097367274 2024-08-31 09:42:48.214 | + functions-common:time_stop:2444 : [[ -z 1725097367274 ]] 2024-08-31 09:42:48.216 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:48.220 | + functions-common:time_stop:2447 : end_time=1725097368217 2024-08-31 09:42:48.222 | + functions-common:time_stop:2448 : elapsed_time=943 2024-08-31 09:42:48.224 | + functions-common:time_stop:2449 : total=8109 2024-08-31 09:42:48.226 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:48.228 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9052 2024-08-31 09:42:48.230 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-08-31 09:42:48.233 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-08-31 09:42:48.237 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.239 | + functions-common:run_process:1689 : local service=n-api-meta 2024-08-31 09:42:48.241 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.243 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:48.245 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:48.247 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:48.249 | + functions-common:run_process:1695 : local name=n-api-meta 2024-08-31 09:42:48.253 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:48.255 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:48.257 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:48.259 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:48.262 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:48.266 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097368263 2024-08-31 09:42:48.269 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-08-31 09:42:48.283 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:48.285 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-08-31 09:42:48.287 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-08-31 09:42:48.289 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.291 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.293 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.295 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.297 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-08-31 09:42:48.300 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-08-31 09:42:48.302 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-08-31 09:42:48.306 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:48.308 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:48.310 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:48.312 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:48.317 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-08-31 09:42:48.319 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2024-08-31 09:42:48.322 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-08-31 09:42:48.323 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.325 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-31 09:42:48.327 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-31 09:42:48.329 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-31 09:42:48.331 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-08-31 09:42:48.333 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-31 09:42:48.336 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-08-31 09:42:48.389 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-08-31 09:42:48.443 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-08-31 09:42:48.491 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-31 09:42:48.533 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:48.575 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-08-31 09:42:48.615 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-08-31 09:42:48.656 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-08-31 09:42:48.697 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-08-31 09:42:48.738 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-08-31 09:42:48.781 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-31 09:42:48.783 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-31 09:42:48.785 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-08-31 09:42:48.835 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-31 09:42:49.086 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-08-31 09:42:49.095 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-08-31 09:42:49.326 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-08-31 09:42:49.386 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:49.388 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:49.390 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:49.392 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:49.394 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:49.397 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:49.399 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:49.401 | + functions-common:time_stop:2442 : start_time=1725097368263 2024-08-31 09:42:49.402 | + functions-common:time_stop:2444 : [[ -z 1725097368263 ]] 2024-08-31 09:42:49.405 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:49.409 | + functions-common:time_stop:2447 : end_time=1725097369407 2024-08-31 09:42:49.411 | + functions-common:time_stop:2448 : elapsed_time=1144 2024-08-31 09:42:49.413 | + functions-common:time_stop:2449 : total=9052 2024-08-31 09:42:49.416 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:49.417 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10196 2024-08-31 09:42:49.419 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.421 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.427 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-08-31 09:42:49.429 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.431 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.433 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.435 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-08-31 09:42:49.438 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:42:49.440 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-31 09:42:49.442 | + functions-common:run_process:1689 : local service=n-novnc 2024-08-31 09:42:49.444 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-31 09:42:49.446 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:49.448 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:49.450 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:49.452 | + functions-common:run_process:1695 : local name=n-novnc 2024-08-31 09:42:49.454 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:49.456 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:49.458 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:49.460 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:49.462 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:49.465 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097369463 2024-08-31 09:42:49.467 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-08-31 09:42:49.480 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:49.483 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:49.485 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:49.487 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:49.489 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:49.491 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:49.492 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:49.494 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:49.497 | + functions-common:time_stop:2442 : start_time=1725097369463 2024-08-31 09:42:49.498 | + functions-common:time_stop:2444 : [[ -z 1725097369463 ]] 2024-08-31 09:42:49.501 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:49.504 | + functions-common:time_stop:2447 : end_time=1725097369502 2024-08-31 09:42:49.506 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-31 09:42:49.508 | + functions-common:time_stop:2449 : total=10196 2024-08-31 09:42:49.510 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:49.512 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10235 2024-08-31 09:42:49.516 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-31 09:42:49.518 | + functions-common:run_process:1689 : local service=n-spice 2024-08-31 09:42:49.520 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-31 09:42:49.522 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:49.524 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:49.526 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:49.528 | + functions-common:run_process:1695 : local name=n-spice 2024-08-31 09:42:49.531 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:49.533 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:49.535 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:49.537 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:49.539 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:49.543 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097369540 2024-08-31 09:42:49.545 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-08-31 09:42:49.558 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:49.560 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:49.562 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:49.564 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:49.566 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:49.568 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:49.570 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:49.572 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:49.574 | + functions-common:time_stop:2442 : start_time=1725097369540 2024-08-31 09:42:49.576 | + functions-common:time_stop:2444 : [[ -z 1725097369540 ]] 2024-08-31 09:42:49.579 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:49.582 | + functions-common:time_stop:2447 : end_time=1725097369580 2024-08-31 09:42:49.584 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-31 09:42:49.586 | + functions-common:time_stop:2449 : total=10235 2024-08-31 09:42:49.588 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:49.590 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10275 2024-08-31 09:42:49.592 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.594 | + functions-common:run_process:1689 : local service=n-sproxy 2024-08-31 09:42:49.596 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.598 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:49.600 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:49.602 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:49.604 | + functions-common:run_process:1695 : local name=n-sproxy 2024-08-31 09:42:49.606 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:49.608 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:49.610 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:49.612 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:49.614 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:49.618 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097369615 2024-08-31 09:42:49.620 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-08-31 09:42:49.634 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:49.636 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:49.638 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:49.640 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:49.642 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:49.644 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:49.646 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:49.648 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:49.650 | + functions-common:time_stop:2442 : start_time=1725097369615 2024-08-31 09:42:49.652 | + functions-common:time_stop:2444 : [[ -z 1725097369615 ]] 2024-08-31 09:42:49.655 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:49.658 | + functions-common:time_stop:2447 : end_time=1725097369656 2024-08-31 09:42:49.660 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-31 09:42:49.662 | + functions-common:time_stop:2449 : total=10275 2024-08-31 09:42:49.664 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:49.667 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10316 2024-08-31 09:42:49.669 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.671 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:49.674 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-08-31 09:42:49.676 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:42:49.678 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-08-31 09:42:49.678 | Starting nova-conductor in a cellsv1-compatible way 2024-08-31 09:42:49.680 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.682 | + functions-common:run_process:1689 : local service=n-cond 2024-08-31 09:42:49.684 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.686 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:49.689 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:49.691 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:49.693 | + functions-common:run_process:1695 : local name=n-cond 2024-08-31 09:42:49.695 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:49.697 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:49.699 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:49.701 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:49.704 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:49.708 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097369705 2024-08-31 09:42:49.710 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-08-31 09:42:49.724 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:49.726 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-08-31 09:42:49.728 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-08-31 09:42:49.730 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.732 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.734 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.736 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.738 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-31 09:42:49.740 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-31 09:42:49.742 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-08-31 09:42:49.744 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:49.746 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:49.748 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:49.750 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:49.752 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-31 09:42:49.754 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-08-31 09:42:49.756 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-08-31 09:42:49.758 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.760 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:49.762 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:49.764 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:49.765 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:49.767 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:49.769 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-08-31 09:42:49.771 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:49.775 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-08-31 09:42:49.824 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-08-31 09:42:49.877 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-31 09:42:49.919 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-08-31 09:42:49.962 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-08-31 09:42:50.008 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:50.057 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:50.058 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:50.060 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-08-31 09:42:50.111 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:50.374 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-08-31 09:42:50.384 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-08-31 09:42:50.629 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-08-31 09:42:50.650 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:50.652 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:50.654 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:50.656 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:50.659 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:50.661 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:50.663 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:50.665 | + functions-common:time_stop:2442 : start_time=1725097369705 2024-08-31 09:42:50.666 | + functions-common:time_stop:2444 : [[ -z 1725097369705 ]] 2024-08-31 09:42:50.669 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:50.673 | + functions-common:time_stop:2447 : end_time=1725097370670 2024-08-31 09:42:50.675 | + functions-common:time_stop:2448 : elapsed_time=965 2024-08-31 09:42:50.677 | + functions-common:time_stop:2449 : total=10316 2024-08-31 09:42:50.679 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:50.681 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11281 2024-08-31 09:42:50.683 | + lib/nova:start_nova_conductor:1149 : return 2024-08-31 09:42:50.685 | + lib/nova:start_nova:1179 : start_nova_compute 2024-08-31 09:42:50.688 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:50.690 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:50.692 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:50.694 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-31 09:42:50.696 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-08-31 09:42:50.700 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-31 09:42:50.702 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:50.704 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-31 09:42:50.706 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-08-31 09:42:50.708 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-31 09:42:50.711 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-08-31 09:42:50.713 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-08-31 09:42:50.715 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-08-31 09:42:50.717 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-08-31 09:42:50.720 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-31 09:42:50.720 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-31 09:42:50.720 | BEGIN { 2024-08-31 09:42:50.720 | section = "" 2024-08-31 09:42:50.720 | last_section = "" 2024-08-31 09:42:50.720 | section_count = 0 2024-08-31 09:42:50.720 | } 2024-08-31 09:42:50.720 | /^\[.+\]/ { 2024-08-31 09:42:50.720 | gsub("[][]", "", $1); 2024-08-31 09:42:50.720 | section=$1 2024-08-31 09:42:50.720 | next 2024-08-31 09:42:50.720 | } 2024-08-31 09:42:50.720 | /^ *\#/ { 2024-08-31 09:42:50.720 | next 2024-08-31 09:42:50.720 | } 2024-08-31 09:42:50.720 | /^[^ \t]+/ { 2024-08-31 09:42:50.720 | # get offset of first = in $0 2024-08-31 09:42:50.720 | eq_idx = index($0, "=") 2024-08-31 09:42:50.720 | # extract attr & value from $0 2024-08-31 09:42:50.720 | attr = substr($0, 1, eq_idx - 1) 2024-08-31 09:42:50.720 | value = substr($0, eq_idx + 1) 2024-08-31 09:42:50.720 | # only need to strip trailing whitespace from attr 2024-08-31 09:42:50.720 | sub(/[ \t]*$/, "", attr) 2024-08-31 09:42:50.720 | # need to strip leading & trailing whitespace from value 2024-08-31 09:42:50.720 | sub(/^[ \t]*/, "", value) 2024-08-31 09:42:50.720 | sub(/[ \t]*$/, "", value) 2024-08-31 09:42:50.720 | 2024-08-31 09:42:50.720 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-31 09:42:50.720 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-31 09:42:50.720 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-31 09:42:50.720 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-31 09:42:50.720 | if (! (section, attr) in cfg_attr_count) { 2024-08-31 09:42:50.720 | if (section != last_section) { 2024-08-31 09:42:50.720 | cfg_section[section_count++] = section 2024-08-31 09:42:50.720 | last_section = section 2024-08-31 09:42:50.720 | } 2024-08-31 09:42:50.720 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-31 09:42:50.720 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-31 09:42:50.720 | 2024-08-31 09:42:50.720 | cfg_attr[section, attr, 0] = value 2024-08-31 09:42:50.720 | cfg_attr_count[section, attr] = 1 2024-08-31 09:42:50.720 | } else { 2024-08-31 09:42:50.720 | lno = cfg_attr_count[section, attr]++ 2024-08-31 09:42:50.720 | cfg_attr[section, attr, lno] = value 2024-08-31 09:42:50.720 | } 2024-08-31 09:42:50.720 | } 2024-08-31 09:42:50.720 | END { 2024-08-31 09:42:50.720 | # Process each section in order 2024-08-31 09:42:50.720 | for (sno = 0; sno < section_count; sno++) { 2024-08-31 09:42:50.720 | section = cfg_section[sno] 2024-08-31 09:42:50.720 | # The ini routines simply append a config item immediately 2024-08-31 09:42:50.720 | # after the section header. To keep the same order as defined 2024-08-31 09:42:50.720 | # in local.conf, invoke the ini routines in the reverse order 2024-08-31 09:42:50.720 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-31 09:42:50.720 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-31 09:42:50.720 | if (cfg_attr_count[section, attr] == 1) 2024-08-31 09:42:50.720 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-31 09:42:50.720 | else { 2024-08-31 09:42:50.721 | # For multiline, invoke the ini routines in the reverse order 2024-08-31 09:42:50.721 | count = cfg_attr_count[section, attr] 2024-08-31 09:42:50.721 | print "inidelete " configfile " " section " " attr 2024-08-31 09:42:50.721 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-31 09:42:50.721 | for (l = count -2; l >= 0; l--) 2024-08-31 09:42:50.721 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-31 09:42:50.721 | } 2024-08-31 09:42:50.721 | } 2024-08-31 09:42:50.721 | } 2024-08-31 09:42:50.721 | } 2024-08-31 09:42:50.721 | + inc/meta-config:merge_config_file:164 : read a 2024-08-31 09:42:50.721 | ' 2024-08-31 09:42:50.722 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:42:50.723 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-31 09:42:50.724 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-31 09:42:50.726 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-08-31 09:42:50.728 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:42:50.730 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-08-31 09:42:50.732 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-31 09:42:50.732 | BEGIN { group = "" } 2024-08-31 09:42:50.732 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:42:50.732 | gsub("[][]", "", $1); 2024-08-31 09:42:50.732 | split($1, a, "|"); 2024-08-31 09:42:50.732 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-31 09:42:50.732 | group=a[1] 2024-08-31 09:42:50.732 | } else { 2024-08-31 09:42:50.732 | group="" 2024-08-31 09:42:50.732 | } 2024-08-31 09:42:50.732 | next 2024-08-31 09:42:50.732 | } 2024-08-31 09:42:50.732 | { 2024-08-31 09:42:50.732 | if (group != "") 2024-08-31 09:42:50.732 | print $0 2024-08-31 09:42:50.732 | } 2024-08-31 09:42:50.732 | ' /opt/stack/devstack/local.conf 2024-08-31 09:42:50.737 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-31 09:42:50.739 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-08-31 09:42:50.739 | Skipping multi-cell conductor fleet setup 2024-08-31 09:42:50.741 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-08-31 09:42:50.757 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-08-31 09:42:50.773 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-08-31 09:42:50.775 | + lib/nova:configure_console_compute:664 : local offset 2024-08-31 09:42:50.777 | + lib/nova:configure_console_compute:665 : offset=0 2024-08-31 09:42:50.779 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-08-31 09:42:50.782 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-08-31 09:42:50.797 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-08-31 09:42:50.799 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-08-31 09:42:50.812 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:50.814 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-08-31 09:42:50.826 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:50.828 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-08-31 09:42:50.830 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-08-31 09:42:50.858 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-08-31 09:42:50.873 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:50.875 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-08-31 09:42:50.890 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:50.892 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-08-31 09:42:50.920 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-08-31 09:42:50.922 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-08-31 09:42:50.924 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-08-31 09:42:50.926 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-08-31 09:42:50.929 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-08-31 09:42:50.931 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-08-31 09:42:50.933 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-08-31 09:42:50.935 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-08-31 09:42:50.949 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:50.951 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-31 09:42:50.953 | + functions-common:run_process:1689 : local service=n-cpu 2024-08-31 09:42:50.955 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-31 09:42:50.957 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:50.959 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:50.961 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:50.963 | + functions-common:run_process:1695 : local name=n-cpu 2024-08-31 09:42:50.965 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:50.967 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:50.969 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:50.971 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:50.974 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:50.977 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097370975 2024-08-31 09:42:50.979 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-08-31 09:42:50.993 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:50.995 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:50.997 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:50.999 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:51.001 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:51.003 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:51.005 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:51.007 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:51.009 | + functions-common:time_stop:2442 : start_time=1725097370975 2024-08-31 09:42:51.011 | + functions-common:time_stop:2444 : [[ -z 1725097370975 ]] 2024-08-31 09:42:51.014 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:51.018 | + functions-common:time_stop:2447 : end_time=1725097371015 2024-08-31 09:42:51.020 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-31 09:42:51.022 | + functions-common:time_stop:2449 : total=11281 2024-08-31 09:42:51.024 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:51.026 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11321 2024-08-31 09:42:51.028 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:51.030 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-31 09:42:51.032 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-08-31 09:42:51.046 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:51.048 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-08-31 09:42:51.048 | Dumping cells_v2 mapping 2024-08-31 09:42:51.050 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-08-31 09:42:51.437 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:42:52.782 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-31 09:42:52.782 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-08-31 09:42:52.782 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-31 09:42:52.782 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-08-31 09:42:52.782 | | cell1 | 11743078-64bf-4468-a786-557c60808969 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-08-31 09:42:52.782 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-31 09:42:53.117 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-08-31 09:42:53.119 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-08-31 09:42:53.169 | + inc/async:async_inner:63 : create_flavors 2024-08-31 09:42:53.199 | [3682 Async create_flavors:52071]: running: create_flavors 2024-08-31 09:42:53.201 | + stack.sh:main:1327 : is_service_enabled cinder 2024-08-31 09:42:53.215 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:53.217 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-08-31 09:42:53.219 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:42:53.221 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-08-31 09:42:53.223 | + stack.sh:main:1329 : start_cinder 2024-08-31 09:42:53.225 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-08-31 09:42:53.227 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-08-31 09:42:53.229 | + lib/cinder:start_cinder:587 : local cinder_url 2024-08-31 09:42:53.231 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-08-31 09:42:53.244 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:53.246 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-08-31 09:42:53.248 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-08-31 09:42:53.250 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-08-31 09:42:53.253 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-08-31 09:42:53.256 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.259 | + functions-common:run_process:1689 : local service=c-api 2024-08-31 09:42:53.261 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.263 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:53.265 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:53.267 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:53.269 | + functions-common:run_process:1695 : local name=c-api 2024-08-31 09:42:53.271 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:53.273 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:53.275 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:53.277 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:53.279 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:53.282 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097373280 2024-08-31 09:42:53.284 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-08-31 09:42:53.297 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:53.299 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-08-31 09:42:53.301 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-08-31 09:42:53.303 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.305 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.307 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.309 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.311 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-08-31 09:42:53.313 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-08-31 09:42:53.315 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-08-31 09:42:53.317 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:53.319 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:53.321 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:53.323 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:53.325 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-08-31 09:42:53.327 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-08-31 09:42:53.329 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-08-31 09:42:53.331 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.333 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-31 09:42:53.335 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-31 09:42:53.337 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-31 09:42:53.339 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-08-31 09:42:53.341 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-31 09:42:53.344 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-08-31 09:42:53.392 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-08-31 09:42:53.440 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-08-31 09:42:53.481 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-31 09:42:53.522 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:53.564 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-08-31 09:42:53.606 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-08-31 09:42:53.647 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-08-31 09:42:53.688 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-08-31 09:42:53.730 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-08-31 09:42:53.771 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-31 09:42:53.773 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-31 09:42:53.775 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-08-31 09:42:53.824 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-31 09:42:54.074 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-08-31 09:42:54.084 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-08-31 09:42:54.326 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-08-31 09:42:54.378 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:54.380 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:54.382 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:54.384 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:54.386 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:54.388 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:54.390 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:54.392 | + functions-common:time_stop:2442 : start_time=1725097373280 2024-08-31 09:42:54.394 | + functions-common:time_stop:2444 : [[ -z 1725097373280 ]] 2024-08-31 09:42:54.397 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:54.400 | + functions-common:time_stop:2447 : end_time=1725097374398 2024-08-31 09:42:54.402 | + functions-common:time_stop:2448 : elapsed_time=1118 2024-08-31 09:42:54.404 | + functions-common:time_stop:2449 : total=11321 2024-08-31 09:42:54.406 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:54.408 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12439 2024-08-31 09:42:54.410 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-08-31 09:42:54.412 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-08-31 09:42:54.412 | Waiting for Cinder API to start... 2024-08-31 09:42:54.414 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-08-31 09:42:54.416 | + functions:wait_for_service:468 : local timeout=60 2024-08-31 09:42:54.418 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-08-31 09:42:54.420 | + functions:wait_for_service:470 : local rval=0 2024-08-31 09:42:54.422 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-31 09:42:54.424 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-31 09:42:54.426 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:54.428 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:54.431 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:54.434 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097374432 2024-08-31 09:42:54.436 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-31 09:42:54.440 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-08-31 09:42:56.490 | + :: : [[ 401 == 503 ]] 2024-08-31 09:42:56.492 | + :: : [[ 0 -eq 7 ]] 2024-08-31 09:42:56.494 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-31 09:42:56.496 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:56.498 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:56.500 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:56.502 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:56.504 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:56.507 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-31 09:42:56.509 | + functions-common:time_stop:2442 : start_time=1725097374432 2024-08-31 09:42:56.511 | + functions-common:time_stop:2444 : [[ -z 1725097374432 ]] 2024-08-31 09:42:56.514 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:56.517 | + functions-common:time_stop:2447 : end_time=1725097376515 2024-08-31 09:42:56.519 | + functions-common:time_stop:2448 : elapsed_time=2083 2024-08-31 09:42:56.521 | + functions-common:time_stop:2449 : total=6423 2024-08-31 09:42:56.523 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:56.525 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8506 2024-08-31 09:42:56.527 | + functions:wait_for_service:478 : return 0 2024-08-31 09:42:56.529 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.531 | + functions-common:run_process:1689 : local service=c-sch 2024-08-31 09:42:56.533 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.535 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:56.537 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:56.539 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:42:56.541 | + functions-common:run_process:1695 : local name=c-sch 2024-08-31 09:42:56.543 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:56.545 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:56.547 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:56.549 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:56.553 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:56.556 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097376554 2024-08-31 09:42:56.558 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-08-31 09:42:56.572 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:56.574 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-08-31 09:42:56.576 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-08-31 09:42:56.578 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.580 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.582 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.584 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.586 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-31 09:42:56.588 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-31 09:42:56.590 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-08-31 09:42:56.592 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:56.594 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:56.596 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:56.598 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:42:56.600 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-31 09:42:56.602 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-08-31 09:42:56.605 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-08-31 09:42:56.607 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.609 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:56.610 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:56.612 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-31 09:42:56.614 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:56.616 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:56.618 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-08-31 09:42:56.620 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:56.623 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-08-31 09:42:56.673 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-08-31 09:42:56.723 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:56.769 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-08-31 09:42:56.812 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-08-31 09:42:56.854 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:56.897 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-31 09:42:56.899 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:56.901 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-08-31 09:42:56.951 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:57.194 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-08-31 09:42:57.204 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-08-31 09:42:57.445 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-08-31 09:42:57.470 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:57.472 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:57.474 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:57.476 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:57.478 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:57.480 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:57.483 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:57.485 | + functions-common:time_stop:2442 : start_time=1725097376554 2024-08-31 09:42:57.487 | + functions-common:time_stop:2444 : [[ -z 1725097376554 ]] 2024-08-31 09:42:57.489 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:57.493 | + functions-common:time_stop:2447 : end_time=1725097377491 2024-08-31 09:42:57.495 | + functions-common:time_stop:2448 : elapsed_time=937 2024-08-31 09:42:57.497 | + functions-common:time_stop:2449 : total=12439 2024-08-31 09:42:57.499 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:57.501 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13376 2024-08-31 09:42:57.503 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.505 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.507 | + functions-common:run_process:1689 : local service=c-bak 2024-08-31 09:42:57.509 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.511 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:57.513 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:57.515 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.517 | + functions-common:run_process:1695 : local name=c-bak 2024-08-31 09:42:57.519 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:57.520 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:57.523 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:57.525 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:57.527 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:57.530 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097377528 2024-08-31 09:42:57.532 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-08-31 09:42:57.546 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:42:57.548 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:57.550 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:57.552 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:57.554 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:57.556 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:57.558 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:57.560 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:57.562 | + functions-common:time_stop:2442 : start_time=1725097377528 2024-08-31 09:42:57.564 | + functions-common:time_stop:2444 : [[ -z 1725097377528 ]] 2024-08-31 09:42:57.568 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:57.570 | + functions-common:time_stop:2447 : end_time=1725097377568 2024-08-31 09:42:57.572 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-31 09:42:57.574 | + functions-common:time_stop:2449 : total=13376 2024-08-31 09:42:57.576 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:57.578 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13416 2024-08-31 09:42:57.580 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.582 | + functions-common:run_process:1689 : local service=c-vol 2024-08-31 09:42:57.584 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.586 | + functions-common:run_process:1691 : local group= 2024-08-31 09:42:57.588 | + functions-common:run_process:1692 : local user= 2024-08-31 09:42:57.591 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.593 | + functions-common:run_process:1695 : local name=c-vol 2024-08-31 09:42:57.595 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:42:57.597 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:42:57.599 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:42:57.601 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:42:57.604 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:42:57.607 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097377605 2024-08-31 09:42:57.609 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-08-31 09:42:57.623 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:57.625 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.627 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-08-31 09:42:57.629 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.631 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.633 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.635 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.637 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-31 09:42:57.639 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-31 09:42:57.641 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-08-31 09:42:57.643 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:42:57.645 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:42:57.647 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:42:57.649 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.652 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-31 09:42:57.654 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.656 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-08-31 09:42:57.658 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.660 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-31 09:42:57.662 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-31 09:42:57.664 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.666 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-31 09:42:57.668 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-31 09:42:57.670 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-08-31 09:42:57.672 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-31 09:42:57.675 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-08-31 09:42:57.725 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-08-31 09:42:57.774 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-31 09:42:57.815 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-08-31 09:42:57.857 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-08-31 09:42:57.899 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:42:57.947 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-08-31 09:42:57.949 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-31 09:42:57.993 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-31 09:42:57.995 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-08-31 09:42:58.045 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-31 09:42:58.297 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-08-31 09:42:58.308 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-08-31 09:42:58.547 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-08-31 09:42:58.572 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:42:58.572 | + functions-common:time_stop:2435 : local name 2024-08-31 09:42:58.574 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:42:58.578 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:42:58.578 | + functions-common:time_stop:2438 : local total 2024-08-31 09:42:58.580 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:42:58.582 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:42:58.585 | + functions-common:time_stop:2442 : start_time=1725097377605 2024-08-31 09:42:58.586 | + functions-common:time_stop:2444 : [[ -z 1725097377605 ]] 2024-08-31 09:42:58.589 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:42:58.592 | + functions-common:time_stop:2447 : end_time=1725097378590 2024-08-31 09:42:58.594 | + functions-common:time_stop:2448 : elapsed_time=985 2024-08-31 09:42:58.596 | + functions-common:time_stop:2449 : total=13416 2024-08-31 09:42:58.598 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:42:58.600 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14401 2024-08-31 09:42:58.602 | + stack.sh:main:1330 : create_volume_types 2024-08-31 09:42:58.606 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-08-31 09:42:58.621 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:58.625 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-08-31 09:42:58.625 | + lib/cinder:create_volume_types:674 : local be be_name 2024-08-31 09:42:58.625 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-31 09:42:58.627 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-08-31 09:42:58.629 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-08-31 09:42:58.631 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-08-31 09:42:58.634 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-08-31 09:42:58.635 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-08-31 09:42:58.637 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-08-31 09:42:58.651 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:42:58.654 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-08-31 09:43:00.524 | +-------------+--------------------------------------+ 2024-08-31 09:43:00.524 | | Field | Value | 2024-08-31 09:43:00.524 | +-------------+--------------------------------------+ 2024-08-31 09:43:00.524 | | description | None | 2024-08-31 09:43:00.524 | | id | 5fa6fc99-de36-4764-b764-15e394a1d5e3 | 2024-08-31 09:43:00.524 | | is_public | True | 2024-08-31 09:43:00.524 | | name | vsphere | 2024-08-31 09:43:00.524 | | properties | volume_backend_name='vsphere' | 2024-08-31 09:43:00.524 | +-------------+--------------------------------------+ 2024-08-31 09:43:00.649 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:00.651 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:00.654 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:00.656 | + stack.sh:main:1343 : is_service_enabled glance 2024-08-31 09:43:00.670 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:00.672 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-08-31 09:43:00.674 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:00.676 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-08-31 09:43:00.678 | + stack.sh:main:1345 : start_glance 2024-08-31 09:43:00.680 | + lib/glance:start_glance:606 : local service_protocol=http 2024-08-31 09:43:00.682 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-08-31 09:43:00.696 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:00.698 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-08-31 09:43:00.701 | ++ lib/glance:start_glance:614 : which uwsgi 2024-08-31 09:43:00.704 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.707 | + functions-common:run_process:1689 : local service=g-api 2024-08-31 09:43:00.709 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.711 | + functions-common:run_process:1691 : local group= 2024-08-31 09:43:00.713 | + functions-common:run_process:1692 : local user= 2024-08-31 09:43:00.715 | + functions-common:run_process:1693 : local env_vars= 2024-08-31 09:43:00.717 | + functions-common:run_process:1695 : local name=g-api 2024-08-31 09:43:00.719 | + functions-common:run_process:1697 : time_start run_process 2024-08-31 09:43:00.721 | + functions-common:time_start:2421 : local name=run_process 2024-08-31 09:43:00.724 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:43:00.726 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:43:00.728 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:43:00.732 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097380730 2024-08-31 09:43:00.734 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-08-31 09:43:00.748 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:00.750 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-08-31 09:43:00.753 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-08-31 09:43:00.755 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.757 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.759 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.761 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.764 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-08-31 09:43:00.766 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-08-31 09:43:00.768 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-08-31 09:43:00.770 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-31 09:43:00.773 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-31 09:43:00.775 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-31 09:43:00.777 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-31 09:43:00.779 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-08-31 09:43:00.781 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-08-31 09:43:00.783 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-08-31 09:43:00.785 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.787 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-31 09:43:00.789 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-31 09:43:00.791 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-31 09:43:00.793 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-08-31 09:43:00.795 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-31 09:43:00.798 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-08-31 09:43:00.853 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-08-31 09:43:00.909 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-08-31 09:43:00.953 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-31 09:43:00.997 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-31 09:43:01.044 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-08-31 09:43:01.088 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-08-31 09:43:01.134 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-08-31 09:43:01.181 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-08-31 09:43:01.226 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-08-31 09:43:01.268 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-31 09:43:01.271 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-31 09:43:01.273 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-08-31 09:43:01.327 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-31 09:43:01.578 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-08-31 09:43:01.587 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-08-31 09:43:01.824 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-08-31 09:43:01.883 | + functions-common:run_process:1701 : time_stop run_process 2024-08-31 09:43:01.885 | + functions-common:time_stop:2435 : local name 2024-08-31 09:43:01.887 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:01.889 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:01.892 | + functions-common:time_stop:2438 : local total 2024-08-31 09:43:01.894 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:01.898 | + functions-common:time_stop:2441 : name=run_process 2024-08-31 09:43:01.902 | + functions-common:time_stop:2442 : start_time=1725097380730 2024-08-31 09:43:01.903 | + functions-common:time_stop:2444 : [[ -z 1725097380730 ]] 2024-08-31 09:43:01.906 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:01.910 | + functions-common:time_stop:2447 : end_time=1725097381908 2024-08-31 09:43:01.912 | + functions-common:time_stop:2448 : elapsed_time=1178 2024-08-31 09:43:01.914 | + functions-common:time_stop:2449 : total=14401 2024-08-31 09:43:01.916 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:01.921 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15579 2024-08-31 09:43:01.923 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-08-31 09:43:01.937 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:01.938 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-08-31 09:43:01.938 | Waiting for g-api (10.180.1.21) to start... 2024-08-31 09:43:01.940 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-08-31 09:43:01.943 | + functions:wait_for_service:468 : local timeout=60 2024-08-31 09:43:01.944 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-08-31 09:43:01.946 | + functions:wait_for_service:470 : local rval=0 2024-08-31 09:43:01.948 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-31 09:43:01.950 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-31 09:43:01.952 | + functions-common:time_start:2422 : local start_time= 2024-08-31 09:43:01.954 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:43:01.957 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:43:01.960 | + functions-common:time_start:2426 : _TIME_START[$name]=1725097381958 2024-08-31 09:43:01.963 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-31 09:43:01.966 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-08-31 09:43:04.002 | + :: : [[ 300 == 503 ]] 2024-08-31 09:43:04.003 | + :: : [[ 0 -eq 7 ]] 2024-08-31 09:43:04.006 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-31 09:43:04.009 | + functions-common:time_stop:2435 : local name 2024-08-31 09:43:04.011 | + functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:04.013 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:04.015 | + functions-common:time_stop:2438 : local total 2024-08-31 09:43:04.017 | + functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:04.019 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-31 09:43:04.021 | + functions-common:time_stop:2442 : start_time=1725097381958 2024-08-31 09:43:04.023 | + functions-common:time_stop:2444 : [[ -z 1725097381958 ]] 2024-08-31 09:43:04.025 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:04.029 | + functions-common:time_stop:2447 : end_time=1725097384026 2024-08-31 09:43:04.031 | + functions-common:time_stop:2448 : elapsed_time=2068 2024-08-31 09:43:04.033 | + functions-common:time_stop:2449 : total=8506 2024-08-31 09:43:04.035 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:04.037 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10574 2024-08-31 09:43:04.039 | + functions:wait_for_service:478 : return 0 2024-08-31 09:43:04.041 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-08-31 09:43:04.055 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:04.057 | + stack.sh:main:1359 : is_service_enabled glance 2024-08-31 09:43:04.071 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:04.073 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-08-31 09:43:04.075 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:04.077 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-08-31 09:43:04.079 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-08-31 09:43:04.081 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.083 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.084 | + functions:upload_image:134 : local image image_fname image_name 2024-08-31 09:43:04.086 | + functions:upload_image:136 : local max_attempts=5 2024-08-31 09:43:04.088 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-08-31 09:43:04.091 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.094 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.096 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-08-31 09:43:04.098 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-08-31 09:43:04.099 | ++ functions:upload_image:144 : seq 5 2024-08-31 09:43:04.103 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-08-31 09:43:04.104 | + functions:upload_image:145 : local rc=0 2024-08-31 09:43:04.106 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.108 | --2024-08-31 09:43:04-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-08-31 09:43:04.113 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-31 09:43:04.114 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-31 09:43:04.150 | HTTP request sent, awaiting response... 200 OK 2024-08-31 09:43:04.150 | Length: 21318656 (20M) [application/octet-stream] 2024-08-31 09:43:04.150 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-08-31 09:43:04.163 | 2024-08-31 09:43:04.277 | 0K ........ ........ .... 100% 160M=0.1s 2024-08-31 09:43:04.277 | 2024-08-31 09:43:04.277 | 2024-08-31 09:43:04 (160 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-08-31 09:43:04.277 | 2024-08-31 09:43:04.280 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-08-31 09:43:04.282 | + functions:upload_image:155 : break 2024-08-31 09:43:04.284 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.286 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-08-31 09:43:04.288 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-08-31 09:43:04.290 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-31 09:43:04.291 | + functions:upload_image:194 : local vmdk_disktype= 2024-08-31 09:43:04.293 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-08-31 09:43:04.295 | + functions:upload_image:196 : local path_len 2024-08-31 09:43:04.297 | + functions:upload_image:199 : local vmdk_adapter_type 2024-08-31 09:43:04.299 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.300 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.304 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-08-31 09:43:04.305 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-08-31 09:43:04.307 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-08-31 09:43:04.309 | + functions:upload_image:205 : local vmdk_create_type 2024-08-31 09:43:04.311 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.311 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.316 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-08-31 09:43:04.317 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-08-31 09:43:04.319 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-08-31 09:43:04.321 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-08-31 09:43:04.323 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-08-31 09:43:04.326 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-08-31 09:43:04.327 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-08-31 09:43:04.329 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-08-31 09:43:04.331 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-08-31 09:43:04.334 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-31 09:43:04.334 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-08-31 09:43:04.338 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-08-31 09:43:04.340 | + functions:upload_image:284 : IFS=':;' 2024-08-31 09:43:04.342 | + functions:upload_image:284 : read -a props 2024-08-31 09:43:04.343 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-08-31 09:43:04.345 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-08-31 09:43:04.347 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-08-31 09:43:04.349 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-31 09:43:04.351 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-31 09:43:04.352 | + functions:_upload_image:105 : shift 2024-08-31 09:43:04.354 | + functions:_upload_image:106 : local container=bare 2024-08-31 09:43:04.356 | + functions:_upload_image:107 : shift 2024-08-31 09:43:04.358 | + functions:_upload_image:108 : local disk=vmdk 2024-08-31 09:43:04.360 | + functions:_upload_image:109 : shift 2024-08-31 09:43:04.361 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-31 09:43:04.363 | + functions:_upload_image:111 : shift 2024-08-31 09:43:04.365 | + functions:_upload_image:112 : local properties 2024-08-31 09:43:04.366 | + functions:_upload_image:113 : local useimport 2024-08-31 09:43:04.368 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-31 09:43:04.370 | ++ functions:_image_properties_to_arg:87 : local result= 2024-08-31 09:43:04.372 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-31 09:43:04.373 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-08-31 09:43:04.375 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-31 09:43:04.377 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-08-31 09:43:04.378 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-31 09:43:04.380 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-08-31 09:43:04.382 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-31 09:43:04.384 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-08-31 09:43:04.386 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:04.388 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-31 09:43:06.788 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-31 09:43:06.788 | | Field | Value | 2024-08-31 09:43:06.788 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-31 09:43:06.788 | | container_format | bare | 2024-08-31 09:43:06.788 | | created_at | 2024-08-31T09:43:05Z | 2024-08-31 09:43:06.788 | | disk_format | vmdk | 2024-08-31 09:43:06.788 | | file | /v2/images/a816e082-61f0-4ffa-a214-1bf6bd197f53/file | 2024-08-31 09:43:06.788 | | id | a816e082-61f0-4ffa-a214-1bf6bd197f53 | 2024-08-31 09:43:06.788 | | min_disk | 0 | 2024-08-31 09:43:06.788 | | min_ram | 0 | 2024-08-31 09:43:06.788 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-08-31 09:43:06.788 | | owner | e8722a37ef8f4279abfe709d29d7d3ca | 2024-08-31 09:43:06.788 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-08-31 09:43:06.788 | | protected | False | 2024-08-31 09:43:06.788 | | schema | /v2/schemas/image | 2024-08-31 09:43:06.788 | | status | queued | 2024-08-31 09:43:06.788 | | tags | | 2024-08-31 09:43:06.788 | | updated_at | 2024-08-31T09:43:05Z | 2024-08-31 09:43:06.788 | | visibility | public | 2024-08-31 09:43:06.788 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-31 09:43:06.905 | + functions:upload_image:291 : return 2024-08-31 09:43:06.908 | + stack.sh:main:1367 : async_wait create_flavors 2024-08-31 09:43:06.947 | [3682 Async create_flavors:52071]: Waiting for completion of create_flavors running on PID 52071 (2 other jobs running) 2024-08-31 09:43:06.965 | [3682 Async create_flavors:52071]: Signaling child to exit 2024-08-31 09:43:08.817 | + inc/async:async_inner:64 : rc=0 2024-08-31 09:43:08.837 | [52071 Async create_flavors:52071]: finished successfully 2024-08-31 09:43:08.854 | WAKEUP 2024-08-31 09:43:08.871 | [3682 Async create_flavors:52071]: Signaled 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-08-31 09:43:08.872 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | Field | Value | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.872 | | description | None | 2024-08-31 09:43:08.872 | | disk | 1 | 2024-08-31 09:43:08.872 | | id | c1 | 2024-08-31 09:43:08.872 | | name | cirros256 | 2024-08-31 09:43:08.872 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.872 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.872 | | ram | 256 | 2024-08-31 09:43:08.872 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.872 | | swap | | 2024-08-31 09:43:08.872 | | vcpus | 1 | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | Field | Value | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.872 | | description | None | 2024-08-31 09:43:08.872 | | disk | 5 | 2024-08-31 09:43:08.872 | | id | d1 | 2024-08-31 09:43:08.872 | | name | ds512M | 2024-08-31 09:43:08.872 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.872 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.872 | | ram | 512 | 2024-08-31 09:43:08.872 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.872 | | swap | | 2024-08-31 09:43:08.872 | | vcpus | 1 | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | Field | Value | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.872 | | description | None | 2024-08-31 09:43:08.872 | | disk | 10 | 2024-08-31 09:43:08.872 | | id | d2 | 2024-08-31 09:43:08.872 | | name | ds1G | 2024-08-31 09:43:08.872 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.872 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.872 | | ram | 1024 | 2024-08-31 09:43:08.872 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.872 | | swap | | 2024-08-31 09:43:08.872 | | vcpus | 1 | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | Field | Value | 2024-08-31 09:43:08.872 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.872 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.872 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.872 | | description | None | 2024-08-31 09:43:08.872 | | disk | 10 | 2024-08-31 09:43:08.872 | | id | d3 | 2024-08-31 09:43:08.872 | | name | ds2G | 2024-08-31 09:43:08.872 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.873 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.873 | | ram | 2048 | 2024-08-31 09:43:08.873 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.873 | | swap | | 2024-08-31 09:43:08.873 | | vcpus | 2 | 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | | Field | Value | 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.873 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.873 | | description | None | 2024-08-31 09:43:08.873 | | disk | 20 | 2024-08-31 09:43:08.873 | | id | d4 | 2024-08-31 09:43:08.873 | | name | ds4G | 2024-08-31 09:43:08.873 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.873 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.873 | | ram | 4096 | 2024-08-31 09:43:08.873 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.873 | | swap | | 2024-08-31 09:43:08.873 | | vcpus | 4 | 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-08-31 09:43:08.873 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-08-31 09:43:08.873 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | | Field | Value | 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.873 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.873 | | description | None | 2024-08-31 09:43:08.873 | | disk | 1 | 2024-08-31 09:43:08.873 | | id | 1 | 2024-08-31 09:43:08.873 | | name | m1.tiny | 2024-08-31 09:43:08.873 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.873 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.873 | | ram | 512 | 2024-08-31 09:43:08.873 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.873 | | swap | | 2024-08-31 09:43:08.873 | | vcpus | 1 | 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | | Field | Value | 2024-08-31 09:43:08.873 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.873 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.873 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.873 | | description | None | 2024-08-31 09:43:08.873 | | disk | 20 | 2024-08-31 09:43:08.874 | | id | 2 | 2024-08-31 09:43:08.874 | | name | m1.small | 2024-08-31 09:43:08.874 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.874 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.874 | | ram | 2048 | 2024-08-31 09:43:08.874 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.874 | | swap | | 2024-08-31 09:43:08.874 | | vcpus | 1 | 2024-08-31 09:43:08.874 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.874 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-08-31 09:43:08.874 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.874 | | Field | Value | 2024-08-31 09:43:08.874 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.874 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.874 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.874 | | description | None | 2024-08-31 09:43:08.874 | | disk | 40 | 2024-08-31 09:43:08.874 | | id | 3 | 2024-08-31 09:43:08.874 | | name | m1.medium | 2024-08-31 09:43:08.874 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.874 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.874 | | ram | 4096 | 2024-08-31 09:43:08.874 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.874 | | swap | | 2024-08-31 09:43:08.874 | | vcpus | 2 | 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.875 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.875 | | Field | Value | 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.875 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.875 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.875 | | description | None | 2024-08-31 09:43:08.875 | | disk | 80 | 2024-08-31 09:43:08.875 | | id | 4 | 2024-08-31 09:43:08.875 | | name | m1.large | 2024-08-31 09:43:08.875 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.875 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.875 | | ram | 8192 | 2024-08-31 09:43:08.875 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.875 | | swap | | 2024-08-31 09:43:08.875 | | vcpus | 4 | 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.875 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.875 | | Field | Value | 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.875 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:08.875 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:08.875 | | description | None | 2024-08-31 09:43:08.875 | | disk | 160 | 2024-08-31 09:43:08.875 | | id | 5 | 2024-08-31 09:43:08.875 | | name | m1.xlarge | 2024-08-31 09:43:08.875 | | os-flavor-access:is_public | True | 2024-08-31 09:43:08.875 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:08.875 | | ram | 16384 | 2024-08-31 09:43:08.875 | | rxtx_factor | 1.0 | 2024-08-31 09:43:08.875 | | swap | | 2024-08-31 09:43:08.875 | | vcpus | 8 | 2024-08-31 09:43:08.875 | +----------------------------+-----------------------+ 2024-08-31 09:43:08.906 | [3682 Async create_flavors:52071]: finished create_flavors with result 0 in 15 seconds 2024-08-31 09:43:08.909 | + inc/async:async_wait:197 : return 0 2024-08-31 09:43:08.911 | + stack.sh:main:1369 : is_service_enabled horizon 2024-08-31 09:43:08.925 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:08.927 | + stack.sh:main:1383 : is_service_enabled nova 2024-08-31 09:43:08.941 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:08.943 | + stack.sh:main:1383 : is_service_enabled keystone 2024-08-31 09:43:08.957 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:08.959 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-08-31 09:43:08.961 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-31 09:43:08.963 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-31 09:43:08.965 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-08-31 09:43:08.967 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-31 09:43:08.970 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-08-31 09:43:08.971 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-08-31 09:43:08.972 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-08-31 09:43:08.973 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-08-31 09:43:08.974 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-08-31 09:43:08.975 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-08-31 09:43:08.976 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-08-31 09:43:08.977 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-08-31 09:43:08.978 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-08-31 09:43:08.979 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-08-31 09:43:08.980 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-08-31 09:43:08.981 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-31 09:43:08.982 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-08-31 09:43:08.983 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-31 09:43:08.984 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-08-31 09:43:08.985 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-31 09:43:08.986 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-08-31 09:43:08.987 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-31 09:43:08.988 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-08-31 09:43:08.989 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-31 09:43:08.990 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-08-31 09:43:08.991 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-08-31 09:43:08.993 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-31 09:43:08.994 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-08-31 09:43:08.995 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-31 09:43:08.996 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-08-31 09:43:08.997 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-08-31 09:43:08.998 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-08-31 09:43:08.999 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-31 09:43:09.000 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-08-31 09:43:09.001 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-31 09:43:09.002 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-08-31 09:43:09.003 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-08-31 09:43:09.004 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-08-31 09:43:09.005 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-08-31 09:43:09.006 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-08-31 09:43:09.007 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-08-31 09:43:09.008 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-08-31 09:43:09.009 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-08-31 09:43:09.010 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-08-31 09:43:09.011 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-08-31 09:43:09.012 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-08-31 09:43:09.014 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-08-31 09:43:09.015 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-31 09:43:09.016 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-31 09:43:09.017 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-08-31 09:43:09.018 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-08-31 09:43:09.019 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-08-31 09:43:09.020 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-08-31 09:43:09.021 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-08-31 09:43:09.022 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-08-31 09:43:09.023 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-08-31 09:43:09.025 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-08-31 09:43:09.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-08-31 09:43:09.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-08-31 09:43:09.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-08-31 09:43:09.026 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-08-31 09:43:09.027 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-08-31 09:43:09.939 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-08-31 09:43:09.941 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-08-31 09:43:10.050 | + stack.sh:main:1395 : save_stackenv 2024-08-31 09:43:10.052 | + functions-common:save_stackenv:60 : local tag= 2024-08-31 09:43:10.055 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-31 09:43:10.057 | + functions-common:save_stackenv:62 : time_stamp=2024-08-31-094310 2024-08-31 09:43:10.060 | + functions-common:save_stackenv:63 : echo '# 2024-08-31-094310 ' 2024-08-31 09:43:10.062 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.064 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-31 09:43:10.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.068 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-31 09:43:10.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.072 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-31 09:43:10.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.076 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-31 09:43:10.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.080 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-31 09:43:10.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.084 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-31 09:43:10.086 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.088 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-31-093600 2024-08-31 09:43:10.090 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.092 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-31 09:43:10.093 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.095 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-31 09:43:10.098 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.099 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-31 09:43:10.101 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.103 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-31 09:43:10.105 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.107 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-31 09:43:10.109 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.111 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-31 09:43:10.113 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.115 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-31 09:43:10.117 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-31 09:43:10.119 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-31 09:43:10.121 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-08-31 09:43:10.123 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-31 09:43:10.125 | + inc/meta-config:merge_config_group:171 : shift 2024-08-31 09:43:10.127 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-08-31 09:43:10.129 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:43:10.131 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-31 09:43:10.133 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-31 09:43:10.135 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-08-31 09:43:10.138 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:43:10.140 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-08-31 09:43:10.142 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:43:10.144 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-08-31 09:43:10.144 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:43:10.144 | gsub("[][]", "", $1); 2024-08-31 09:43:10.144 | split($1, a, "|"); 2024-08-31 09:43:10.144 | if (a[1] == matchgroup) 2024-08-31 09:43:10.144 | print a[2] 2024-08-31 09:43:10.144 | } 2024-08-31 09:43:10.144 | ' /opt/stack/devstack/local.conf 2024-08-31 09:43:10.149 | + stack.sh:main:1413 : run_phase stack extra 2024-08-31 09:43:10.151 | + functions-common:run_phase:1863 : local mode=stack 2024-08-31 09:43:10.153 | + functions-common:run_phase:1864 : local phase=extra 2024-08-31 09:43:10.155 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:43:10.157 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:43:10.159 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:43:10.161 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:43:10.163 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:43:10.166 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:43:10.169 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:43:10.171 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:43:10.173 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:43:10.175 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-08-31 09:43:10.177 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:43:10.190 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:10.193 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:43:10.194 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:10.196 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-31 09:43:10.198 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:10.200 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:43:10.202 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:10.204 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-08-31 09:43:10.206 | ++ extras.d/80-tempest.sh:source:15 : : 2024-08-31 09:43:10.209 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-31 09:43:10.211 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-31 09:43:10.213 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:43:10.215 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-31 09:43:10.217 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-08-31 09:43:10.219 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-31 09:43:10.221 | + functions-common:run_plugins:1850 : local phase=extra 2024-08-31 09:43:10.223 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-31 09:43:10.225 | + functions-common:run_plugins:1853 : local plugin 2024-08-31 09:43:10.227 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-31 09:43:10.230 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:43:10.232 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-31 09:43:10.234 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-08-31 09:43:10.236 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:43:10.238 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:10.240 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-31 09:43:10.242 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:10.244 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:43:10.247 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:10.249 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-08-31 09:43:10.251 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-08-31 09:43:10.253 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:10.255 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-08-31 09:43:10.257 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-08-31 09:43:10.259 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-31 09:43:10.261 | + inc/meta-config:merge_config_group:171 : shift 2024-08-31 09:43:10.263 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-08-31 09:43:10.265 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:43:10.267 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-31 09:43:10.269 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-31 09:43:10.272 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-08-31 09:43:10.274 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:43:10.276 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-08-31 09:43:10.278 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:43:10.281 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-08-31 09:43:10.281 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:43:10.281 | gsub("[][]", "", $1); 2024-08-31 09:43:10.281 | split($1, a, "|"); 2024-08-31 09:43:10.281 | if (a[1] == matchgroup) 2024-08-31 09:43:10.281 | print a[2] 2024-08-31 09:43:10.281 | } 2024-08-31 09:43:10.281 | ' /opt/stack/devstack/local.conf 2024-08-31 09:43:10.285 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-08-31 09:43:10.300 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:10.302 | + stack.sh:main:1435 : service_check 2024-08-31 09:43:10.304 | + functions-common:service_check:1728 : local service 2024-08-31 09:43:10.306 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.308 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-08-31 09:43:10.317 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-08-31 09:43:10.320 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.322 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-08-31 09:43:10.331 | enabled 2024-08-31 09:43:10.334 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-08-31 09:43:10.355 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-08-31 09:43:10.355 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.355 | Active: active (running) since Sat 2024-08-31 09:42:13 UTC; 57s ago 2024-08-31 09:43:10.355 | Main PID: 45738 (uwsgi) 2024-08-31 09:43:10.355 | Status: "uWSGI is ready" 2024-08-31 09:43:10.355 | Tasks: 3 (limit: 19126) 2024-08-31 09:43:10.355 | Memory: 238.5M 2024-08-31 09:43:10.355 | CPU: 6.235s 2024-08-31 09:43:10.355 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-08-31 09:43:10.355 | ├─45738 "nova-apiuWSGI master" 2024-08-31 09:43:10.355 | ├─45739 "nova-apiuWSGI worker 1" 2024-08-31 09:43:10.355 | └─45740 "nova-apiuWSGI worker 2" 2024-08-31 09:43:10.355 | 2024-08-31 09:43:10.355 | Aug 31 09:43:07 devstack devstack@n-api.service[45740]: [pid: 45740|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Sat Aug 31 09:43:07 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45739]: DEBUG nova.api.openstack.wsgi [None req-f02ca125-7661-4b0f-82f2-5ab17a1a8a35 admin admin] Calling method '>' {{(pid=45739) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45739]: INFO nova.api.openstack.requestlog [None req-f02ca125-7661-4b0f-82f2-5ab17a1a8a35 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000953 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45739]: [pid: 45739|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Sat Aug 31 09:43:08 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45740]: DEBUG nova.api.openstack.wsgi [None req-848a368d-c7a6-4274-9baf-f3c8b825411f admin admin] Action: 'create', calling method: >, body: {"flavor": {"vcpus": 8, "disk": 160, "id": "5", "ram": 16384, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "rxtx_factor": 1.0}} {{(pid=45740) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45740]: INFO nova.api.openstack.requestlog [None req-848a368d-c7a6-4274-9baf-f3c8b825411f admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036217 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45740]: [pid: 45740|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Sat Aug 31 09:43:08 2024] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45739]: DEBUG nova.api.openstack.wsgi [None req-c2aed038-82e4-4315-a592-f4e39def86e1 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45739) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45739]: INFO nova.api.openstack.requestlog [None req-c2aed038-82e4-4315-a592-f4e39def86e1 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015289 2024-08-31 09:43:10.355 | Aug 31 09:43:08 devstack devstack@n-api.service[45739]: [pid: 45739|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Sat Aug 31 09:43:08 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-31 09:43:10.358 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.360 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-08-31 09:43:10.370 | enabled 2024-08-31 09:43:10.373 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-08-31 09:43:10.384 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-08-31 09:43:10.384 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.384 | Active: active (running) since Sat 2024-08-31 09:42:50 UTC; 19s ago 2024-08-31 09:43:10.384 | Main PID: 51600 (nova-conductor) 2024-08-31 09:43:10.384 | Tasks: 3 (limit: 19126) 2024-08-31 09:43:10.384 | Memory: 147.8M 2024-08-31 09:43:10.384 | CPU: 2.074s 2024-08-31 09:43:10.384 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-08-31 09:43:10.384 | ├─51600 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-31 09:43:10.384 | ├─52019 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-31 09:43:10.384 | └─52020 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-31 09:43:10.384 | 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_limit.split_loggers = False {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_limit.status_code_retries = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_limit.status_code_retry_delay = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_limit.timeout = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_limit.valid_interfaces = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_limit.version = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_reports.file_event_handler = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] oslo_reports.log_dir = None {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.384 | Aug 31 09:42:52 devstack nova-conductor[51600]: DEBUG oslo_service.service [None req-91b45751-ee2b-4907-99ac-9913b4c0ff9c None None] ******************************************************************************** {{(pid=51600) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-31 09:43:10.387 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.389 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-08-31 09:43:10.398 | enabled 2024-08-31 09:43:10.401 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-08-31 09:43:10.411 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-08-31 09:43:10.412 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.412 | Active: active (running) since Sat 2024-08-31 09:42:48 UTC; 22s ago 2024-08-31 09:43:10.412 | Main PID: 50382 (nova-scheduler) 2024-08-31 09:43:10.412 | Tasks: 3 (limit: 19126) 2024-08-31 09:43:10.412 | Memory: 147.4M 2024-08-31 09:43:10.412 | CPU: 2.160s 2024-08-31 09:43:10.412 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-08-31 09:43:10.412 | ├─50382 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-31 09:43:10.412 | ├─51429 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-31 09:43:10.412 | └─51431 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-31 09:43:10.412 | 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_limit.split_loggers = False {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_limit.status_code_retries = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_limit.status_code_retry_delay = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_limit.timeout = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_limit.valid_interfaces = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_limit.version = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_reports.file_event_handler = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] oslo_reports.log_dir = None {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.412 | Aug 31 09:42:50 devstack nova-scheduler[50382]: DEBUG oslo_service.service [None req-1de5052f-f6b2-458d-845b-2aef6a9ec2cd None None] ******************************************************************************** {{(pid=50382) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-31 09:43:10.414 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.416 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-08-31 09:43:10.425 | enabled 2024-08-31 09:43:10.428 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-08-31 09:43:10.439 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-08-31 09:43:10.439 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.439 | Active: active (running) since Sat 2024-08-31 09:42:49 UTC; 21s ago 2024-08-31 09:43:10.439 | Main PID: 50931 (uwsgi) 2024-08-31 09:43:10.439 | Status: "uWSGI is ready" 2024-08-31 09:43:10.439 | Tasks: 4 (limit: 19126) 2024-08-31 09:43:10.439 | Memory: 201.5M 2024-08-31 09:43:10.439 | CPU: 4.040s 2024-08-31 09:43:10.439 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-08-31 09:43:10.439 | ├─50931 "nova-api-metauWSGI master" 2024-08-31 09:43:10.439 | ├─50932 "nova-api-metauWSGI worker 1" 2024-08-31 09:43:10.439 | ├─50933 "nova-api-metauWSGI worker 2" 2024-08-31 09:43:10.439 | └─50934 "nova-api-metauWSGI http 1" 2024-08-31 09:43:10.439 | 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: DEBUG oslo_concurrency.lockutils [None req-8b01b78f-817f-4324-b36b-0a4f1348352d None None] Lock "11743078-64bf-4468-a786-557c60808969" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=50932) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: DEBUG oslo_concurrency.lockutils [None req-8b01b78f-817f-4324-b36b-0a4f1348352d None None] Lock "11743078-64bf-4468-a786-557c60808969" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=50932) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: DEBUG oslo_db.sqlalchemy.engines [None req-8b01b78f-817f-4324-b36b-0a4f1348352d 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=50932) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: DEBUG oslo_db.sqlalchemy.engines [None req-8b01b78f-817f-4324-b36b-0a4f1348352d 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=50932) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50933]: DEBUG oslo_db.sqlalchemy.engines [None req-e05e2354-f8f1-4622-a593-23f4ecd29abf 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=50933) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: DEBUG oslo_db.sqlalchemy.engines [None req-8b01b78f-817f-4324-b36b-0a4f1348352d 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=50932) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50933]: WARNING nova.api.metadata.handler [None req-e05e2354-f8f1-4622-a593-23f4ecd29abf None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50933]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x64d3b636ef10 pid: 50933 (default app) 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: WARNING nova.api.metadata.handler [None req-8b01b78f-817f-4324-b36b-0a4f1348352d None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-31 09:43:10.439 | Aug 31 09:42:51 devstack devstack@n-api-meta.service[50932]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x64d3b636ef10 pid: 50932 (default app) 2024-08-31 09:43:10.442 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.444 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-08-31 09:43:10.453 | enabled 2024-08-31 09:43:10.456 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-08-31 09:43:10.466 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-08-31 09:43:10.466 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.466 | Active: active (running) since Sat 2024-08-31 09:42:21 UTC; 48s ago 2024-08-31 09:43:10.466 | Main PID: 47072 (uwsgi) 2024-08-31 09:43:10.466 | Status: "uWSGI is ready" 2024-08-31 09:43:10.466 | Tasks: 3 (limit: 19126) 2024-08-31 09:43:10.466 | Memory: 146.8M 2024-08-31 09:43:10.466 | CPU: 2.572s 2024-08-31 09:43:10.466 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-08-31 09:43:10.466 | ├─47072 "placementuWSGI master" 2024-08-31 09:43:10.466 | ├─47073 "placementuWSGI worker 1" 2024-08-31 09:43:10.466 | └─47074 "placementuWSGI worker 2" 2024-08-31 09:43:10.466 | 2024-08-31 09:43:10.466 | Aug 31 09:42:22 devstack devstack@placement-api.service[47074]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x595ccbc55990 pid: 47074 (default app) 2024-08-31 09:43:10.466 | Aug 31 09:42:22 devstack devstack@placement-api.service[47073]: DEBUG placement.requestlog [None req-4e860bf6-1412-44fd-b1eb-7d6ca6279532 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47073) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-31 09:43:10.466 | Aug 31 09:42:22 devstack devstack@placement-api.service[47073]: INFO placement.requestlog [None req-4e860bf6-1412-44fd-b1eb-7d6ca6279532 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-31 09:43:10.466 | Aug 31 09:42:22 devstack devstack@placement-api.service[47073]: [pid: 47073|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Sat Aug 31 09:42:22 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-31 09:43:10.466 | Aug 31 09:42:49 devstack devstack@placement-api.service[47074]: DEBUG placement.requestlog [None req-3a53b668-6419-4936-81d8-66483428441d None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47074) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-31 09:43:10.467 | Aug 31 09:42:49 devstack devstack@placement-api.service[47074]: INFO placement.requestlog [None req-3a53b668-6419-4936-81d8-66483428441d None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-31 09:43:10.467 | Aug 31 09:42:49 devstack devstack@placement-api.service[47074]: [pid: 47074|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Sat Aug 31 09:42:49 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-31 09:43:10.467 | Aug 31 09:42:52 devstack devstack@placement-api.service[47073]: DEBUG placement.requestlog [None req-959a3cf8-0b55-4b78-9cf4-9f3399196c95 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47073) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-31 09:43:10.467 | Aug 31 09:42:52 devstack devstack@placement-api.service[47073]: INFO placement.requestlog [None req-959a3cf8-0b55-4b78-9cf4-9f3399196c95 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-31 09:43:10.467 | Aug 31 09:42:52 devstack devstack@placement-api.service[47073]: [pid: 47073|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Sat Aug 31 09:42:52 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-31 09:43:10.469 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.471 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-08-31 09:43:10.479 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-08-31 09:43:10.482 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.484 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-08-31 09:43:10.493 | enabled 2024-08-31 09:43:10.495 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-08-31 09:43:10.506 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-08-31 09:43:10.506 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.506 | Active: active (running) since Sat 2024-08-31 09:43:01 UTC; 8s ago 2024-08-31 09:43:10.506 | Main PID: 54313 (uwsgi) 2024-08-31 09:43:10.506 | Status: "uWSGI is ready" 2024-08-31 09:43:10.506 | Tasks: 7 (limit: 19126) 2024-08-31 09:43:10.506 | Memory: 237.5M 2024-08-31 09:43:10.506 | CPU: 4.615s 2024-08-31 09:43:10.506 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-08-31 09:43:10.506 | ├─54313 "glance-apiuWSGI master" 2024-08-31 09:43:10.506 | ├─54314 "glance-apiuWSGI worker 1" 2024-08-31 09:43:10.506 | └─54315 "glance-apiuWSGI worker 2" 2024-08-31 09:43:10.506 | 2024-08-31 09:43:10.506 | Aug 31 09:43:05 devstack devstack@g-api.service[54315]: DEBUG glance.api.middleware.version_negotiation [None req-f2c2db71-23b6-46ec-a1e2-42f7667aa8cc None None] Using url versioning {{(pid=54315) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-08-31 09:43:10.506 | Aug 31 09:43:05 devstack devstack@g-api.service[54315]: DEBUG glance.api.middleware.version_negotiation [None req-f2c2db71-23b6-46ec-a1e2-42f7667aa8cc None None] Matched version: v2 {{(pid=54315) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-08-31 09:43:10.506 | Aug 31 09:43:05 devstack devstack@g-api.service[54315]: DEBUG glance.api.middleware.version_negotiation [None req-f2c2db71-23b6-46ec-a1e2-42f7667aa8cc None None] new path /v2/images/a816e082-61f0-4ffa-a214-1bf6bd197f53/file {{(pid=54315) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: DEBUG oslo_db.sqlalchemy.engines [None req-bc5ae12a-c465-44c8-a8f7-e78bf75a86c5 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=54315) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: INFO glance.api.v2.image_data [None req-bc5ae12a-c465-44c8-a8f7-e78bf75a86c5 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: DEBUG glance.location [None req-bc5ae12a-c465-44c8-a8f7-e78bf75a86c5 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54315) set_data /opt/stack/glance/glance/location.py:592}} 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: DEBUG glance_store._drivers.filesystem [None req-bc5ae12a-c465-44c8-a8f7-e78bf75a86c5 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/a816e082-61f0-4ffa-a214-1bf6bd197f53 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54315) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: INFO glance.location [None req-bc5ae12a-c465-44c8-a8f7-e78bf75a86c5 admin admin] Image format matched and virtual size computed: 117440512 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: DEBUG glance_store.backend [None req-bc5ae12a-c465-44c8-a8f7-e78bf75a86c5 admin admin] Skipping store.set_acls... not implemented. {{(pid=54315) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-08-31 09:43:10.506 | Aug 31 09:43:06 devstack devstack@g-api.service[54315]: [pid: 54315|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Sat Aug 31 09:43:05 2024] PUT /v2/images/a816e082-61f0-4ffa-a214-1bf6bd197f53/file => generated 0 bytes in 796 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-08-31 09:43:10.509 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.511 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-08-31 09:43:10.520 | enabled 2024-08-31 09:43:10.522 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-08-31 09:43:10.533 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-08-31 09:43:10.533 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.533 | Active: active (running) since Sat 2024-08-31 09:42:57 UTC; 13s ago 2024-08-31 09:43:10.533 | Main PID: 53161 (cinder-schedule) 2024-08-31 09:43:10.533 | Tasks: 1 (limit: 19126) 2024-08-31 09:43:10.533 | Memory: 102.0M 2024-08-31 09:43:10.533 | CPU: 1.773s 2024-08-31 09:43:10.533 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-08-31 09:43:10.533 | └─53161 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-08-31 09:43:10.533 | 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: DEBUG oslo_service.service [None req-ef8894ef-afcb-4fcf-8f62-9aeef50ef64c None None] nova.token_auth_url = None {{(pid=53161) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: DEBUG oslo_service.service [None req-ef8894ef-afcb-4fcf-8f62-9aeef50ef64c None None] ******************************************************************************** {{(pid=53161) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: INFO cinder.manager [None req-0e9c8438-8cfe-42d3-8c5a-169be3796ac9 None None] Initiating service 1 cleanup 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: INFO cinder.manager [None req-0e9c8438-8cfe-42d3-8c5a-169be3796ac9 None None] Service 1 cleanup completed. 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: DEBUG cinder.service [None req-0e9c8438-8cfe-42d3-8c5a-169be3796ac9 None None] Creating RPC server for service cinder-scheduler {{(pid=53161) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-31 09:43:10.533 | Aug 31 09:42:59 devstack cinder-scheduler[53161]: DEBUG cinder.service [None req-0e9c8438-8cfe-42d3-8c5a-169be3796ac9 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53161) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-31 09:43:10.533 | Aug 31 09:43:02 devstack cinder-scheduler[53161]: DEBUG cinder.scheduler.host_manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 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=53161) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-08-31 09:43:10.533 | Aug 31 09:43:02 devstack cinder-scheduler[53161]: DEBUG cinder.scheduler.host_manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 8, 31, 9, 43, 2, 857330)} {{(pid=53161) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-08-31 09:43:10.533 | Aug 31 09:43:02 devstack cinder-scheduler[53161]: DEBUG cinder.utils [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53161) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-08-31 09:43:10.536 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.538 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-08-31 09:43:10.547 | enabled 2024-08-31 09:43:10.550 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-08-31 09:43:10.561 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-08-31 09:43:10.561 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.561 | Active: active (running) since Sat 2024-08-31 09:42:54 UTC; 16s ago 2024-08-31 09:43:10.561 | Main PID: 52660 (uwsgi) 2024-08-31 09:43:10.561 | Status: "uWSGI is ready" 2024-08-31 09:43:10.561 | Tasks: 5 (limit: 19126) 2024-08-31 09:43:10.561 | Memory: 229.3M 2024-08-31 09:43:10.561 | CPU: 4.867s 2024-08-31 09:43:10.561 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-08-31 09:43:10.561 | ├─52660 "cinder-apiuWSGI master" 2024-08-31 09:43:10.561 | ├─52661 "cinder-apiuWSGI worker 1" 2024-08-31 09:43:10.561 | └─52662 "cinder-apiuWSGI worker 2" 2024-08-31 09:43:10.561 | 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52661]: INFO cinder.api.openstack.wsgi [None req-67dc78fb-cef0-4ec7-8ec1-f492623177a4 admin admin] http://10.180.1.21/volume/v3/e8722a37ef8f4279abfe709d29d7d3ca/types returned with HTTP 200 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52661]: [pid: 52661|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Sat Aug 31 09:42:59 2024] POST /volume/v3/e8722a37ef8f4279abfe709d29d7d3ca/types => generated 182 bytes in 399 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: DEBUG cinder.api.middleware.request_id [req-67dc78fb-cef0-4ec7-8ec1-f492623177a4 req-0519c74b-8ed8-4e55-a61b-6c4d0acf0d4a None None] RequestId filter calling following filter/app {{(pid=52662) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: INFO cinder.api.openstack.wsgi [req-67dc78fb-cef0-4ec7-8ec1-f492623177a4 req-0519c74b-8ed8-4e55-a61b-6c4d0acf0d4a admin admin] POST http://10.180.1.21/volume/v3/e8722a37ef8f4279abfe709d29d7d3ca/types/5fa6fc99-de36-4764-b764-15e394a1d5e3/extra_specs 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: DEBUG cinder.api.openstack.wsgi [req-67dc78fb-cef0-4ec7-8ec1-f492623177a4 req-0519c74b-8ed8-4e55-a61b-6c4d0acf0d4a admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=52662) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: warnings.warn('Policy enforcement is depending on the value of ' 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: DEBUG oslo_db.sqlalchemy.engines [req-67dc78fb-cef0-4ec7-8ec1-f492623177a4 req-0519c74b-8ed8-4e55-a61b-6c4d0acf0d4a 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=52662) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: INFO cinder.api.openstack.wsgi [req-67dc78fb-cef0-4ec7-8ec1-f492623177a4 req-0519c74b-8ed8-4e55-a61b-6c4d0acf0d4a admin admin] http://10.180.1.21/volume/v3/e8722a37ef8f4279abfe709d29d7d3ca/types/5fa6fc99-de36-4764-b764-15e394a1d5e3/extra_specs returned with HTTP 200 2024-08-31 09:43:10.561 | Aug 31 09:43:00 devstack devstack@c-api.service[52662]: [pid: 52662|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Sat Aug 31 09:43:00 2024] POST /volume/v3/e8722a37ef8f4279abfe709d29d7d3ca/types/5fa6fc99-de36-4764-b764-15e394a1d5e3/extra_specs => generated 51 bytes in 347 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-08-31 09:43:10.564 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.566 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-08-31 09:43:10.575 | enabled 2024-08-31 09:43:10.578 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-08-31 09:43:10.589 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-08-31 09:43:10.589 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.589 | Active: active (running) since Sat 2024-08-31 09:42:58 UTC; 12s ago 2024-08-31 09:43:10.589 | Main PID: 53673 (cinder-volume) 2024-08-31 09:43:10.589 | Tasks: 3 (limit: 19126) 2024-08-31 09:43:10.589 | Memory: 251.3M 2024-08-31 09:43:10.589 | CPU: 4.350s 2024-08-31 09:43:10.589 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-08-31 09:43:10.589 | ├─53673 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-31 09:43:10.589 | └─53773 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-31 09:43:10.589 | 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: DEBUG cinder.image.image_utils [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=53773) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: INFO cinder.keymgr.migration [None req-2be34449-d932-46ae-af9b-8356a5be814a None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: DEBUG cinder.manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Notifying Schedulers of capabilities ... {{(pid=53773) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: INFO cinder.volume.manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Driver initialization completed successfully. 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: INFO cinder.manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Initiating service 2 cleanup 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: INFO cinder.manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Service 2 cleanup completed. 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: DEBUG cinder.service [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Creating RPC server for service cinder-volume {{(pid=53773) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: DEBUG cinder.service [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53773) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: INFO cinder.volume.manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-08-31 09:43:10.589 | Aug 31 09:43:02 devstack cinder-volume[53773]: INFO cinder.volume.manager [None req-985c84a2-368a-4fad-86df-9aa89a39c5a8 None None] Driver post RPC initialization completed successfully. 2024-08-31 09:43:10.592 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.594 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-08-31 09:43:10.602 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-08-31 09:43:10.605 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.607 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-08-31 09:43:10.615 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-08-31 09:43:10.618 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.620 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-08-31 09:43:10.629 | enabled 2024-08-31 09:43:10.632 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-08-31 09:43:10.642 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-08-31 09:43:10.642 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.642 | Active: active (running) since Sat 2024-08-31 09:42:17 UTC; 53s ago 2024-08-31 09:43:10.642 | Main PID: 46425 (/usr/bin/python) 2024-08-31 09:43:10.642 | Tasks: 5 (limit: 19126) 2024-08-31 09:43:10.642 | Memory: 375.6M 2024-08-31 09:43:10.642 | CPU: 9.688s 2024-08-31 09:43:10.642 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-08-31 09:43:10.642 | ├─46425 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-08-31 09:43:10.642 | ├─46527 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-31 09:43:10.642 | ├─46528 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-31 09:43:10.642 | ├─46529 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-31 09:43:10.642 | └─46530 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-31 09:43:10.642 | 2024-08-31 09:43:10.642 | Aug 31 09:42:48 devstack neutron-server[46529]: DEBUG neutron.plugins.ml2.rpc [None req-e16b8c12-18e1-4983-8447-2cf15ecfece2 None None] Device d862721a-be99-4d2a-aaec-7ebaf877ff70 up at agent ovs-agent-devstack {{(pid=46529) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-08-31 09:43:10.642 | Aug 31 09:42:48 devstack neutron-server[46529]: DEBUG neutron.db.provisioning_blocks [None req-e16b8c12-18e1-4983-8447-2cf15ecfece2 None None] Provisioning complete for port d862721a-be99-4d2a-aaec-7ebaf877ff70 triggered by entity L2. {{(pid=46529) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-08-31 09:43:10.642 | Aug 31 09:42:48 devstack neutron-server[46529]: DEBUG neutron_lib.callbacks.manager [None req-e16b8c12-18e1-4983-8447-2cf15ecfece2 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-16247889'] for port (d862721a-be99-4d2a-aaec-7ebaf877ff70), provisioning_complete {{(pid=46529) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-31 09:43:10.642 | Aug 31 09:42:48 devstack neutron-server[46529]: INFO neutron.plugins.ml2.plugin [None req-e16b8c12-18e1-4983-8447-2cf15ecfece2 None None] Attempt 1 to provision port d862721a-be99-4d2a-aaec-7ebaf877ff70 2024-08-31 09:43:10.642 | Aug 31 09:42:48 devstack neutron-server[46529]: DEBUG neutron.plugins.ml2.plugin [None req-e16b8c12-18e1-4983-8447-2cf15ecfece2 None None] Current status of the port d862721a-be99-4d2a-aaec-7ebaf877ff70 is: ACTIVE; New status is: ACTIVE {{(pid=46529) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-31 09:43:10.642 | Aug 31 09:42:56 devstack neutron-server[46529]: DEBUG neutron_lib.callbacks.manager [None req-a9fdd2ef-8d5f-4a2b-86a2-3857473cf968 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8279547225956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16247867'] for agent (1a4e282b-f02b-418d-8cab-8718633af691), after_update {{(pid=46529) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-31 09:43:10.642 | Aug 31 09:42:57 devstack neutron-server[46529]: DEBUG neutron_lib.callbacks.manager [None req-537c21f8-1e90-4f00-9a80-10ccbdfb19e9 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8279547225956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16247867'] for agent (4069d159-1f6e-4f5a-b57f-82739bda024e), after_update {{(pid=46529) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-31 09:43:10.643 | Aug 31 09:42:58 devstack neutron-server[46529]: DEBUG neutron_lib.callbacks.manager [None req-e16b8c12-18e1-4983-8447-2cf15ecfece2 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8279547225956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16247867'] for agent (8519ab20-fe92-4f31-a21e-ff2350eeae6c), after_update {{(pid=46529) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-31 09:43:10.643 | Aug 31 09:42:58 devstack neutron-server[46529]: DEBUG neutron_lib.callbacks.manager [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8279547225956', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-16247867'] for agent (53f8219a-e581-4c6b-a190-5c63337def42), after_update {{(pid=46529) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-31 09:43:10.643 | Aug 31 09:43:03 devstack neutron-server[46530]: DEBUG neutron.db.agents_db [None req-53e77993-01d8-461f-8f16-48b10dbed023 None None] Agent healthcheck: found 4 active agents {{(pid=46530) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2024-08-31 09:43:10.645 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.648 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-08-31 09:43:10.655 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-08-31 09:43:10.658 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.660 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-08-31 09:43:10.668 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-08-31 09:43:10.671 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.673 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-08-31 09:43:10.681 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-08-31 09:43:10.684 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.686 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-08-31 09:43:10.694 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-08-31 09:43:10.697 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.699 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-08-31 09:43:10.708 | enabled 2024-08-31 09:43:10.710 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-08-31 09:43:10.721 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-08-31 09:43:10.721 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.721 | Active: active (running) since Sat 2024-08-31 09:42:23 UTC; 46s ago 2024-08-31 09:43:10.721 | Main PID: 47571 (neutron-openvsw) 2024-08-31 09:43:10.721 | Tasks: 4 (limit: 19126) 2024-08-31 09:43:10.721 | Memory: 159.3M 2024-08-31 09:43:10.721 | CPU: 3.737s 2024-08-31 09:43:10.721 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-08-31 09:43:10.721 | ├─47571 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-31 09:43:10.721 | ├─49079 /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/tmpm67u8p4d/privsep.sock 2024-08-31 09:43:10.721 | └─49082 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-08-31 09:43:10.721 | 2024-08-31 09:43:10.721 | Aug 31 09:43:06 devstack neutron-openvswitch-agent[47571]: DEBUG neutron.agent.linux.utils [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49082. {{(pid=47571) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-31 09:43:10.721 | Aug 31 09:43:06 devstack neutron-openvswitch-agent[47571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-08-31 09:43:10.721 | Aug 31 09:43:08 devstack neutron-openvswitch-agent[47571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Agent rpc_loop - iteration:19 started 2024-08-31 09:43:10.721 | Aug 31 09:43:08 devstack neutron-openvswitch-agent[47571]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x7caca444,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=12703851138244490575,duration_nsec=226000000,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=47571) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-31 09:43:10.721 | Aug 31 09:43:08 devstack neutron-openvswitch-agent[47571]: DEBUG neutron.agent.linux.utils [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49082. {{(pid=47571) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-31 09:43:10.721 | Aug 31 09:43:08 devstack neutron-openvswitch-agent[47571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-31 09:43:10.721 | Aug 31 09:43:10 devstack neutron-openvswitch-agent[47571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Agent rpc_loop - iteration:20 started 2024-08-31 09:43:10.721 | Aug 31 09:43:10 devstack neutron-openvswitch-agent[47571]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x7caca446,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=12703851138244490575,duration_nsec=228000000,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=47571) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-31 09:43:10.721 | Aug 31 09:43:10 devstack neutron-openvswitch-agent[47571]: DEBUG neutron.agent.linux.utils [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49082. {{(pid=47571) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-31 09:43:10.721 | Aug 31 09:43:10 devstack neutron-openvswitch-agent[47571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4cdaedc3-4088-4199-95ba-4f5d59bc8b43 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-08-31 09:43:10.724 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.726 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-08-31 09:43:10.735 | enabled 2024-08-31 09:43:10.738 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-08-31 09:43:10.749 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-08-31 09:43:10.750 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.750 | Active: active (running) since Sat 2024-08-31 09:42:24 UTC; 45s ago 2024-08-31 09:43:10.750 | Main PID: 47987 (neutron-dhcp-ag) 2024-08-31 09:43:10.750 | Tasks: 13 (limit: 19126) 2024-08-31 09:43:10.750 | Memory: 423.3M 2024-08-31 09:43:10.750 | CPU: 8.529s 2024-08-31 09:43:10.750 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-08-31 09:43:10.750 | ├─47987 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-08-31 09:43:10.750 | ├─49246 /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/tmp2lxxhunu/privsep.sock 2024-08-31 09:43:10.750 | ├─49289 /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/tmp2ptbrif6/privsep.sock 2024-08-31 09:43:10.750 | ├─49379 /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/tmpqakwsnfq/privsep.sock 2024-08-31 09:43:10.750 | ├─49466 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-31 09:43:10.750 | ├─49467 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-31 09:43:10.750 | └─49478 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/29e70fd3-eb2d-4111-9bc4-ed6709115ac8/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/29e70fd3-eb2d-4111-9bc4-ed6709115ac8/host --addn-hosts=/opt/stack/data/neutron/dhcp/29e70fd3-eb2d-4111-9bc4-ed6709115ac8/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/29e70fd3-eb2d-4111-9bc4-ed6709115ac8/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/29e70fd3-eb2d-4111-9bc4-ed6709115ac8/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-859ac246-6274-4f46-950c-83420597782f,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-08-31 09:43:10.750 | 2024-08-31 09:43:10.750 | Aug 31 09:42:42 devstack neutron-dhcp-agent[47987]: INFO neutron.agent.dhcp.agent [None req-5fe63580-7e8c-41b6-8555-02c2cc374f6c None None] DHCP configuration for ports {'d862721a-be99-4d2a-aaec-7ebaf877ff70'} is completed 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'd8372be5-7c5e-4ff9-9e56-200ca7054223'}, 'priority': 0},) {} {{(pid=47987) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG oslo_concurrency.lockutils [None req-7a51d70e-670f-4227-95ce-761b05ddc8ba None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=47987) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG oslo_concurrency.lockutils [None req-7a51d70e-670f-4227-95ce-761b05ddc8ba None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=47987) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG oslo_concurrency.lockutils [None req-7a51d70e-670f-4227-95ce-761b05ddc8ba None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=47987) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG neutron.agent.dhcp.agent [None req-7a51d70e-670f-4227-95ce-761b05ddc8ba None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '9db748aa-534f-4187-b8f6-7fc3576d704b', 'name': 'public-subnet', 'tenant_id': 'e8722a37ef8f4279abfe709d29d7d3ca', 'network_id': 'd8372be5-7c5e-4ff9-9e56-200ca7054223', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-08-31T09:42:43Z', 'updated_at': '2024-08-31T09:42:43Z', 'revision_number': 0, 'project_id': 'e8722a37ef8f4279abfe709d29d7d3ca', 'network': {'id': 'd8372be5-7c5e-4ff9-9e56-200ca7054223', 'name': 'public', 'tenant_id': 'e8722a37ef8f4279abfe709d29d7d3ca', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['9db748aa-534f-4187-b8f6-7fc3576d704b'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-08-31T09:42:39Z', 'updated_at': '2024-08-31T09:42:43Z', 'revision_number': 2, 'project_id': 'e8722a37ef8f4279abfe709d29d7d3ca', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=47987) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG oslo_concurrency.lockutils [None req-abc7fbce-2d1e-4e22-a2a9-894904da9bc0 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=47987) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG oslo_concurrency.lockutils [None req-abc7fbce-2d1e-4e22-a2a9-894904da9bc0 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=47987) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-31 09:43:10.750 | Aug 31 09:42:43 devstack neutron-dhcp-agent[47987]: DEBUG oslo_concurrency.lockutils [None req-abc7fbce-2d1e-4e22-a2a9-894904da9bc0 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=47987) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-31 09:43:10.750 | Aug 31 09:42:45 devstack neutron-dhcp-agent[47987]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=47987) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-31 09:43:10.753 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.755 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-08-31 09:43:10.764 | enabled 2024-08-31 09:43:10.766 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-08-31 09:43:10.777 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-08-31 09:43:10.777 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.777 | Active: active (running) since Sat 2024-08-31 09:42:25 UTC; 44s ago 2024-08-31 09:43:10.777 | Main PID: 48459 (neutron-l3-agen) 2024-08-31 09:43:10.777 | Tasks: 22 (limit: 19126) 2024-08-31 09:43:10.777 | Memory: 428.4M 2024-08-31 09:43:10.777 | CPU: 8.535s 2024-08-31 09:43:10.777 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-08-31 09:43:10.777 | ├─48459 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-08-31 09:43:10.777 | ├─49237 /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/tmpfktryo2c/privsep.sock 2024-08-31 09:43:10.777 | ├─49662 /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/tmp0hxtph0h/privsep.sock 2024-08-31 09:43:10.777 | ├─49699 /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/tmpo3d4ofo5/privsep.sock 2024-08-31 09:43:10.777 | ├─49905 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-31 09:43:10.777 | ├─49906 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-31 09:43:10.777 | └─49918 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/61b3f3f6-ecab-45c4-bca4-0ca3dd9a8bef.conf 2024-08-31 09:43:10.777 | 2024-08-31 09:43:10.777 | Aug 31 09:42:49 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[df7d8ed6-7fdf-48eb-9cc6-e5fcd1aff41d]: (4, ('ARPING 10.180.180.229 from 10.180.180.229 qg-3fb5536c-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.777 | Aug 31 09:42:50 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[35f2e3e3-976e-4a31-b109-670bc19d2471]: (4, ('ARPING 10.180.180.229 from 10.180.180.229 qg-3fb5536c-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.777 | Aug 31 09:42:51 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[6976e311-d23c-48c1-afff-9e93fdd47663]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d862721a-be\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.777 | Aug 31 09:42:52 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[1448f471-03e9-4163-8907-c1ff978cd27d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d862721a-be\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.777 | Aug 31 09:42:53 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[aa0dca35-6b2c-4dc7-8081-cd00eda8f754]: (4, ('ARPING 10.180.180.229 from 10.180.180.229 qg-3fb5536c-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.777 | Aug 31 09:42:54 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[85d4e26e-3d70-4ace-8735-9c726f2b4bd7]: (4, ('ARPING 10.180.180.229 from 10.180.180.229 qg-3fb5536c-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.778 | Aug 31 09:42:55 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[1be3184d-2ab7-46ef-ab96-2a49879027f4]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d862721a-be\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.778 | Aug 31 09:42:56 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[d51f8aa9-9fdd-41d8-8d6c-44463f0f25ec]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d862721a-be\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.778 | Aug 31 09:42:57 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[f4ae2947-2cdf-46c7-aa45-ca0127cedeba]: (4, ('ARPING 10.180.180.229 from 10.180.180.229 qg-3fb5536c-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.778 | Aug 31 09:42:58 devstack neutron-l3-agent[48459]: DEBUG oslo.privsep.daemon [-] privsep: reply[7c162a29-62c8-44ba-a6b4-d16e258b5f26]: (4, ('ARPING 10.180.180.229 from 10.180.180.229 qg-3fb5536c-ca\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49662) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-31 09:43:10.780 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-31 09:43:10.783 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-08-31 09:43:10.792 | enabled 2024-08-31 09:43:10.795 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-08-31 09:43:10.806 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-08-31 09:43:10.806 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-08-31 09:43:10.806 | Active: active (running) since Sat 2024-08-31 09:42:26 UTC; 44s ago 2024-08-31 09:43:10.806 | Main PID: 48870 (neutron-metadat) 2024-08-31 09:43:10.806 | Tasks: 3 (limit: 19126) 2024-08-31 09:43:10.806 | Memory: 123.7M 2024-08-31 09:43:10.806 | CPU: 1.977s 2024-08-31 09:43:10.806 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-08-31 09:43:10.806 | ├─48870 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-31 09:43:10.806 | ├─49074 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-31 09:43:10.806 | └─49075 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-31 09:43:10.806 | 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_rabbit.ssl_version = {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_notifications.driver = [] {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_notifications.retry = -1 {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] oslo_messaging_notifications.transport_url = **** {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-31 09:43:10.806 | Aug 31 09:42:28 devstack neutron-metadata-agent[48870]: DEBUG oslo_service.service [None req-1586161a-4a88-47d0-abed-078f920d1e20 None None] ******************************************************************************** {{(pid=48870) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-31 09:43:10.809 | + stack.sh:main:1441 : is_service_enabled n-api 2024-08-31 09:43:10.824 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:10.826 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-08-31 09:43:10.840 | + functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:10.842 | + stack.sh:main:1449 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-08-31 09:43:10.844 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:10.846 | + stack.sh:echo_summary:455 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-08-31 09:43:10.848 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-08-31 09:43:11.229 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Upgrade Check Results | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: Cells v2 | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: No host mappings or compute nodes were found. Remember to | 2024-08-31 09:43:12.665 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-08-31 09:43:12.665 | | compute hosts are deployed. | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: Placement API | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: None | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: Cinder API | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: None | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: Policy File JSON to YAML Migration | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: None | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: Older than N-1 computes | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: None | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: hw_machine_type unset | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: None | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.665 | | Check: Service User Token Configuration | 2024-08-31 09:43:12.665 | | Result: Success | 2024-08-31 09:43:12.665 | | Details: None | 2024-08-31 09:43:12.665 | +--------------------------------------------------------------------+ 2024-08-31 09:43:12.995 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-08-31 09:43:12.999 | + stack.sh:main:1474 : command openstack complete 2024-08-31 09:43:12.999 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-08-31 09:43:14.259 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-08-31 09:43:14.496 | + stack.sh:main:1478 : is_service_enabled cinder 2024-08-31 09:43:14.511 | + functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:14.513 | + stack.sh:main:1479 : is_ubuntu 2024-08-31 09:43:14.516 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-31 09:43:14.518 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-31 09:43:14.520 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-08-31 09:43:14.522 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:14.524 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-08-31 09:43:14.527 | + stack.sh:main:1481 : set_lvm_filter 2024-08-31 09:43:14.529 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-08-31 09:43:14.531 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-08-31 09:43:14.533 | + lib/lvm:set_lvm_filter:189 : local pv 2024-08-31 09:43:14.535 | + lib/lvm:set_lvm_filter:190 : local vg 2024-08-31 09:43:14.538 | + lib/lvm:set_lvm_filter:191 : local line 2024-08-31 09:43:14.540 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-08-31 09:43:14.580 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-08-31 09:43:14.583 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-08-31 09:43:14.585 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-08-31 09:43:14.597 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-08-31 09:43:14.608 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-08-31 09:43:14.611 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:14.613 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-08-31 09:43:14.615 | + stack.sh:main:1491 : run_phase stack test-config 2024-08-31 09:43:14.618 | + functions-common:run_phase:1863 : local mode=stack 2024-08-31 09:43:14.620 | + functions-common:run_phase:1864 : local phase=test-config 2024-08-31 09:43:14.622 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-31 09:43:14.624 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-31 09:43:14.627 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-31 09:43:14.629 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-31 09:43:14.631 | + functions-common:run_phase:1873 : local extra 2024-08-31 09:43:14.634 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-31 09:43:14.637 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-31 09:43:14.640 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-31 09:43:14.642 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-31 09:43:14.645 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-08-31 09:43:14.647 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-31 09:43:14.662 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:14.664 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:43:14.666 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:14.669 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-31 09:43:14.671 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:14.673 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:43:14.675 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:14.677 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-08-31 09:43:14.679 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:14.681 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-31 09:43:14.683 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:43:14.685 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:43:14.687 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-08-31 09:43:14.725 | [3682 Async install_tempest:26976]: Waiting for completion of install_tempest running on PID 26976 (1 other jobs running) 2024-08-31 09:43:14.743 | [3682 Async install_tempest:26976]: Signaling child to exit 2024-08-31 09:43:14.744 | WAKEUP 2024-08-31 09:43:14.760 | [3682 Async install_tempest:26976]: Signaled 2024-08-31 09:43:14.762 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:614 : local git_ref=master 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:615 : local orig_dir 2024-08-31 09:43:14.762 | +++ functions-common:git_clone:616 : pwd 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-08-31 09:43:14.762 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:619 : RECLONE=False 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:633 : echo master 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:720 : local count=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:724 : timeout=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2422 : local start_time= 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:43:14.762 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1725097188073 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-31 09:43:14.762 | Cloning into '/opt/stack//tempest'... 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2442 : start_time=1725097188073 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2444 : [[ -z 1725097188073 ]] 2024-08-31 09:43:14.762 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2447 : end_time=1725097190110 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2448 : elapsed_time=2037 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2449 : total=97064 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99101 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:720 : local count=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:724 : timeout=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2422 : local start_time= 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:43:14.762 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1725097190141 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-08-31 09:43:14.762 | From https://opendev.org/openstack/tempest 2024-08-31 09:43:14.762 | * branch master -> FETCH_HEAD 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2442 : start_time=1725097190141 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2444 : [[ -z 1725097190141 ]] 2024-08-31 09:43:14.762 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2447 : end_time=1725097191006 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2448 : elapsed_time=865 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2449 : total=99101 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99966 2024-08-31 09:43:14.762 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:720 : local count=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:724 : timeout=0 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2422 : local start_time= 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-31 09:43:14.762 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-31 09:43:14.762 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1725097191035 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-31 09:43:14.762 | Note: switching to 'FETCH_HEAD'. 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-31 09:43:14.762 | changes and commit them, and you can discard any commits you make in this 2024-08-31 09:43:14.762 | state without impacting any branches by switching back to a branch. 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | If you want to create a new branch to retain commits you create, you may 2024-08-31 09:43:14.762 | do so (now or later) by using -c with the switch command. Example: 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | git switch -c 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | Or undo this operation with: 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | git switch - 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-31 09:43:14.762 | 2024-08-31 09:43:14.762 | HEAD is now at f6bb9d1 Support proper image import ISO format testing 2024-08-31 09:43:14.762 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:14.762 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2442 : start_time=1725097191035 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2444 : [[ -z 1725097191035 ]] 2024-08-31 09:43:14.763 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2447 : end_time=1725097191131 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2448 : elapsed_time=96 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2449 : total=99966 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100062 2024-08-31 09:43:14.763 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-08-31 09:43:14.763 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-08-31 09:43:14.763 | ++ functions-common:git_clone:696 : head -1 2024-08-31 09:43:14.763 | ++ functions-common:git_clone:696 : git show --oneline 2024-08-31 09:43:14.763 | f6bb9d1 Support proper image import ISO format testing 2024-08-31 09:43:14.763 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-08-31 09:43:14.763 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-08-31 09:43:14.763 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-08-31 09:43:14.763 | Collecting tox!=2.8.0,<4.0.0 2024-08-31 09:43:14.763 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-08-31 09:43:14.763 | Collecting py>=1.4.17 2024-08-31 09:43:14.763 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-08-31 09:43:14.763 | Collecting pluggy>=0.12.0 2024-08-31 09:43:14.763 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-08-31 09:43:14.763 | Collecting tomli>=2.0.1 2024-08-31 09:43:14.763 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-31 09:43:14.763 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-08-31 09:43:14.763 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2024-08-31 09:43:14.763 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-08-31 09:43:14.763 | Collecting filelock>=3.0.0 2024-08-31 09:43:14.763 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-08-31 09:43:14.763 | Collecting platformdirs<3,>=2.4 2024-08-31 09:43:14.763 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-08-31 09:43:14.763 | Collecting distlib<1,>=0.3.5 2024-08-31 09:43:14.763 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-08-31 09:43:14.763 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-08-31 09:43:14.763 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-08-31 09:43:14.763 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:43:14.763 | ++ inc/python:pip_install:196 : result=0 2024-08-31 09:43:14.763 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2442 : start_time=1725097191174 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2444 : [[ -z 1725097191174 ]] 2024-08-31 09:43:14.763 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2447 : end_time=1725097194537 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2448 : elapsed_time=3363 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2449 : total=89982 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:14.763 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93345 2024-08-31 09:43:14.763 | ++ inc/python:pip_install:199 : return 0 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-08-31 09:43:14.763 | ~/tempest ~/devstack 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-08-31 09:43:14.763 | Switched to branch 'master' 2024-08-31 09:43:14.763 | Your branch is up to date with 'origin/master'. 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-08-31 09:43:14.763 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.awQ2KFIJ1L 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.awQ2KFIJ1L 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.awQ2KFIJ1L 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:14.763 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-08-31 09:43:14.763 | full create: /opt/stack/tempest/.tox/tempest 2024-08-31 09:43:14.763 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-31 09:43:14.763 | full develop-inst: /opt/stack/tempest 2024-08-31 09:43:14.763 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@f6bb9d1e4b30ac11132023d11c36f1fb48b2934a#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-31 09:43:14.763 | ___________________________________ summary ____________________________________ 2024-08-31 09:43:14.763 | full: skipped tests 2024-08-31 09:43:14.763 | congratulations :) 2024-08-31 09:43:14.763 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.awQ2KFIJ1L -r requirements.txt 2024-08-31 09:43:14.763 | 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.1.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-31 09:43:14.763 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-31 09:43:14.763 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-08-31 09:43:14.763 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-31 09:43:14.763 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-31 09:43:14.763 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-08-31 09:43:14.763 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-31 09:43:14.763 | 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.5.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-31 09:43:14.763 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-08-31 09:43:14.763 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-31 09:43:14.764 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-31 09:43:14.764 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-31 09:43:14.764 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-31 09:43:14.764 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-08-31 09:43:14.764 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-08-31 09:43:14.764 | 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)) (24.2.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-31 09:43:14.764 | 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.20.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-31 09:43:14.764 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-31 09:43:14.764 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-08-31 09:43:14.764 | 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.4.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-08-31 09:43:14.764 | 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.6.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-08-31 09:43:14.764 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-08-31 09:43:14.764 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-08-31 09:43:14.764 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-08-31 09:43:14.764 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-31 09:43:14.764 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-08-31 09:43:14.764 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-08-31 09:43:14.764 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-31 09:43:14.764 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-08-31 09:43:14.764 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-08-31 09:43:14.764 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-31 09:43:14.764 | 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.8.30) 2024-08-31 09:43:14.764 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-31 09:43:14.764 | 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.8) 2024-08-31 09:43:14.764 | WARNING: There was an error checking the latest version of pip. 2024-08-31 09:43:14.764 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-08-31 09:43:14.764 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.awQ2KFIJ1L 2024-08-31 09:43:14.764 | ++ lib/tempest:install_tempest:859 : popd 2024-08-31 09:43:14.764 | ~/devstack 2024-08-31 09:43:14.794 | [3682 Async install_tempest:26976]: finished install_tempest with result 0 in 21 seconds 2024-08-31 09:43:14.797 | ++ inc/async:async_wait:197 : return 0 2024-08-31 09:43:14.799 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-08-31 09:43:14.801 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:43:14.803 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-08-31 09:43:14.805 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-08-31 09:43:14.807 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:14.809 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-08-31 09:43:14.811 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-08-31 09:43:14.813 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-08-31 09:43:14.815 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-08-31 09:43:14.817 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-08-31 09:43:14.819 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-31 09:43:14.821 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-08-31 09:43:14.822 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-31 09:43:14.825 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-08-31 09:43:14.827 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-08-31 09:43:14.829 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-08-31 09:43:14.832 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-08-31 09:43:14.834 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-08-31 09:43:14.850 | Using python 3.10 to install testrepository 2024-08-31 09:43:14.852 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-08-31 09:43:15.991 | Collecting testrepository 2024-08-31 09:43:15.991 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-08-31 09:43:16.004 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-08-31 09:43:16.004 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-08-31 09:43:16.005 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-08-31 09:43:16.010 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-08-31 09:43:16.015 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-08-31 09:43:17.076 | Installing collected packages: testrepository 2024-08-31 09:43:17.188 | Successfully installed testrepository-0.0.20 2024-08-31 09:43:17.189 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-31 09:43:17.294 | ++ inc/python:pip_install:196 : result=0 2024-08-31 09:43:17.296 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-31 09:43:17.297 | ++ functions-common:time_stop:2435 : local name 2024-08-31 09:43:17.299 | ++ functions-common:time_stop:2436 : local end_time 2024-08-31 09:43:17.301 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-31 09:43:17.303 | ++ functions-common:time_stop:2438 : local total 2024-08-31 09:43:17.304 | ++ functions-common:time_stop:2439 : local start_time 2024-08-31 09:43:17.306 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-31 09:43:17.307 | ++ functions-common:time_stop:2442 : start_time=1725097394846 2024-08-31 09:43:17.309 | ++ functions-common:time_stop:2444 : [[ -z 1725097394846 ]] 2024-08-31 09:43:17.312 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-31 09:43:17.315 | ++ functions-common:time_stop:2447 : end_time=1725097397312 2024-08-31 09:43:17.317 | ++ functions-common:time_stop:2448 : elapsed_time=2466 2024-08-31 09:43:17.318 | ++ functions-common:time_stop:2449 : total=98289 2024-08-31 09:43:17.320 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-31 09:43:17.322 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100755 2024-08-31 09:43:17.323 | ++ inc/python:pip_install:199 : return 0 2024-08-31 09:43:17.325 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-08-31 09:43:17.327 | ++ lib/tempest:configure_tempest:200 : local images 2024-08-31 09:43:17.329 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-08-31 09:43:17.331 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-08-31 09:43:17.332 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-08-31 09:43:17.334 | ++ lib/tempest:configure_tempest:204 : local password 2024-08-31 09:43:17.336 | ++ lib/tempest:configure_tempest:205 : local line 2024-08-31 09:43:17.338 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-08-31 09:43:17.339 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-08-31 09:43:17.341 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-08-31 09:43:17.343 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-08-31 09:43:17.345 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-08-31 09:43:17.346 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-08-31 09:43:17.348 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-08-31 09:43:17.350 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-08-31 09:43:17.352 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-08-31 09:43:17.354 | ++ lib/tempest:configure_tempest:215 : local disk 2024-08-31 09:43:17.356 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-08-31 09:43:17.356 | ' 2024-08-31 09:43:17.357 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-08-31 09:43:17.359 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-08-31 09:43:17.372 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:17.373 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-08-31 09:43:17.375 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-08-31 09:43:17.377 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-08-31 09:43:17.378 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-08-31 09:43:17.380 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-08-31 09:43:17.382 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-31 09:43:17.383 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-08-31 09:43:17.383 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-08-31 09:43:18.678 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:18.681 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-08-31 09:43:18.683 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-08-31 09:43:18.685 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-31 09:43:18.687 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-08-31 09:43:18.688 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-08-31 09:43:18.690 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-08-31 09:43:18.692 | ++ lib/tempest:configure_tempest:254 : image_uuid=a816e082-61f0-4ffa-a214-1bf6bd197f53 2024-08-31 09:43:18.694 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=a816e082-61f0-4ffa-a214-1bf6bd197f53 2024-08-31 09:43:18.695 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-08-31 09:43:18.705 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-08-31 09:43:18.708 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-08-31 09:43:18.710 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-08-31 09:43:18.711 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-08-31 09:43:18.713 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-08-31 09:43:18.715 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-08-31 09:43:18.717 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-08-31 09:43:18.718 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-08-31 09:43:18.721 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-08-31 09:43:18.721 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-08-31 09:43:19.920 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:19.923 | ++ lib/tempest:configure_tempest:281 : admin_project_id=e8722a37ef8f4279abfe709d29d7d3ca 2024-08-31 09:43:19.925 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-08-31 09:43:19.938 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:19.940 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-08-31 09:43:21.167 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:21.169 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-08-31 09:43:21.169 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-31 09:43:21.169 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-31 09:43:21.169 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-31 09:43:21.169 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-31 09:43:21.169 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-31 09:43:21.169 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-31 09:43:21.169 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-31 09:43:21.169 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-31 09:43:21.169 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-31 09:43:21.169 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-31 09:43:21.169 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-31 09:43:21.169 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-31 09:43:21.169 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-08-31 09:43:21.171 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-08-31 09:43:21.173 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-31 09:43:21.173 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-31 09:43:21.173 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-31 09:43:21.173 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-31 09:43:21.173 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-31 09:43:21.173 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-31 09:43:21.173 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-31 09:43:21.173 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-31 09:43:21.173 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-31 09:43:21.173 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-31 09:43:21.173 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-31 09:43:21.173 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-31 09:43:21.173 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-31 09:43:21.173 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-08-31 09:43:21.175 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib a816e082-61f0-4ffa-a214-1bf6bd197f53 2024-08-31 09:43:21.177 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-31 09:43:21.179 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show a816e082-61f0-4ffa-a214-1bf6bd197f53 -c size -f value 2024-08-31 09:43:22.405 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:22.407 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-31 09:43:22.410 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-31 09:43:22.411 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-31 09:43:22.434 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-08-31 09:43:22.436 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-08-31 09:43:23.565 | +----------------------------+-----------------------+ 2024-08-31 09:43:23.565 | | Field | Value | 2024-08-31 09:43:23.565 | +----------------------------+-----------------------+ 2024-08-31 09:43:23.565 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:23.565 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:23.565 | | description | None | 2024-08-31 09:43:23.565 | | disk | 1 | 2024-08-31 09:43:23.565 | | id | 42 | 2024-08-31 09:43:23.565 | | name | m1.nano | 2024-08-31 09:43:23.565 | | os-flavor-access:is_public | True | 2024-08-31 09:43:23.565 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:23.565 | | ram | 128 | 2024-08-31 09:43:23.565 | | rxtx_factor | 1.0 | 2024-08-31 09:43:23.565 | | swap | | 2024-08-31 09:43:23.565 | | vcpus | 1 | 2024-08-31 09:43:23.565 | +----------------------------+-----------------------+ 2024-08-31 09:43:23.681 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-08-31 09:43:23.683 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-31 09:43:23.683 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-31 09:43:23.683 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-31 09:43:23.683 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-31 09:43:23.683 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-31 09:43:23.683 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-31 09:43:23.683 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-31 09:43:23.683 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-31 09:43:23.683 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-31 09:43:23.683 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-31 09:43:23.683 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-31 09:43:23.683 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-31 09:43:23.683 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-31 09:43:23.683 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-08-31 09:43:23.686 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib a816e082-61f0-4ffa-a214-1bf6bd197f53 2024-08-31 09:43:23.688 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-31 09:43:23.691 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show a816e082-61f0-4ffa-a214-1bf6bd197f53 -c size -f value 2024-08-31 09:43:24.911 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:24.913 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-31 09:43:24.915 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-31 09:43:24.916 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-31 09:43:24.941 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-08-31 09:43:24.943 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-08-31 09:43:26.083 | +----------------------------+-----------------------+ 2024-08-31 09:43:26.083 | | Field | Value | 2024-08-31 09:43:26.083 | +----------------------------+-----------------------+ 2024-08-31 09:43:26.083 | | OS-FLV-DISABLED:disabled | False | 2024-08-31 09:43:26.083 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-31 09:43:26.083 | | description | None | 2024-08-31 09:43:26.083 | | disk | 1 | 2024-08-31 09:43:26.083 | | id | 84 | 2024-08-31 09:43:26.083 | | name | m1.micro | 2024-08-31 09:43:26.083 | | os-flavor-access:is_public | True | 2024-08-31 09:43:26.083 | | properties | hw_rng:allowed='True' | 2024-08-31 09:43:26.083 | | ram | 192 | 2024-08-31 09:43:26.083 | | rxtx_factor | 1.0 | 2024-08-31 09:43:26.083 | | swap | | 2024-08-31 09:43:26.083 | | vcpus | 1 | 2024-08-31 09:43:26.083 | +----------------------------+-----------------------+ 2024-08-31 09:43:26.217 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-08-31 09:43:26.219 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-08-31 09:43:26.243 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-08-31 09:43:26.245 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-08-31 09:43:26.247 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-08-31 09:43:26.248 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-31 09:43:26.251 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-31 09:43:27.492 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:27.494 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-31 09:43:27.494 | address-scope 2024-08-31 09:43:27.494 | router-admin-state-down-before-update 2024-08-31 09:43:27.494 | agent 2024-08-31 09:43:27.494 | agent-resources-synced 2024-08-31 09:43:27.494 | allowed-address-pairs 2024-08-31 09:43:27.494 | auto-allocated-topology 2024-08-31 09:43:27.494 | availability_zone 2024-08-31 09:43:27.494 | availability_zone_filter 2024-08-31 09:43:27.494 | default-subnetpools 2024-08-31 09:43:27.494 | dhcp_agent_scheduler 2024-08-31 09:43:27.494 | dvr 2024-08-31 09:43:27.494 | empty-string-filtering 2024-08-31 09:43:27.494 | external-net 2024-08-31 09:43:27.494 | extra_dhcp_opt 2024-08-31 09:43:27.494 | extraroute 2024-08-31 09:43:27.494 | extraroute-atomic 2024-08-31 09:43:27.494 | filter-validation 2024-08-31 09:43:27.494 | floating-ip-port-forwarding-detail 2024-08-31 09:43:27.494 | fip-port-details 2024-08-31 09:43:27.494 | flavors 2024-08-31 09:43:27.494 | floatingip-pools 2024-08-31 09:43:27.494 | ip-substring-filtering 2024-08-31 09:43:27.494 | router 2024-08-31 09:43:27.494 | ext-gw-mode 2024-08-31 09:43:27.494 | l3-ha 2024-08-31 09:43:27.494 | l3-flavors 2024-08-31 09:43:27.494 | l3-port-ip-change-not-allowed 2024-08-31 09:43:27.494 | l3_agent_scheduler 2024-08-31 09:43:27.494 | multi-provider 2024-08-31 09:43:27.494 | net-mtu 2024-08-31 09:43:27.494 | net-mtu-writable 2024-08-31 09:43:27.494 | network_availability_zone 2024-08-31 09:43:27.494 | network-ip-availability 2024-08-31 09:43:27.494 | pagination 2024-08-31 09:43:27.494 | port-device-profile 2024-08-31 09:43:27.494 | port-mac-override 2024-08-31 09:43:27.494 | port-mac-address-regenerate 2024-08-31 09:43:27.494 | port-numa-affinity-policy 2024-08-31 09:43:27.494 | binding 2024-08-31 09:43:27.494 | binding-extended 2024-08-31 09:43:27.495 | port-security 2024-08-31 09:43:27.495 | project-id 2024-08-31 09:43:27.495 | provider 2024-08-31 09:43:27.495 | quota-check-limit 2024-08-31 09:43:27.495 | quotas 2024-08-31 09:43:27.495 | quota_details 2024-08-31 09:43:27.495 | rbac-policies 2024-08-31 09:43:27.495 | rbac-address-group 2024-08-31 09:43:27.495 | rbac-address-scope 2024-08-31 09:43:27.495 | rbac-security-groups 2024-08-31 09:43:27.495 | rbac-subnetpool 2024-08-31 09:43:27.495 | revision-if-match 2024-08-31 09:43:27.495 | standard-attr-revisions 2024-08-31 09:43:27.495 | router_availability_zone 2024-08-31 09:43:27.495 | security-groups-normalized-cidr 2024-08-31 09:43:27.495 | port-security-groups-filtering 2024-08-31 09:43:27.495 | security-groups-remote-address-group 2024-08-31 09:43:27.495 | security-groups-shared-filtering 2024-08-31 09:43:27.495 | security-group 2024-08-31 09:43:27.495 | service-type 2024-08-31 09:43:27.495 | sorting 2024-08-31 09:43:27.495 | standard-attr-description 2024-08-31 09:43:27.495 | stateful-security-group 2024-08-31 09:43:27.495 | subnet_onboard 2024-08-31 09:43:27.495 | subnet-service-types 2024-08-31 09:43:27.495 | subnet_allocation 2024-08-31 09:43:27.495 | subnetpool-prefix-ops 2024-08-31 09:43:27.495 | standard-attr-tag 2024-08-31 09:43:27.495 | standard-attr-timestamp 2024-08-31 09:43:27.495 | nsxt-ops' 2024-08-31 09:43:27.496 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-31 09:43:27.496 | address-scope 2024-08-31 09:43:27.496 | router-admin-state-down-before-update 2024-08-31 09:43:27.496 | agent 2024-08-31 09:43:27.496 | agent-resources-synced 2024-08-31 09:43:27.496 | allowed-address-pairs 2024-08-31 09:43:27.496 | auto-allocated-topology 2024-08-31 09:43:27.497 | availability_zone 2024-08-31 09:43:27.497 | availability_zone_filter 2024-08-31 09:43:27.497 | default-subnetpools 2024-08-31 09:43:27.497 | dhcp_agent_scheduler 2024-08-31 09:43:27.497 | dvr 2024-08-31 09:43:27.497 | empty-string-filtering 2024-08-31 09:43:27.497 | external-net 2024-08-31 09:43:27.497 | extra_dhcp_opt 2024-08-31 09:43:27.497 | extraroute 2024-08-31 09:43:27.497 | extraroute-atomic 2024-08-31 09:43:27.497 | filter-validation 2024-08-31 09:43:27.497 | floating-ip-port-forwarding-detail 2024-08-31 09:43:27.497 | fip-port-details 2024-08-31 09:43:27.497 | flavors 2024-08-31 09:43:27.497 | floatingip-pools 2024-08-31 09:43:27.497 | ip-substring-filtering 2024-08-31 09:43:27.497 | router 2024-08-31 09:43:27.497 | ext-gw-mode 2024-08-31 09:43:27.497 | l3-ha 2024-08-31 09:43:27.497 | l3-flavors 2024-08-31 09:43:27.497 | l3-port-ip-change-not-allowed 2024-08-31 09:43:27.497 | l3_agent_scheduler 2024-08-31 09:43:27.497 | multi-provider 2024-08-31 09:43:27.497 | net-mtu 2024-08-31 09:43:27.497 | net-mtu-writable 2024-08-31 09:43:27.497 | network_availability_zone 2024-08-31 09:43:27.497 | network-ip-availability 2024-08-31 09:43:27.497 | pagination 2024-08-31 09:43:27.497 | port-device-profile 2024-08-31 09:43:27.497 | port-mac-override 2024-08-31 09:43:27.497 | port-mac-address-regenerate 2024-08-31 09:43:27.497 | port-numa-affinity-policy 2024-08-31 09:43:27.497 | binding 2024-08-31 09:43:27.497 | binding-extended 2024-08-31 09:43:27.497 | port-security 2024-08-31 09:43:27.497 | project-id 2024-08-31 09:43:27.497 | provider 2024-08-31 09:43:27.497 | quota-check-limit 2024-08-31 09:43:27.498 | quotas 2024-08-31 09:43:27.498 | quota_details 2024-08-31 09:43:27.498 | rbac-policies 2024-08-31 09:43:27.498 | rbac-address-group 2024-08-31 09:43:27.498 | rbac-address-scope 2024-08-31 09:43:27.498 | rbac-security-groups 2024-08-31 09:43:27.498 | rbac-subnetpool 2024-08-31 09:43:27.498 | revision-if-match 2024-08-31 09:43:27.498 | standard-attr-revisions 2024-08-31 09:43:27.498 | router_availability_zone 2024-08-31 09:43:27.498 | security-groups-normalized-cidr 2024-08-31 09:43:27.498 | port-security-groups-filtering 2024-08-31 09:43:27.498 | security-groups-remote-address-group 2024-08-31 09:43:27.498 | security-groups-shared-filtering 2024-08-31 09:43:27.498 | security-group 2024-08-31 09:43:27.498 | service-type 2024-08-31 09:43:27.498 | sorting 2024-08-31 09:43:27.498 | standard-attr-description 2024-08-31 09:43:27.498 | stateful-security-group 2024-08-31 09:43:27.498 | subnet_onboard 2024-08-31 09:43:27.498 | subnet-service-types 2024-08-31 09:43:27.498 | subnet_allocation 2024-08-31 09:43:27.498 | subnetpool-prefix-ops 2024-08-31 09:43:27.498 | standard-attr-tag 2024-08-31 09:43:27.498 | standard-attr-timestamp 2024-08-31 09:43:27.498 | nsxt-ops =~ external-net ]] 2024-08-31 09:43:27.498 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-31 09:43:27.501 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-08-31 09:43:28.802 | +++ functions-common:oscwrap:2475 : return 0 2024-08-31 09:43:28.804 | ++ lib/tempest:configure_tempest:357 : public_network_id=d8372be5-7c5e-4ff9-9e56-200ca7054223 2024-08-31 09:43:28.807 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-08-31 09:43:29.978 | +---------------------------+--------------------------------------+ 2024-08-31 09:43:29.978 | | Field | Value | 2024-08-31 09:43:29.978 | +---------------------------+--------------------------------------+ 2024-08-31 09:43:29.978 | | admin_state_up | UP | 2024-08-31 09:43:29.978 | | availability_zone_hints | | 2024-08-31 09:43:29.978 | | availability_zones | | 2024-08-31 09:43:29.978 | | created_at | 2024-08-31T09:43:29Z | 2024-08-31 09:43:29.978 | | description | | 2024-08-31 09:43:29.978 | | dns_domain | None | 2024-08-31 09:43:29.978 | | id | 0f9e232a-08ce-4a77-988f-3fc12cf9066f | 2024-08-31 09:43:29.978 | | ipv4_address_scope | None | 2024-08-31 09:43:29.978 | | ipv6_address_scope | None | 2024-08-31 09:43:29.978 | | is_default | False | 2024-08-31 09:43:29.978 | | is_vlan_transparent | None | 2024-08-31 09:43:29.978 | | mtu | 8950 | 2024-08-31 09:43:29.979 | | name | shared | 2024-08-31 09:43:29.979 | | port_security_enabled | True | 2024-08-31 09:43:29.979 | | project_id | e8722a37ef8f4279abfe709d29d7d3ca | 2024-08-31 09:43:29.979 | | provider:network_type | vlan | 2024-08-31 09:43:29.979 | | provider:physical_network | default | 2024-08-31 09:43:29.979 | | provider:segmentation_id | 114 | 2024-08-31 09:43:29.979 | | qos_policy_id | None | 2024-08-31 09:43:29.979 | | revision_number | 1 | 2024-08-31 09:43:29.979 | | router:external | Internal | 2024-08-31 09:43:29.979 | | segments | None | 2024-08-31 09:43:29.979 | | shared | True | 2024-08-31 09:43:29.979 | | status | ACTIVE | 2024-08-31 09:43:29.979 | | subnets | | 2024-08-31 09:43:29.979 | | tags | | 2024-08-31 09:43:29.979 | | tenant_id | e8722a37ef8f4279abfe709d29d7d3ca | 2024-08-31 09:43:29.979 | | updated_at | 2024-08-31T09:43:29Z | 2024-08-31 09:43:29.979 | +---------------------------+--------------------------------------+ 2024-08-31 09:43:30.102 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-08-31 09:43:31.402 | +----------------------+--------------------------------------+ 2024-08-31 09:43:31.402 | | Field | Value | 2024-08-31 09:43:31.402 | +----------------------+--------------------------------------+ 2024-08-31 09:43:31.402 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-08-31 09:43:31.402 | | cidr | 192.168.233.0/24 | 2024-08-31 09:43:31.402 | | created_at | 2024-08-31T09:43:31Z | 2024-08-31 09:43:31.402 | | description | shared-subnet | 2024-08-31 09:43:31.402 | | dns_nameservers | | 2024-08-31 09:43:31.402 | | dns_publish_fixed_ip | None | 2024-08-31 09:43:31.402 | | enable_dhcp | True | 2024-08-31 09:43:31.402 | | gateway_ip | 192.168.233.1 | 2024-08-31 09:43:31.402 | | host_routes | | 2024-08-31 09:43:31.402 | | id | 8c32f046-1998-4b22-be36-61160071eeb5 | 2024-08-31 09:43:31.402 | | ip_version | 4 | 2024-08-31 09:43:31.402 | | ipv6_address_mode | None | 2024-08-31 09:43:31.402 | | ipv6_ra_mode | None | 2024-08-31 09:43:31.402 | | name | shared-subnet | 2024-08-31 09:43:31.402 | | network_id | 0f9e232a-08ce-4a77-988f-3fc12cf9066f | 2024-08-31 09:43:31.402 | | project_id | e8722a37ef8f4279abfe709d29d7d3ca | 2024-08-31 09:43:31.402 | | revision_number | 0 | 2024-08-31 09:43:31.402 | | segment_id | None | 2024-08-31 09:43:31.402 | | service_types | | 2024-08-31 09:43:31.402 | | subnetpool_id | None | 2024-08-31 09:43:31.402 | | tags | | 2024-08-31 09:43:31.402 | | updated_at | 2024-08-31T09:43:31Z | 2024-08-31 09:43:31.402 | +----------------------+--------------------------------------+ 2024-08-31 09:43:31.533 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-08-31 09:43:31.559 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-08-31 09:43:31.583 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-08-31 09:43:31.586 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-08-31 09:43:31.609 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-08-31 09:43:31.632 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-08-31 09:43:31.654 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-08-31 09:43:31.679 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-08-31 09:43:31.703 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-08-31 09:43:31.727 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-08-31 09:43:31.750 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-08-31 09:43:31.773 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-08-31 09:43:31.795 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-08-31 09:43:31.817 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-08-31 09:43:31.819 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-08-31 09:43:31.843 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-08-31 09:43:31.865 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-08-31 09:43:31.889 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-08-31 09:43:31.912 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-08-31 09:43:31.914 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-08-31 09:43:31.939 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-08-31 09:43:31.962 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-08-31 09:43:31.964 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-08-31 09:43:31.988 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-08-31 09:43:32.000 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:32.002 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-08-31 09:43:32.005 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-08-31 09:43:32.028 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-08-31 09:43:32.040 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:32.042 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-08-31 09:43:32.064 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-08-31 09:43:32.088 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-08-31 09:43:32.111 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-08-31 09:43:32.112 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-08-31 09:43:32.137 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-08-31 09:43:32.160 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-08-31 09:43:32.173 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:32.175 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref a816e082-61f0-4ffa-a214-1bf6bd197f53 2024-08-31 09:43:32.198 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt a816e082-61f0-4ffa-a214-1bf6bd197f53 2024-08-31 09:43:32.221 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-08-31 09:43:32.244 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-08-31 09:43:32.267 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-08-31 09:43:32.292 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-08-31 09:43:32.305 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:32.307 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-08-31 09:43:32.309 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-08-31 09:43:32.311 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-08-31 09:43:32.313 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-08-31 09:43:32.315 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-08-31 09:43:32.316 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-08-31 09:43:32.331 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-08-31 09:43:32.333 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-08-31 09:43:32.355 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-08-31 09:43:32.381 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-08-31 09:43:32.403 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-08-31 09:43:32.426 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-08-31 09:43:32.450 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-08-31 09:43:32.474 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-08-31 09:43:32.496 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-08-31 09:43:32.519 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-08-31 09:43:32.541 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-08-31 09:43:32.543 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-31 09:43:32.566 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:32.568 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-08-31 09:43:32.580 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:32.582 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-08-31 09:43:32.605 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id d8372be5-7c5e-4ff9-9e56-200ca7054223 2024-08-31 09:43:32.630 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-08-31 09:43:32.653 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-08-31 09:43:32.676 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-08-31 09:43:32.700 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-08-31 09:43:32.722 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-08-31 09:43:32.744 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-08-31 09:43:32.770 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-08-31 09:43:32.771 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-08-31 09:43:32.773 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-08-31 09:43:32.798 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-08-31 09:43:32.799 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-08-31 09:43:32.801 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-31 09:43:32.803 | ++ functions-common:is_provider_network:2287 : return 1 2024-08-31 09:43:32.805 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-08-31 09:43:32.828 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-08-31 09:43:32.850 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-08-31 09:43:32.873 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-08-31 09:43:32.895 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-08-31 09:43:32.918 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-08-31 09:43:32.941 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-31 09:43:32.944 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-08-31 09:43:32.956 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-08-31 09:43:32.981 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-31 09:43:32.983 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-08-31 09:43:32.995 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-08-31 09:43:33.017 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-31 09:43:33.020 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-08-31 09:43:33.032 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-08-31 09:43:33.055 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-31 09:43:33.057 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-08-31 09:43:33.070 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-08-31 09:43:33.093 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-08-31 09:43:33.094 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-08-31 09:43:33.096 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-08-31 09:43:33.098 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-08-31 09:43:33.112 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-08-31 09:43:33.113 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-08-31 09:43:33.137 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-08-31 09:43:33.150 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:33.152 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-08-31 09:43:33.174 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-08-31 09:43:33.176 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-08-31 09:43:33.178 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-08-31 09:43:33.180 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-08-31 09:43:33.182 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:33.183 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-08-31 09:43:33.185 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-08-31 09:43:33.187 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-08-31 09:43:33.189 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-08-31 09:43:33.203 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-08-31 09:43:33.205 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-08-31 09:43:33.229 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-08-31 09:43:33.231 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-08-31 09:43:33.233 | ++ lib/tempest:configure_tempest:668 : local service 2024-08-31 09:43:33.234 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-08-31 09:43:33.236 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.238 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-08-31 09:43:33.250 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:33.252 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-08-31 09:43:33.277 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.279 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-08-31 09:43:33.291 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:33.293 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-08-31 09:43:33.315 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.317 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-08-31 09:43:33.329 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:33.331 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-08-31 09:43:33.354 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.355 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-08-31 09:43:33.368 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:33.369 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-08-31 09:43:33.392 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.394 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-08-31 09:43:33.406 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:43:33.408 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-08-31 09:43:33.430 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.432 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-08-31 09:43:33.445 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:33.447 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-08-31 09:43:33.469 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-31 09:43:33.471 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-08-31 09:43:33.483 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:43:33.485 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-08-31 09:43:33.507 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-31 09:43:33.509 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-31 09:43:33.511 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-31 09:43:33.513 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-31 09:43:33.514 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-31 09:43:33.516 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-31 09:43:33.518 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-31 09:43:33.520 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-31 09:43:33.522 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-31 09:43:33.524 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-31 09:43:33.525 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-08-31 09:43:33.527 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-08-31 09:43:33.530 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-08-31 09:43:33.533 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.cXDbepkyGW 2024-08-31 09:43:33.534 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-08-31 09:43:33.536 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-08-31 09:43:33.539 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-31 09:43:33.542 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.wpyfJcppnN 2024-08-31 09:43:33.544 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.wpyfJcppnN 2024-08-31 09:43:33.545 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-31 09:43:33.547 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.wpyfJcppnN 2024-08-31 09:43:33.549 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-31 09:43:33.551 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-31 09:43:33.553 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-31 09:43:33.557 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:33.559 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:33.561 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:33.563 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-31 09:43:33.565 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-08-31 09:43:33.567 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-08-31 09:43:33.787 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-08-31 09:43:34.168 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-31 09:43:42.544 | venv-tempest develop-inst: /opt/stack/tempest 2024-08-31 09:43:45.503 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@f6bb9d1e4b30ac11132023d11c36f1fb48b2934a#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-31 09:43:45.503 | ___________________________________ summary ____________________________________ 2024-08-31 09:43:45.503 | venv-tempest: skipped tests 2024-08-31 09:43:45.503 | congratulations :) 2024-08-31 09:43:45.524 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.wpyfJcppnN -r requirements.txt 2024-08-31 09:43:46.060 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-08-31 09:43:46.060 | warnings.warn( 2024-08-31 09:43:46.060 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-08-31 09:43:46.060 | warnings.warn( 2024-08-31 09:43:46.146 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-08-31 09:43:46.528 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@f6bb9d1e4b30ac11132023d11c36f1fb48b2934a#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-31 09:43:46.528 | venv-tempest run-test-pre: PYTHONHASHSEED='1379012216' 2024-08-31 09:43:46.528 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.wpyfJcppnN -r requirements.txt 2024-08-31 09:43:47.381 | 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.1.0) 2024-08-31 09:43:47.381 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-08-31 09:43:47.386 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-31 09:43:47.386 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-31 09:43:47.386 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-08-31 09:43:47.386 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-31 09:43:47.386 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-31 09:43:47.386 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-08-31 09:43:47.386 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-08-31 09:43:47.387 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-08-31 09:43:47.387 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-31 09:43:47.388 | 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.5.0) 2024-08-31 09:43:47.389 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-08-31 09:43:47.390 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-31 09:43:47.390 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-08-31 09:43:47.391 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-31 09:43:47.392 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-08-31 09:43:47.392 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-08-31 09:43:47.393 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-31 09:43:47.394 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-31 09:43:47.394 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-31 09:43:47.395 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-31 09:43:47.396 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-08-31 09:43:47.401 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-08-31 09:43:47.402 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-08-31 09:43:47.418 | 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)) (24.2.0) 2024-08-31 09:43:47.419 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-31 09:43:47.420 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-31 09:43:47.421 | 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.20.0) 2024-08-31 09:43:47.436 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-31 09:43:47.437 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-31 09:43:47.453 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-08-31 09:43:47.460 | 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.4.0) 2024-08-31 09:43:47.475 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-08-31 09:43:47.476 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-08-31 09:43:47.489 | 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.6.0) 2024-08-31 09:43:47.490 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-08-31 09:43:47.503 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-08-31 09:43:47.505 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-31 09:43:47.505 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-08-31 09:43:47.512 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-31 09:43:47.513 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-08-31 09:43:47.522 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-08-31 09:43:47.522 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-08-31 09:43:47.523 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-08-31 09:43:47.524 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-08-31 09:43:47.546 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-31 09:43:47.567 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-08-31 09:43:47.631 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-08-31 09:43:47.653 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-08-31 09:43:47.694 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-31 09:43:47.707 | 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.8) 2024-08-31 09:43:47.707 | 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.8.30) 2024-08-31 09:43:47.708 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-31 09:43:47.833 | WARNING: There was an error checking the latest version of pip. 2024-08-31 09:43:47.898 | ___________________________________ summary ____________________________________ 2024-08-31 09:43:47.898 | venv-tempest: commands succeeded 2024-08-31 09:43:47.898 | congratulations :) 2024-08-31 09:43:47.918 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.wpyfJcppnN 2024-08-31 09:43:47.922 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-08-31 09:43:47.924 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-08-31 09:43:47.926 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-08-31 09:43:47.949 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.cXDbepkyGW 2024-08-31 09:43:48.177 | venv create: /opt/stack/tempest/.tox/venv 2024-08-31 09:43:48.462 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-08-31 09:44:01.510 | venv develop-inst: /opt/stack/tempest 2024-08-31 09:44:05.046 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.3.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.0.2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@f6bb9d1e4b30ac11132023d11c36f1fb48b2934a#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-31 09:44:05.046 | venv run-test-pre: PYTHONHASHSEED='3163004422' 2024-08-31 09:44:05.046 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.cXDbepkyGW 2024-08-31 09:44:05.350 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-08-31 09:44:05.350 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-08-31 09:44:05.350 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-08-31 09:44:05.350 | @jsonschema.FormatChecker.cls_checks('base64') 2024-08-31 09:44:05.596 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2024-08-31 09:44:05.596 | warnings.warn( 2024-08-31 09:44:05.766 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-31 09:44:05.766 | for key, value in info.getheaders().items(): 2024-08-31 09:44:05.792 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-31 09:44:05.792 | for key, value in info.getheaders().items(): 2024-08-31 09:44:06.007 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-31 09:44:06.007 | for key, value in info.getheaders().items(): 2024-08-31 09:44:06.008 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2024-08-31 09:44:06.008 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-08-31 09:44:06.575 | ___________________________________ summary ____________________________________ 2024-08-31 09:44:06.575 | venv: commands succeeded 2024-08-31 09:44:06.575 | congratulations :) 2024-08-31 09:44:06.596 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-08-31 09:44:06.609 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-31 09:44:06.611 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-08-31 09:44:06.613 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-08-31 09:44:06.626 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-31 09:44:06.628 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-08-31 09:44:06.630 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-08-31 09:44:06.631 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-08-31 09:44:06.633 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-08-31 09:44:06.635 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-08-31 09:44:06.637 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-08-31 09:44:06.639 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-08-31 09:44:06.641 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-08-31 09:44:06.642 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-08-31 09:44:06.644 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-08-31 09:44:06.646 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-08-31 09:44:06.648 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-08-31 09:44:06.650 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-08-31 09:44:06.652 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-08-31 09:44:06.654 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-08-31 09:44:06.655 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-08-31 09:44:06.657 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-08-31 09:44:06.659 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-08-31 09:44:06.661 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-08-31 09:44:06.663 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-08-31 09:44:06.665 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-08-31 09:44:06.667 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-08-31 09:44:06.669 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-08-31 09:44:06.671 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-08-31 09:44:06.674 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.cXDbepkyGW network-feature-enabled api_extensions 2024-08-31 09:44:06.674 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-08-31 09:44:06.690 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-31 09:44:06.692 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-08-31 09:44:06.694 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-31 09:44:06.696 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-08-31 09:44:06.698 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-08-31 09:44:06.700 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-08-31 09:44:06.715 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-31 09:44:06.729 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-31 09:44:06.732 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-08-31 09:44:06.734 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-31 09:44:06.757 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-08-31 09:44:06.759 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-08-31 09:44:06.761 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-08-31 09:44:06.763 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-08-31 09:44:06.765 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-08-31 09:44:06.767 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-08-31 09:44:06.792 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-08-31 09:44:06.794 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-08-31 09:44:06.796 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-08-31 09:44:06.798 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-08-31 09:44:06.800 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-08-31 09:44:06.802 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-08-31 09:44:06.803 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-08-31 09:44:06.805 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-08-31 09:44:06.807 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-08-31 09:44:06.809 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-08-31 09:44:06.811 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-31 09:44:06.813 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-31 09:44:06.815 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-08-31 09:44:06.817 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-31 09:44:06.840 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-08-31 09:44:06.841 | ' 2024-08-31 09:44:06.842 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-08-31 09:44:06.844 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-31 09:44:06.846 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-08-31 09:44:06.848 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-08-31 09:44:06.850 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-08-31 09:44:06.850 | ~/tempest ~/tempest 2024-08-31 09:44:06.852 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-08-31 09:44:06.854 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-08-31 09:44:06.854 | ~/tempest 2024-08-31 09:44:06.856 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-31 09:44:06.858 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-31 09:44:06.860 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:44:06.862 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-31 09:44:06.864 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-08-31 09:44:06.866 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-31 09:44:06.868 | + functions-common:run_plugins:1850 : local phase=test-config 2024-08-31 09:44:06.870 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-31 09:44:06.872 | + functions-common:run_plugins:1853 : local plugin 2024-08-31 09:44:06.874 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-31 09:44:06.876 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-31 09:44:06.879 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-31 09:44:06.881 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-08-31 09:44:06.883 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-31 09:44:06.885 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:44:06.887 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-31 09:44:06.889 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:44:06.891 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-31 09:44:06.893 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-31 09:44:06.895 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-08-31 09:44:06.897 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-08-31 09:44:06.899 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-31 09:44:06.902 | + inc/meta-config:merge_config_group:171 : shift 2024-08-31 09:44:06.903 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-08-31 09:44:06.905 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:44:06.908 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-31 09:44:06.909 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-31 09:44:06.912 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-08-31 09:44:06.915 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-31 09:44:06.917 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-08-31 09:44:06.919 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-31 09:44:06.922 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-08-31 09:44:06.922 | /^\[\[.+\|.*\]\]/ { 2024-08-31 09:44:06.922 | gsub("[][]", "", $1); 2024-08-31 09:44:06.922 | split($1, a, "|"); 2024-08-31 09:44:06.922 | if (a[1] == matchgroup) 2024-08-31 09:44:06.922 | print a[2] 2024-08-31 09:44:06.922 | } 2024-08-31 09:44:06.922 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 48 osc 170 apt-get 4 test_with_retry 3 dbsync 2 pip_install 100 apt-get-update 5 run_process 15 git_timed 97 ------------------------- Unaccounted time 34 ========================= Total runtime 488 ================= Async summary ================= Time spent in the background minus waits: 193 sec Elapsed time: 488 sec Time if we did everything serially: 681 sec Speedup: 1.39549 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: d0e89946b3171924a49dd50e5b2e45d1bdb6e5b8 Replacing usage of rdo-release rpm 2024-08-06 14:44:05 +0530 OS Version: Ubuntu 22.04 jammy