2024-06-05 08:28:13.585 | + stack.sh:main:513 : exec 2024-06-05 08:28:13.585 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-06-05-082813' 2024-06-05 08:28:13.585 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-06-05-082813.summary.2024-06-05-082813 2024-06-05 08:28:13.585 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:28:13.585 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-06-05-082813 2024-06-05 08:28:13.585 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-06-05-082813 /opt/stack//logs/stack.sh.log 2024-06-05 08:28:13.585 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-06-05-082813.summary.2024-06-05-082813 /opt/stack//logs/stack.sh.log.summary 2024-06-05 08:28:13.585 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-06-05 08:28:13.585 | + functions:check_path_perm_sanity:607 : local real_path 2024-06-05 08:28:13.585 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-06-05 08:28:13.585 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-06-05 08:28:13.585 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-06-05 08:28:13.585 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-06-05 08:28:13.585 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-06-05 08:28:13.586 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-06-05 08:28:13.586 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-06-05 08:28:13.586 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-06-05 08:28:13.586 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-06-05 08:28:13.587 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-06-05 08:28:13.588 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-06-05 08:28:13.590 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-06-05 08:28:13.592 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-06-05 08:28:13.593 | + stack.sh:main:545 : trap exit_trap EXIT 2024-06-05 08:28:13.595 | + stack.sh:main:586 : trap err_trap ERR 2024-06-05 08:28:13.596 | + stack.sh:main:599 : set -o errexit 2024-06-05 08:28:13.597 | + stack.sh:main:602 : uname -a 2024-06-05 08:28:13.598 | Linux devstack 6.5.0-28-generic #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 14:39:20 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-06-05 08:28:13.599 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-06-05 08:28:13.601 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-06-05 08:28:13.603 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-06-05 08:28:13.626 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-06-05 08:28:13.637 | + stack.sh:main:616 : fetch_plugins 2024-06-05 08:28:13.638 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-06-05 08:28:13.639 | + functions-common:fetch_plugins:1782 : local plugin 2024-06-05 08:28:13.641 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-06-05 08:28:13.642 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-06-05 08:28:13.642 | Fetching DevStack plugins 2024-06-05 08:28:13.643 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-06-05 08:28:13.645 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-06-05 08:28:13.646 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-06-05 08:28:13.647 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-06-05 08:28:13.649 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:28:13.650 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-06-05 08:28:13.651 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-06-05 08:28:13.652 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-06-05 08:28:13.654 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-06-05 08:28:13.655 | + functions-common:git_clone:614 : local git_ref=devstack 2024-06-05 08:28:13.656 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:28:13.658 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:28:13.659 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:28:13.661 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:28:13.662 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:28:13.671 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:28:13.673 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:28:13.674 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:28:13.675 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:13.677 | + functions-common:git_clone:633 : echo devstack 2024-06-05 08:28:13.677 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:28:13.680 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-06-05 08:28:13.681 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:13.682 | + 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-06-05 08:28:13.684 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:28:13.685 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:28:13.686 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:28:13.688 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:28:13.689 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:28:13.690 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:28:13.692 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:13.693 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:13.695 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:13.697 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576093695 2024-06-05 08:28:13.698 | + 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-06-05 08:28:13.702 | Cloning into '/opt/stack/networking-nsx-t'... 2024-06-05 08:28:14.694 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:28:14.696 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:14.697 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:14.698 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:14.700 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:14.701 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:14.703 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:28:14.704 | + functions-common:time_stop:2442 : start_time=1717576093695 2024-06-05 08:28:14.706 | + functions-common:time_stop:2444 : [[ -z 1717576093695 ]] 2024-06-05 08:28:14.707 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:14.710 | + functions-common:time_stop:2447 : end_time=1717576094708 2024-06-05 08:28:14.711 | + functions-common:time_stop:2448 : elapsed_time=1013 2024-06-05 08:28:14.712 | + functions-common:time_stop:2449 : total=0 2024-06-05 08:28:14.714 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:14.715 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1013 2024-06-05 08:28:14.716 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-06-05 08:28:14.718 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-06-05 08:28:14.719 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:28:14.721 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:28:14.722 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:28:14.723 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:28:14.725 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:28:14.726 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:28:14.727 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:14.729 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:14.730 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:14.733 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576094731 2024-06-05 08:28:14.734 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-06-05 08:28:15.710 | From https://github.com/sapcc/networking-nsx-t 2024-06-05 08:28:15.710 | * branch devstack -> FETCH_HEAD 2024-06-05 08:28:15.714 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:28:15.716 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:15.717 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:15.719 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:15.720 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:15.722 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:15.723 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:28:15.724 | + functions-common:time_stop:2442 : start_time=1717576094731 2024-06-05 08:28:15.726 | + functions-common:time_stop:2444 : [[ -z 1717576094731 ]] 2024-06-05 08:28:15.727 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:15.730 | + functions-common:time_stop:2447 : end_time=1717576095728 2024-06-05 08:28:15.731 | + functions-common:time_stop:2448 : elapsed_time=997 2024-06-05 08:28:15.733 | + functions-common:time_stop:2449 : total=1013 2024-06-05 08:28:15.734 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:15.735 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2010 2024-06-05 08:28:15.737 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:28:15.738 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:28:15.739 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:28:15.741 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:28:15.742 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:28:15.743 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:28:15.745 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:28:15.746 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:15.747 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:15.749 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:15.751 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576095750 2024-06-05 08:28:15.753 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:28:15.763 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:28:15.763 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:28:15.763 | state without impacting any branches by switching back to a branch. 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:28:15.763 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | git switch -c 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | Or undo this operation with: 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | git switch - 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:28:15.763 | 2024-06-05 08:28:15.763 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-06-05 08:28:15.765 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:28:15.767 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:15.768 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:15.769 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:15.771 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:15.772 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:15.773 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:28:15.775 | + functions-common:time_stop:2442 : start_time=1717576095750 2024-06-05 08:28:15.776 | + functions-common:time_stop:2444 : [[ -z 1717576095750 ]] 2024-06-05 08:28:15.778 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:15.780 | + functions-common:time_stop:2447 : end_time=1717576095778 2024-06-05 08:28:15.781 | + functions-common:time_stop:2448 : elapsed_time=28 2024-06-05 08:28:15.782 | + functions-common:time_stop:2449 : total=2010 2024-06-05 08:28:15.784 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:15.785 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2038 2024-06-05 08:28:15.786 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-06-05 08:28:15.796 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-06-05 08:28:15.798 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:28:15.798 | + functions-common:git_clone:696 : head -1 2024-06-05 08:28:15.800 | 68e8db3 WIP: Add devstack plugin 2024-06-05 08:28:15.802 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:28:15.803 | + stack.sh:main:620 : run_phase override_defaults 2024-06-05 08:28:15.805 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-06-05 08:28:15.806 | + functions-common:run_phase:1864 : local phase= 2024-06-05 08:28:15.807 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:28:15.809 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:28:15.810 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:28:15.812 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:28:15.813 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:28:15.815 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:28:15.817 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:28:15.818 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:28:15.820 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:28:15.821 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-06-05 08:28:15.823 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:28:15.832 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:15.833 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-06-05 08:28:15.834 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-05 08:28:15.836 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-05 08:28:15.837 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-05 08:28:15.839 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-05 08:28:15.840 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-05 08:28:15.841 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-06-05 08:28:15.843 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-06-05 08:28:15.844 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-06-05 08:28:15.845 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-05 08:28:15.847 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-06-05 08:28:15.848 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-06-05 08:28:15.850 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-06-05 08:28:15.851 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-06-05 08:28:15.852 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-06-05 08:28:15.852 | Overriding Configuration Defaults 2024-06-05 08:28:15.854 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-06-05 08:28:15.855 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:28:15.856 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-06-05 08:28:15.858 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-06-05 08:28:15.869 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-06-05 08:28:15.871 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-06-05 08:28:15.879 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:15.881 | +++ lib/tls:source:43 : hostname -f 2024-06-05 08:28:15.884 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-06-05 08:28:15.885 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-06-05 08:28:15.886 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-06-05 08:28:15.888 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-06-05 08:28:15.889 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-06-05 08:28:15.891 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-06-05 08:28:15.892 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-06-05 08:28:15.893 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-06-05 08:28:15.895 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-06-05 08:28:15.896 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-06-05 08:28:15.899 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-06-05 08:28:15.907 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-06-05 08:28:15.919 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-06-05 08:28:15.928 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-06-05 08:28:15.936 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-06-05 08:28:15.959 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-06-05 08:28:15.997 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-06-05 08:28:16.043 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-06-05 08:28:16.061 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-06-05 08:28:16.096 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-06-05 08:28:16.128 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-06-05 08:28:16.130 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-06-05 08:28:16.140 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:16.142 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-06-05 08:28:16.143 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-06-05 08:28:16.145 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-06-05 08:28:16.146 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-06-05 08:28:16.148 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-06-05 08:28:16.158 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-06-05 08:28:16.160 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-06-05 08:28:16.161 | +++ functions-common:is_suse:544 : is_opensuse 2024-06-05 08:28:16.163 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:28:16.164 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:28:16.166 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:28:16.167 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:28:16.169 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:28:16.171 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-06-05 08:28:16.172 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-06-05 08:28:16.174 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-06-05 08:28:16.176 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-06-05 08:28:16.177 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-06-05 08:28:16.179 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-06-05 08:28:16.181 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-06-05 08:28:16.192 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-06-05 08:28:16.194 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-06-05 08:28:16.196 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-06-05 08:28:16.207 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-06-05 08:28:16.209 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-06-05 08:28:16.210 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-06-05 08:28:16.212 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-06-05 08:28:16.214 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-06-05 08:28:16.215 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-06-05 08:28:16.217 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-06-05 08:28:16.219 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-06-05 08:28:16.221 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-06-05 08:28:16.222 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-06-05 08:28:16.224 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-06-05 08:28:16.226 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-06-05 08:28:16.227 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-06-05 08:28:16.229 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-06-05 08:28:16.231 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-06-05 08:28:16.233 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-06-05 08:28:16.235 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-06-05 08:28:16.236 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-06-05 08:28:16.239 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-06-05 08:28:16.241 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-06-05 08:28:16.242 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-06-05 08:28:16.244 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-06-05 08:28:16.246 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-06-05 08:28:16.248 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-06-05 08:28:16.259 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-06-05 08:28:16.261 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-06-05 08:28:16.263 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-06-05 08:28:16.263 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-06-05 08:28:16.266 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-06-05 08:28:16.268 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-06-05 08:28:16.269 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-06-05 08:28:16.271 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-06-05 08:28:16.272 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-06-05 08:28:16.274 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-06-05 08:28:16.275 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-06-05 08:28:16.277 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-06-05 08:28:16.278 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-06-05 08:28:16.280 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-06-05 08:28:16.281 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-06-05 08:28:16.283 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-06-05 08:28:16.284 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-06-05 08:28:16.286 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:28:16.287 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-06-05 08:28:16.289 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-06-05 08:28:16.291 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-06-05 08:28:16.302 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-06-05 08:28:16.303 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-06-05 08:28:16.305 | ++++ functions-common:is_suse:544 : is_opensuse 2024-06-05 08:28:16.306 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:28:16.307 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:28:16.309 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:28:16.311 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:28:16.312 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:28:16.313 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-06-05 08:28:16.315 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-06-05 08:28:16.317 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-06-05 08:28:16.319 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-05 08:28:16.320 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-06-05 08:28:16.322 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-05 08:28:16.323 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-06-05 08:28:16.325 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-06-05 08:28:16.326 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-06-05 08:28:16.328 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-06-05 08:28:16.329 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-06-05 08:28:16.331 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-06-05 08:28:16.332 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-06-05 08:28:16.334 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-06-05 08:28:16.335 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-06-05 08:28:16.337 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-06-05 08:28:16.338 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-06-05 08:28:16.340 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-06-05 08:28:16.341 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-06-05 08:28:16.342 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-06-05 08:28:16.363 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-06-05 08:28:16.372 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-06-05 08:28:16.374 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-06-05 08:28:16.375 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-06-05 08:28:16.377 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-06-05 08:28:16.378 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-06-05 08:28:16.380 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-06-05 08:28:16.381 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-06-05 08:28:16.383 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-06-05 08:28:16.385 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-06-05 08:28:16.386 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-06-05 08:28:16.388 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-06-05 08:28:16.389 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-06-05 08:28:16.391 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-06-05 08:28:16.392 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-06-05 08:28:16.394 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-06-05 08:28:16.395 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-06-05 08:28:16.408 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-06-05 08:28:16.409 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-06-05 08:28:16.412 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-06-05 08:28:16.412 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-06-05 08:28:16.413 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-06-05 08:28:16.413 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-06-05 08:28:16.417 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=36:3fb2:6330 2024-06-05 08:28:16.419 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-06-05 08:28:16.420 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-06-05 08:28:16.422 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-06-05 08:28:16.423 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-06-05 08:28:16.425 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd36:3fb2:6330::/56 2024-06-05 08:28:16.427 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd36:3fb2:6330::/56 2024-06-05 08:28:16.428 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-06-05 08:28:16.432 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd36:3fb2:6330::/64 2024-06-05 08:28:16.433 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-06-05 08:28:16.435 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-06-05 08:28:16.436 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-06-05 08:28:16.438 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-06-05 08:28:16.439 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-06-05 08:28:16.441 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-06-05 08:28:16.443 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-06-05 08:28:16.444 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-06-05 08:28:16.446 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-06-05 08:28:16.447 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-06-05 08:28:16.449 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-06-05 08:28:16.450 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-06-05 08:28:16.452 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd36:3fb2:6330::/56 2024-06-05 08:28:16.453 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-06-05 08:28:16.455 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-06-05 08:28:16.457 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-06-05 08:28:16.458 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-06-05 08:28:16.458 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-06-05 08:28:16.462 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-06-05 08:28:16.464 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-06-05 08:28:16.464 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-06-05 08:28:16.465 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-06-05 08:28:16.468 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-06-05 08:28:16.471 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-06-05 08:28:16.473 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-06-05 08:28:16.474 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-06-05 08:28:16.476 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-06-05 08:28:16.477 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-06-05 08:28:16.479 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-06-05 08:28:16.490 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-06-05 08:28:16.500 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-06-05 08:28:16.510 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-06-05 08:28:16.519 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-06-05 08:28:16.567 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-06-05 08:28:16.569 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-06-05 08:28:16.570 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-06-05 08:28:16.572 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-06-05 08:28:16.574 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-06-05 08:28:16.576 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-06-05 08:28:16.576 | False' 2024-06-05 08:28:16.578 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-06-05 08:28:16.589 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-06-05 08:28:16.590 | + stack.sh:main:650 : run_phase source 2024-06-05 08:28:16.592 | + functions-common:run_phase:1863 : local mode=source 2024-06-05 08:28:16.594 | + functions-common:run_phase:1864 : local phase= 2024-06-05 08:28:16.595 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:28:16.597 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:28:16.598 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:28:16.600 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:28:16.601 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:28:16.603 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:28:16.606 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:28:16.608 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:28:16.609 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:28:16.611 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-06-05 08:28:16.613 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:28:16.624 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:16.625 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-06-05 08:28:16.627 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-06-05 08:28:16.654 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-06-05 08:28:16.655 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-06-05 08:28:16.657 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-06-05 08:28:16.659 | + functions-common:run_phase:1885 : load_plugin_settings 2024-06-05 08:28:16.660 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-06-05 08:28:16.662 | + functions-common:load_plugin_settings:1800 : local plugin 2024-06-05 08:28:16.664 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-06-05 08:28:16.665 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-06-05 08:28:16.665 | Loading plugin settings 2024-06-05 08:28:16.667 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-06-05 08:28:16.669 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:28:16.670 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-06-05 08:28:16.672 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-06-05 08:28:16.674 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-06-05 08:28:16.675 | ++ functions-common:define_plugin:1907 : : 2024-06-05 08:28:16.677 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-06-05 08:28:16.678 | + functions-common:run_phase:1886 : verify_disabled_services 2024-06-05 08:28:16.680 | + functions-common:verify_disabled_services:2146 : local service 2024-06-05 08:28:16.682 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.683 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-06-05 08:28:16.685 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.687 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-06-05 08:28:16.689 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.690 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-06-05 08:28:16.692 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.694 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-06-05 08:28:16.695 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.697 | + 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-06-05 08:28:16.699 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.701 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-06-05 08:28:16.702 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.704 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-06-05 08:28:16.706 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.707 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-06-05 08:28:16.709 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.711 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-06-05 08:28:16.713 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.715 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-06-05 08:28:16.716 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.718 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-06-05 08:28:16.720 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.722 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-06-05 08:28:16.723 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.725 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-06-05 08:28:16.727 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.728 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-06-05 08:28:16.730 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.732 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-06-05 08:28:16.734 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.735 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-06-05 08:28:16.737 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.738 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-06-05 08:28:16.740 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.742 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-06-05 08:28:16.743 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.745 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-06-05 08:28:16.747 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.748 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-06-05 08:28:16.750 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.752 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-06-05 08:28:16.753 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:28:16.755 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-06-05 08:28:16.757 | + stack.sh:main:721 : initialize_database_backends 2024-06-05 08:28:16.758 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-06-05 08:28:16.760 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-06-05 08:28:16.771 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:16.773 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-06-05 08:28:16.774 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-06-05 08:28:16.776 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-06-05 08:28:16.788 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:16.789 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-06-05 08:28:16.791 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-06-05 08:28:16.793 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-06-05 08:28:16.794 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-06-05 08:28:16.796 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-06-05 08:28:16.798 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-06-05 08:28:16.800 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-06-05 08:28:16.801 | + lib/database:initialize_database_backends:92 : return 0 2024-06-05 08:28:16.803 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-06-05 08:28:16.803 | Using mysql database backend 2024-06-05 08:28:16.805 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-06-05 08:28:16.817 | + stack.sh:main:727 : define_database_baseurl 2024-06-05 08:28:16.819 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-06-05 08:28:16.821 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-06-05 08:28:16.822 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-06-05 08:28:16.825 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-05 08:28:16.827 | + stack.sh:main:739 : is_service_enabled rabbit 2024-06-05 08:28:16.839 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:16.841 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-06-05 08:28:16.853 | + stack.sh:main:747 : is_service_enabled keystone 2024-06-05 08:28:16.864 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:16.866 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-06-05 08:28:16.878 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-06-05 08:28:16.890 | + stack.sh:main:762 : is_service_enabled ldap 2024-06-05 08:28:16.902 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:16.904 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-06-05 08:28:16.916 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:16.918 | + stack.sh:main:783 : save_stackenv 783 2024-06-05 08:28:16.920 | + functions-common:save_stackenv:60 : local tag=783 2024-06-05 08:28:16.922 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-06-05 08:28:16.925 | + functions-common:save_stackenv:62 : time_stamp=2024-06-05-082816 2024-06-05 08:28:16.927 | + functions-common:save_stackenv:63 : echo '# 2024-06-05-082816 783' 2024-06-05 08:28:16.929 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.931 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-05 08:28:16.932 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.934 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-06-05 08:28:16.936 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.938 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-06-05 08:28:16.940 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.941 | + 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-06-05 08:28:16.943 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.945 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-06-05 08:28:16.947 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.948 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-06-05 08:28:16.950 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.952 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-06-05-082813 2024-06-05 08:28:16.954 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.956 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-06-05 08:28:16.957 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.959 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-06-05 08:28:16.961 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.962 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-06-05 08:28:16.964 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.966 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-06-05 08:28:16.968 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.969 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-06-05 08:28:16.971 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.973 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-06-05 08:28:16.975 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.977 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-06-05 08:28:16.978 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:28:16.980 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-06-05 08:28:16.982 | + stack.sh:main:796 : GIT_DEPTH=0 2024-06-05 08:28:16.984 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-06-05 08:28:16.986 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-06-05 08:28:16.987 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-06-05 08:28:16.989 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-06-05 08:28:16.990 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:28:16.992 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:28:16.994 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:28:16.996 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:28:16.997 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:28:17.009 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:28:17.011 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-06-05 08:28:17.012 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:17.014 | + functions-common:git_clone:633 : echo stable/2023.1 2024-06-05 08:28:17.014 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:28:17.018 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-06-05 08:28:17.020 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:17.021 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-06-05 08:28:17.023 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:28:17.024 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:28:17.026 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:28:17.027 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:28:17.029 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:28:17.031 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:28:17.032 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:17.034 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:17.036 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:17.038 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576097036 2024-06-05 08:28:17.040 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-06-05 08:28:17.042 | Cloning into '/opt/stack//requirements'... 2024-06-05 08:28:20.189 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:28:20.190 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:20.192 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:20.194 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:20.195 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:20.197 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:20.199 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:28:20.200 | + functions-common:time_stop:2442 : start_time=1717576097036 2024-06-05 08:28:20.202 | + functions-common:time_stop:2444 : [[ -z 1717576097036 ]] 2024-06-05 08:28:20.204 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:20.207 | + functions-common:time_stop:2447 : end_time=1717576100205 2024-06-05 08:28:20.209 | + functions-common:time_stop:2448 : elapsed_time=3169 2024-06-05 08:28:20.211 | + functions-common:time_stop:2449 : total=2038 2024-06-05 08:28:20.212 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:20.214 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5207 2024-06-05 08:28:20.216 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-06-05 08:28:20.217 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-06-05 08:28:20.219 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:28:20.221 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:28:20.222 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:28:20.224 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:28:20.226 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:28:20.227 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:28:20.229 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:20.230 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:20.233 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:20.236 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576100233 2024-06-05 08:28:20.237 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-06-05 08:28:20.925 | From https://opendev.org/openstack/requirements 2024-06-05 08:28:20.925 | * branch stable/2023.1 -> FETCH_HEAD 2024-06-05 08:28:20.934 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:28:20.936 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:20.937 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:20.939 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:20.941 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:20.942 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:20.944 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:28:20.946 | + functions-common:time_stop:2442 : start_time=1717576100233 2024-06-05 08:28:20.947 | + functions-common:time_stop:2444 : [[ -z 1717576100233 ]] 2024-06-05 08:28:20.949 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:20.952 | + functions-common:time_stop:2447 : end_time=1717576100950 2024-06-05 08:28:20.954 | + functions-common:time_stop:2448 : elapsed_time=717 2024-06-05 08:28:20.956 | + functions-common:time_stop:2449 : total=5207 2024-06-05 08:28:20.957 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:20.959 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5924 2024-06-05 08:28:20.961 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:28:20.962 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:28:20.964 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:28:20.966 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:28:20.967 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:28:20.969 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:28:20.971 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:28:20.972 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:20.974 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:20.976 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:20.979 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576100977 2024-06-05 08:28:20.981 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:28:20.990 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:28:20.990 | 2024-06-05 08:28:20.990 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:28:20.990 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:28:20.990 | state without impacting any branches by switching back to a branch. 2024-06-05 08:28:20.990 | 2024-06-05 08:28:20.990 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:28:20.990 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:28:20.990 | 2024-06-05 08:28:20.990 | git switch -c 2024-06-05 08:28:20.990 | 2024-06-05 08:28:20.990 | Or undo this operation with: 2024-06-05 08:28:20.990 | 2024-06-05 08:28:20.990 | git switch - 2024-06-05 08:28:20.990 | 2024-06-05 08:28:20.991 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:28:20.991 | 2024-06-05 08:28:20.991 | HEAD is now at c15ff098 update constraint for ovsdbapp to new release 2.2.2 2024-06-05 08:28:20.993 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:28:20.995 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:20.996 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:20.998 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:21.000 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:21.001 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:21.003 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:28:21.004 | + functions-common:time_stop:2442 : start_time=1717576100977 2024-06-05 08:28:21.006 | + functions-common:time_stop:2444 : [[ -z 1717576100977 ]] 2024-06-05 08:28:21.008 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:21.011 | + functions-common:time_stop:2447 : end_time=1717576101009 2024-06-05 08:28:21.012 | + functions-common:time_stop:2448 : elapsed_time=32 2024-06-05 08:28:21.014 | + functions-common:time_stop:2449 : total=5924 2024-06-05 08:28:21.016 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:21.017 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5956 2024-06-05 08:28:21.019 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-06-05 08:28:21.029 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-06-05 08:28:21.031 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:28:21.031 | + functions-common:git_clone:696 : head -1 2024-06-05 08:28:21.033 | c15ff098 update constraint for ovsdbapp to new release 2.2.2 2024-06-05 08:28:21.036 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:28:21.038 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-06-05 08:28:21.040 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:28:21.042 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-06-05 08:28:21.044 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-06-05 08:28:21.046 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-06-05 08:28:21.048 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-06-05 08:28:21.049 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-06-05 08:28:21.051 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-06-05 08:28:21.053 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-06-05 08:28:21.055 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-06-05 08:28:21.057 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-06-05 08:28:21.060 | ++ tools/install_prereqs.sh:source:47 : NOW=1717576101 2024-06-05 08:28:21.063 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-06-05 08:28:21.066 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-06-05 08:28:21.068 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-06-05 08:28:21.070 | ++ tools/install_prereqs.sh:source:49 : DELTA=1717576101 2024-06-05 08:28:21.072 | ++ tools/install_prereqs.sh:source:50 : [[ 1717576101 -lt 7200 ]] 2024-06-05 08:28:21.074 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-06-05 08:28:21.076 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-06-05 08:28:21.078 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-06-05 08:28:21.079 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-06-05 08:28:21.081 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-06-05 08:28:21.083 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-06-05 08:28:21.085 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-06-05 08:28:21.087 | +++ 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-06-05 08:28:21.114 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-06-05 08:28:21.114 | apache2-dev 2024-06-05 08:28:21.114 | bc 2024-06-05 08:28:21.114 | bsdmainutils 2024-06-05 08:28:21.114 | curl 2024-06-05 08:28:21.114 | g++ 2024-06-05 08:28:21.114 | gawk 2024-06-05 08:28:21.114 | gcc 2024-06-05 08:28:21.114 | gettext 2024-06-05 08:28:21.114 | git 2024-06-05 08:28:21.114 | graphviz 2024-06-05 08:28:21.114 | iputils-ping 2024-06-05 08:28:21.115 | libapache2-mod-proxy-uwsgi 2024-06-05 08:28:21.115 | libffi-dev 2024-06-05 08:28:21.115 | libjpeg-dev 2024-06-05 08:28:21.115 | libpcre3-dev 2024-06-05 08:28:21.115 | libpq-dev 2024-06-05 08:28:21.115 | libssl-dev 2024-06-05 08:28:21.115 | libsystemd-dev 2024-06-05 08:28:21.115 | libxml2-dev 2024-06-05 08:28:21.115 | libxslt1-dev 2024-06-05 08:28:21.115 | libyaml-dev 2024-06-05 08:28:21.115 | lsof 2024-06-05 08:28:21.115 | openssh-server 2024-06-05 08:28:21.115 | openssl 2024-06-05 08:28:21.115 | pkg-config 2024-06-05 08:28:21.115 | psmisc 2024-06-05 08:28:21.115 | python3-dev 2024-06-05 08:28:21.115 | python3-pip 2024-06-05 08:28:21.115 | python3-systemd 2024-06-05 08:28:21.115 | python3-venv 2024-06-05 08:28:21.115 | tar 2024-06-05 08:28:21.115 | tcpdump 2024-06-05 08:28:21.115 | unzip 2024-06-05 08:28:21.115 | uuid-runtime 2024-06-05 08:28:21.115 | wget 2024-06-05 08:28:21.115 | wget 2024-06-05 08:28:21.115 | zlib1g-dev 2024-06-05 08:28:21.115 | libkrb5-dev 2024-06-05 08:28:21.115 | libldap2-dev 2024-06-05 08:28:21.115 | libsasl2-dev 2024-06-05 08:28:21.115 | memcached 2024-06-05 08:28:21.115 | python3-mysqldb 2024-06-05 08:28:21.115 | sqlite3 2024-06-05 08:28:21.115 | conntrack 2024-06-05 08:28:21.115 | curl 2024-06-05 08:28:21.115 | ebtables 2024-06-05 08:28:21.115 | genisoimage 2024-06-05 08:28:21.115 | iptables 2024-06-05 08:28:21.115 | iputils-arping 2024-06-05 08:28:21.115 | kpartx 2024-06-05 08:28:21.115 | libjs-jquery-tablesorter 2024-06-05 08:28:21.115 | parted 2024-06-05 08:28:21.115 | pm-utils 2024-06-05 08:28:21.115 | python3-mysqldb 2024-06-05 08:28:21.115 | socat 2024-06-05 08:28:21.115 | sqlite3 2024-06-05 08:28:21.115 | sudo 2024-06-05 08:28:21.115 | vlan 2024-06-05 08:28:21.116 | lsscsi 2024-06-05 08:28:21.116 | open-iscsi 2024-06-05 08:28:21.116 | lvm2 2024-06-05 08:28:21.116 | qemu-utils 2024-06-05 08:28:21.116 | thin-provisioning-tools 2024-06-05 08:28:21.116 | acl 2024-06-05 08:28:21.116 | dnsmasq-base 2024-06-05 08:28:21.116 | dnsmasq-utils 2024-06-05 08:28:21.116 | ebtables 2024-06-05 08:28:21.116 | haproxy 2024-06-05 08:28:21.116 | iptables 2024-06-05 08:28:21.116 | iputils-arping 2024-06-05 08:28:21.116 | iputils-ping 2024-06-05 08:28:21.116 | postgresql-server-dev-all 2024-06-05 08:28:21.116 | python3-mysqldb 2024-06-05 08:28:21.116 | sqlite3 2024-06-05 08:28:21.116 | sudo 2024-06-05 08:28:21.116 | vlan 2024-06-05 08:28:21.116 | ipset 2024-06-05 08:28:21.116 | conntrack 2024-06-05 08:28:21.116 | conntrackd 2024-06-05 08:28:21.116 | keepalived' 2024-06-05 08:28:21.116 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-06-05 08:28:21.132 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-06-05 08:28:21.132 | apache2-dev 2024-06-05 08:28:21.132 | bc 2024-06-05 08:28:21.132 | bsdmainutils 2024-06-05 08:28:21.132 | curl 2024-06-05 08:28:21.132 | g++ 2024-06-05 08:28:21.132 | gawk 2024-06-05 08:28:21.132 | gcc 2024-06-05 08:28:21.132 | gettext 2024-06-05 08:28:21.132 | git 2024-06-05 08:28:21.132 | graphviz 2024-06-05 08:28:21.132 | iputils-ping 2024-06-05 08:28:21.132 | libapache2-mod-proxy-uwsgi 2024-06-05 08:28:21.132 | libffi-dev 2024-06-05 08:28:21.132 | libjpeg-dev 2024-06-05 08:28:21.132 | libpcre3-dev 2024-06-05 08:28:21.132 | libpq-dev 2024-06-05 08:28:21.132 | libssl-dev 2024-06-05 08:28:21.132 | libsystemd-dev 2024-06-05 08:28:21.132 | libxml2-dev 2024-06-05 08:28:21.132 | libxslt1-dev 2024-06-05 08:28:21.132 | libyaml-dev 2024-06-05 08:28:21.132 | lsof 2024-06-05 08:28:21.132 | openssh-server 2024-06-05 08:28:21.132 | openssl 2024-06-05 08:28:21.132 | pkg-config 2024-06-05 08:28:21.132 | psmisc 2024-06-05 08:28:21.132 | python3-dev 2024-06-05 08:28:21.132 | python3-pip 2024-06-05 08:28:21.132 | python3-systemd 2024-06-05 08:28:21.132 | python3-venv 2024-06-05 08:28:21.132 | tar 2024-06-05 08:28:21.133 | tcpdump 2024-06-05 08:28:21.133 | unzip 2024-06-05 08:28:21.133 | uuid-runtime 2024-06-05 08:28:21.133 | wget 2024-06-05 08:28:21.133 | wget 2024-06-05 08:28:21.133 | zlib1g-dev 2024-06-05 08:28:21.133 | libkrb5-dev 2024-06-05 08:28:21.133 | libldap2-dev 2024-06-05 08:28:21.133 | libsasl2-dev 2024-06-05 08:28:21.133 | memcached 2024-06-05 08:28:21.133 | python3-mysqldb 2024-06-05 08:28:21.133 | sqlite3 2024-06-05 08:28:21.133 | conntrack 2024-06-05 08:28:21.133 | curl 2024-06-05 08:28:21.133 | ebtables 2024-06-05 08:28:21.133 | genisoimage 2024-06-05 08:28:21.133 | iptables 2024-06-05 08:28:21.133 | iputils-arping 2024-06-05 08:28:21.133 | kpartx 2024-06-05 08:28:21.133 | libjs-jquery-tablesorter 2024-06-05 08:28:21.133 | parted 2024-06-05 08:28:21.133 | pm-utils 2024-06-05 08:28:21.133 | python3-mysqldb 2024-06-05 08:28:21.133 | socat 2024-06-05 08:28:21.134 | sqlite3 2024-06-05 08:28:21.134 | sudo 2024-06-05 08:28:21.134 | vlan 2024-06-05 08:28:21.134 | lsscsi 2024-06-05 08:28:21.134 | open-iscsi 2024-06-05 08:28:21.134 | lvm2 2024-06-05 08:28:21.134 | qemu-utils 2024-06-05 08:28:21.134 | thin-provisioning-tools 2024-06-05 08:28:21.134 | acl 2024-06-05 08:28:21.134 | dnsmasq-base 2024-06-05 08:28:21.134 | dnsmasq-utils 2024-06-05 08:28:21.134 | ebtables 2024-06-05 08:28:21.134 | haproxy 2024-06-05 08:28:21.134 | iptables 2024-06-05 08:28:21.134 | iputils-arping 2024-06-05 08:28:21.134 | iputils-ping 2024-06-05 08:28:21.134 | postgresql-server-dev-all 2024-06-05 08:28:21.134 | python3-mysqldb 2024-06-05 08:28:21.134 | sqlite3 2024-06-05 08:28:21.134 | sudo 2024-06-05 08:28:21.134 | vlan 2024-06-05 08:28:21.134 | ipset 2024-06-05 08:28:21.134 | conntrack 2024-06-05 08:28:21.134 | conntrackd 2024-06-05 08:28:21.134 | keepalived ' 2024-06-05 08:28:21.134 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-06-05 08:28:21.136 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:21.138 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:21.140 | ++ 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-06-05 08:28:21.140 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-06-05 08:28:21.144 | ++ 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-06-05 08:28:21.145 | ++ functions-common:install_package:1459 : update_package_repo 2024-06-05 08:28:21.147 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:28:21.148 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-06-05 08:28:21.150 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:28:21.152 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:21.154 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:28:21.155 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:21.157 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:21.159 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:28:21.160 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-06-05 08:28:21.162 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:21.164 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-06-05 08:28:21.165 | +++ functions-common:apt_get_update:1193 : id -u 2024-06-05 08:28:21.169 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-06-05 08:28:21.170 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-06-05 08:28:21.172 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-06-05 08:28:21.173 | ++ functions-common:time_start:2422 : local start_time= 2024-06-05 08:28:21.175 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:28:21.177 | +++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:28:21.180 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1717576101178 2024-06-05 08:28:21.182 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-06-05 08:28:21.183 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-06-05 08:28:21.185 | ++ 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-06-05 08:28:21.385 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-06-05 08:28:21.390 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-06-05 08:28:21.410 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-06-05 08:28:21.499 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-05 08:28:21.587 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,687 kB] 2024-06-05 08:28:21.626 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [313 kB] 2024-06-05 08:28:21.643 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-06-05 08:28:21.667 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-06-05 08:28:21.680 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,077 kB] 2024-06-05 08:28:21.692 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [247 kB] 2024-06-05 08:28:21.712 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-05 08:28:21.727 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-05 08:28:22.002 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,476 kB] 2024-06-05 08:28:22.600 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [254 kB] 2024-06-05 08:28:22.611 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,876 kB] 2024-06-05 08:28:22.720 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [318 kB] 2024-06-05 08:28:22.733 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [854 kB] 2024-06-05 08:28:22.768 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [165 kB] 2024-06-05 08:28:26.098 | Fetched 11.0 MB in 2s (5,621 kB/s) 2024-06-05 08:28:27.135 | Reading package lists... 2024-06-05 08:28:27.160 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-06-05 08:28:27.162 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-06-05 08:28:27.164 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:28:27.166 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:27.168 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:27.169 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:28:27.171 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:27.173 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-06-05 08:28:27.174 | ++ functions-common:time_stop:2442 : start_time=1717576101178 2024-06-05 08:28:27.176 | ++ functions-common:time_stop:2444 : [[ -z 1717576101178 ]] 2024-06-05 08:28:27.178 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:27.181 | ++ functions-common:time_stop:2447 : end_time=1717576107179 2024-06-05 08:28:27.183 | ++ functions-common:time_stop:2448 : elapsed_time=6001 2024-06-05 08:28:27.184 | ++ functions-common:time_stop:2449 : total=0 2024-06-05 08:28:27.186 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:27.188 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6001 2024-06-05 08:28:27.190 | ++ 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-06-05 08:28:27.192 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:28:27.194 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:27.195 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:27.197 | ++ 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-06-05 08:28:27.213 | ++ 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-06-05 08:28:27.272 | Reading package lists... 2024-06-05 08:28:27.493 | Building dependency tree... 2024-06-05 08:28:27.494 | Reading state information... 2024-06-05 08:28:27.514 | acl is already the newest version (2.3.1-1). 2024-06-05 08:28:27.514 | bc is already the newest version (1.07.1-3build1). 2024-06-05 08:28:27.514 | bc set to manually installed. 2024-06-05 08:28:27.514 | conntrack is already the newest version (1:1.4.6-2build2). 2024-06-05 08:28:27.514 | ebtables is already the newest version (2.0.11-4build2). 2024-06-05 08:28:27.514 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-06-05 08:28:27.514 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-06-05 08:28:27.514 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-06-05 08:28:27.514 | gettext is already the newest version (0.21-4ubuntu4). 2024-06-05 08:28:27.514 | ipset is already the newest version (7.15-1build1). 2024-06-05 08:28:27.514 | iputils-arping is already the newest version (3:20211215-1). 2024-06-05 08:28:27.514 | iputils-ping is already the newest version (3:20211215-1). 2024-06-05 08:28:27.514 | iputils-ping set to manually installed. 2024-06-05 08:28:27.514 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-06-05 08:28:27.514 | libffi-dev is already the newest version (3.4.2-4). 2024-06-05 08:28:27.514 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-06-05 08:28:27.514 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-06-05 08:28:27.514 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-06-05 08:28:27.514 | lsof set to manually installed. 2024-06-05 08:28:27.514 | lsscsi is already the newest version (0.31-1build2). 2024-06-05 08:28:27.514 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-06-05 08:28:27.514 | lvm2 set to manually installed. 2024-06-05 08:28:27.514 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-06-05 08:28:27.514 | open-iscsi set to manually installed. 2024-06-05 08:28:27.514 | parted is already the newest version (3.4-2build1). 2024-06-05 08:28:27.514 | parted set to manually installed. 2024-06-05 08:28:27.514 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-06-05 08:28:27.514 | psmisc is already the newest version (23.4-2build3). 2024-06-05 08:28:27.514 | psmisc set to manually installed. 2024-06-05 08:28:27.514 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-06-05 08:28:27.514 | python3-systemd is already the newest version (234-3ubuntu2). 2024-06-05 08:28:27.514 | python3-systemd set to manually installed. 2024-06-05 08:28:27.514 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-06-05 08:28:27.514 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-06-05 08:28:27.514 | thin-provisioning-tools set to manually installed. 2024-06-05 08:28:27.514 | wget is already the newest version (1.21.2-2ubuntu1). 2024-06-05 08:28:27.514 | wget set to manually installed. 2024-06-05 08:28:27.514 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-06-05 08:28:27.514 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-06-05 08:28:27.514 | graphviz is already the newest version (2.42.2-6). 2024-06-05 08:28:27.514 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-06-05 08:28:27.514 | pm-utils is already the newest version (1.4.1-19). 2024-06-05 08:28:27.514 | postgresql-server-dev-all is already the newest version (238). 2024-06-05 08:28:27.514 | vlan is already the newest version (2.0.5ubuntu5). 2024-06-05 08:28:27.514 | apache2 is already the newest version (2.4.52-1ubuntu4.9). 2024-06-05 08:28:27.514 | apache2-dev is already the newest version (2.4.52-1ubuntu4.9). 2024-06-05 08:28:27.514 | curl is already the newest version (7.81.0-1ubuntu1.16). 2024-06-05 08:28:27.514 | curl set to manually installed. 2024-06-05 08:28:27.514 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-06-05 08:28:27.514 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-06-05 08:28:27.514 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-06-05 08:28:27.514 | gawk set to manually installed. 2024-06-05 08:28:27.514 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-06-05 08:28:27.514 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-06-05 08:28:27.514 | iptables set to manually installed. 2024-06-05 08:28:27.514 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-06-05 08:28:27.514 | kpartx set to manually installed. 2024-06-05 08:28:27.514 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-06-05 08:28:27.514 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-06-05 08:28:27.514 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-06-05 08:28:27.514 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-06-05 08:28:27.514 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-06-05 08:28:27.514 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-06-05 08:28:27.514 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-06-05 08:28:27.514 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-06-05 08:28:27.514 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-06-05 08:28:27.514 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.7). 2024-06-05 08:28:27.514 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-06-05 08:28:27.514 | openssl set to manually installed. 2024-06-05 08:28:27.514 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-06-05 08:28:27.514 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.19). 2024-06-05 08:28:27.514 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-06-05 08:28:27.514 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-06-05 08:28:27.514 | sudo set to manually installed. 2024-06-05 08:28:27.690 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-06-05 08:28:27.690 | tar set to manually installed. 2024-06-05 08:28:27.690 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-06-05 08:28:27.690 | tcpdump set to manually installed. 2024-06-05 08:28:27.690 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-06-05 08:28:27.690 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-06-05 08:28:27.690 | uuid-runtime set to manually installed. 2024-06-05 08:28:27.690 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-06-05 08:28:27.690 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.9). 2024-06-05 08:28:27.690 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-06-05 08:28:27.690 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-06-05 08:28:27.690 | The following packages were automatically installed and are no longer required: 2024-06-05 08:28:27.690 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:28:27.690 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:28:27.691 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:28:27.691 | The following additional packages will be installed: 2024-06-05 08:28:27.692 | libpq5 2024-06-05 08:28:27.693 | Suggested packages: 2024-06-05 08:28:27.693 | git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb 2024-06-05 08:28:27.693 | git-cvs git-mediawiki git-svn postgresql-doc-14 2024-06-05 08:28:27.708 | The following packages will be upgraded: 2024-06-05 08:28:27.709 | git libpq-dev libpq5 2024-06-05 08:28:28.226 | 3 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:28:28.226 | Need to get 0 B/3,461 kB of archives. 2024-06-05 08:28:28.226 | After this operation, 28.7 kB of additional disk space will be used. 2024-06-05 08:28:28.930 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 196437 files and directories currently installed.) 2024-06-05 08:28:28.940 | Preparing to unpack .../git_1%3a2.34.1-1ubuntu1.11_amd64.deb ... 2024-06-05 08:28:28.972 | Unpacking git (1:2.34.1-1ubuntu1.11) over (1:2.34.1-1ubuntu1.10) ... 2024-06-05 08:28:29.294 | Preparing to unpack .../libpq-dev_14.12-0ubuntu0.22.04.1_amd64.deb ... 2024-06-05 08:28:29.306 | Unpacking libpq-dev (14.12-0ubuntu0.22.04.1) over (14.11-0ubuntu0.22.04.1) ... 2024-06-05 08:28:29.484 | Preparing to unpack .../libpq5_14.12-0ubuntu0.22.04.1_amd64.deb ... 2024-06-05 08:28:29.500 | Unpacking libpq5:amd64 (14.12-0ubuntu0.22.04.1) over (14.11-0ubuntu0.22.04.1) ... 2024-06-05 08:28:29.563 | Setting up libpq5:amd64 (14.12-0ubuntu0.22.04.1) ... 2024-06-05 08:28:29.574 | Setting up libpq-dev (14.12-0ubuntu0.22.04.1) ... 2024-06-05 08:28:29.585 | Setting up git (1:2.34.1-1ubuntu1.11) ... 2024-06-05 08:28:29.605 | Processing triggers for man-db (2.10.2-1) ... 2024-06-05 08:28:29.818 | Processing triggers for libc-bin (2.35-0ubuntu3.7) ... 2024-06-05 08:28:30.225 | NEEDRESTART-VER: 3.5 2024-06-05 08:28:30.644 | NEEDRESTART-KCUR: 6.5.0-28-generic 2024-06-05 08:28:30.644 | NEEDRESTART-KEXP: 6.5.0-28-generic 2024-06-05 08:28:30.644 | NEEDRESTART-KSTA: 1 2024-06-05 08:28:32.112 | ++ functions-common:apt_get:1230 : result=0 2024-06-05 08:28:32.113 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:28:32.115 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:28:32.117 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:32.119 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:32.121 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:28:32.122 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:32.124 | ++ functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:28:32.125 | ++ functions-common:time_stop:2442 : start_time=1717576107211 2024-06-05 08:28:32.127 | ++ functions-common:time_stop:2444 : [[ -z 1717576107211 ]] 2024-06-05 08:28:32.129 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:32.133 | ++ functions-common:time_stop:2447 : end_time=1717576112131 2024-06-05 08:28:32.134 | ++ functions-common:time_stop:2448 : elapsed_time=4920 2024-06-05 08:28:32.136 | ++ functions-common:time_stop:2449 : total=563 2024-06-05 08:28:32.138 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:32.139 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5483 2024-06-05 08:28:32.141 | ++ functions-common:apt_get:1234 : return 0 2024-06-05 08:28:32.143 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-06-05 08:28:32.145 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-06-05 08:28:32.147 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-06-05 08:28:32.150 | ++ tools/install_prereqs.sh:source:89 : date 2024-06-05 08:28:32.153 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-06-05 08:28:32.155 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-06-05 08:28:32.157 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-06-05 08:28:32.490 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-06-05 08:28:32.491 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-06-05 08:28:32.493 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-06-05 08:28:32.494 | + tools/install_pip.sh:main:43 : GetDistro 2024-06-05 08:28:32.496 | + functions-common:GetDistro:449 : GetOSVersion 2024-06-05 08:28:32.497 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-06-05 08:28:32.499 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-06-05 08:28:32.500 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-06-05 08:28:32.502 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-06-05 08:28:32.503 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-06-05 08:28:32.504 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-06-05 08:28:32.506 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-06-05 08:28:32.507 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-06-05 08:28:32.509 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-06-05 08:28:32.511 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-06-05 08:28:32.512 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-06-05 08:28:32.513 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-06-05 08:28:32.515 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-06-05 08:28:32.516 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-06-05 08:28:32.517 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-06-05 08:28:32.519 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-06-05 08:28:32.520 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-06-05 08:28:32.522 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-06-05 08:28:32.523 | + functions-common:_ensure_lsb_release:394 : return 2024-06-05 08:28:32.524 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-06-05 08:28:32.560 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-06-05 08:28:32.561 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-06-05 08:28:32.595 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-06-05 08:28:32.597 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-06-05 08:28:32.633 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-06-05 08:28:32.634 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-06-05 08:28:32.635 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-06-05 08:28:32.637 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-06-05 08:28:32.638 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-06-05 08:28:32.640 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-06-05 08:28:32.641 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-06-05 08:28:32.642 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-06-05 08:28:32.644 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-06-05 08:28:32.645 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-06-05 08:28:32.646 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-06-05 08:28:32.646 | Distro: jammy 2024-06-05 08:28:32.648 | + tools/install_pip.sh:main:124 : get_versions 2024-06-05 08:28:32.649 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-06-05 08:28:32.652 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-06-05 08:28:32.653 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-06-05 08:28:32.655 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-06-05 08:28:32.656 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-06-05 08:28:32.779 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-06-05 08:28:32.781 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-06-05 08:28:32.781 | pip: 0.1.15 2024-06-05 08:28:32.782 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-06-05 08:28:32.784 | + tools/install_pip.sh:main:130 : is_fedora 2024-06-05 08:28:32.785 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:28:32.787 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:28:32.788 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:28:32.789 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:28:32.791 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:28:32.792 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:28:32.793 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:28:32.794 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:28:32.796 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:28:32.797 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:28:32.798 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:28:32.800 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:28:32.801 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-06-05 08:28:32.802 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:32.804 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:32.805 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-06-05 08:28:32.808 | + tools/install_pip.sh:main:153 : set -x 2024-06-05 08:28:32.809 | + tools/install_pip.sh:main:156 : get_versions 2024-06-05 08:28:32.811 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-06-05 08:28:32.814 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-06-05 08:28:32.815 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-06-05 08:28:32.817 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-06-05 08:28:32.817 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-06-05 08:28:32.826 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-06-05 08:28:32.828 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-06-05 08:28:32.828 | pip: 0.1.15 2024-06-05 08:28:32.830 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-06-05 08:28:32.833 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-06-05 08:28:32.835 | + stack.sh:main:822 : fixup_all 2024-06-05 08:28:32.836 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-06-05 08:28:32.838 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-06-05 08:28:32.840 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:32.841 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:32.843 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-06-05 08:28:32.853 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-06-05 08:28:32.862 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-06-05 08:28:32.870 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-06-05 08:28:32.872 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-06-05 08:28:32.873 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:28:32.875 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:28:32.877 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:28:32.878 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:28:32.880 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:28:32.881 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:28:32.883 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:28:32.885 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:28:32.886 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:28:32.888 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:28:32.889 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:28:32.891 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:28:32.893 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-06-05 08:28:32.894 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-06-05 08:28:32.896 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-06-05 08:28:32.898 | + functions-common:is_suse:544 : is_opensuse 2024-06-05 08:28:32.900 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:28:32.902 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:28:32.904 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:28:32.905 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:28:32.907 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:28:32.909 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-06-05 08:28:32.910 | + stack.sh:main:825 : pip_install -U os-testr 2024-06-05 08:28:32.926 | Using python 3.10 to install os-testr 2024-06-05 08:28:32.928 | + 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-06-05 08:28:33.992 | Collecting os-testr 2024-06-05 08:28:34.010 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-06-05 08:28:34.072 | Collecting pbr!=2.1.0,>=2.0.0 2024-06-05 08:28:34.086 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-06-05 08:28:34.115 | Collecting python-subunit>=1.0.0 2024-06-05 08:28:34.120 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-06-05 08:28:34.123 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-06-05 08:28:34.130 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-06-05 08:28:34.322 | Installing collected packages: python-subunit, pbr, os-testr 2024-06-05 08:28:34.323 | Attempting uninstall: python-subunit 2024-06-05 08:28:34.324 | Found existing installation: python-subunit 1.4.0 2024-06-05 08:28:34.326 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:28:34.327 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-06-05 08:28:34.416 | Attempting uninstall: pbr 2024-06-05 08:28:34.416 | Found existing installation: pbr 5.8.0 2024-06-05 08:28:34.418 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:28:34.418 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-06-05 08:28:34.478 | Attempting uninstall: os-testr 2024-06-05 08:28:34.479 | Found existing installation: os-testr 2.0.1 2024-06-05 08:28:34.480 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:28:34.481 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-06-05 08:28:34.503 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-06-05 08:28:34.504 | 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-06-05 08:28:34.590 | + inc/python:pip_install:196 : result=0 2024-06-05 08:28:34.591 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:28:34.593 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:34.595 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:34.596 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:34.598 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:34.600 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:34.601 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:28:34.603 | + functions-common:time_stop:2442 : start_time=1717576112922 2024-06-05 08:28:34.604 | + functions-common:time_stop:2444 : [[ -z 1717576112922 ]] 2024-06-05 08:28:34.606 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:34.609 | + functions-common:time_stop:2447 : end_time=1717576114608 2024-06-05 08:28:34.611 | + functions-common:time_stop:2448 : elapsed_time=1686 2024-06-05 08:28:34.612 | + functions-common:time_stop:2449 : total=0 2024-06-05 08:28:34.614 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:34.615 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1686 2024-06-05 08:28:34.617 | + inc/python:pip_install:199 : return 0 2024-06-05 08:28:34.619 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-06-05 08:28:34.661 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-06-05 08:28:34.734 | + stack.sh:main:836 : install_infra 2024-06-05 08:28:34.736 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-06-05 08:28:34.737 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-06-05 08:28:34.739 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-06-05 08:28:37.896 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-06-05 08:28:37.898 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-06-05 08:28:37.916 | + 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-06-05 08:28:38.857 | Collecting pbr 2024-06-05 08:28:38.861 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-06-05 08:28:38.886 | Installing collected packages: pbr 2024-06-05 08:28:38.952 | Successfully installed pbr-5.11.1 2024-06-05 08:28:39.037 | + inc/python:pip_install:196 : result=0 2024-06-05 08:28:39.039 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:28:39.041 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:39.043 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:39.044 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:39.046 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:39.047 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:39.049 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:28:39.051 | + functions-common:time_stop:2442 : start_time=1717576117910 2024-06-05 08:28:39.052 | + functions-common:time_stop:2444 : [[ -z 1717576117910 ]] 2024-06-05 08:28:39.054 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:39.057 | + functions-common:time_stop:2447 : end_time=1717576119055 2024-06-05 08:28:39.059 | + functions-common:time_stop:2448 : elapsed_time=1145 2024-06-05 08:28:39.060 | + functions-common:time_stop:2449 : total=1686 2024-06-05 08:28:39.062 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:39.064 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2831 2024-06-05 08:28:39.065 | + inc/python:pip_install:199 : return 0 2024-06-05 08:28:39.067 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-06-05 08:28:39.069 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-06-05 08:28:39.085 | + 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-06-05 08:28:39.942 | Processing /opt/stack/requirements 2024-06-05 08:28:39.943 | Preparing metadata (setup.py): started 2024-06-05 08:28:40.699 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:28:40.796 | Collecting Parsley>=1.2 2024-06-05 08:28:40.800 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-06-05 08:28:40.878 | Collecting PyYAML>=3.12 2024-06-05 08:28:40.887 | 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-06-05 08:28:40.914 | Collecting beagle>=0.2.1 2024-06-05 08:28:40.917 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-06-05 08:28:40.942 | Collecting fixtures>=3.0.0 2024-06-05 08:28:40.942 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-06-05 08:28:40.991 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-06-05 08:28:40.994 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-06-05 08:28:41.053 | Collecting requests>=2.14.2 2024-06-05 08:28:41.057 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-06-05 08:28:41.086 | Collecting six>=1.10.0 2024-06-05 08:28:41.089 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-06-05 08:28:41.107 | 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.dev6076) (5.11.1) 2024-06-05 08:28:41.150 | Collecting cliff>=2.11.0 2024-06-05 08:28:41.156 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-06-05 08:28:41.227 | Collecting pyparsing!=3.0.5,>=2.0.2 2024-06-05 08:28:41.239 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-06-05 08:28:41.313 | Collecting urllib3<1.27,>=1.21.1 2024-06-05 08:28:41.317 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-06-05 08:28:41.483 | Collecting charset-normalizer<3,>=2 2024-06-05 08:28:41.486 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-06-05 08:28:41.527 | Collecting certifi>=2017.4.17 2024-06-05 08:28:41.531 | Using cached certifi-2024.6.2-py3-none-any.whl (164 kB) 2024-06-05 08:28:41.558 | Collecting idna<4,>=2.5 2024-06-05 08:28:41.561 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-06-05 08:28:41.602 | Collecting PrettyTable>=0.7.2 2024-06-05 08:28:41.605 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-06-05 08:28:41.710 | Collecting importlib-metadata>=4.4 2024-06-05 08:28:41.713 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-06-05 08:28:41.772 | Collecting cmd2>=1.0.0 2024-06-05 08:28:41.775 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-06-05 08:28:41.816 | Collecting stevedore>=2.0.1 2024-06-05 08:28:41.819 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-06-05 08:28:41.844 | Collecting autopage>=0.4.0 2024-06-05 08:28:41.846 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-06-05 08:28:41.922 | Collecting attrs>=16.3.0 2024-06-05 08:28:41.925 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-06-05 08:28:41.947 | Collecting pyperclip>=1.6 2024-06-05 08:28:41.947 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-06-05 08:28:41.972 | Collecting wcwidth>=0.1.7 2024-06-05 08:28:41.974 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-06-05 08:28:42.045 | Collecting zipp>=0.5 2024-06-05 08:28:42.055 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-06-05 08:28:42.113 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-06-05 08:28:42.257 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, pyparsing, PrettyTable, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, packaging, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-06-05 08:28:43.157 | Running setup.py install for openstack-requirements: started 2024-06-05 08:28:44.584 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-06-05 08:28:44.590 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.6.2 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6076 packaging-21.3 pyparsing-3.0.9 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-06-05 08:28:44.698 | + inc/python:pip_install:196 : result=0 2024-06-05 08:28:44.700 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:28:44.702 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:44.703 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:44.705 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:44.707 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:44.708 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:44.710 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:28:44.712 | + functions-common:time_stop:2442 : start_time=1717576119079 2024-06-05 08:28:44.714 | + functions-common:time_stop:2444 : [[ -z 1717576119079 ]] 2024-06-05 08:28:44.715 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:44.719 | + functions-common:time_stop:2447 : end_time=1717576124717 2024-06-05 08:28:44.720 | + functions-common:time_stop:2448 : elapsed_time=5638 2024-06-05 08:28:44.722 | + functions-common:time_stop:2449 : total=2831 2024-06-05 08:28:44.724 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:44.725 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8469 2024-06-05 08:28:44.727 | + inc/python:pip_install:199 : return 0 2024-06-05 08:28:44.729 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-06-05 08:28:44.731 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-06-05 08:28:44.733 | + inc/python:use_library_from_git:246 : local name=pbr 2024-06-05 08:28:44.735 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:44.736 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:44.738 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-06-05 08:28:44.740 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:44.742 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-06-05 08:28:44.757 | Using python 3.10 to install pbr 2024-06-05 08:28:44.758 | + 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-06-05 08:28:45.660 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-06-05 08:28:45.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-06-05 08:28:46.020 | + inc/python:pip_install:196 : result=0 2024-06-05 08:28:46.022 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:28:46.024 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:46.026 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:46.028 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:46.030 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:46.032 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:46.033 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:28:46.035 | + functions-common:time_stop:2442 : start_time=1717576124753 2024-06-05 08:28:46.037 | + functions-common:time_stop:2444 : [[ -z 1717576124753 ]] 2024-06-05 08:28:46.039 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:46.042 | + functions-common:time_stop:2447 : end_time=1717576126040 2024-06-05 08:28:46.044 | + functions-common:time_stop:2448 : elapsed_time=1287 2024-06-05 08:28:46.046 | + functions-common:time_stop:2449 : total=8469 2024-06-05 08:28:46.047 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:46.049 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9756 2024-06-05 08:28:46.051 | + inc/python:pip_install:199 : return 0 2024-06-05 08:28:46.053 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-06-05 08:28:49.205 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-06-05 08:28:49.717 | Collecting bindep 2024-06-05 08:28:49.724 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-06-05 08:28:49.774 | Collecting packaging 2024-06-05 08:28:49.776 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-06-05 08:28:49.822 | Collecting pbr>=2.0.0 2024-06-05 08:28:49.825 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-06-05 08:28:49.843 | Collecting Parsley 2024-06-05 08:28:49.844 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-06-05 08:28:49.866 | Collecting distro>=1.7.0 2024-06-05 08:28:49.868 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-06-05 08:28:49.901 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-06-05 08:28:50.132 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-06-05 08:28:50.208 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-06-05 08:28:50.210 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-06-05 08:28:50.212 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-06-05 08:28:50.225 | + stack.sh:main:845 : pkgs= 2024-06-05 08:28:50.227 | + stack.sh:main:846 : [[ -n '' ]] 2024-06-05 08:28:50.229 | + stack.sh:main:853 : run_phase stack pre-install 2024-06-05 08:28:50.230 | + functions-common:run_phase:1863 : local mode=stack 2024-06-05 08:28:50.232 | + functions-common:run_phase:1864 : local phase=pre-install 2024-06-05 08:28:50.234 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:28:50.235 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:28:50.237 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:28:50.238 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:28:50.240 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:28:50.242 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:28:50.245 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:28:50.247 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:28:50.248 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:28:50.250 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-06-05 08:28:50.251 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:28:50.262 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:50.263 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:28:50.265 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.266 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-06-05 08:28:50.268 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.269 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:28:50.271 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.272 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-06-05 08:28:50.274 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.275 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-06-05 08:28:50.276 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.278 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:28:50.279 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-05 08:28:50.281 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-05 08:28:50.283 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:28:50.284 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-05 08:28:50.286 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-06-05 08:28:50.288 | + functions-common:run_plugins:1849 : local mode=stack 2024-06-05 08:28:50.289 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-06-05 08:28:50.291 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-06-05 08:28:50.293 | + functions-common:run_plugins:1853 : local plugin 2024-06-05 08:28:50.294 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-06-05 08:28:50.296 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:28:50.297 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-05 08:28:50.299 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-06-05 08:28:50.300 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:28:50.302 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.304 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-06-05 08:28:50.305 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.307 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:28:50.308 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:28:50.310 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-06-05 08:28:50.311 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-06-05 08:28:50.313 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-06-05 08:28:50.315 | + functions:set_systemd_override:832 : local value=2048 2024-06-05 08:28:50.317 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-06-05 08:28:50.318 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-06-05 08:28:50.358 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-06-05 08:28:50.359 | Set systemd system override for DefaultLimitNOFILE=2048 2024-06-05 08:28:50.360 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-06-05 08:28:50.699 | + stack.sh:main:858 : install_rpc_backend 2024-06-05 08:28:50.701 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-06-05 08:28:50.713 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:50.715 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-06-05 08:28:50.716 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:28:50.718 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:28:50.720 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:28:50.722 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:28:50.723 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:50.725 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:28:50.726 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:50.728 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:50.730 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:28:50.731 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:28:50.733 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:28:50.734 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:28:50.736 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-06-05 08:28:50.738 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:28:50.739 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:50.741 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:50.743 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-06-05 08:28:50.758 | + 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-06-05 08:28:50.818 | Reading package lists... 2024-06-05 08:28:51.033 | Building dependency tree... 2024-06-05 08:28:51.034 | Reading state information... 2024-06-05 08:28:51.224 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-06-05 08:28:51.224 | The following packages were automatically installed and are no longer required: 2024-06-05 08:28:51.224 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:28:51.225 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:28:51.225 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:28:51.246 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:28:51.251 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:28:51.253 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:28:51.255 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:51.256 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:51.258 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:51.260 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:51.261 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:51.263 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:28:51.265 | + functions-common:time_stop:2442 : start_time=1717576130756 2024-06-05 08:28:51.266 | + functions-common:time_stop:2444 : [[ -z 1717576130756 ]] 2024-06-05 08:28:51.268 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:51.271 | + functions-common:time_stop:2447 : end_time=1717576131269 2024-06-05 08:28:51.272 | + functions-common:time_stop:2448 : elapsed_time=513 2024-06-05 08:28:51.274 | + functions-common:time_stop:2449 : total=5483 2024-06-05 08:28:51.276 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:51.277 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5996 2024-06-05 08:28:51.279 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:28:51.281 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-06-05 08:28:51.283 | + functions-common:is_suse:544 : is_opensuse 2024-06-05 08:28:51.284 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:28:51.286 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:28:51.288 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:28:51.290 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:28:51.291 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:28:51.293 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-06-05 08:28:51.294 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:28:51.296 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:28:51.298 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:28:51.299 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:28:51.301 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:28:51.302 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:28:51.304 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:28:51.306 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:28:51.307 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:28:51.309 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:28:51.310 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:28:51.312 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:28:51.314 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-06-05 08:28:51.315 | + functions-common:is_suse:544 : is_opensuse 2024-06-05 08:28:51.317 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:28:51.319 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:28:51.320 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:28:51.322 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:28:51.324 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:28:51.325 | + stack.sh:main:859 : restart_rpc_backend 2024-06-05 08:28:51.327 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-06-05 08:28:51.339 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:51.341 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-06-05 08:28:51.343 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:28:51.344 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-06-05 08:28:51.346 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-06-05 08:28:51.348 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-06-05 08:28:51.352 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-06-05 08:28:51.353 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-06-05 08:28:51.355 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-06-05 08:28:51.357 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-06-05 08:28:51.358 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-06-05 08:28:51.360 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-06-05 08:28:51.362 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-06-05 08:28:51.848 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-06-05 08:28:51.849 | user tags 2024-06-05 08:28:51.849 | guest [administrator]' 2024-06-05 08:28:51.851 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-06-05 08:28:51.851 | user tags 2024-06-05 08:28:51.851 | guest [administrator]' 2024-06-05 08:28:51.851 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-06-05 08:28:51.856 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-06-05 08:28:51.858 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-06-05 08:28:51.860 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-06-05 08:28:52.293 | Adding user "stackrabbit" ... 2024-06-05 08:28:52.300 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-06-05 08:28:52.313 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-06-05 08:28:52.737 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-06-05 08:28:52.755 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-06-05 08:28:52.757 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-06-05 08:28:53.184 | Changing password for user "stackrabbit" ... 2024-06-05 08:28:53.201 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-06-05 08:28:53.203 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-06-05 08:28:53.205 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-06-05 08:28:53.640 | Deleting user "guest" ... 2024-06-05 08:28:53.658 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-06-05 08:28:53.671 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:53.672 | + stack.sh:main:862 : install_database 2024-06-05 08:28:53.674 | + lib/database:install_database:118 : install_database_mysql 2024-06-05 08:28:53.676 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-06-05 08:28:53.678 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:53.679 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:53.681 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-06-05 08:28:53.835 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-06-05 08:28:53.837 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-06-05 08:28:53.840 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-06-05 08:28:53.842 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:53.844 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:53.846 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-06-05 08:28:53.848 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-06-05 08:28:53.851 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-06-05 08:28:53.852 | + stack.sh:main:864 : '[' -n mysql ']' 2024-06-05 08:28:53.854 | + stack.sh:main:865 : install_database_python 2024-06-05 08:28:53.856 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-06-05 08:28:53.858 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-06-05 08:28:53.860 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-06-05 08:28:53.861 | + inc/python:pip_install_gr:77 : local clean_name 2024-06-05 08:28:53.863 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-06-05 08:28:53.865 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-06-05 08:28:53.867 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-06-05 08:28:53.871 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:28:53.871 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-06-05 08:28:53.875 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-06-05 08:28:53.876 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-06-05 08:28:53.878 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-06-05 08:28:53.880 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-06-05 08:28:53.882 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-06-05 08:28:53.897 | Using python 3.10 to install PyMySQL 2024-06-05 08:28:53.899 | + 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-06-05 08:28:54.913 | Collecting PyMySQL 2024-06-05 08:28:54.916 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-06-05 08:28:55.089 | Installing collected packages: PyMySQL 2024-06-05 08:28:55.128 | Successfully installed PyMySQL-1.0.2 2024-06-05 08:28:55.128 | 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-06-05 08:28:55.210 | + inc/python:pip_install:196 : result=0 2024-06-05 08:28:55.212 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:28:55.214 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:55.216 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:55.218 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:55.220 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:55.221 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:55.223 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:28:55.225 | + functions-common:time_stop:2442 : start_time=1717576133893 2024-06-05 08:28:55.227 | + functions-common:time_stop:2444 : [[ -z 1717576133893 ]] 2024-06-05 08:28:55.229 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:55.232 | + functions-common:time_stop:2447 : end_time=1717576135230 2024-06-05 08:28:55.234 | + functions-common:time_stop:2448 : elapsed_time=1337 2024-06-05 08:28:55.235 | + functions-common:time_stop:2449 : total=9756 2024-06-05 08:28:55.237 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:55.239 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11093 2024-06-05 08:28:55.241 | + inc/python:pip_install:199 : return 0 2024-06-05 08:28:55.242 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-06-05 08:28:55.244 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-06-05 08:28:55.246 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-06-05 08:28:55.248 | + stack.sh:main:868 : is_service_enabled neutron 2024-06-05 08:28:55.261 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:55.263 | + stack.sh:main:869 : install_neutron_agent_packages 2024-06-05 08:28:55.265 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-06-05 08:28:55.277 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:55.279 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-06-05 08:28:55.281 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:28:55.283 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:28:55.284 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:28:55.286 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:28:55.288 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:55.290 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:28:55.291 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:55.293 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:55.295 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:28:55.297 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:28:55.298 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:28:55.300 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:28:55.302 | + functions-common:install_package:1460 : real_install_package radvd 2024-06-05 08:28:55.304 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:28:55.306 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:55.308 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:55.309 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-06-05 08:28:55.325 | + 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-06-05 08:28:55.383 | Reading package lists... 2024-06-05 08:28:55.610 | Building dependency tree... 2024-06-05 08:28:55.612 | Reading state information... 2024-06-05 08:28:55.796 | radvd is already the newest version (1:2.18-3build2). 2024-06-05 08:28:55.796 | The following packages were automatically installed and are no longer required: 2024-06-05 08:28:55.796 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:28:55.797 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:28:55.797 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:28:55.818 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:28:55.823 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:28:55.825 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:28:55.827 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:55.829 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:55.830 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:55.832 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:55.834 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:55.836 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:28:55.837 | + functions-common:time_stop:2442 : start_time=1717576135323 2024-06-05 08:28:55.839 | + functions-common:time_stop:2444 : [[ -z 1717576135323 ]] 2024-06-05 08:28:55.841 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:55.844 | + functions-common:time_stop:2447 : end_time=1717576135842 2024-06-05 08:28:55.846 | + functions-common:time_stop:2448 : elapsed_time=519 2024-06-05 08:28:55.848 | + functions-common:time_stop:2449 : total=5996 2024-06-05 08:28:55.850 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:55.851 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6515 2024-06-05 08:28:55.853 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:28:55.855 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-06-05 08:28:55.867 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:55.869 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-06-05 08:28:55.871 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-06-05 08:28:55.873 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-06-05 08:28:55.875 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-06-05 08:28:55.890 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-06-05 08:28:55.892 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:28:55.894 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:28:55.895 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:28:55.897 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:28:55.899 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:28:55.900 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:28:55.902 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:55.904 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:55.906 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:28:55.907 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:28:55.909 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:28:55.911 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:28:55.913 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-06-05 08:28:55.914 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:28:55.916 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:55.918 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:55.919 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-06-05 08:28:55.934 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-06-05 08:28:55.993 | Reading package lists... 2024-06-05 08:28:56.207 | Building dependency tree... 2024-06-05 08:28:56.209 | Reading state information... 2024-06-05 08:28:56.405 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-06-05 08:28:56.405 | fakeroot set to manually installed. 2024-06-05 08:28:56.405 | make is already the newest version (4.3-4.1build1). 2024-06-05 08:28:56.405 | make set to manually installed. 2024-06-05 08:28:56.405 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-06-05 08:28:56.405 | The following packages were automatically installed and are no longer required: 2024-06-05 08:28:56.405 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:28:56.406 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:28:56.406 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:28:56.441 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:28:56.446 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:28:56.447 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:28:56.449 | + functions-common:time_stop:2435 : local name 2024-06-05 08:28:56.451 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:28:56.452 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:28:56.454 | + functions-common:time_stop:2438 : local total 2024-06-05 08:28:56.455 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:28:56.457 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:28:56.458 | + functions-common:time_stop:2442 : start_time=1717576135932 2024-06-05 08:28:56.460 | + functions-common:time_stop:2444 : [[ -z 1717576135932 ]] 2024-06-05 08:28:56.462 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:28:56.465 | + functions-common:time_stop:2447 : end_time=1717576136463 2024-06-05 08:28:56.467 | + functions-common:time_stop:2448 : elapsed_time=531 2024-06-05 08:28:56.468 | + functions-common:time_stop:2449 : total=6515 2024-06-05 08:28:56.470 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:28:56.472 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7046 2024-06-05 08:28:56.473 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:28:56.475 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-06-05 08:28:56.476 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:28:56.478 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:28:56.480 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-06-05 08:28:56.481 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-06-05 08:28:56.483 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-06-05 08:28:56.486 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-28-generic 2024-06-05 08:28:56.488 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-06-05 08:28:56.490 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-28-generic 2024-06-05 08:28:56.491 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-06-05 08:28:56.494 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-06-05 08:28:56.496 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-06-05 08:28:56.498 | + functions:vercmp:639 : local v1=6.5 2024-06-05 08:28:56.499 | + functions:vercmp:640 : local 'op=<' 2024-06-05 08:28:56.501 | + functions:vercmp:641 : local v2=3.13 2024-06-05 08:28:56.502 | + functions:vercmp:642 : local result 2024-06-05 08:28:56.505 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-06-05 08:28:56.506 | ++ functions:vercmp:646 : sort -V 2024-06-05 08:28:56.506 | ++ functions:vercmp:646 : head -1 2024-06-05 08:28:56.509 | + functions:vercmp:646 : result=3.13 2024-06-05 08:28:56.511 | + functions:vercmp:648 : case $op in 2024-06-05 08:28:56.512 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-06-05 08:28:56.514 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-06-05 08:28:56.516 | + functions:vercmp:659 : return 2024-06-05 08:28:56.517 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-06-05 08:28:56.519 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:28:56.521 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-06-05 08:28:56.934 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-06-05 08:28:56.936 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-06-05 08:28:56.938 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:56.939 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:56.941 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-06-05 08:28:56.943 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:56.944 | + stack.sh:main:872 : is_service_enabled etcd3 2024-06-05 08:28:56.956 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:28:56.958 | + stack.sh:main:873 : install_etcd3 2024-06-05 08:28:56.960 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-06-05 08:28:56.960 | Installing etcd 2024-06-05 08:28:56.961 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-06-05 08:28:56.971 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-06-05 08:28:56.980 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-06-05 08:28:56.982 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-06-05 08:28:56.990 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-06-05 08:28:56.992 | ++ 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-06-05 08:28:56.994 | ++ 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-06-05 08:28:56.997 | +++ 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-06-05 08:28:57.000 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-06-05 08:28:57.002 | ++ 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-06-05 08:28:57.003 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-06-05 08:28:57.005 | ++ 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-06-05 08:28:57.032 | --2024-06-05 08:28:57-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-06-05 08:28:57.037 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-06-05 08:28:57.038 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-06-05 08:28:57.090 | HTTP request sent, awaiting response... 200 OK 2024-06-05 08:28:57.090 | Length: 11350736 (11M) [application/gzip] 2024-06-05 08:28:57.090 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-06-05 08:28:57.098 | 2024-06-05 08:28:57.143 | 0K ........ .. 100% 207M=0.05s 2024-06-05 08:28:57.143 | 2024-06-05 08:28:57.143 | 2024-06-05 08:28:57 (207 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-06-05 08:28:57.143 | 2024-06-05 08:28:57.147 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-06-05 08:28:57.149 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-06-05 08:28:57.151 | ++ functions:get_extra_file:74 : return 2024-06-05 08:28:57.153 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-06-05 08:28:57.155 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-06-05 08:28:57.156 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-06-05 08:28:57.158 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-06-05 08:28:57.223 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-06-05 08:28:57.226 | + 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-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/ 2024-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/README.md 2024-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-06-05 08:28:57.230 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-06-05 08:28:57.231 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-06-05 08:28:57.232 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-06-05 08:28:57.233 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-06-05 08:28:57.234 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-06-05 08:28:57.235 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-06-05 08:28:57.236 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-06-05 08:28:57.237 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-06-05 08:28:57.238 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-06-05 08:28:57.239 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-06-05 08:28:57.240 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-06-05 08:28:57.241 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-06-05 08:28:57.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-06-05 08:28:57.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-06-05 08:28:57.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-06-05 08:28:57.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-06-05 08:28:57.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-06-05 08:28:57.242 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-06-05 08:28:57.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-06-05 08:28:57.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-06-05 08:28:57.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-06-05 08:28:57.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-06-05 08:28:57.243 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-06-05 08:28:57.244 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-06-05 08:28:57.245 | etcd-v3.3.12-linux-amd64/etcdctl 2024-06-05 08:28:57.364 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-06-05 08:28:57.365 | etcd-v3.3.12-linux-amd64/etcd 2024-06-05 08:28:57.517 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-06-05 08:28:57.544 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-06-05 08:28:57.567 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-06-05 08:28:57.569 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-06-05 08:28:57.581 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:57.583 | + stack.sh:main:892 : install_dstat 2024-06-05 08:28:57.585 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-06-05 08:28:57.596 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:28:57.598 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-06-05 08:28:57.600 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:28:57.601 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-06-05 08:28:57.603 | + stack.sh:main:901 : install_libs 2024-06-05 08:28:57.605 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-06-05 08:28:57.607 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-06-05 08:28:57.609 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-06-05 08:28:57.610 | + inc/python:use_library_from_git:246 : local name=automaton 2024-06-05 08:28:57.612 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.614 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.616 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-06-05 08:28:57.617 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.619 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-06-05 08:28:57.621 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-06-05 08:28:57.623 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-06-05 08:28:57.624 | + inc/python:use_library_from_git:246 : local name=castellan 2024-06-05 08:28:57.626 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.628 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.630 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-06-05 08:28:57.632 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.633 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-06-05 08:28:57.635 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-06-05 08:28:57.637 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-06-05 08:28:57.638 | + inc/python:use_library_from_git:246 : local name=cliff 2024-06-05 08:28:57.640 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.642 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.644 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-06-05 08:28:57.646 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.648 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-06-05 08:28:57.649 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-06-05 08:28:57.651 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-06-05 08:28:57.653 | + inc/python:use_library_from_git:246 : local name=cursive 2024-06-05 08:28:57.655 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.656 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.658 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-06-05 08:28:57.660 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.662 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-06-05 08:28:57.664 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-06-05 08:28:57.665 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-06-05 08:28:57.667 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-06-05 08:28:57.669 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.670 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.672 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-06-05 08:28:57.674 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.676 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-06-05 08:28:57.678 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-06-05 08:28:57.679 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-06-05 08:28:57.681 | + inc/python:use_library_from_git:246 : local name=futurist 2024-06-05 08:28:57.683 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.685 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.686 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-06-05 08:28:57.688 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.690 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-06-05 08:28:57.692 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-06-05 08:28:57.694 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-06-05 08:28:57.695 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-06-05 08:28:57.697 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.699 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.701 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-06-05 08:28:57.702 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.704 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-06-05 08:28:57.706 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-06-05 08:28:57.708 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-06-05 08:28:57.710 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-06-05 08:28:57.711 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.713 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.715 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-06-05 08:28:57.717 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.718 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-06-05 08:28:57.720 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-06-05 08:28:57.722 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-06-05 08:28:57.724 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-06-05 08:28:57.726 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.727 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.729 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-06-05 08:28:57.731 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.733 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-06-05 08:28:57.734 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-06-05 08:28:57.736 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-06-05 08:28:57.738 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-06-05 08:28:57.740 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.741 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.743 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-06-05 08:28:57.745 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.747 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-06-05 08:28:57.749 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-06-05 08:28:57.750 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-06-05 08:28:57.752 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-06-05 08:28:57.754 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.756 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.758 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-06-05 08:28:57.759 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.761 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-06-05 08:28:57.763 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-06-05 08:28:57.765 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-06-05 08:28:57.767 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-06-05 08:28:57.768 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.770 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.772 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-06-05 08:28:57.774 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.776 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-06-05 08:28:57.777 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-06-05 08:28:57.779 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-06-05 08:28:57.781 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-06-05 08:28:57.783 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.785 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.786 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-06-05 08:28:57.788 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.790 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-06-05 08:28:57.792 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-06-05 08:28:57.794 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-06-05 08:28:57.795 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-06-05 08:28:57.797 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.799 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.801 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-06-05 08:28:57.803 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.804 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-06-05 08:28:57.806 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-06-05 08:28:57.808 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-06-05 08:28:57.810 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-06-05 08:28:57.811 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.813 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.815 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-06-05 08:28:57.817 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.818 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-06-05 08:28:57.820 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-06-05 08:28:57.822 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-06-05 08:28:57.824 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-06-05 08:28:57.826 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.828 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-06-05 08:28:57.831 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.833 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-06-05 08:28:57.835 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-06-05 08:28:57.837 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-06-05 08:28:57.839 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-06-05 08:28:57.841 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.842 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.844 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-06-05 08:28:57.846 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.848 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-06-05 08:28:57.849 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-06-05 08:28:57.851 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-06-05 08:28:57.853 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-06-05 08:28:57.855 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.856 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.858 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-06-05 08:28:57.860 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.862 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-06-05 08:28:57.864 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-06-05 08:28:57.866 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-06-05 08:28:57.867 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-06-05 08:28:57.869 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.871 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.873 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-06-05 08:28:57.874 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.876 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-06-05 08:28:57.878 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-06-05 08:28:57.880 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-06-05 08:28:57.882 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-06-05 08:28:57.883 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.885 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.887 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-06-05 08:28:57.889 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.891 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-06-05 08:28:57.893 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-06-05 08:28:57.894 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-06-05 08:28:57.896 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-06-05 08:28:57.898 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.900 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.902 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-06-05 08:28:57.904 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.906 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-06-05 08:28:57.908 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-06-05 08:28:57.909 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-06-05 08:28:57.911 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-06-05 08:28:57.913 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.915 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.916 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-06-05 08:28:57.918 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.920 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-06-05 08:28:57.922 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-06-05 08:28:57.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-06-05 08:28:57.925 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-06-05 08:28:57.927 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.929 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.931 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-06-05 08:28:57.933 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.934 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-06-05 08:28:57.936 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-06-05 08:28:57.938 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-06-05 08:28:57.940 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-06-05 08:28:57.941 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.943 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.945 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-06-05 08:28:57.947 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.948 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-06-05 08:28:57.950 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-06-05 08:28:57.952 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-06-05 08:28:57.954 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-06-05 08:28:57.955 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.957 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.959 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-06-05 08:28:57.961 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.963 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-06-05 08:28:57.964 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-06-05 08:28:57.966 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-06-05 08:28:57.968 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-06-05 08:28:57.970 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.971 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.973 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-06-05 08:28:57.975 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.977 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-06-05 08:28:57.979 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-06-05 08:28:57.980 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-06-05 08:28:57.982 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-06-05 08:28:57.984 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:57.986 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:57.987 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-06-05 08:28:57.989 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:57.991 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-06-05 08:28:57.993 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-06-05 08:28:57.995 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-06-05 08:28:57.996 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-06-05 08:28:57.998 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.000 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.002 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-06-05 08:28:58.003 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.005 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-06-05 08:28:58.007 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-06-05 08:28:58.009 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-06-05 08:28:58.010 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-06-05 08:28:58.012 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.014 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.016 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-06-05 08:28:58.018 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.020 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-06-05 08:28:58.021 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-06-05 08:28:58.023 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-06-05 08:28:58.025 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-06-05 08:28:58.027 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.028 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.030 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-06-05 08:28:58.032 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.034 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-06-05 08:28:58.035 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-06-05 08:28:58.037 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-06-05 08:28:58.039 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-06-05 08:28:58.041 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.043 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.044 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-06-05 08:28:58.046 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.048 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-06-05 08:28:58.050 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-06-05 08:28:58.051 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-06-05 08:28:58.053 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-06-05 08:28:58.055 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.057 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.058 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-06-05 08:28:58.060 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.062 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-06-05 08:28:58.064 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-06-05 08:28:58.065 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-06-05 08:28:58.067 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-06-05 08:28:58.069 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.071 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.072 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-06-05 08:28:58.074 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.076 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-06-05 08:28:58.078 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-06-05 08:28:58.080 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-06-05 08:28:58.081 | + inc/python:use_library_from_git:246 : local name=tooz 2024-06-05 08:28:58.083 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.085 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.087 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-06-05 08:28:58.088 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.090 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-06-05 08:28:58.092 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-06-05 08:28:58.094 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-06-05 08:28:58.095 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-06-05 08:28:58.097 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.099 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.101 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-06-05 08:28:58.102 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.104 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-06-05 08:28:58.106 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-06-05 08:28:58.108 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-06-05 08:28:58.110 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-06-05 08:28:58.111 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.113 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.115 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-06-05 08:28:58.117 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.119 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-06-05 08:28:58.120 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-06-05 08:28:58.122 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-06-05 08:28:58.124 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-06-05 08:28:58.126 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.127 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.129 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-06-05 08:28:58.131 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.133 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-06-05 08:28:58.135 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-06-05 08:28:58.136 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-06-05 08:28:58.138 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-06-05 08:28:58.140 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:28:58.142 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:28:58.143 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-06-05 08:28:58.145 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:28:58.147 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-06-05 08:28:58.163 | Using python 3.10 to install etcd3 2024-06-05 08:28:58.165 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-06-05 08:28:59.247 | Collecting etcd3 2024-06-05 08:28:59.247 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-06-05 08:28:59.286 | Collecting tenacity>=6.1.0 2024-06-05 08:28:59.288 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-06-05 08:29:00.426 | Collecting grpcio>=1.27.1 2024-06-05 08:29:00.460 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-06-05 08:29:00.482 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-06-05 08:29:00.876 | Collecting protobuf>=3.6.1 2024-06-05 08:29:00.882 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-06-05 08:29:01.052 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-06-05 08:29:01.454 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-06-05 08:29:01.455 | 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-06-05 08:29:01.581 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:01.583 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:01.585 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:01.586 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:01.588 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:01.590 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:01.592 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:01.593 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:01.595 | + functions-common:time_stop:2442 : start_time=1717576138159 2024-06-05 08:29:01.597 | + functions-common:time_stop:2444 : [[ -z 1717576138159 ]] 2024-06-05 08:29:01.599 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:01.602 | + functions-common:time_stop:2447 : end_time=1717576141600 2024-06-05 08:29:01.603 | + functions-common:time_stop:2448 : elapsed_time=3441 2024-06-05 08:29:01.605 | + functions-common:time_stop:2449 : total=11093 2024-06-05 08:29:01.607 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:01.608 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14534 2024-06-05 08:29:01.610 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:01.612 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-06-05 08:29:01.628 | Using python 3.10 to install etcd3gw 2024-06-05 08:29:01.630 | + 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-06-05 08:29:02.823 | Collecting etcd3gw 2024-06-05 08:29:02.833 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-06-05 08:29:02.898 | Collecting requests>=2.20.0 2024-06-05 08:29:02.904 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-06-05 08:29:02.906 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-06-05 08:29:02.946 | Collecting futurist>=0.16.0 2024-06-05 08:29:02.948 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-06-05 08:29:03.015 | Collecting urllib3<1.27,>=1.21.1 2024-06-05 08:29:03.019 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-06-05 08:29:03.184 | Collecting charset-normalizer<3,>=2 2024-06-05 08:29:03.187 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-06-05 08:29:03.214 | Collecting idna<4,>=2.5 2024-06-05 08:29:03.217 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-06-05 08:29:03.219 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-06-05 08:29:03.437 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-06-05 08:29:03.438 | Attempting uninstall: urllib3 2024-06-05 08:29:03.439 | Found existing installation: urllib3 1.26.5 2024-06-05 08:29:03.442 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:03.443 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-06-05 08:29:03.509 | Attempting uninstall: idna 2024-06-05 08:29:03.510 | Found existing installation: idna 3.3 2024-06-05 08:29:03.512 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:03.512 | Can't uninstall 'idna'. No files were found to uninstall. 2024-06-05 08:29:03.647 | Attempting uninstall: requests 2024-06-05 08:29:03.648 | Found existing installation: requests 2.25.1 2024-06-05 08:29:03.649 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:03.649 | Can't uninstall 'requests'. No files were found to uninstall. 2024-06-05 08:29:03.706 | 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-06-05 08:29:03.706 | 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-06-05 08:29:03.793 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:03.795 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:03.797 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:03.798 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:03.800 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:03.802 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:03.803 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:03.805 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:03.806 | + functions-common:time_stop:2442 : start_time=1717576141624 2024-06-05 08:29:03.808 | + functions-common:time_stop:2444 : [[ -z 1717576141624 ]] 2024-06-05 08:29:03.809 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:03.813 | + functions-common:time_stop:2447 : end_time=1717576143811 2024-06-05 08:29:03.814 | + functions-common:time_stop:2448 : elapsed_time=2187 2024-06-05 08:29:03.816 | + functions-common:time_stop:2449 : total=14534 2024-06-05 08:29:03.817 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:03.819 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16721 2024-06-05 08:29:03.821 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:03.822 | + stack.sh:main:904 : install_apache_uwsgi 2024-06-05 08:29:03.824 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-06-05 08:29:03.826 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-06-05 08:29:03.827 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:29:03.829 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:29:03.831 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:29:03.832 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:29:03.834 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:29:03.835 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:29:03.837 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:29:03.839 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:29:03.840 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:29:03.842 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:29:03.843 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:29:03.845 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:29:03.847 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-06-05 08:29:03.849 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:03.850 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:03.852 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-06-05 08:29:03.854 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-05 08:29:03.855 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:29:03.857 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:29:03.858 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:29:03.860 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:29:03.862 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:03.863 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:29:03.865 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:03.866 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:03.868 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:29:03.869 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:29:03.871 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:29:03.873 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:29:03.874 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-05 08:29:03.876 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:29:03.878 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:03.879 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:03.881 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-05 08:29:03.896 | + 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-06-05 08:29:03.956 | Reading package lists... 2024-06-05 08:29:04.168 | Building dependency tree... 2024-06-05 08:29:04.169 | Reading state information... 2024-06-05 08:29:04.367 | uwsgi is already the newest version (2.0.20-4). 2024-06-05 08:29:04.368 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-06-05 08:29:04.368 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.9). 2024-06-05 08:29:04.368 | The following packages were automatically installed and are no longer required: 2024-06-05 08:29:04.368 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:29:04.368 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:29:04.368 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:29:04.390 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:29:04.395 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:29:04.401 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:29:04.403 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:04.405 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:04.407 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:04.409 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:04.410 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:04.412 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:29:04.414 | + functions-common:time_stop:2442 : start_time=1717576143894 2024-06-05 08:29:04.415 | + functions-common:time_stop:2444 : [[ -z 1717576143894 ]] 2024-06-05 08:29:04.417 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:04.420 | + functions-common:time_stop:2447 : end_time=1717576144418 2024-06-05 08:29:04.422 | + functions-common:time_stop:2448 : elapsed_time=524 2024-06-05 08:29:04.424 | + functions-common:time_stop:2449 : total=7046 2024-06-05 08:29:04.425 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:04.427 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7570 2024-06-05 08:29:04.429 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:29:04.431 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-06-05 08:29:04.432 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:04.434 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:04.436 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-06-05 08:29:04.482 | Enabling module proxy. 2024-06-05 08:29:04.487 | To activate the new configuration, you need to run: 2024-06-05 08:29:04.487 | systemctl restart apache2 2024-06-05 08:29:04.491 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-06-05 08:29:04.525 | Considering dependency proxy for proxy_uwsgi: 2024-06-05 08:29:04.525 | Module proxy already enabled 2024-06-05 08:29:04.525 | Enabling module proxy_uwsgi. 2024-06-05 08:29:04.529 | To activate the new configuration, you need to run: 2024-06-05 08:29:04.529 | systemctl restart apache2 2024-06-05 08:29:04.534 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-06-05 08:29:04.535 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:29:04.537 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:29:04.539 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:29:04.641 | + stack.sh:main:907 : install_keystoneauth 2024-06-05 08:29:04.643 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-06-05 08:29:04.645 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-06-05 08:29:04.646 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.648 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.650 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-06-05 08:29:04.651 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.653 | + stack.sh:main:908 : install_keystoneclient 2024-06-05 08:29:04.655 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-06-05 08:29:04.656 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-06-05 08:29:04.658 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.660 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.662 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-06-05 08:29:04.664 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.665 | + stack.sh:main:909 : install_glanceclient 2024-06-05 08:29:04.667 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-06-05 08:29:04.669 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-06-05 08:29:04.671 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.672 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.674 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-06-05 08:29:04.676 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.678 | + stack.sh:main:910 : install_cinderclient 2024-06-05 08:29:04.679 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-06-05 08:29:04.681 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-06-05 08:29:04.683 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.684 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.686 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-06-05 08:29:04.688 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.690 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-06-05 08:29:04.691 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-06-05 08:29:04.693 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.695 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.697 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-06-05 08:29:04.698 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.700 | + stack.sh:main:911 : install_novaclient 2024-06-05 08:29:04.702 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-06-05 08:29:04.704 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-06-05 08:29:04.705 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.707 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.709 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-06-05 08:29:04.711 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.713 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-06-05 08:29:04.725 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:04.727 | + stack.sh:main:913 : install_swiftclient 2024-06-05 08:29:04.728 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-06-05 08:29:04.730 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-06-05 08:29:04.732 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.733 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.735 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-06-05 08:29:04.737 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.739 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-06-05 08:29:04.751 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:04.753 | + stack.sh:main:916 : install_neutronclient 2024-06-05 08:29:04.755 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-06-05 08:29:04.756 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-06-05 08:29:04.758 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.760 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.762 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-06-05 08:29:04.763 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.765 | + stack.sh:main:920 : install_keystonemiddleware 2024-06-05 08:29:04.767 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-06-05 08:29:04.769 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-06-05 08:29:04.770 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:04.772 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:04.774 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-06-05 08:29:04.775 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:04.777 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-06-05 08:29:04.779 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-06-05 08:29:04.781 | + inc/python:pip_install_gr:77 : local clean_name 2024-06-05 08:29:04.783 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-06-05 08:29:04.785 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-06-05 08:29:04.787 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-06-05 08:29:04.790 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:29:04.790 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-06-05 08:29:04.794 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-06-05 08:29:04.796 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-06-05 08:29:04.798 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-06-05 08:29:04.800 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-06-05 08:29:04.802 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-06-05 08:29:04.817 | Using python 3.10 to install keystonemiddleware 2024-06-05 08:29:04.818 | + 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-06-05 08:29:05.902 | Collecting keystonemiddleware 2024-06-05 08:29:05.906 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-06-05 08:29:05.984 | Collecting oslo.log>=3.36.0 2024-06-05 08:29:05.987 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-06-05 08:29:06.103 | Collecting pycadf!=2.0.0,>=1.1.0 2024-06-05 08:29:06.151 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-06-05 08:29:06.154 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-06-05 08:29:06.234 | Collecting WebOb>=1.7.1 2024-06-05 08:29:06.272 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-06-05 08:29:06.380 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-06-05 08:29:06.419 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-06-05 08:29:06.460 | Collecting oslo.i18n>=3.15.3 2024-06-05 08:29:06.463 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-06-05 08:29:06.506 | Collecting python-keystoneclient>=3.20.0 2024-06-05 08:29:06.511 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-06-05 08:29:06.563 | Collecting keystoneauth1>=3.12.0 2024-06-05 08:29:06.567 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-06-05 08:29:06.608 | Collecting oslo.context>=2.19.2 2024-06-05 08:29:06.672 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-06-05 08:29:06.786 | Collecting oslo.config>=5.2.0 2024-06-05 08:29:06.788 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-06-05 08:29:06.987 | Collecting oslo.cache>=1.26.0 2024-06-05 08:29:06.990 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-06-05 08:29:07.055 | Collecting oslo.utils>=3.33.0 2024-06-05 08:29:07.058 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-06-05 08:29:07.061 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-06-05 08:29:07.061 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-06-05 08:29:07.123 | Collecting stevedore>=1.20.0 2024-06-05 08:29:07.126 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-06-05 08:29:07.151 | Collecting iso8601>=0.1.11 2024-06-05 08:29:07.153 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-06-05 08:29:07.172 | Collecting os-service-types>=1.2.0 2024-06-05 08:29:07.174 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-06-05 08:29:07.233 | Collecting dogpile.cache>=1.1.5 2024-06-05 08:29:07.236 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-06-05 08:29:07.294 | Collecting netaddr>=0.7.18 2024-06-05 08:29:07.416 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-06-05 08:29:07.566 | Collecting PyYAML>=5.1 2024-06-05 08:29:07.582 | 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-06-05 08:29:07.633 | Collecting debtcollector>=1.2.0 2024-06-05 08:29:07.635 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-06-05 08:29:07.661 | Collecting rfc3986>=1.2.0 2024-06-05 08:29:07.663 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-06-05 08:29:07.707 | Collecting pyinotify>=0.9.6 2024-06-05 08:29:07.707 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-06-05 08:29:07.762 | Collecting python-dateutil>=2.7.0 2024-06-05 08:29:07.764 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-06-05 08:29:07.847 | Collecting pytz>=2013.6 2024-06-05 08:29:07.853 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-06-05 08:29:07.997 | Collecting msgpack>=0.5.2 2024-06-05 08:29:08.042 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-06-05 08:29:08.052 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-06-05 08:29:08.116 | Collecting pyparsing>=2.1.0 2024-06-05 08:29:08.142 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-06-05 08:29:08.180 | Collecting packaging>=20.4 2024-06-05 08:29:08.182 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-06-05 08:29:08.212 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-06-05 08:29:08.213 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-06-05 08:29:08.214 | 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-06-05 08:29:08.215 | 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-06-05 08:29:08.428 | Collecting wrapt>=1.7.0 2024-06-05 08:29:08.438 | 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-06-05 08:29:08.470 | Collecting decorator>=4.0.0 2024-06-05 08:29:08.480 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-06-05 08:29:08.889 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, oslo.i18n, os-service-types, iso8601, decorator, packaging, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-06-05 08:29:08.913 | Attempting uninstall: pytz 2024-06-05 08:29:08.914 | Found existing installation: pytz 2022.1 2024-06-05 08:29:08.917 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:08.917 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-06-05 08:29:09.229 | Attempting uninstall: stevedore 2024-06-05 08:29:09.230 | Found existing installation: stevedore 3.5.0 2024-06-05 08:29:09.231 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:09.231 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-06-05 08:29:09.367 | Attempting uninstall: pyparsing 2024-06-05 08:29:09.368 | Found existing installation: pyparsing 2.4.7 2024-06-05 08:29:09.369 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:09.370 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-06-05 08:29:10.423 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.2 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.1 oslo.utils-6.1.0 packaging-21.3 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-06-05 08:29:10.424 | 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-06-05 08:29:10.550 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:10.552 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:10.554 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:10.556 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:10.557 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:10.559 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:10.560 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:10.562 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:10.564 | + functions-common:time_stop:2442 : start_time=1717576144813 2024-06-05 08:29:10.565 | + functions-common:time_stop:2444 : [[ -z 1717576144813 ]] 2024-06-05 08:29:10.567 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:10.570 | + functions-common:time_stop:2447 : end_time=1717576150568 2024-06-05 08:29:10.572 | + functions-common:time_stop:2448 : elapsed_time=5755 2024-06-05 08:29:10.573 | + functions-common:time_stop:2449 : total=16721 2024-06-05 08:29:10.575 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:10.577 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22476 2024-06-05 08:29:10.578 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:10.580 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-06-05 08:29:10.582 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-06-05 08:29:10.583 | + inc/python:pip_install_gr:77 : local clean_name 2024-06-05 08:29:10.585 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-06-05 08:29:10.587 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-06-05 08:29:10.589 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-06-05 08:29:10.592 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:29:10.592 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-06-05 08:29:10.596 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-06-05 08:29:10.598 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-06-05 08:29:10.599 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-06-05 08:29:10.601 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-06-05 08:29:10.603 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-06-05 08:29:10.618 | Using python 3.10 to install python-memcached 2024-06-05 08:29:10.620 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-06-05 08:29:11.588 | Collecting python-memcached 2024-06-05 08:29:11.591 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-06-05 08:29:11.594 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-06-05 08:29:11.894 | Installing collected packages: python-memcached 2024-06-05 08:29:11.920 | Successfully installed python-memcached-1.59 2024-06-05 08:29:11.920 | 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-06-05 08:29:12.003 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:12.005 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:12.006 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:12.008 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:12.010 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:12.011 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:12.013 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:12.014 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:12.016 | + functions-common:time_stop:2442 : start_time=1717576150614 2024-06-05 08:29:12.018 | + functions-common:time_stop:2444 : [[ -z 1717576150614 ]] 2024-06-05 08:29:12.020 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:12.023 | + functions-common:time_stop:2447 : end_time=1717576152021 2024-06-05 08:29:12.025 | + functions-common:time_stop:2448 : elapsed_time=1407 2024-06-05 08:29:12.026 | + functions-common:time_stop:2449 : total=22476 2024-06-05 08:29:12.028 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:12.029 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23883 2024-06-05 08:29:12.031 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:12.033 | + stack.sh:main:922 : is_service_enabled keystone 2024-06-05 08:29:12.045 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:12.047 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-06-05 08:29:12.049 | + stack.sh:main:924 : stack_install_service keystone 2024-06-05 08:29:12.050 | + lib/stack:stack_install_service:20 : local service=keystone 2024-06-05 08:29:12.052 | + lib/stack:stack_install_service:21 : type install_keystone 2024-06-05 08:29:12.054 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-05 08:29:12.055 | + lib/stack:stack_install_service:32 : install_keystone 2024-06-05 08:29:12.057 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-06-05 08:29:12.068 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:12.070 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-06-05 08:29:12.071 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-06-05 08:29:12.073 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-06-05 08:29:12.074 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-06-05 08:29:12.075 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:29:12.077 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:29:12.079 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:29:12.081 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:29:12.082 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:29:12.094 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:29:12.096 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:29:12.097 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:29:12.099 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:12.101 | + functions-common:git_clone:633 : echo stable/2023.1 2024-06-05 08:29:12.101 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:29:12.105 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-06-05 08:29:12.107 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:12.108 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-06-05 08:29:12.110 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:12.111 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:12.113 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:12.114 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:12.116 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:12.117 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:12.119 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:12.120 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:12.122 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:12.125 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576152123 2024-06-05 08:29:12.127 | + 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-06-05 08:29:12.129 | Cloning into '/opt/stack//keystone'... 2024-06-05 08:29:14.274 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:14.275 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:14.277 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:14.278 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:14.280 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:14.281 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:14.283 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:14.284 | + functions-common:time_stop:2442 : start_time=1717576152123 2024-06-05 08:29:14.286 | + functions-common:time_stop:2444 : [[ -z 1717576152123 ]] 2024-06-05 08:29:14.288 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:14.291 | + functions-common:time_stop:2447 : end_time=1717576154289 2024-06-05 08:29:14.292 | + functions-common:time_stop:2448 : elapsed_time=2166 2024-06-05 08:29:14.293 | + functions-common:time_stop:2449 : total=5956 2024-06-05 08:29:14.295 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:14.296 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8122 2024-06-05 08:29:14.298 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-06-05 08:29:14.300 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-06-05 08:29:14.301 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:14.303 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:14.304 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:14.306 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:14.307 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:14.309 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:14.310 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:14.312 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:14.314 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:14.317 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576154315 2024-06-05 08:29:14.318 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-06-05 08:29:15.996 | From https://opendev.org/openstack/keystone 2024-06-05 08:29:15.996 | * branch stable/2023.1 -> FETCH_HEAD 2024-06-05 08:29:16.000 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:16.002 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:16.003 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:16.005 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:16.006 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:16.008 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:16.009 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:16.011 | + functions-common:time_stop:2442 : start_time=1717576154315 2024-06-05 08:29:16.013 | + functions-common:time_stop:2444 : [[ -z 1717576154315 ]] 2024-06-05 08:29:16.014 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:16.017 | + functions-common:time_stop:2447 : end_time=1717576156016 2024-06-05 08:29:16.019 | + functions-common:time_stop:2448 : elapsed_time=1701 2024-06-05 08:29:16.020 | + functions-common:time_stop:2449 : total=8122 2024-06-05 08:29:16.022 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:16.024 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9823 2024-06-05 08:29:16.025 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:29:16.027 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:16.028 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:16.030 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:16.031 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:16.033 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:16.034 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:16.036 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:16.037 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:16.039 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:16.042 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576156040 2024-06-05 08:29:16.043 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:29:16.128 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:29:16.128 | 2024-06-05 08:29:16.129 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:29:16.129 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:29:16.129 | state without impacting any branches by switching back to a branch. 2024-06-05 08:29:16.129 | 2024-06-05 08:29:16.129 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:29:16.129 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:29:16.129 | 2024-06-05 08:29:16.129 | git switch -c 2024-06-05 08:29:16.129 | 2024-06-05 08:29:16.129 | Or undo this operation with: 2024-06-05 08:29:16.129 | 2024-06-05 08:29:16.129 | git switch - 2024-06-05 08:29:16.129 | 2024-06-05 08:29:16.129 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:29:16.129 | 2024-06-05 08:29:16.129 | HEAD is now at c81bc1b Add domain scoping to list_domains 2024-06-05 08:29:16.132 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:16.134 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:16.135 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:16.137 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:16.139 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:16.140 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:16.142 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:16.143 | + functions-common:time_stop:2442 : start_time=1717576156040 2024-06-05 08:29:16.145 | + functions-common:time_stop:2444 : [[ -z 1717576156040 ]] 2024-06-05 08:29:16.147 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:16.150 | + functions-common:time_stop:2447 : end_time=1717576156148 2024-06-05 08:29:16.151 | + functions-common:time_stop:2448 : elapsed_time=108 2024-06-05 08:29:16.153 | + functions-common:time_stop:2449 : total=9823 2024-06-05 08:29:16.154 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:16.156 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9931 2024-06-05 08:29:16.157 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-06-05 08:29:16.168 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-06-05 08:29:16.170 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:29:16.170 | + functions-common:git_clone:696 : head -1 2024-06-05 08:29:16.173 | c81bc1b Add domain scoping to list_domains 2024-06-05 08:29:16.175 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:29:16.177 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-06-05 08:29:16.178 | + inc/python:setup_develop:334 : local bindep 2024-06-05 08:29:16.180 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-06-05 08:29:16.182 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-06-05 08:29:16.183 | + inc/python:setup_develop:340 : local extras= 2024-06-05 08:29:16.185 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-06-05 08:29:16.187 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:29:16.188 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-06-05 08:29:16.190 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-06-05 08:29:16.191 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:29:16.193 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:29:16.195 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-06-05 08:29:16.197 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:29:16.199 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-06-05 08:29:16.201 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:29:16.202 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:29:16.204 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-06-05 08:29:16.209 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-06-05 08:29:16.210 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-06-05 08:29:16.528 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-06-05 08:29:16.530 | + inc/python:setup_package:414 : local bindep=0 2024-06-05 08:29:16.532 | + inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:29:16.534 | + inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:29:16.535 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-06-05 08:29:16.537 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-06-05 08:29:16.539 | + inc/python:setup_package:423 : local flags=-e 2024-06-05 08:29:16.540 | + inc/python:setup_package:424 : local extras= 2024-06-05 08:29:16.542 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:29:16.543 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:29:16.545 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:29:16.547 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:29:16.548 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:29:16.550 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-06-05 08:29:16.565 | Using python 3.10 to install /opt/stack/keystone 2024-06-05 08:29:16.567 | + 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-06-05 08:29:17.451 | Obtaining file:///opt/stack/keystone 2024-06-05 08:29:17.452 | Preparing metadata (setup.py): started 2024-06-05 08:29:17.947 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:29:18.105 | Collecting Flask!=0.11,>=1.0.2 2024-06-05 08:29:18.108 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-06-05 08:29:18.133 | Collecting Flask-RESTful>=0.3.5 2024-06-05 08:29:18.136 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-06-05 08:29:18.168 | Collecting PyJWT>=1.6.1 2024-06-05 08:29:18.171 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-06-05 08:29:18.862 | Collecting SQLAlchemy>=1.3.0 2024-06-05 08:29:18.877 | 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-06-05 08:29:18.888 | 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-06-05 08:29:18.971 | Collecting bcrypt>=3.1.3 2024-06-05 08:29:18.979 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-06-05 08:29:19.414 | Collecting cryptography>=2.7 2024-06-05 08:29:19.441 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-06-05 08:29:19.462 | 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-06-05 08:29:19.516 | Collecting jsonschema>=3.2.0 2024-06-05 08:29:19.519 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-06-05 08:29:19.521 | 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-06-05 08:29:19.522 | 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-06-05 08:29:19.551 | Collecting oauthlib>=0.6.2 2024-06-05 08:29:19.555 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-06-05 08:29:19.558 | 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-06-05 08:29:19.558 | 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-06-05 08:29:19.559 | 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-06-05 08:29:19.705 | Collecting oslo.db>=6.0.0 2024-06-05 08:29:19.708 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-06-05 08:29:19.711 | 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-06-05 08:29:19.712 | 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-06-05 08:29:19.882 | Collecting oslo.messaging>=5.29.0 2024-06-05 08:29:19.886 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-06-05 08:29:20.020 | Collecting oslo.middleware>=3.31.0 2024-06-05 08:29:20.023 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-06-05 08:29:20.169 | Collecting oslo.policy>=3.10.0 2024-06-05 08:29:20.172 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-06-05 08:29:20.174 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-06-05 08:29:20.287 | Collecting oslo.upgradecheck>=1.3.0 2024-06-05 08:29:20.290 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-06-05 08:29:20.291 | 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-06-05 08:29:20.325 | Collecting osprofiler>=1.4.0 2024-06-05 08:29:20.332 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-06-05 08:29:20.355 | Collecting passlib>=1.7.0 2024-06-05 08:29:20.400 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-06-05 08:29:20.405 | 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-06-05 08:29:20.406 | 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-06-05 08:29:20.439 | Collecting pysaml2>=5.0.0 2024-06-05 08:29:20.510 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-06-05 08:29:20.515 | 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-06-05 08:29:20.516 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-06-05 08:29:20.611 | Collecting scrypt>=0.8.0 2024-06-05 08:29:20.646 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-06-05 08:29:20.761 | Collecting sqlalchemy-migrate>=0.13.0 2024-06-05 08:29:20.764 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-06-05 08:29:20.766 | 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-06-05 08:29:21.035 | Collecting cffi>=1.12 2024-06-05 08:29:21.041 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-06-05 08:29:21.055 | 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-06-05 08:29:21.095 | Collecting click>=8.0 2024-06-05 08:29:21.101 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-06-05 08:29:21.124 | Collecting itsdangerous>=2.0 2024-06-05 08:29:21.130 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-06-05 08:29:21.178 | Collecting Werkzeug>=2.2.2 2024-06-05 08:29:21.180 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-06-05 08:29:21.211 | Collecting Jinja2>=3.0 2024-06-05 08:29:21.214 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-06-05 08:29:21.220 | 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-06-05 08:29:21.243 | Collecting aniso8601>=0.82 2024-06-05 08:29:21.246 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-06-05 08:29:21.300 | Collecting attrs>=17.4.0 2024-06-05 08:29:21.302 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-06-05 08:29:21.305 | 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-06-05 08:29:21.326 | 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-06-05 08:29:21.328 | 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-06-05 08:29:21.409 | 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-06-05 08:29:21.410 | 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-06-05 08:29:21.411 | 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-06-05 08:29:21.412 | 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-06-05 08:29:21.454 | Collecting testresources>=2.0.0 2024-06-05 08:29:21.456 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-06-05 08:29:21.506 | Collecting alembic>=0.9.6 2024-06-05 08:29:21.510 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-06-05 08:29:21.530 | Collecting testscenarios>=0.4 2024-06-05 08:29:21.532 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-06-05 08:29:21.563 | 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-06-05 08:29:21.565 | 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-06-05 08:29:21.588 | 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-06-05 08:29:21.617 | Collecting cachetools>=2.0.0 2024-06-05 08:29:21.619 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-06-05 08:29:21.734 | Collecting oslo.metrics>=0.2.1 2024-06-05 08:29:21.736 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-06-05 08:29:21.797 | Collecting kombu>=4.6.6 2024-06-05 08:29:21.800 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-06-05 08:29:21.941 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-06-05 08:29:21.943 | Using cached oslo.service-3.1.1-py3-none-any.whl (77 kB) 2024-06-05 08:29:21.984 | Collecting amqp>=2.5.2 2024-06-05 08:29:21.986 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-06-05 08:29:22.018 | Collecting statsd>=3.2.1 2024-06-05 08:29:22.021 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-06-05 08:29:22.075 | Collecting PrettyTable>=0.7.1 2024-06-05 08:29:22.080 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-06-05 08:29:22.090 | 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-06-05 08:29:22.090 | 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-06-05 08:29:22.091 | 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-06-05 08:29:22.092 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (21.3) 2024-06-05 08:29:22.155 | Collecting oslo.concurrency>=3.26.0 2024-06-05 08:29:22.157 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-06-05 08:29:22.258 | Collecting xmlschema>=1.2.1 2024-06-05 08:29:22.262 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-06-05 08:29:22.277 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-06-05 08:29:22.305 | Collecting pyOpenSSL 2024-06-05 08:29:22.308 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-06-05 08:29:22.330 | Collecting defusedxml 2024-06-05 08:29:22.332 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-06-05 08:29:22.710 | Collecting greenlet!=0.4.17 2024-06-05 08:29:22.712 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-06-05 08:29:22.753 | Collecting Tempita>=0.4 2024-06-05 08:29:22.755 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-06-05 08:29:22.782 | Collecting sqlparse 2024-06-05 08:29:22.784 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-06-05 08:29:22.838 | Collecting Mako 2024-06-05 08:29:22.840 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-06-05 08:29:22.870 | Collecting vine>=5.0.0 2024-06-05 08:29:22.872 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-06-05 08:29:22.991 | Collecting pycparser 2024-06-05 08:29:22.998 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-06-05 08:29:23.016 | 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-06-05 08:29:23.161 | Collecting MarkupSafe>=2.0 2024-06-05 08:29:23.186 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-06-05 08:29:23.218 | 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-06-05 08:29:23.294 | Collecting fasteners>=0.7.0 2024-06-05 08:29:23.299 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-06-05 08:29:23.340 | Collecting prometheus-client>=0.6.0 2024-06-05 08:29:23.346 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-06-05 08:29:23.385 | Collecting fixtures>=3.0.0 2024-06-05 08:29:23.385 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-06-05 08:29:23.421 | Collecting Routes>=2.3.1 2024-06-05 08:29:23.424 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-06-05 08:29:23.472 | Collecting Yappi>=1.0 2024-06-05 08:29:23.488 | 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-06-05 08:29:23.522 | Collecting eventlet>=0.25.2 2024-06-05 08:29:23.529 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-06-05 08:29:23.568 | Collecting Paste>=2.0.2 2024-06-05 08:29:23.575 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-06-05 08:29:23.600 | Collecting PasteDeploy>=1.5.0 2024-06-05 08:29:23.602 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-06-05 08:29:23.625 | 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-06-05 08:29:23.677 | 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-06-05 08:29:23.678 | 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-06-05 08:29:23.678 | 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-06-05 08:29:23.679 | 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-06-05 08:29:23.730 | 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-06-05 08:29:23.805 | Collecting elementpath<4.0.0,>=3.0.0 2024-06-05 08:29:23.809 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-06-05 08:29:23.931 | Collecting dnspython>=1.15.0 2024-06-05 08:29:23.935 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-06-05 08:29:24.057 | Collecting repoze.lru>=0.3 2024-06-05 08:29:24.066 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-06-05 08:29:24.215 | 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-06-05 08:29:24.216 | Reason for being yanked: Regression in OpenSSL. 2024-06-05 08:29:24.732 | 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-06-05 08:29:25.225 | Attempting uninstall: PyJWT 2024-06-05 08:29:25.226 | Found existing installation: PyJWT 2.3.0 2024-06-05 08:29:25.227 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:25.228 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-06-05 08:29:25.414 | Attempting uninstall: PrettyTable 2024-06-05 08:29:25.415 | Found existing installation: prettytable 2.5.0 2024-06-05 08:29:25.417 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:25.418 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-06-05 08:29:25.613 | Attempting uninstall: oauthlib 2024-06-05 08:29:25.614 | Found existing installation: oauthlib 3.2.0 2024-06-05 08:29:25.615 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:25.616 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-06-05 08:29:25.685 | Attempting uninstall: MarkupSafe 2024-06-05 08:29:25.686 | Found existing installation: MarkupSafe 2.0.1 2024-06-05 08:29:25.688 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:25.688 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-06-05 08:29:25.746 | Attempting uninstall: fixtures 2024-06-05 08:29:25.747 | Found existing installation: fixtures 3.0.0 2024-06-05 08:29:25.749 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:25.750 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-06-05 08:29:26.119 | Attempting uninstall: click 2024-06-05 08:29:26.120 | Found existing installation: click 8.0.3 2024-06-05 08:29:26.122 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:26.122 | Can't uninstall 'click'. No files were found to uninstall. 2024-06-05 08:29:26.190 | Attempting uninstall: bcrypt 2024-06-05 08:29:26.192 | Found existing installation: bcrypt 3.2.0 2024-06-05 08:29:26.193 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:26.194 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-06-05 08:29:26.214 | Attempting uninstall: attrs 2024-06-05 08:29:26.215 | Found existing installation: attrs 21.2.0 2024-06-05 08:29:26.216 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:26.217 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-06-05 08:29:27.274 | Attempting uninstall: jsonschema 2024-06-05 08:29:27.276 | Found existing installation: jsonschema 3.2.0 2024-06-05 08:29:27.277 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:27.278 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-06-05 08:29:27.338 | Attempting uninstall: Jinja2 2024-06-05 08:29:27.339 | Found existing installation: Jinja2 3.0.3 2024-06-05 08:29:27.340 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:27.341 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-06-05 08:29:27.964 | Attempting uninstall: cryptography 2024-06-05 08:29:27.965 | Found existing installation: cryptography 3.4.8 2024-06-05 08:29:27.966 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:27.967 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-06-05 08:29:28.291 | Attempting uninstall: pyOpenSSL 2024-06-05 08:29:28.293 | Found existing installation: pyOpenSSL 21.0.0 2024-06-05 08:29:28.294 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:28.294 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-06-05 08:29:29.092 | Running setup.py develop for keystone 2024-06-05 08:29:30.058 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.4 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.1 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-06-05 08:29:30.058 | 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-06-05 08:29:30.357 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:30.359 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:30.360 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:30.362 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:30.364 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:30.365 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:30.367 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:30.368 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:30.370 | + functions-common:time_stop:2442 : start_time=1717576156561 2024-06-05 08:29:30.371 | + functions-common:time_stop:2444 : [[ -z 1717576156561 ]] 2024-06-05 08:29:30.374 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:30.376 | + functions-common:time_stop:2447 : end_time=1717576170374 2024-06-05 08:29:30.378 | + functions-common:time_stop:2448 : elapsed_time=13813 2024-06-05 08:29:30.379 | + functions-common:time_stop:2449 : total=23883 2024-06-05 08:29:30.381 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:30.382 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=37696 2024-06-05 08:29:30.384 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:30.386 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:29:30.387 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-06-05 08:29:30.389 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-06-05 08:29:30.406 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-06-05 08:29:30.416 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-06-05 08:29:30.418 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-06-05 08:29:30.419 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:30.421 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:30.423 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-06-05 08:29:30.425 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:30.426 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-06-05 08:29:30.438 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:30.440 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-06-05 08:29:30.442 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-05 08:29:30.443 | + stack.sh:main:925 : configure_keystone 2024-06-05 08:29:30.445 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-06-05 08:29:30.454 | + 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-06-05 08:29:30.456 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-06-05 08:29:30.459 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-06-05 08:29:30.470 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:30.472 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-06-05 08:29:30.496 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-06-05 08:29:30.519 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-06-05 08:29:30.542 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-06-05 08:29:30.566 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-06-05 08:29:30.589 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-06-05 08:29:30.613 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-06-05 08:29:30.635 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-06-05 08:29:30.657 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-06-05 08:29:30.659 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-06-05 08:29:30.661 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-06-05 08:29:30.662 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-06-05 08:29:30.664 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-06-05 08:29:30.665 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-06-05 08:29:30.676 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:30.678 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-06-05 08:29:30.680 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-06-05 08:29:30.682 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-06-05 08:29:30.693 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:30.694 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:29:30.697 | + 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-06-05 08:29:30.720 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-06-05 08:29:30.722 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-06-05 08:29:30.723 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-06-05 08:29:30.725 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-06-05 08:29:30.736 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:30.738 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-06-05 08:29:30.761 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-06-05 08:29:30.763 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-06-05 08:29:30.787 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-06-05 08:29:30.789 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-06-05 08:29:30.790 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-06-05 08:29:30.792 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-06-05 08:29:30.794 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:29:30.796 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:29:30.797 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:29:30.809 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:30.811 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:29:30.812 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-06-05 08:29:30.814 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-06-05 08:29:30.838 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-06-05 08:29:30.840 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-06-05 08:29:30.842 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-06-05 08:29:30.843 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-06-05 08:29:30.845 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:29:30.858 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:29:30.859 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:29:30.861 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:29:30.862 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:29:30.864 | + 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-06-05 08:29:30.886 | + 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-06-05 08:29:30.907 | + 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-06-05 08:29:30.929 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:29:30.951 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-06-05 08:29:30.974 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-06-05 08:29:30.975 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-06-05 08:29:30.977 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-06-05 08:29:30.979 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-06-05 08:29:30.981 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-06-05 08:29:30.982 | + lib/apache:write_uwsgi_config:257 : local http= 2024-06-05 08:29:30.984 | + lib/apache:write_uwsgi_config:258 : local name= 2024-06-05 08:29:30.986 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-06-05 08:29:30.989 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-06-05 08:29:30.991 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-06-05 08:29:30.993 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-05 08:29:31.003 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-05 08:29:31.003 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:29:31.010 | d /var/run/uwsgi 0755 stack root 2024-06-05 08:29:31.013 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:29:31.022 | /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-06-05 08:29:31.025 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-06-05 08:29:31.027 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-06-05 08:29:31.030 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-06-05 08:29:31.054 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-06-05 08:29:31.077 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-06-05 08:29:31.104 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-06-05 08:29:31.131 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-06-05 08:29:31.153 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-06-05 08:29:31.175 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-06-05 08:29:31.198 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-06-05 08:29:31.220 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-06-05 08:29:31.242 | + 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-06-05 08:29:31.264 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-06-05 08:29:31.286 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-06-05 08:29:31.309 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-06-05 08:29:31.331 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-06-05 08:29:31.333 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-06-05 08:29:31.335 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-06-05 08:29:31.337 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-06-05 08:29:31.339 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-06-05 08:29:31.341 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:31.342 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:31.344 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-06-05 08:29:31.346 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-06-05 08:29:31.348 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-06-05 08:29:31.370 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-06-05 08:29:31.392 | + 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-06-05 08:29:31.393 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-06-05 08:29:31.401 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-06-05 08:29:31.404 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-06-05 08:29:31.406 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-06-05 08:29:31.407 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-06-05 08:29:31.409 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-06-05 08:29:31.411 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:29:31.413 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:31.414 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:31.416 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-05 08:29:31.418 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-06-05 08:29:31.420 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:31.422 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:31.423 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-06-05 08:29:31.456 | Enabling site keystone-wsgi-public. 2024-06-05 08:29:31.460 | To activate the new configuration, you need to run: 2024-06-05 08:29:31.460 | systemctl reload apache2 2024-06-05 08:29:31.464 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-06-05 08:29:31.466 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:29:31.467 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:29:31.469 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:29:31.586 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-06-05 08:29:31.611 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-06-05 08:29:31.635 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-06-05 08:29:31.660 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-06-05 08:29:31.662 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-06-05 08:29:31.686 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-06-05 08:29:31.709 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-06-05 08:29:31.732 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-06-05 08:29:31.756 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-06-05 08:29:31.758 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-06-05 08:29:31.760 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-06-05 08:29:31.782 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-06-05 08:29:31.805 | + stack.sh:main:929 : is_service_enabled swift 2024-06-05 08:29:31.817 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:31.819 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-06-05 08:29:31.831 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:31.833 | + stack.sh:main:945 : stack_install_service glance 2024-06-05 08:29:31.834 | + lib/stack:stack_install_service:20 : local service=glance 2024-06-05 08:29:31.836 | + lib/stack:stack_install_service:21 : type install_glance 2024-06-05 08:29:31.838 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-05 08:29:31.840 | + lib/stack:stack_install_service:32 : install_glance 2024-06-05 08:29:31.842 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-06-05 08:29:31.844 | + lib/glance:install_glance:511 : local glance_store_extras 2024-06-05 08:29:31.846 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-06-05 08:29:31.857 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:31.859 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-06-05 08:29:31.861 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-06-05 08:29:31.873 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:31.875 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-06-05 08:29:31.876 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-06-05 08:29:31.878 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:31.880 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:31.882 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-06-05 08:29:31.884 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:31.886 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-06-05 08:29:31.888 | ++ inc/python:join_extras:29 : local IFS=, 2024-06-05 08:29:31.890 | ++ inc/python:join_extras:30 : echo cinder 2024-06-05 08:29:31.892 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-06-05 08:29:31.894 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-06-05 08:29:31.896 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-06-05 08:29:31.898 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-06-05 08:29:31.900 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-06-05 08:29:31.902 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-06-05 08:29:31.904 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-06-05 08:29:31.907 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:29:31.908 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-06-05 08:29:31.912 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-06-05 08:29:31.914 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-06-05 08:29:31.915 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-06-05 08:29:31.918 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-06-05 08:29:31.920 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-06-05 08:29:31.934 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-06-05 08:29:31.936 | + 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-06-05 08:29:33.046 | Collecting glance-store[cinder]!=0.29.0 2024-06-05 08:29:33.051 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-06-05 08:29:33.088 | 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-06-05 08:29:33.089 | 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-06-05 08:29:33.089 | 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-06-05 08:29:33.090 | 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-06-05 08:29:33.091 | 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-06-05 08:29:33.092 | 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-06-05 08:29:33.092 | 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-06-05 08:29:33.093 | 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-06-05 08:29:33.094 | 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-06-05 08:29:33.095 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-06-05 08:29:33.095 | 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-06-05 08:29:33.221 | Collecting oslo.rootwrap>=5.8.0 2024-06-05 08:29:33.224 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-06-05 08:29:33.354 | Collecting oslo.privsep>=1.23.0 2024-06-05 08:29:33.357 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-06-05 08:29:33.401 | Collecting python-cinderclient>=4.1.0 2024-06-05 08:29:33.406 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-06-05 08:29:33.565 | Collecting os-brick>=6.2.2 2024-06-05 08:29:33.571 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-06-05 08:29:33.579 | 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-06-05 08:29:33.580 | 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-06-05 08:29:33.580 | 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-06-05 08:29:33.619 | 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-06-05 08:29:33.620 | 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-06-05 08:29:33.644 | 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-06-05 08:29:33.645 | 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-06-05 08:29:33.646 | 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-06-05 08:29:33.780 | Collecting os-win>=5.7.0 2024-06-05 08:29:33.784 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-06-05 08:29:33.788 | 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-06-05 08:29:33.788 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.1) 2024-06-05 08:29:33.794 | 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-06-05 08:29:33.795 | 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-06-05 08:29:33.800 | 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-06-05 08:29:33.818 | 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-06-05 08:29:33.819 | 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-06-05 08:29:33.820 | 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-06-05 08:29:33.821 | 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-06-05 08:29:33.829 | 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-06-05 08:29:33.830 | 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-06-05 08:29:33.837 | 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-06-05 08:29:33.843 | 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-06-05 08:29:33.844 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (21.3) 2024-06-05 08:29:33.845 | 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-06-05 08:29:33.852 | 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-06-05 08:29:33.868 | 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-06-05 08:29:33.868 | 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-06-05 08:29:33.869 | 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-06-05 08:29:33.870 | 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-06-05 08:29:33.909 | 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-06-05 08:29:33.917 | 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-06-05 08:29:33.990 | 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-06-05 08:29:33.992 | 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-06-05 08:29:34.005 | 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-06-05 08:29:34.006 | 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-06-05 08:29:34.007 | 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-06-05 08:29:34.008 | 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-06-05 08:29:34.009 | 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-06-05 08:29:34.009 | 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-06-05 08:29:34.028 | 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-06-05 08:29:34.101 | 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-06-05 08:29:34.129 | 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-06-05 08:29:34.646 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-06-05 08:29:35.399 | 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-06-05 08:29:35.399 | 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-06-05 08:29:35.516 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:35.518 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:35.520 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:35.522 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:35.523 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:35.525 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:35.526 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:35.528 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:35.530 | + functions-common:time_stop:2442 : start_time=1717576171931 2024-06-05 08:29:35.531 | + functions-common:time_stop:2444 : [[ -z 1717576171931 ]] 2024-06-05 08:29:35.533 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:35.537 | + functions-common:time_stop:2447 : end_time=1717576175535 2024-06-05 08:29:35.539 | + functions-common:time_stop:2448 : elapsed_time=3604 2024-06-05 08:29:35.540 | + functions-common:time_stop:2449 : total=37696 2024-06-05 08:29:35.542 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:35.543 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41300 2024-06-05 08:29:35.545 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:35.547 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-06-05 08:29:35.548 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-06-05 08:29:35.550 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-06-05 08:29:35.561 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-06-05 08:29:35.564 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-06-05 08:29:35.566 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-06-05 08:29:35.567 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-06-05 08:29:35.569 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-06-05 08:29:35.570 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:29:35.572 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:29:35.574 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:29:35.576 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:29:35.578 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:29:35.589 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:29:35.591 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:29:35.592 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:29:35.594 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:35.596 | + functions-common:git_clone:633 : echo stable/2023.1 2024-06-05 08:29:35.596 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:29:35.600 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-06-05 08:29:35.602 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:35.603 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-06-05 08:29:35.605 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:35.606 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:35.608 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:35.610 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:35.611 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:35.613 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:35.614 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:35.616 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:35.617 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:35.620 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576175618 2024-06-05 08:29:35.622 | + 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-06-05 08:29:35.624 | Cloning into '/opt/stack//glance'... 2024-06-05 08:29:37.749 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:37.751 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:37.753 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:37.754 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:37.756 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:37.757 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:37.759 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:37.760 | + functions-common:time_stop:2442 : start_time=1717576175618 2024-06-05 08:29:37.762 | + functions-common:time_stop:2444 : [[ -z 1717576175618 ]] 2024-06-05 08:29:37.764 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:37.767 | + functions-common:time_stop:2447 : end_time=1717576177765 2024-06-05 08:29:37.769 | + functions-common:time_stop:2448 : elapsed_time=2147 2024-06-05 08:29:37.770 | + functions-common:time_stop:2449 : total=9931 2024-06-05 08:29:37.772 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:37.773 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12078 2024-06-05 08:29:37.775 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-06-05 08:29:37.777 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-06-05 08:29:37.778 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:37.780 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:37.781 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:37.783 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:37.785 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:37.786 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:37.787 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:37.789 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:37.791 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:37.794 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576177792 2024-06-05 08:29:37.796 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-06-05 08:29:39.475 | From https://opendev.org/openstack/glance 2024-06-05 08:29:39.475 | * branch stable/2023.1 -> FETCH_HEAD 2024-06-05 08:29:39.479 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:39.480 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:39.482 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:39.484 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:39.485 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:39.487 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:39.489 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:39.490 | + functions-common:time_stop:2442 : start_time=1717576177792 2024-06-05 08:29:39.492 | + functions-common:time_stop:2444 : [[ -z 1717576177792 ]] 2024-06-05 08:29:39.494 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:39.497 | + functions-common:time_stop:2447 : end_time=1717576179495 2024-06-05 08:29:39.498 | + functions-common:time_stop:2448 : elapsed_time=1703 2024-06-05 08:29:39.500 | + functions-common:time_stop:2449 : total=12078 2024-06-05 08:29:39.502 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:39.503 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13781 2024-06-05 08:29:39.505 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:29:39.507 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:39.508 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:39.510 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:39.511 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:39.513 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:39.514 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:39.516 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:39.517 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:39.520 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:39.522 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576179520 2024-06-05 08:29:39.524 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:29:39.592 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:29:39.592 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:29:39.592 | state without impacting any branches by switching back to a branch. 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:29:39.592 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | git switch -c 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | Or undo this operation with: 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | git switch - 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:29:39.592 | 2024-06-05 08:29:39.592 | HEAD is now at 70170d2 Fix broken glance-cache-prefetcher utility 2024-06-05 08:29:39.596 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:39.597 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:39.599 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:39.600 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:39.602 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:39.604 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:39.605 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:39.607 | + functions-common:time_stop:2442 : start_time=1717576179520 2024-06-05 08:29:39.609 | + functions-common:time_stop:2444 : [[ -z 1717576179520 ]] 2024-06-05 08:29:39.610 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:39.614 | + functions-common:time_stop:2447 : end_time=1717576179612 2024-06-05 08:29:39.615 | + functions-common:time_stop:2448 : elapsed_time=92 2024-06-05 08:29:39.617 | + functions-common:time_stop:2449 : total=13781 2024-06-05 08:29:39.618 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:39.620 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13873 2024-06-05 08:29:39.621 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-06-05 08:29:39.631 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-06-05 08:29:39.634 | + functions-common:git_clone:696 : head -1 2024-06-05 08:29:39.634 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:29:39.636 | 70170d2 Fix broken glance-cache-prefetcher utility 2024-06-05 08:29:39.638 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:29:39.639 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-06-05 08:29:39.641 | + inc/python:setup_develop:334 : local bindep 2024-06-05 08:29:39.643 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-06-05 08:29:39.645 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-06-05 08:29:39.646 | + inc/python:setup_develop:340 : local extras= 2024-06-05 08:29:39.648 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-06-05 08:29:39.650 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:29:39.651 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-06-05 08:29:39.653 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-06-05 08:29:39.654 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:29:39.656 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:29:39.658 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-06-05 08:29:39.660 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:29:39.662 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-06-05 08:29:39.664 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:29:39.666 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:29:39.668 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-06-05 08:29:39.672 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-06-05 08:29:39.674 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-06-05 08:29:39.986 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-06-05 08:29:39.988 | + inc/python:setup_package:414 : local bindep=0 2024-06-05 08:29:39.990 | + inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:29:39.992 | + inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:29:39.994 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-06-05 08:29:39.996 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-06-05 08:29:39.997 | + inc/python:setup_package:423 : local flags=-e 2024-06-05 08:29:39.999 | + inc/python:setup_package:424 : local extras= 2024-06-05 08:29:40.001 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:29:40.002 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:29:40.004 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:29:40.006 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:29:40.007 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:29:40.009 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-06-05 08:29:40.024 | Using python 3.10 to install /opt/stack/glance 2024-06-05 08:29:40.025 | + 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-06-05 08:29:40.962 | Obtaining file:///opt/stack/glance 2024-06-05 08:29:40.963 | Preparing metadata (setup.py): started 2024-06-05 08:29:41.390 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:29:41.453 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.5.2) 2024-06-05 08:29:41.454 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-06-05 08:29:41.455 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.1) 2024-06-05 08:29:41.456 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.1) 2024-06-05 08:29:41.457 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.4.41) 2024-06-05 08:29:41.644 | Collecting WSME>=0.8.0 2024-06-05 08:29:41.647 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-06-05 08:29:41.650 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.7) 2024-06-05 08:29:41.651 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.1) 2024-06-05 08:29:41.700 | Collecting castellan>=0.17.0 2024-06-05 08:29:41.703 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-06-05 08:29:41.706 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (38.0.2) 2024-06-05 08:29:41.725 | Collecting cursive>=0.2.1 2024-06-05 08:29:41.728 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-06-05 08:29:41.730 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.0) 2024-06-05 08:29:41.731 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.7.1) 2024-06-05 08:29:41.732 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.33.1) 2024-06-05 08:29:41.732 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.4.1) 2024-06-05 08:29:41.733 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.3.3) 2024-06-05 08:29:41.759 | Collecting httplib2>=0.9.1 2024-06-05 08:29:41.762 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-06-05 08:29:41.764 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.1.0) 2024-06-05 08:29:41.765 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.16.0) 2024-06-05 08:29:41.766 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.2) 2024-06-05 08:29:41.767 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (10.2.0) 2024-06-05 08:29:41.767 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.9.0) 2024-06-05 08:29:41.768 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-06-05 08:29:41.769 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (9.1.1) 2024-06-05 08:29:41.770 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-06-05 08:29:41.771 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (12.3.2) 2024-06-05 08:29:41.772 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.0.0) 2024-06-05 08:29:41.884 | Collecting oslo.limit>=1.6.0 2024-06-05 08:29:41.886 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-06-05 08:29:41.888 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.2.0) 2024-06-05 08:29:41.889 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (14.2.4) 2024-06-05 08:29:41.890 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-06-05 08:29:41.891 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.1.1) 2024-06-05 08:29:41.924 | Collecting oslo.reports>=1.18.0 2024-06-05 08:29:41.927 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-06-05 08:29:41.929 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-06-05 08:29:41.930 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.1.0) 2024-06-05 08:29:41.931 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.3) 2024-06-05 08:29:41.932 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.11.1) 2024-06-05 08:29:41.932 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (22.1.0) 2024-06-05 08:29:41.933 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.0) 2024-06-05 08:29:41.951 | Collecting retrying!=1.3.0,>=1.2.3 2024-06-05 08:29:41.952 | Using cached retrying-1.3.3-py3-none-any.whl 2024-06-05 08:29:41.957 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.4.3) 2024-06-05 08:29:41.958 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.0.0) 2024-06-05 08:29:42.027 | Collecting taskflow>=4.0.0 2024-06-05 08:29:42.031 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-06-05 08:29:42.042 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev14) (1.2.3) 2024-06-05 08:29:42.081 | Collecting python-barbicanclient>=4.5.2 2024-06-05 08:29:42.083 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-06-05 08:29:42.086 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev14) (2.28.1) 2024-06-05 08:29:42.104 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev14) (1.15.1) 2024-06-05 08:29:42.119 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev14) (5.1.1) 2024-06-05 08:29:42.123 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev14) (1.14.1) 2024-06-05 08:29:42.129 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.16.0) 2024-06-05 08:29:42.130 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.1.3) 2024-06-05 08:29:42.131 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (2.2.1) 2024-06-05 08:29:42.167 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev14) (3.0.9) 2024-06-05 08:29:42.187 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (22.1.0) 2024-06-05 08:29:42.188 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (0.18.1) 2024-06-05 08:29:42.212 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev14) (1.7.0) 2024-06-05 08:29:42.235 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.3.1) 2024-06-05 08:29:42.236 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.1.1) 2024-06-05 08:29:42.249 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev14) (0.18) 2024-06-05 08:29:42.268 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (1.5.0) 2024-06-05 08:29:42.269 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (0.8.0) 2024-06-05 08:29:42.270 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (6.0) 2024-06-05 08:29:42.294 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (2.0.1) 2024-06-05 08:29:42.295 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.0) 2024-06-05 08:29:42.296 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.13.0) 2024-06-05 08:29:42.367 | Collecting openstacksdk>=0.31.1 2024-06-05 08:29:42.381 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-06-05 08:29:42.420 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (0.9.6) 2024-06-05 08:29:42.421 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (2.8.2) 2024-06-05 08:29:42.445 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.6.0) 2024-06-05 08:29:42.446 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.0) 2024-06-05 08:29:42.447 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (3.1.1) 2024-06-05 08:29:42.449 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.4) 2024-06-05 08:29:42.450 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.1.1) 2024-06-05 08:29:42.460 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.3.0) 2024-06-05 08:29:42.460 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.1.2) 2024-06-05 08:29:42.461 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (4.0.0) 2024-06-05 08:29:42.649 | Collecting psutil>=3.2.2 2024-06-05 08:29:42.653 | 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-06-05 08:29:42.672 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (0.11.0) 2024-06-05 08:29:42.673 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (2022.4) 2024-06-05 08:29:42.674 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (21.3) 2024-06-05 08:29:42.702 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev14) (59.6.0) 2024-06-05 08:29:42.723 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev14) (0.2.5) 2024-06-05 08:29:42.791 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev14) (0.7) 2024-06-05 08:29:42.914 | Collecting pydot>=1.2.4 2024-06-05 08:29:42.916 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-06-05 08:29:42.918 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev14) (6.3.1) 2024-06-05 08:29:42.952 | Collecting automaton>=1.9.0 2024-06-05 08:29:42.954 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-06-05 08:29:43.001 | Collecting networkx>=2.1.0 2024-06-05 08:29:43.014 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-06-05 08:29:43.065 | Collecting simplegeneric 2024-06-05 08:29:43.065 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-06-05 08:29:43.076 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.0.0) 2024-06-05 08:29:43.135 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev14) (2.21) 2024-06-05 08:29:43.175 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev14) (2.1.1) 2024-06-05 08:29:43.253 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.1.8) 2024-06-05 08:29:43.275 | Collecting jmespath>=0.9.0 2024-06-05 08:29:43.278 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-06-05 08:29:43.280 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (5.1.1) 2024-06-05 08:29:43.298 | Collecting appdirs>=1.3.0 2024-06-05 08:29:43.300 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-06-05 08:29:43.320 | Collecting requestsexceptions>=1.2.0 2024-06-05 08:29:43.322 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-06-05 08:29:43.324 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.32) 2024-06-05 08:29:43.367 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.14.1) 2024-06-05 08:29:43.378 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev14) (1.0.4) 2024-06-05 08:29:43.396 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (1.4.0) 2024-06-05 08:29:43.397 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (4.0.1) 2024-06-05 08:29:43.523 | Collecting cliff!=2.9.0,>=2.8.0 2024-06-05 08:29:43.526 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-06-05 08:29:43.584 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (3.4) 2024-06-05 08:29:43.585 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (1.26.12) 2024-06-05 08:29:43.586 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2020.6.20) 2024-06-05 08:29:43.587 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2.1.1) 2024-06-05 08:29:43.621 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.2) 2024-06-05 08:29:43.672 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev14) (2.5.0) 2024-06-05 08:29:43.840 | Collecting importlib-metadata>=4.4 2024-06-05 08:29:43.843 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-06-05 08:29:43.899 | Collecting cmd2>=1.0.0 2024-06-05 08:29:43.903 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-06-05 08:29:43.929 | Collecting autopage>=0.4.0 2024-06-05 08:29:43.931 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-06-05 08:29:44.177 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev14) (1.8.2) 2024-06-05 08:29:44.249 | Collecting zipp>=0.5 2024-06-05 08:29:44.251 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-06-05 08:29:44.713 | 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-06-05 08:29:44.741 | Attempting uninstall: zipp 2024-06-05 08:29:44.743 | Found existing installation: zipp 1.0.0 2024-06-05 08:29:44.744 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:44.744 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-06-05 08:29:45.946 | Attempting uninstall: httplib2 2024-06-05 08:29:45.947 | Found existing installation: httplib2 0.20.2 2024-06-05 08:29:45.948 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:45.949 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-06-05 08:29:45.975 | Attempting uninstall: cmd2 2024-06-05 08:29:45.977 | Found existing installation: cmd2 0.0.0 2024-06-05 08:29:45.978 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:45.979 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-06-05 08:29:46.051 | Attempting uninstall: autopage 2024-06-05 08:29:46.053 | Found existing installation: autopage 0.4.0 2024-06-05 08:29:46.054 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:46.054 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-06-05 08:29:46.079 | Attempting uninstall: importlib-metadata 2024-06-05 08:29:46.081 | Found existing installation: importlib-metadata 4.6.4 2024-06-05 08:29:46.082 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:46.082 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-06-05 08:29:47.125 | Attempting uninstall: cliff 2024-06-05 08:29:47.126 | Found existing installation: cliff 3.10.0 2024-06-05 08:29:47.128 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:29:47.128 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-06-05 08:29:47.666 | Running setup.py develop for glance 2024-06-05 08:29:48.618 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.0 zipp-3.8.1 2024-06-05 08:29:48.619 | 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-06-05 08:29:48.767 | + inc/python:pip_install:196 : result=0 2024-06-05 08:29:48.769 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:29:48.770 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:48.772 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:48.774 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:48.775 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:48.777 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:48.778 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:29:48.780 | + functions-common:time_stop:2442 : start_time=1717576180020 2024-06-05 08:29:48.781 | + functions-common:time_stop:2444 : [[ -z 1717576180020 ]] 2024-06-05 08:29:48.783 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:48.786 | + functions-common:time_stop:2447 : end_time=1717576188784 2024-06-05 08:29:48.788 | + functions-common:time_stop:2448 : elapsed_time=8764 2024-06-05 08:29:48.790 | + functions-common:time_stop:2449 : total=41300 2024-06-05 08:29:48.791 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:48.793 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=50064 2024-06-05 08:29:48.794 | + inc/python:pip_install:199 : return 0 2024-06-05 08:29:48.796 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:29:48.798 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-06-05 08:29:48.799 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-06-05 08:29:48.814 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-06-05 08:29:48.823 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-06-05 08:29:48.825 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-06-05 08:29:48.827 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:29:48.829 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:29:48.831 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-06-05 08:29:48.833 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:29:48.835 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-05 08:29:48.837 | + stack.sh:main:946 : configure_glance 2024-06-05 08:29:48.838 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-06-05 08:29:48.848 | + lib/glance:configure_glance:326 : local dburl 2024-06-05 08:29:48.849 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-06-05 08:29:48.851 | ++ lib/database:database_connection_url:134 : local db=glance 2024-06-05 08:29:48.853 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-06-05 08:29:48.855 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-06-05 08:29:48.857 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:29:48.858 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:29:48.860 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:29:48.872 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:48.874 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:29:48.875 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-06-05 08:29:48.877 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-06-05 08:29:48.879 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-06-05 08:29:48.903 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-06-05 08:29:48.927 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-06-05 08:29:48.949 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-06-05 08:29:48.971 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-06-05 08:29:48.995 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-06-05 08:29:49.020 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-06-05 08:29:49.022 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-06-05 08:29:49.024 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-06-05 08:29:49.025 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-05 08:29:49.027 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-06-05 08:29:49.051 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-06-05 08:29:49.072 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-05 08:29:49.094 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-06-05 08:29:49.116 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-06-05 08:29:49.138 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-06-05 08:29:49.160 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-06-05 08:29:49.182 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-06-05 08:29:49.204 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:29:49.227 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-06-05 08:29:49.249 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-06-05 08:29:49.273 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-06-05 08:29:49.275 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-06-05 08:29:49.276 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-06-05 08:29:49.278 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-06-05 08:29:49.280 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-06-05 08:29:49.282 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-06-05 08:29:49.293 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:49.295 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-06-05 08:29:49.297 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-06-05 08:29:49.299 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-06-05 08:29:49.312 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:49.313 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:29:49.316 | + 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-06-05 08:29:49.338 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-06-05 08:29:49.340 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-06-05 08:29:49.342 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-06-05 08:29:49.343 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-06-05 08:29:49.366 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-06-05 08:29:49.389 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-06-05 08:29:49.391 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-06-05 08:29:49.393 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-06-05 08:29:49.395 | + lib/glance:configure_glance_store:254 : local be 2024-06-05 08:29:49.399 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-06-05 08:29:49.401 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-06-05 08:29:49.403 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-06-05 08:29:49.427 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-06-05 08:29:49.429 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-06-05 08:29:49.453 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-06-05 08:29:49.455 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-06-05 08:29:49.467 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:49.469 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-06-05 08:29:49.491 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-06-05 08:29:49.503 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:49.505 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-06-05 08:29:49.507 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-06-05 08:29:49.509 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-06-05 08:29:49.511 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:29:49.524 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:29:49.526 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:29:49.528 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:29:49.529 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:29:49.531 | + 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-06-05 08:29:49.554 | + 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-06-05 08:29:49.576 | + 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-06-05 08:29:49.598 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:29:49.621 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-06-05 08:29:49.625 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-06-05 08:29:49.648 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-06-05 08:29:49.671 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-06-05 08:29:49.694 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-06-05 08:29:49.716 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-06-05 08:29:49.739 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-06-05 08:29:49.761 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-06-05 08:29:49.785 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-06-05 08:29:49.809 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-06-05 08:29:49.832 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-06-05 08:29:49.856 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-06-05 08:29:49.878 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-06-05 08:29:49.882 | + 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-06-05 08:29:49.886 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-06-05 08:29:49.898 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:29:49.900 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-06-05 08:29:49.902 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-06-05 08:29:49.904 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-06-05 08:29:49.905 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-06-05 08:29:49.907 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-06-05 08:29:49.909 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-06-05 08:29:49.913 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-06-05 08:29:49.914 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-06-05 08:29:49.917 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-06-05 08:29:49.940 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-06-05 08:29:49.942 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-06-05 08:29:49.944 | ++ functions:get_random_port:848 : true 2024-06-05 08:29:49.945 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-06-05 08:29:49.947 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-06-05 08:29:49.949 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-06-05 08:29:50.014 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-06-05 08:29:50.016 | ++ functions:get_random_port:852 : break 2 2024-06-05 08:29:50.018 | ++ functions:get_random_port:856 : echo 60999 2024-06-05 08:29:50.020 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-06-05 08:29:50.022 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-06-05 08:29:50.044 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-06-05 08:29:50.065 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-06-05 08:29:50.088 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-06-05 08:29:50.110 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-06-05 08:29:50.132 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-06-05 08:29:50.153 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-06-05 08:29:50.175 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-06-05 08:29:50.197 | + 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-06-05 08:29:50.219 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-05 08:29:50.242 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-06-05 08:29:50.264 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-05 08:29:50.286 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-06-05 08:29:50.308 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-06-05 08:29:50.330 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-06-05 08:29:50.351 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-06-05 08:29:50.373 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-06-05 08:29:50.395 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-06-05 08:29:50.418 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-06-05 08:29:50.439 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-06-05 08:29:50.441 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-06-05 08:29:50.443 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:29:50.444 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:50.446 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:50.448 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-06-05 08:29:50.450 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-06-05 08:29:50.479 | proxy (enabled by site administrator) 2024-06-05 08:29:50.482 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-06-05 08:29:50.483 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-06-05 08:29:50.485 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:29:50.487 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:50.489 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:50.490 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-06-05 08:29:50.492 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-06-05 08:29:50.520 | No module matches proxy_http 2024-06-05 08:29:50.523 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-06-05 08:29:50.555 | Considering dependency proxy for proxy_http: 2024-06-05 08:29:50.555 | Module proxy already enabled 2024-06-05 08:29:50.555 | Enabling module proxy_http. 2024-06-05 08:29:50.559 | To activate the new configuration, you need to run: 2024-06-05 08:29:50.559 | systemctl restart apache2 2024-06-05 08:29:50.563 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-06-05 08:29:50.564 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:29:50.566 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:29:50.568 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:29:50.695 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-06-05 08:29:50.697 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-06-05 08:29:50.699 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-06-05 08:29:50.701 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-06-05 08:29:50.703 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:50.705 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:50.707 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-05 08:29:50.709 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-05 08:29:50.711 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-06-05 08:29:50.712 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-05 08:29:50.718 | KeepAlive Off 2024-06-05 08:29:50.722 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-06-05 08:29:50.722 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-05 08:29:50.729 | SetEnv proxy-sendchunked 1 2024-06-05 08:29:50.732 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-06-05 08:29:50.733 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-05 08:29:50.739 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-06-05 08:29:50.742 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-06-05 08:29:50.744 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-06-05 08:29:50.746 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-06-05 08:29:50.747 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-06-05 08:29:50.749 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:29:50.751 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:50.753 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:50.754 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-05 08:29:50.756 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-06-05 08:29:50.758 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:29:50.760 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:29:50.761 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-06-05 08:29:50.793 | Enabling site glance-wsgi-api. 2024-06-05 08:29:50.797 | To activate the new configuration, you need to run: 2024-06-05 08:29:50.797 | systemctl reload apache2 2024-06-05 08:29:50.800 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-06-05 08:29:50.802 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:29:50.804 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:29:50.806 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:29:50.918 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-06-05 08:29:50.923 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-06-05 08:29:50.946 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-06-05 08:29:50.948 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-06-05 08:29:50.950 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-06-05 08:29:50.975 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-06-05 08:29:50.997 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-06-05 08:29:51.020 | + stack.sh:main:949 : is_service_enabled cinder 2024-06-05 08:29:51.032 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:29:51.034 | + stack.sh:main:951 : stack_install_service cinder 2024-06-05 08:29:51.036 | + lib/stack:stack_install_service:20 : local service=cinder 2024-06-05 08:29:51.038 | + lib/stack:stack_install_service:21 : type install_cinder 2024-06-05 08:29:51.040 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-05 08:29:51.042 | + lib/stack:stack_install_service:32 : install_cinder 2024-06-05 08:29:51.043 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-06-05 08:29:51.045 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-06-05 08:29:51.047 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-06-05 08:29:51.048 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-06-05 08:29:51.050 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:29:51.052 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:29:51.055 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:29:51.056 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:29:51.058 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:29:51.072 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:29:51.074 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:29:51.075 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:29:51.077 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:51.080 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:29:51.080 | + functions-common:git_clone:633 : echo stable/2023.1 2024-06-05 08:29:51.084 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-06-05 08:29:51.086 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:29:51.088 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-06-05 08:29:51.090 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:51.091 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:51.093 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:51.095 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:51.096 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:51.098 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:51.100 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:51.101 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:51.103 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:51.106 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576191104 2024-06-05 08:29:51.108 | + 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-06-05 08:29:51.110 | Cloning into '/opt/stack//cinder'... 2024-06-05 08:29:54.063 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:54.065 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:54.066 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:54.068 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:54.070 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:54.071 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:54.073 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:54.074 | + functions-common:time_stop:2442 : start_time=1717576191104 2024-06-05 08:29:54.076 | + functions-common:time_stop:2444 : [[ -z 1717576191104 ]] 2024-06-05 08:29:54.077 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:54.080 | + functions-common:time_stop:2447 : end_time=1717576194079 2024-06-05 08:29:54.082 | + functions-common:time_stop:2448 : elapsed_time=2975 2024-06-05 08:29:54.083 | + functions-common:time_stop:2449 : total=13873 2024-06-05 08:29:54.085 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:54.087 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16848 2024-06-05 08:29:54.088 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-06-05 08:29:54.090 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-06-05 08:29:54.091 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:54.093 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:54.095 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:54.096 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:54.098 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:54.099 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:54.101 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:54.102 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:54.104 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:54.107 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576194105 2024-06-05 08:29:54.109 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-06-05 08:29:56.915 | From https://opendev.org/openstack/cinder 2024-06-05 08:29:56.915 | * branch stable/2023.1 -> FETCH_HEAD 2024-06-05 08:29:56.919 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:56.921 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:56.923 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:56.924 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:56.926 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:56.928 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:56.929 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:56.931 | + functions-common:time_stop:2442 : start_time=1717576194105 2024-06-05 08:29:56.933 | + functions-common:time_stop:2444 : [[ -z 1717576194105 ]] 2024-06-05 08:29:56.934 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:56.938 | + functions-common:time_stop:2447 : end_time=1717576196936 2024-06-05 08:29:56.939 | + functions-common:time_stop:2448 : elapsed_time=2831 2024-06-05 08:29:56.941 | + functions-common:time_stop:2449 : total=16848 2024-06-05 08:29:56.942 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:56.944 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19679 2024-06-05 08:29:56.945 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:29:56.947 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:29:56.949 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:29:56.950 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:29:56.952 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:29:56.953 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:29:56.955 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:29:56.957 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:29:56.958 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:29:56.960 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:29:56.963 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576196961 2024-06-05 08:29:56.965 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:29:57.202 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:29:57.202 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:29:57.202 | state without impacting any branches by switching back to a branch. 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:29:57.202 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | git switch -c 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | Or undo this operation with: 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | git switch - 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:29:57.202 | 2024-06-05 08:29:57.202 | HEAD is now at c37d8c3 Merge "Recognize Dell PowerMax Unisphere 10.x (x>0)" into stable/2023.1 2024-06-05 08:29:57.206 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:29:57.208 | + functions-common:time_stop:2435 : local name 2024-06-05 08:29:57.210 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:29:57.212 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:29:57.213 | + functions-common:time_stop:2438 : local total 2024-06-05 08:29:57.215 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:29:57.217 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:29:57.218 | + functions-common:time_stop:2442 : start_time=1717576196961 2024-06-05 08:29:57.220 | + functions-common:time_stop:2444 : [[ -z 1717576196961 ]] 2024-06-05 08:29:57.222 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:29:57.225 | + functions-common:time_stop:2447 : end_time=1717576197223 2024-06-05 08:29:57.226 | + functions-common:time_stop:2448 : elapsed_time=262 2024-06-05 08:29:57.228 | + functions-common:time_stop:2449 : total=19679 2024-06-05 08:29:57.229 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:29:57.231 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19941 2024-06-05 08:29:57.233 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-06-05 08:29:57.243 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-06-05 08:29:57.246 | + functions-common:git_clone:696 : head -1 2024-06-05 08:29:57.246 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:29:57.249 | c37d8c3 Merge "Recognize Dell PowerMax Unisphere 10.x (x>0)" into stable/2023.1 2024-06-05 08:29:57.251 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:29:57.253 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-06-05 08:29:57.255 | + inc/python:setup_develop:334 : local bindep 2024-06-05 08:29:57.256 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-06-05 08:29:57.258 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-06-05 08:29:57.260 | + inc/python:setup_develop:340 : local extras= 2024-06-05 08:29:57.261 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-06-05 08:29:57.263 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:29:57.265 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-06-05 08:29:57.266 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-06-05 08:29:57.268 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:29:57.269 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:29:57.271 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-06-05 08:29:57.273 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:29:57.275 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-06-05 08:29:57.277 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:29:57.278 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:29:57.280 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-06-05 08:29:57.285 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-06-05 08:29:57.286 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-06-05 08:29:57.601 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-06-05 08:29:57.603 | + inc/python:setup_package:414 : local bindep=0 2024-06-05 08:29:57.605 | + inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:29:57.607 | + inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:29:57.608 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-06-05 08:29:57.610 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-06-05 08:29:57.612 | + inc/python:setup_package:423 : local flags=-e 2024-06-05 08:29:57.613 | + inc/python:setup_package:424 : local extras= 2024-06-05 08:29:57.615 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:29:57.617 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:29:57.618 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:29:57.620 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:29:57.622 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:29:57.623 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-06-05 08:29:57.639 | Using python 3.10 to install /opt/stack/cinder 2024-06-05 08:29:57.640 | + 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-06-05 08:29:58.548 | Obtaining file:///opt/stack/cinder 2024-06-05 08:29:58.549 | Preparing metadata (setup.py): started 2024-06-05 08:29:59.150 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:29:59.238 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (3.5.2) 2024-06-05 08:29:59.238 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (2.1.1) 2024-06-05 08:29:59.239 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (2.5.1) 2024-06-05 08:29:59.240 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (1.4.41) 2024-06-05 08:29:59.241 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (1.8.7) 2024-06-05 08:29:59.997 | Collecting boto3>=1.18.49 2024-06-05 08:30:00.000 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-06-05 08:30:00.004 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (4.1.0) 2024-06-05 08:30:00.005 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (38.0.2) 2024-06-05 08:30:00.005 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (0.2.3) 2024-06-05 08:30:00.006 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.1) 2024-06-05 08:30:00.007 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (0.33.1) 2024-06-05 08:30:00.120 | Collecting google-api-python-client>=1.11.0 2024-06-05 08:30:00.183 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-06-05 08:30:00.235 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (1.1.3) 2024-06-05 08:30:00.236 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (0.20.4) 2024-06-05 08:30:00.237 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.0.0) 2024-06-05 08:30:00.237 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (1.1.0) 2024-06-05 08:30:00.238 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (4.16.0) 2024-06-05 08:30:00.239 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.2) 2024-06-05 08:30:00.240 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (10.2.0) 2024-06-05 08:30:00.667 | Collecting lxml>=4.5.2 2024-06-05 08:30:00.707 | 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-06-05 08:30:00.770 | Collecting oauth2client>=4.1.3 2024-06-05 08:30:00.795 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-06-05 08:30:00.798 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (6.2.3) 2024-06-05 08:30:00.799 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.9.0) 2024-06-05 08:30:00.800 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.1) 2024-06-05 08:30:00.801 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (9.1.1) 2024-06-05 08:30:00.801 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.1) 2024-06-05 08:30:00.802 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (12.3.2) 2024-06-05 08:30:00.803 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (6.0.0) 2024-06-05 08:30:00.804 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.2.0) 2024-06-05 08:30:00.805 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (14.2.4) 2024-06-05 08:30:00.806 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.1) 2024-06-05 08:30:00.806 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (4.1.1) 2024-06-05 08:30:00.807 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (3.1.0) 2024-06-05 08:30:00.808 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (3.0.0) 2024-06-05 08:30:00.809 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (7.0.1) 2024-06-05 08:30:00.810 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.1) 2024-06-05 08:30:00.810 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (3.1.1) 2024-06-05 08:30:00.811 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (2.1.1) 2024-06-05 08:30:00.812 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (6.1.0) 2024-06-05 08:30:00.868 | Collecting oslo.versionedobjects>=2.4.0 2024-06-05 08:30:00.871 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-06-05 08:30:00.920 | Collecting oslo.vmware>=3.10.0 2024-06-05 08:30:00.925 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-06-05 08:30:00.930 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (3.4.3) 2024-06-05 08:30:00.931 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (21.3) 2024-06-05 08:30:00.980 | Collecting paramiko>=2.7.2 2024-06-05 08:30:00.983 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-06-05 08:30:00.987 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.11.1) 2024-06-05 08:30:00.987 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.9.2) 2024-06-05 08:30:00.988 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (3.0.9) 2024-06-05 08:30:00.989 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.5.0) 2024-06-05 08:30:01.033 | Collecting python-glanceclient>=3.2.2 2024-06-05 08:30:01.038 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-06-05 08:30:01.042 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.0) 2024-06-05 08:30:01.091 | Collecting python-novaclient>=17.2.1 2024-06-05 08:30:01.098 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-06-05 08:30:01.134 | Collecting python-swiftclient>=3.10.1 2024-06-05 08:30:01.137 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-06-05 08:30:01.139 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (2022.4) 2024-06-05 08:30:01.140 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (2.28.1) 2024-06-05 08:30:01.162 | Collecting rtslib-fb>=2.1.74 2024-06-05 08:30:01.162 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-06-05 08:30:01.168 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev38) (1.16.0) 2024-06-05 08:30:01.170 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (0.13.0) 2024-06-05 08:30:01.170 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.0.0) 2024-06-05 08:30:01.193 | Collecting tabulate>=0.8.7 2024-06-05 08:30:01.195 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-06-05 08:30:01.197 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (5.1.0) 2024-06-05 08:30:01.198 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev38) (6.3.1) 2024-06-05 08:30:01.254 | Collecting tooz>=2.8.0 2024-06-05 08:30:01.257 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-06-05 08:30:01.361 | Collecting zstd>=1.4.5.1 2024-06-05 08:30:01.384 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-06-05 08:30:02.195 | Collecting botocore<1.28.0,>=1.27.89 2024-06-05 08:30:02.248 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-06-05 08:30:02.298 | 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.dev38) (1.0.1) 2024-06-05 08:30:02.330 | Collecting s3transfer<0.7.0,>=0.6.0 2024-06-05 08:30:02.338 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-06-05 08:30:02.366 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev38) (1.15.1) 2024-06-05 08:30:02.378 | 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.dev38) (2.2.1) 2024-06-05 08:30:02.404 | Collecting google-auth-httplib2>=0.1.0 2024-06-05 08:30:02.407 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-06-05 08:30:02.515 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-06-05 08:30:02.518 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-06-05 08:30:02.541 | Collecting uritemplate<5,>=3.0.1 2024-06-05 08:30:02.544 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-06-05 08:30:02.661 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-06-05 08:30:02.664 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-06-05 08:30:02.692 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev38) (3.8.1) 2024-06-05 08:30:02.712 | 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.dev38) (0.18.1) 2024-06-05 08:30:02.712 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev38) (22.1.0) 2024-06-05 08:30:02.737 | 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.dev38) (1.7.0) 2024-06-05 08:30:02.760 | 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.dev38) (3.3.1) 2024-06-05 08:30:02.761 | 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.dev38) (3.1.1) 2024-06-05 08:30:02.774 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev38) (0.4.8) 2024-06-05 08:30:02.810 | Collecting pyasn1-modules>=0.0.5 2024-06-05 08:30:02.828 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-06-05 08:30:02.857 | Collecting rsa>=3.1.4 2024-06-05 08:30:02.891 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-06-05 08:30:02.918 | 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.dev38) (0.18) 2024-06-05 08:30:02.936 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev38) (6.0) 2024-06-05 08:30:02.938 | 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.dev38) (1.5.0) 2024-06-05 08:30:02.939 | 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.dev38) (2.5.0) 2024-06-05 08:30:02.939 | 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.dev38) (0.8.0) 2024-06-05 08:30:02.964 | 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.dev38) (2.0.1) 2024-06-05 08:30:02.966 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev38) (0.5.0) 2024-06-05 08:30:02.966 | 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.dev38) (1.8.1) 2024-06-05 08:30:02.990 | 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.dev38) (0.9.6) 2024-06-05 08:30:02.992 | 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.dev38) (2.8.2) 2024-06-05 08:30:03.018 | 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.dev38) (0.6.0) 2024-06-05 08:30:03.019 | 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.dev38) (5.2.0) 2024-06-05 08:30:03.020 | 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.dev38) (5.2.4) 2024-06-05 08:30:03.021 | 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.dev38) (5.1.1) 2024-06-05 08:30:03.022 | 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.dev38) (2.4.1) 2024-06-05 08:30:03.032 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev38) (3.1.2) 2024-06-05 08:30:03.033 | 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.dev38) (3.3.0) 2024-06-05 08:30:03.034 | 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.dev38) (4.0.0) 2024-06-05 08:30:03.052 | 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.dev38) (1.0.4) 2024-06-05 08:30:03.136 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev38) (1.4.0) 2024-06-05 08:30:03.137 | 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.dev38) (4.0.1) 2024-06-05 08:30:03.147 | 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.dev38) (3.4.1) 2024-06-05 08:30:03.156 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev38) (0.11.0) 2024-06-05 08:30:03.183 | 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.dev38) (1.26.12) 2024-06-05 08:30:03.208 | Collecting suds-community>=0.6 2024-06-05 08:30:03.211 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-06-05 08:30:03.313 | Collecting pynacl>=1.0.1 2024-06-05 08:30:03.323 | 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-06-05 08:30:03.338 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev38) (59.6.0) 2024-06-05 08:30:03.387 | 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.dev38) (4.2.0) 2024-06-05 08:30:03.425 | Collecting warlock>=1.2.0 2024-06-05 08:30:03.432 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-06-05 08:30:03.435 | 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.dev38) (1.14.1) 2024-06-05 08:30:03.436 | 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.dev38) (22.1.0) 2024-06-05 08:30:03.501 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev38) (2020.6.20) 2024-06-05 08:30:03.502 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev38) (3.4) 2024-06-05 08:30:03.503 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev38) (2.1.1) 2024-06-05 08:30:03.516 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev38) (0.7) 2024-06-05 08:30:03.548 | Collecting pyudev>=0.16.1 2024-06-05 08:30:03.551 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-06-05 08:30:03.640 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev38) (0.5.2) 2024-06-05 08:30:03.640 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev38) (0.4.3) 2024-06-05 08:30:03.693 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev38) (1.4.2) 2024-06-05 08:30:03.694 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev38) (3.1.0) 2024-06-05 08:30:03.695 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev38) (2.8.7) 2024-06-05 08:30:03.767 | Collecting voluptuous>=0.8.9 2024-06-05 08:30:03.784 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-06-05 08:30:03.826 | 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.dev38) (1.2.3) 2024-06-05 08:30:03.837 | 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.dev38) (5.0.0) 2024-06-05 08:30:03.939 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev38) (2.21) 2024-06-05 08:30:03.965 | 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.dev38) (0.5.1) 2024-06-05 08:30:03.966 | 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.dev38) (2.4.2) 2024-06-05 08:30:04.111 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-06-05 08:30:04.114 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-06-05 08:30:04.118 | 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.dev38) (4.21.7) 2024-06-05 08:30:04.204 | 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.dev38) (2.1.1) 2024-06-05 08:30:04.350 | 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.dev38) (1.1.8) 2024-06-05 08:30:04.367 | 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.dev38) (0.14.1) 2024-06-05 08:30:04.385 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev38) (0.2.5) 2024-06-05 08:30:04.791 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev38) (2.5.0) 2024-06-05 08:30:04.872 | 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.dev38) (1.32) 2024-06-05 08:30:04.995 | 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.dev38) (1.8.2) 2024-06-05 08:30:05.599 | 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-06-05 08:30:05.646 | Attempting uninstall: voluptuous 2024-06-05 08:30:05.648 | Found existing installation: voluptuous 0.12.2 2024-06-05 08:30:05.650 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:30:05.651 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-06-05 08:30:05.811 | Attempting uninstall: pyudev 2024-06-05 08:30:05.813 | Found existing installation: pyudev 0.22.0 2024-06-05 08:30:05.814 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:30:05.814 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-06-05 08:30:08.332 | Running setup.py develop for cinder 2024-06-05 08:30:09.239 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.1 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-06-05 08:30:09.239 | 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-06-05 08:30:09.465 | + inc/python:pip_install:196 : result=0 2024-06-05 08:30:09.467 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:30:09.469 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:09.470 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:09.472 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:09.474 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:09.475 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:09.477 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:30:09.479 | + functions-common:time_stop:2442 : start_time=1717576197634 2024-06-05 08:30:09.481 | + functions-common:time_stop:2444 : [[ -z 1717576197634 ]] 2024-06-05 08:30:09.483 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:09.487 | + functions-common:time_stop:2447 : end_time=1717576209484 2024-06-05 08:30:09.488 | + functions-common:time_stop:2448 : elapsed_time=11850 2024-06-05 08:30:09.490 | + functions-common:time_stop:2449 : total=50064 2024-06-05 08:30:09.491 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:09.493 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=61914 2024-06-05 08:30:09.494 | + inc/python:pip_install:199 : return 0 2024-06-05 08:30:09.496 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:30:09.498 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-06-05 08:30:09.500 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-06-05 08:30:09.514 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-06-05 08:30:09.523 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-06-05 08:30:09.525 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-06-05 08:30:09.526 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:30:09.528 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:30:09.530 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-06-05 08:30:09.532 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:30:09.533 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-06-05 08:30:09.535 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-06-05 08:30:09.537 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-06-05 08:30:09.538 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:30:09.540 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:30:09.542 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-06-05 08:30:09.552 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-06-05 08:30:09.553 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:30:09.555 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:30:09.557 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:30:09.558 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:30:09.560 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:30:09.562 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:30:09.563 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:30:09.565 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:30:09.567 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:30:09.568 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:30:09.570 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:30:09.572 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:30:09.574 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-06-05 08:30:09.576 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:30:09.577 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:30:09.579 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:30:09.581 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-06-05 08:30:09.596 | + 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-06-05 08:30:09.653 | Reading package lists... 2024-06-05 08:30:09.846 | Building dependency tree... 2024-06-05 08:30:09.847 | Reading state information... 2024-06-05 08:30:10.027 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-06-05 08:30:10.027 | The following packages were automatically installed and are no longer required: 2024-06-05 08:30:10.027 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:30:10.028 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:30:10.028 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:30:10.048 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:30:10.053 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:30:10.055 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:30:10.057 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:10.059 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:10.060 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:10.062 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:10.064 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:10.066 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:30:10.067 | + functions-common:time_stop:2442 : start_time=1717576209594 2024-06-05 08:30:10.069 | + functions-common:time_stop:2444 : [[ -z 1717576209594 ]] 2024-06-05 08:30:10.071 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:10.075 | + functions-common:time_stop:2447 : end_time=1717576210073 2024-06-05 08:30:10.076 | + functions-common:time_stop:2448 : elapsed_time=479 2024-06-05 08:30:10.078 | + functions-common:time_stop:2449 : total=7570 2024-06-05 08:30:10.080 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:10.082 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8049 2024-06-05 08:30:10.084 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:30:10.086 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-05 08:30:10.088 | + stack.sh:main:952 : configure_cinder 2024-06-05 08:30:10.089 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-06-05 08:30:10.099 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-06-05 08:30:10.102 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-06-05 08:30:10.103 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-06-05 08:30:10.105 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-06-05 08:30:10.107 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-06-05 08:30:10.107 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-06-05 08:30:10.111 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-06-05 08:30:10.112 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-06-05 08:30:10.114 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-06-05 08:30:10.115 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-06-05 08:30:10.117 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-06-05 08:30:10.118 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-06-05 08:30:10.120 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-06-05 08:30:10.121 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-06-05 08:30:10.130 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-06-05 08:30:10.139 | + 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-06-05 08:30:10.148 | + 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-06-05 08:30:10.157 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-06-05 08:30:10.166 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-06-05 08:30:10.168 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-06-05 08:30:10.171 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.6xVrtKWn9n 2024-06-05 08:30:10.173 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-06-05 08:30:10.175 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-06-05 08:30:10.177 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-06-05 08:30:10.179 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.6xVrtKWn9n 2024-06-05 08:30:10.181 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.6xVrtKWn9n 2024-06-05 08:30:10.190 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.6xVrtKWn9n /etc/sudoers.d/cinder-rootwrap 2024-06-05 08:30:10.200 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-06-05 08:30:10.203 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-06-05 08:30:10.204 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-06-05 08:30:10.206 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-06-05 08:30:10.207 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-06-05 08:30:10.209 | + 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-06-05 08:30:10.210 | + 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-06-05 08:30:10.212 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-06-05 08:30:10.214 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-06-05 08:30:10.217 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-06-05 08:30:10.220 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-06-05 08:30:10.233 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-06-05 08:30:10.246 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-06-05 08:30:10.260 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-06-05 08:30:10.273 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-06-05 08:30:10.286 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-06-05 08:30:10.300 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-06-05 08:30:10.313 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-06-05 08:30:10.327 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-06-05 08:30:10.328 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-06-05 08:30:10.330 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-06-05 08:30:10.332 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-05 08:30:10.334 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-06-05 08:30:10.357 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-06-05 08:30:10.380 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-05 08:30:10.402 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-06-05 08:30:10.425 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-06-05 08:30:10.447 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-06-05 08:30:10.471 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-06-05 08:30:10.494 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-06-05 08:30:10.517 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:30:10.540 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-06-05 08:30:10.562 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-06-05 08:30:10.588 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-06-05 08:30:10.612 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-06-05 08:30:10.614 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-06-05 08:30:10.616 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-06-05 08:30:10.618 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-06-05 08:30:10.620 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:30:10.622 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:30:10.624 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:30:10.637 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:10.639 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:30:10.641 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-06-05 08:30:10.643 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-06-05 08:30:10.668 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-06-05 08:30:10.694 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-06-05 08:30:10.717 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-06-05 08:30:10.740 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-06-05 08:30:10.763 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-06-05 08:30:10.786 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-06-05 08:30:10.811 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-06-05 08:30:10.834 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-06-05 08:30:10.860 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-06-05 08:30:10.889 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key f22e7cd1be5ad0a476372e0528d38c83 2024-06-05 08:30:10.913 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-06-05 08:30:10.915 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-06-05 08:30:10.939 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-06-05 08:30:10.962 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-06-05 08:30:10.985 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-06-05 08:30:11.009 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-06-05 08:30:11.022 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:11.024 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-06-05 08:30:11.026 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-06-05 08:30:11.028 | + lib/cinder:configure_cinder:330 : local default_name= 2024-06-05 08:30:11.030 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-06-05 08:30:11.031 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-06-05 08:30:11.033 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-06-05 08:30:11.035 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-06-05 08:30:11.037 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-06-05 08:30:11.039 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-06-05 08:30:11.040 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-06-05 08:30:11.042 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-06-05 08:30:11.067 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-06-05 08:30:11.089 | + 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-06-05 08:30:11.111 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-06-05 08:30:11.134 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-06-05 08:30:11.156 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-06-05 08:30:11.158 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-06-05 08:30:11.160 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-06-05 08:30:11.161 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-06-05 08:30:11.184 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-06-05 08:30:11.186 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-06-05 08:30:11.210 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-06-05 08:30:11.212 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-06-05 08:30:11.214 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-06-05 08:30:11.216 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-06-05 08:30:11.238 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-06-05 08:30:11.240 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-06-05 08:30:11.242 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-06-05 08:30:11.254 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:11.256 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-06-05 08:30:11.268 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:11.270 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-06-05 08:30:11.282 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:11.284 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-06-05 08:30:11.286 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-06-05 08:30:11.287 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-06-05 08:30:11.289 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-06-05 08:30:11.291 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-06-05 08:30:11.293 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-06-05 08:30:11.294 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-06-05 08:30:11.306 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:11.309 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-06-05 08:30:11.311 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-06-05 08:30:11.313 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-06-05 08:30:11.324 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:11.326 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:30:11.328 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:30:11.350 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-06-05 08:30:11.352 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-06-05 08:30:11.354 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-06-05 08:30:11.356 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-06-05 08:30:11.358 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-06-05 08:30:11.360 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:30:11.373 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:30:11.375 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:30:11.377 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:30:11.379 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:30:11.381 | + 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-06-05 08:30:11.404 | + 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-06-05 08:30:11.427 | + 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-06-05 08:30:11.449 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:30:11.471 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-06-05 08:30:11.483 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:11.486 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-06-05 08:30:11.487 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-06-05 08:30:11.489 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-06-05 08:30:11.491 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-06-05 08:30:11.493 | + lib/apache:write_uwsgi_config:257 : local http= 2024-06-05 08:30:11.494 | + lib/apache:write_uwsgi_config:258 : local name= 2024-06-05 08:30:11.496 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-06-05 08:30:11.500 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-06-05 08:30:11.501 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-06-05 08:30:11.503 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-05 08:30:11.513 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-05 08:30:11.513 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:30:11.520 | d /var/run/uwsgi 0755 stack root 2024-06-05 08:30:11.523 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:30:11.531 | /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-06-05 08:30:11.534 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-06-05 08:30:11.536 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-06-05 08:30:11.539 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-06-05 08:30:11.562 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-06-05 08:30:11.584 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-06-05 08:30:11.606 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-06-05 08:30:11.628 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-06-05 08:30:11.649 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-05 08:30:11.671 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-06-05 08:30:11.693 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-06-05 08:30:11.716 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-06-05 08:30:11.740 | + 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-06-05 08:30:11.762 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-06-05 08:30:11.785 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-05 08:30:11.810 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-06-05 08:30:11.832 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-06-05 08:30:11.834 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-06-05 08:30:11.836 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-06-05 08:30:11.838 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-06-05 08:30:11.840 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-06-05 08:30:11.842 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:30:11.844 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:30:11.846 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-06-05 08:30:11.848 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-06-05 08:30:11.850 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-06-05 08:30:11.871 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-06-05 08:30:11.894 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-06-05 08:30:11.894 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-06-05 08:30:11.901 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-06-05 08:30:11.904 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-06-05 08:30:11.906 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-06-05 08:30:11.907 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-06-05 08:30:11.909 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-06-05 08:30:11.911 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:30:11.913 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:30:11.915 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:30:11.916 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-05 08:30:11.918 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-06-05 08:30:11.920 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:30:11.921 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:30:11.923 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-06-05 08:30:11.954 | Enabling site cinder-wsgi. 2024-06-05 08:30:11.958 | To activate the new configuration, you need to run: 2024-06-05 08:30:11.958 | systemctl reload apache2 2024-06-05 08:30:11.961 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-06-05 08:30:11.963 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:30:11.965 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:30:11.967 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:30:12.062 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-06-05 08:30:12.064 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-06-05 08:30:12.066 | + 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-06-05 08:30:12.089 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-06-05 08:30:12.127 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-06-05 08:30:12.151 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-06-05 08:30:12.175 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-06-05 08:30:12.198 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-06-05 08:30:12.221 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-06-05 08:30:12.233 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:12.235 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-06-05 08:30:12.237 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-06-05 08:30:12.239 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-06-05 08:30:12.241 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-06-05 08:30:12.243 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-06-05 08:30:12.267 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-06-05 08:30:12.289 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-06-05 08:30:12.312 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-06-05 08:30:12.334 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-06-05 08:30:12.356 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-06-05 08:30:12.379 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-06-05 08:30:12.402 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-06-05 08:30:12.424 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:30:12.446 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-06-05 08:30:12.468 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-06-05 08:30:12.491 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-06-05 08:30:12.514 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-06-05 08:30:12.516 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-06-05 08:30:12.528 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:12.530 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-06-05 08:30:12.555 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-06-05 08:30:12.556 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-06-05 08:30:12.558 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-06-05 08:30:12.583 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-06-05 08:30:12.605 | + stack.sh:main:955 : is_service_enabled neutron 2024-06-05 08:30:12.619 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:12.620 | + stack.sh:main:957 : stack_install_service neutron 2024-06-05 08:30:12.622 | + lib/stack:stack_install_service:20 : local service=neutron 2024-06-05 08:30:12.624 | + lib/stack:stack_install_service:21 : type install_neutron 2024-06-05 08:30:12.626 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-05 08:30:12.628 | + lib/stack:stack_install_service:32 : install_neutron 2024-06-05 08:30:12.630 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-06-05 08:30:12.631 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-06-05 08:30:12.633 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:30:12.635 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:30:12.637 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-06-05 08:30:12.639 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:30:12.641 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-06-05 08:30:12.643 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-06-05 08:30:12.645 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-06-05 08:30:12.647 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-06-05 08:30:12.648 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:30:12.650 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:30:12.653 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:30:12.654 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:30:12.657 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:30:12.669 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:30:12.670 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:30:12.672 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:30:12.674 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:30:12.677 | + functions-common:git_clone:633 : echo stable/2023.1 2024-06-05 08:30:12.677 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:30:12.681 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-06-05 08:30:12.683 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:30:12.685 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-06-05 08:30:12.686 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:30:12.688 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:30:12.690 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:30:12.692 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:30:12.693 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:30:12.695 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:30:12.697 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:30:12.698 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:30:12.701 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:30:12.703 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576212702 2024-06-05 08:30:12.705 | + 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-06-05 08:30:12.707 | Cloning into '/opt/stack//neutron'... 2024-06-05 08:30:16.107 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:30:16.109 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:16.111 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:16.112 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:16.114 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:16.116 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:16.118 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:30:16.120 | + functions-common:time_stop:2442 : start_time=1717576212702 2024-06-05 08:30:16.121 | + functions-common:time_stop:2444 : [[ -z 1717576212702 ]] 2024-06-05 08:30:16.123 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:16.127 | + functions-common:time_stop:2447 : end_time=1717576216125 2024-06-05 08:30:16.128 | + functions-common:time_stop:2448 : elapsed_time=3423 2024-06-05 08:30:16.130 | + functions-common:time_stop:2449 : total=19941 2024-06-05 08:30:16.132 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:16.134 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23364 2024-06-05 08:30:16.135 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-06-05 08:30:16.137 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-06-05 08:30:16.139 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:30:16.141 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:30:16.142 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:30:16.144 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:30:16.146 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:30:16.148 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:30:16.150 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:30:16.151 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:30:16.153 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:30:16.157 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576216154 2024-06-05 08:30:16.158 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-06-05 08:30:18.811 | From https://opendev.org/openstack/neutron 2024-06-05 08:30:18.811 | * branch stable/2023.1 -> FETCH_HEAD 2024-06-05 08:30:18.816 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:30:18.818 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:18.820 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:18.822 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:18.823 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:18.825 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:18.827 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:30:18.829 | + functions-common:time_stop:2442 : start_time=1717576216154 2024-06-05 08:30:18.831 | + functions-common:time_stop:2444 : [[ -z 1717576216154 ]] 2024-06-05 08:30:18.833 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:18.836 | + functions-common:time_stop:2447 : end_time=1717576218834 2024-06-05 08:30:18.838 | + functions-common:time_stop:2448 : elapsed_time=2680 2024-06-05 08:30:18.839 | + functions-common:time_stop:2449 : total=23364 2024-06-05 08:30:18.841 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:18.843 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26044 2024-06-05 08:30:18.845 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:30:18.846 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:30:18.848 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:30:18.850 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:30:18.852 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:30:18.853 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:30:18.855 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:30:18.857 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:30:18.859 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:30:18.861 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:30:18.864 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576218862 2024-06-05 08:30:18.866 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:30:19.122 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.122 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:30:19.122 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:30:19.122 | state without impacting any branches by switching back to a branch. 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.122 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:30:19.122 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.122 | git switch -c 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.122 | Or undo this operation with: 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.122 | git switch - 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.122 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:30:19.122 | 2024-06-05 08:30:19.123 | HEAD is now at ce2560f Merge "[functional tests] compatibility with ovsdbapp>=2.2.2" into stable/2023.1 2024-06-05 08:30:19.127 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:30:19.129 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:19.131 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:19.133 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:19.135 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:19.136 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:19.138 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:30:19.140 | + functions-common:time_stop:2442 : start_time=1717576218862 2024-06-05 08:30:19.142 | + functions-common:time_stop:2444 : [[ -z 1717576218862 ]] 2024-06-05 08:30:19.144 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:19.147 | + functions-common:time_stop:2447 : end_time=1717576219145 2024-06-05 08:30:19.149 | + functions-common:time_stop:2448 : elapsed_time=283 2024-06-05 08:30:19.151 | + functions-common:time_stop:2449 : total=26044 2024-06-05 08:30:19.153 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:19.154 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26327 2024-06-05 08:30:19.156 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-06-05 08:30:19.166 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-06-05 08:30:19.169 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:30:19.169 | + functions-common:git_clone:696 : head -1 2024-06-05 08:30:19.170 | ce2560f Merge "[functional tests] compatibility with ovsdbapp>=2.2.2" into stable/2023.1 2024-06-05 08:30:19.173 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:30:19.175 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-06-05 08:30:19.176 | + inc/python:setup_develop:334 : local bindep 2024-06-05 08:30:19.178 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-06-05 08:30:19.180 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-06-05 08:30:19.182 | + inc/python:setup_develop:340 : local extras= 2024-06-05 08:30:19.184 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-06-05 08:30:19.186 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:30:19.188 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-06-05 08:30:19.189 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-06-05 08:30:19.191 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:30:19.193 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:30:19.195 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-06-05 08:30:19.197 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:30:19.200 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-06-05 08:30:19.202 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:30:19.204 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:30:19.206 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-06-05 08:30:19.211 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-06-05 08:30:19.213 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-06-05 08:30:19.530 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-06-05 08:30:19.532 | + inc/python:setup_package:414 : local bindep=0 2024-06-05 08:30:19.534 | + inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:30:19.536 | + inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:30:19.538 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-06-05 08:30:19.540 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-06-05 08:30:19.542 | + inc/python:setup_package:423 : local flags=-e 2024-06-05 08:30:19.544 | + inc/python:setup_package:424 : local extras= 2024-06-05 08:30:19.545 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:30:19.547 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:30:19.549 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:30:19.551 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:30:19.553 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:30:19.555 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-06-05 08:30:19.571 | Using python 3.10 to install /opt/stack/neutron 2024-06-05 08:30:19.573 | + 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-06-05 08:30:20.494 | Obtaining file:///opt/stack/neutron 2024-06-05 08:30:20.495 | Preparing metadata (setup.py): started 2024-06-05 08:30:21.081 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:30:21.152 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.1.2) 2024-06-05 08:30:21.153 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.5.2) 2024-06-05 08:30:21.154 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (2.1.1) 2024-06-05 08:30:21.155 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (2.5.1) 2024-06-05 08:30:21.155 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (1.4.41) 2024-06-05 08:30:21.156 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (1.8.7) 2024-06-05 08:30:21.157 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (1.8.1) 2024-06-05 08:30:21.158 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (2.5.0) 2024-06-05 08:30:21.158 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.1.1) 2024-06-05 08:30:21.159 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (0.33.1) 2024-06-05 08:30:21.160 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (2.4.1) 2024-06-05 08:30:21.160 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (0.20.4) 2024-06-05 08:30:21.161 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.1.2) 2024-06-05 08:30:21.162 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (10.2.0) 2024-06-05 08:30:21.163 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (0.8.0) 2024-06-05 08:30:21.163 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev19) (0.11.0) 2024-06-05 08:30:21.398 | Collecting neutron-lib>=3.4.2 2024-06-05 08:30:21.408 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-06-05 08:30:21.416 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (1.0.1) 2024-06-05 08:30:21.542 | Collecting os-ken>=2.2.0 2024-06-05 08:30:21.560 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-06-05 08:30:21.687 | Collecting os-resource-classes>=1.1.0 2024-06-05 08:30:21.697 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-06-05 08:30:21.851 | Collecting os-vif>=3.1.0 2024-06-05 08:30:21.853 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-06-05 08:30:21.856 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.3.1) 2024-06-05 08:30:21.857 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.1.1) 2024-06-05 08:30:21.858 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (9.1.1) 2024-06-05 08:30:21.859 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.1.1) 2024-06-05 08:30:21.859 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (12.3.2) 2024-06-05 08:30:21.860 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (6.0.0) 2024-06-05 08:30:21.861 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.2.0) 2024-06-05 08:30:21.862 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (14.2.4) 2024-06-05 08:30:21.862 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.1.1) 2024-06-05 08:30:21.863 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (4.1.1) 2024-06-05 08:30:21.864 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.1.0) 2024-06-05 08:30:21.865 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.0.0) 2024-06-05 08:30:21.866 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (7.0.1) 2024-06-05 08:30:21.866 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.1.1) 2024-06-05 08:30:21.867 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.1.1) 2024-06-05 08:30:21.868 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (2.1.1) 2024-06-05 08:30:21.869 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (6.1.0) 2024-06-05 08:30:21.869 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.1.0) 2024-06-05 08:30:21.870 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.4.3) 2024-06-05 08:30:21.893 | Collecting ovs>=2.10.0 2024-06-05 08:30:21.893 | Using cached ovs-2.17.7-py3-none-any.whl 2024-06-05 08:30:21.948 | Collecting ovsdbapp>=2.2.1 2024-06-05 08:30:22.016 | Downloading ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-06-05 08:30:22.055 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.1/135.1 KB 3.6 MB/s eta 0:00:00 2024-06-05 08:30:22.058 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (21.3) 2024-06-05 08:30:22.059 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.11.1) 2024-06-05 08:30:22.085 | Collecting pecan>=1.4.0 2024-06-05 08:30:22.086 | Using cached pecan-1.4.2-py3-none-any.whl 2024-06-05 08:30:22.090 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.9.2) 2024-06-05 08:30:22.091 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (22.1.0) 2024-06-05 08:30:22.123 | Collecting pyroute2>=0.7.3 2024-06-05 08:30:22.127 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-06-05 08:30:22.168 | Collecting python-designateclient>=2.7.0 2024-06-05 08:30:22.170 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-06-05 08:30:22.211 | Collecting python-neutronclient>=7.8.0 2024-06-05 08:30:22.216 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-06-05 08:30:22.221 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (18.3.0) 2024-06-05 08:30:22.222 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (2.28.1) 2024-06-05 08:30:22.223 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (5.0.0) 2024-06-05 08:30:22.223 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (6.3.1) 2024-06-05 08:30:22.224 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev19) (3.2.0) 2024-06-05 08:30:22.230 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev19) (1.2.3) 2024-06-05 08:30:22.233 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev19) (1.14.1) 2024-06-05 08:30:22.238 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev19) (1.16.0) 2024-06-05 08:30:22.239 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev19) (2.2.1) 2024-06-05 08:30:22.240 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev19) (1.1.3) 2024-06-05 08:30:22.247 | 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.dev19) (3.0.9) 2024-06-05 08:30:22.250 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev19) (2.1.1) 2024-06-05 08:30:22.289 | 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.dev19) (1.7.0) 2024-06-05 08:30:22.289 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev19) (1.1.0) 2024-06-05 08:30:22.320 | 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.dev19) (3.1.1) 2024-06-05 08:30:22.320 | 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.dev19) (5.1.0) 2024-06-05 08:30:22.406 | Collecting setproctitle>=1.1.10 2024-06-05 08:30:22.411 | 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-06-05 08:30:22.534 | Collecting os-traits>=0.9.0 2024-06-05 08:30:22.544 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-06-05 08:30:22.561 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev19) (1.0.1) 2024-06-05 08:30:22.562 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev19) (1.32) 2024-06-05 08:30:22.562 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev19) (1.4.4) 2024-06-05 08:30:22.563 | 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.dev19) (1.1.8) 2024-06-05 08:30:22.563 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev19) (38.0.2) 2024-06-05 08:30:22.564 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev19) (6.0) 2024-06-05 08:30:22.565 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev19) (1.4.0) 2024-06-05 08:30:22.596 | Collecting ncclient>=0.6.13 2024-06-05 08:30:22.596 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-06-05 08:30:22.600 | 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.dev19) (1.0.4) 2024-06-05 08:30:22.646 | 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.dev19) (0.18) 2024-06-05 08:30:22.665 | 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.dev19) (1.5.0) 2024-06-05 08:30:22.691 | 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.dev19) (2.0.1) 2024-06-05 08:30:22.692 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev19) (0.5.0) 2024-06-05 08:30:22.692 | 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.dev19) (0.13.0) 2024-06-05 08:30:22.714 | 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.dev19) (2.8.2) 2024-06-05 08:30:22.717 | 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.dev19) (0.9.6) 2024-06-05 08:30:22.741 | 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.dev19) (0.6.0) 2024-06-05 08:30:22.742 | 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.dev19) (5.2.4) 2024-06-05 08:30:22.743 | 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.dev19) (5.2.0) 2024-06-05 08:30:22.745 | 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.dev19) (5.1.1) 2024-06-05 08:30:22.754 | 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.dev19) (3.3.0) 2024-06-05 08:30:22.755 | 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.dev19) (4.0.0) 2024-06-05 08:30:22.800 | 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.dev19) (1.15.1) 2024-06-05 08:30:22.818 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev19) (2022.4) 2024-06-05 08:30:22.831 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev19) (1.4.0) 2024-06-05 08:30:22.832 | 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.dev19) (4.0.1) 2024-06-05 08:30:22.841 | 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.dev19) (3.4.1) 2024-06-05 08:30:22.919 | Collecting sortedcontainers 2024-06-05 08:30:22.921 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-06-05 08:30:22.947 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev19) (59.6.0) 2024-06-05 08:30:22.989 | Collecting logutils>=0.3 2024-06-05 08:30:22.989 | Using cached logutils-0.3.5-py3-none-any.whl 2024-06-05 08:30:23.036 | 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.dev19) (4.16.0) 2024-06-05 08:30:23.070 | Collecting osc-lib>=1.8.0 2024-06-05 08:30:23.072 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-06-05 08:30:23.074 | 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.dev19) (4.2.0) 2024-06-05 08:30:23.129 | Collecting os-client-config>=1.28.0 2024-06-05 08:30:23.131 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-06-05 08:30:23.302 | Collecting simplejson>=3.5.1 2024-06-05 08:30:23.305 | 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-06-05 08:30:23.336 | 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.dev19) (1.26.12) 2024-06-05 08:30:23.337 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev19) (3.4) 2024-06-05 08:30:23.337 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev19) (2.1.1) 2024-06-05 08:30:23.338 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev19) (2020.6.20) 2024-06-05 08:30:23.350 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev19) (0.7) 2024-06-05 08:30:23.470 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev19) (0.13.1) 2024-06-05 08:30:23.495 | 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.dev19) (5.0.0) 2024-06-05 08:30:23.542 | 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.dev19) (2.21) 2024-06-05 08:30:23.565 | 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.dev19) (5.0.0) 2024-06-05 08:30:23.566 | 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.dev19) (0.5.1) 2024-06-05 08:30:23.567 | 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.dev19) (2.4.2) 2024-06-05 08:30:23.720 | 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.dev19) (22.1.0) 2024-06-05 08:30:23.721 | 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.dev19) (0.18.1) 2024-06-05 08:30:23.807 | 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.dev19) (4.9.1) 2024-06-05 08:30:23.808 | 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.dev19) (2.11.0) 2024-06-05 08:30:23.877 | 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.dev19) (0.14.1) 2024-06-05 08:30:23.893 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev19) (0.2.5) 2024-06-05 08:30:24.079 | 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.dev19) (0.5.2) 2024-06-05 08:30:24.080 | 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.dev19) (0.4.3) 2024-06-05 08:30:24.122 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev19) (2.5.0) 2024-06-05 08:30:24.283 | 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.dev19) (1.8.2) 2024-06-05 08:30:24.314 | 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.dev19) (3.8.1) 2024-06-05 08:30:24.357 | 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.dev19) (1.5.0) 2024-06-05 08:30:25.022 | 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-06-05 08:30:25.022 | Attempting uninstall: sortedcontainers 2024-06-05 08:30:25.024 | Found existing installation: sortedcontainers 2.1.0 2024-06-05 08:30:25.025 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:30:25.026 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-06-05 08:30:25.418 | Attempting uninstall: ovs 2024-06-05 08:30:25.420 | Found existing installation: ovs 2.17.9 2024-06-05 08:30:25.421 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:30:25.421 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-06-05 08:30:27.698 | Running setup.py develop for neutron 2024-06-05 08:30:28.802 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.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-06-05 08:30:28.802 | 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-06-05 08:30:28.954 | + inc/python:pip_install:196 : result=0 2024-06-05 08:30:28.956 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:30:28.958 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:28.959 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:28.961 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:28.963 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:28.965 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:28.966 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:30:28.968 | + functions-common:time_stop:2442 : start_time=1717576219567 2024-06-05 08:30:28.970 | + functions-common:time_stop:2444 : [[ -z 1717576219567 ]] 2024-06-05 08:30:28.972 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:28.975 | + functions-common:time_stop:2447 : end_time=1717576228973 2024-06-05 08:30:28.977 | + functions-common:time_stop:2448 : elapsed_time=9406 2024-06-05 08:30:28.979 | + functions-common:time_stop:2449 : total=61914 2024-06-05 08:30:28.980 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:28.982 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=71320 2024-06-05 08:30:28.984 | + inc/python:pip_install:199 : return 0 2024-06-05 08:30:28.986 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:30:28.988 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-06-05 08:30:28.990 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-06-05 08:30:29.005 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-06-05 08:30:29.015 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-06-05 08:30:29.017 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-06-05 08:30:29.019 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:30:29.021 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:30:29.023 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-06-05 08:30:29.025 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:30:29.027 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-06-05 08:30:29.028 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-05 08:30:29.030 | + stack.sh:main:960 : is_service_enabled nova 2024-06-05 08:30:29.044 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:30:29.045 | + stack.sh:main:962 : stack_install_service nova 2024-06-05 08:30:29.047 | + lib/stack:stack_install_service:20 : local service=nova 2024-06-05 08:30:29.049 | + lib/stack:stack_install_service:21 : type install_nova 2024-06-05 08:30:29.051 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-05 08:30:29.053 | + lib/stack:stack_install_service:32 : install_nova 2024-06-05 08:30:29.055 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-06-05 08:30:29.057 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-06-05 08:30:29.058 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:30:29.060 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:30:29.062 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-06-05 08:30:29.064 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:30:29.066 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-06-05 08:30:29.078 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:29.080 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-06-05 08:30:29.092 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:29.094 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-06-05 08:30:29.107 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:30:29.109 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/60/899160/1 2024-06-05 08:30:29.111 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-06-05 08:30:29.113 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-06-05 08:30:29.115 | + functions-common:git_clone:614 : local git_ref=refs/changes/60/899160/1 2024-06-05 08:30:29.116 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:30:29.119 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:30:29.121 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:30:29.123 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:30:29.125 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:30:29.138 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:30:29.140 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:30:29.141 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:30:29.143 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:30:29.145 | + functions-common:git_clone:633 : echo refs/changes/60/899160/1 2024-06-05 08:30:29.146 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:30:29.149 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-06-05 08:30:29.151 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-06-05 08:30:29.153 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-06-05 08:30:29.155 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:30:29.156 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:30:29.158 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:30:29.160 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:30:29.162 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:30:29.163 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:30:29.165 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:30:29.167 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:30:29.169 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:30:29.172 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576229170 2024-06-05 08:30:29.174 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-06-05 08:30:29.176 | Cloning into '/opt/stack//nova'... 2024-06-05 08:30:33.626 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:30:33.627 | + functions-common:time_stop:2435 : local name 2024-06-05 08:30:33.629 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:30:33.631 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:30:33.633 | + functions-common:time_stop:2438 : local total 2024-06-05 08:30:33.634 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:30:33.636 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:30:33.637 | + functions-common:time_stop:2442 : start_time=1717576229170 2024-06-05 08:30:33.639 | + functions-common:time_stop:2444 : [[ -z 1717576229170 ]] 2024-06-05 08:30:33.641 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:30:33.644 | + functions-common:time_stop:2447 : end_time=1717576233642 2024-06-05 08:30:33.646 | + functions-common:time_stop:2448 : elapsed_time=4472 2024-06-05 08:30:33.647 | + functions-common:time_stop:2449 : total=26327 2024-06-05 08:30:33.649 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:30:33.650 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30799 2024-06-05 08:30:33.652 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-06-05 08:30:33.654 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/60/899160/1 2024-06-05 08:30:33.655 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:30:33.657 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:30:33.659 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:30:33.660 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:30:33.662 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:30:33.664 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:30:33.665 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:30:33.667 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:30:33.669 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:30:33.672 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576233670 2024-06-05 08:30:33.674 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/60/899160/1 2024-06-05 08:31:33.989 | From https://opendev.org/openstack/nova 2024-06-05 08:31:33.989 | * branch refs/changes/60/899160/1 -> FETCH_HEAD 2024-06-05 08:31:33.994 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:31:33.996 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:33.998 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:33.999 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:34.001 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:34.002 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:34.004 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:31:34.006 | + functions-common:time_stop:2442 : start_time=1717576233670 2024-06-05 08:31:34.007 | + functions-common:time_stop:2444 : [[ -z 1717576233670 ]] 2024-06-05 08:31:34.009 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:34.012 | + functions-common:time_stop:2447 : end_time=1717576294010 2024-06-05 08:31:34.014 | + functions-common:time_stop:2448 : elapsed_time=60340 2024-06-05 08:31:34.016 | + functions-common:time_stop:2449 : total=30799 2024-06-05 08:31:34.017 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:34.019 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91139 2024-06-05 08:31:34.021 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-06-05 08:31:34.341 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:31:34.341 | 2024-06-05 08:31:34.341 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:31:34.341 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:31:34.342 | state without impacting any branches by switching back to a branch. 2024-06-05 08:31:34.342 | 2024-06-05 08:31:34.342 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:31:34.342 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:31:34.342 | 2024-06-05 08:31:34.342 | git switch -c 2024-06-05 08:31:34.342 | 2024-06-05 08:31:34.342 | Or undo this operation with: 2024-06-05 08:31:34.342 | 2024-06-05 08:31:34.342 | git switch - 2024-06-05 08:31:34.342 | 2024-06-05 08:31:34.342 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:31:34.342 | 2024-06-05 08:31:34.342 | HEAD is now at dcbf83d5fb vmwareapi: Mark driver as experimental 2024-06-05 08:31:34.348 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-06-05 08:31:34.361 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-06-05 08:31:34.363 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:31:34.363 | + functions-common:git_clone:696 : head -1 2024-06-05 08:31:34.366 | dcbf83d5fb vmwareapi: Mark driver as experimental 2024-06-05 08:31:34.369 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:31:34.370 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-06-05 08:31:34.372 | + inc/python:setup_develop:334 : local bindep 2024-06-05 08:31:34.374 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-06-05 08:31:34.375 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-06-05 08:31:34.377 | + inc/python:setup_develop:340 : local extras= 2024-06-05 08:31:34.379 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-06-05 08:31:34.380 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:31:34.382 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-06-05 08:31:34.384 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-06-05 08:31:34.386 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:31:34.387 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:31:34.389 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-06-05 08:31:34.391 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:31:34.393 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-06-05 08:31:34.395 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:31:34.397 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:31:34.399 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-06-05 08:31:34.403 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-06-05 08:31:34.405 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-06-05 08:31:34.714 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-06-05 08:31:34.716 | + inc/python:setup_package:414 : local bindep=0 2024-06-05 08:31:34.718 | + inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:31:34.720 | + inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:31:34.722 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-06-05 08:31:34.724 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-06-05 08:31:34.726 | + inc/python:setup_package:423 : local flags=-e 2024-06-05 08:31:34.727 | + inc/python:setup_package:424 : local extras= 2024-06-05 08:31:34.729 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:31:34.731 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:31:34.733 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:31:34.734 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:31:34.736 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:31:34.738 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-06-05 08:31:34.753 | Using python 3.10 to install /opt/stack/nova 2024-06-05 08:31:34.754 | + 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-06-05 08:31:35.694 | Obtaining file:///opt/stack/nova 2024-06-05 08:31:35.695 | Preparing metadata (setup.py): started 2024-06-05 08:31:38.626 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:31:38.717 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.1.2) 2024-06-05 08:31:38.718 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.5.2) 2024-06-05 08:31:38.718 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.1.1) 2024-06-05 08:31:38.719 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.4.1) 2024-06-05 08:31:38.720 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (6.0) 2024-06-05 08:31:38.721 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.5.1) 2024-06-05 08:31:38.722 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.4.41) 2024-06-05 08:31:38.722 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.8.7) 2024-06-05 08:31:38.723 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.8.1) 2024-06-05 08:31:38.724 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (4.1.0) 2024-06-05 08:31:38.725 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (38.0.2) 2024-06-05 08:31:38.725 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (0.2.3) 2024-06-05 08:31:38.726 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.1.1) 2024-06-05 08:31:38.727 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (0.33.1) 2024-06-05 08:31:38.727 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.4.1) 2024-06-05 08:31:38.728 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.1.3) 2024-06-05 08:31:38.729 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.1.0) 2024-06-05 08:31:38.730 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (4.16.0) 2024-06-05 08:31:38.731 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.1.2) 2024-06-05 08:31:38.731 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (10.2.0) 2024-06-05 08:31:38.732 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (4.9.1) 2024-06-05 08:31:38.916 | Collecting microversion-parse>=0.2.1 2024-06-05 08:31:38.919 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-06-05 08:31:38.922 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (0.8.0) 2024-06-05 08:31:38.923 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60180) (0.11.0) 2024-06-05 08:31:38.924 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.0.1) 2024-06-05 08:31:38.924 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (6.2.3) 2024-06-05 08:31:38.925 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.1.0) 2024-06-05 08:31:38.926 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.7.0) 2024-06-05 08:31:38.927 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.10.0) 2024-06-05 08:31:38.928 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.1.1) 2024-06-05 08:31:38.928 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.3.1) 2024-06-05 08:31:38.929 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.1.1) 2024-06-05 08:31:38.930 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (9.1.1) 2024-06-05 08:31:38.931 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.1.1) 2024-06-05 08:31:38.932 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (12.3.2) 2024-06-05 08:31:38.933 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (6.0.0) 2024-06-05 08:31:38.934 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.1.0) 2024-06-05 08:31:38.935 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.2.0) 2024-06-05 08:31:38.935 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (14.2.4) 2024-06-05 08:31:38.936 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.1.1) 2024-06-05 08:31:38.937 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (4.1.1) 2024-06-05 08:31:38.959 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.1.0) 2024-06-05 08:31:38.960 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.0.0) 2024-06-05 08:31:38.961 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (7.0.1) 2024-06-05 08:31:38.962 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.1.1) 2024-06-05 08:31:38.962 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.1.1) 2024-06-05 08:31:38.963 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.1.1) 2024-06-05 08:31:38.964 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (6.1.0) 2024-06-05 08:31:38.965 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.1.0) 2024-06-05 08:31:38.966 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (21.3) 2024-06-05 08:31:38.966 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.11.0) 2024-06-05 08:31:38.967 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.11.1) 2024-06-05 08:31:38.968 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.9.2) 2024-06-05 08:31:38.969 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (9.3.0) 2024-06-05 08:31:38.970 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.8.2) 2024-06-05 08:31:38.970 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (4.3.1) 2024-06-05 08:31:38.971 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (9.0.0) 2024-06-05 08:31:38.972 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (2.28.1) 2024-06-05 08:31:38.973 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.3.3) 2024-06-05 08:31:38.974 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (1.5.0) 2024-06-05 08:31:38.975 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (0.13.0) 2024-06-05 08:31:38.975 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (5.0.0) 2024-06-05 08:31:38.976 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60180) (3.2.0) 2024-06-05 08:31:39.001 | Collecting websockify>=0.9.0 2024-06-05 08:31:39.001 | Using cached websockify-0.10.0-py3-none-any.whl 2024-06-05 08:31:39.019 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60180) (1.2.3) 2024-06-05 08:31:39.029 | 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.dev60180) (5.5.0) 2024-06-05 08:31:39.047 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60180) (1.15.1) 2024-06-05 08:31:39.059 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60180) (1.16.0) 2024-06-05 08:31:39.060 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60180) (2.2.1) 2024-06-05 08:31:39.069 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60180) (2.1.1) 2024-06-05 08:31:39.086 | 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.dev60180) (0.18.1) 2024-06-05 08:31:39.087 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60180) (22.1.0) 2024-06-05 08:31:39.135 | 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.dev60180) (5.1.0) 2024-06-05 08:31:39.136 | 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.dev60180) (3.1.1) 2024-06-05 08:31:39.158 | 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.dev60180) (1.1.8) 2024-06-05 08:31:39.159 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60180) (1.4.4) 2024-06-05 08:31:39.160 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60180) (1.4.0) 2024-06-05 08:31:39.161 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60180) (1.32) 2024-06-05 08:31:39.162 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60180) (1.0.1) 2024-06-05 08:31:39.173 | 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.dev60180) (5.9.0) 2024-06-05 08:31:39.174 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60180) (6.3.1) 2024-06-05 08:31:39.195 | 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.dev60180) (2.5.0) 2024-06-05 08:31:39.195 | 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.dev60180) (2.2.2) 2024-06-05 08:31:39.197 | 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.dev60180) (0.7.3) 2024-06-05 08:31:39.223 | 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.dev60180) (0.18) 2024-06-05 08:31:39.267 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60180) (0.5.0) 2024-06-05 08:31:39.269 | 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.dev60180) (2.0.1) 2024-06-05 08:31:39.300 | 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.dev60180) (0.9.6) 2024-06-05 08:31:39.325 | 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.dev60180) (5.1.1) 2024-06-05 08:31:39.326 | 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.dev60180) (0.6.0) 2024-06-05 08:31:39.328 | 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.dev60180) (5.2.4) 2024-06-05 08:31:39.329 | 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.dev60180) (5.2.0) 2024-06-05 08:31:39.339 | 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.dev60180) (4.0.0) 2024-06-05 08:31:39.341 | 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.dev60180) (3.3.0) 2024-06-05 08:31:39.362 | 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.dev60180) (1.0.4) 2024-06-05 08:31:39.384 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60180) (2022.4) 2024-06-05 08:31:39.396 | 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.dev60180) (4.0.1) 2024-06-05 08:31:39.397 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60180) (1.4.0) 2024-06-05 08:31:39.417 | 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.dev60180) (3.0.9) 2024-06-05 08:31:39.458 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60180) (1.5.0) 2024-06-05 08:31:39.467 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60180) (59.6.0) 2024-06-05 08:31:39.523 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60180) (0.2.5) 2024-06-05 08:31:39.581 | 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.dev60180) (1.14.1) 2024-06-05 08:31:39.582 | 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.dev60180) (2.0.1) 2024-06-05 08:31:39.584 | 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.dev60180) (22.1.0) 2024-06-05 08:31:39.600 | 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.dev60180) (4.2.0) 2024-06-05 08:31:39.601 | 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.dev60180) (3.17.6) 2024-06-05 08:31:39.602 | 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.dev60180) (2.7.0) 2024-06-05 08:31:39.603 | 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.dev60180) (2.1.0) 2024-06-05 08:31:39.625 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60180) (3.4) 2024-06-05 08:31:39.626 | 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.dev60180) (1.26.12) 2024-06-05 08:31:39.627 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60180) (2.1.1) 2024-06-05 08:31:39.628 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60180) (2020.6.20) 2024-06-05 08:31:39.659 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60180) (0.7) 2024-06-05 08:31:39.738 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60180) (0.5.2) 2024-06-05 08:31:39.738 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60180) (0.4.3) 2024-06-05 08:31:39.782 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60180) (0.13.1) 2024-06-05 08:31:40.227 | Collecting numpy 2024-06-05 08:31:40.337 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-06-05 08:31:40.432 | 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.dev60180) (5.0.0) 2024-06-05 08:31:40.520 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60180) (2.21) 2024-06-05 08:31:40.547 | 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.dev60180) (2.4.2) 2024-06-05 08:31:40.548 | 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.dev60180) (0.5.1) 2024-06-05 08:31:40.548 | 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.dev60180) (5.0.0) 2024-06-05 08:31:40.775 | 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.dev60180) (0.14.1) 2024-06-05 08:31:40.791 | 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.dev60180) (2.17.7) 2024-06-05 08:31:41.080 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60180) (2.5.0) 2024-06-05 08:31:41.298 | 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.dev60180) (1.8.2) 2024-06-05 08:31:41.332 | 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.dev60180) (3.8.1) 2024-06-05 08:31:41.349 | 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.dev60180) (2.4.0) 2024-06-05 08:31:41.959 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-06-05 08:31:43.757 | Running setup.py develop for nova 2024-06-05 08:31:47.158 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-06-05 08:31:47.158 | 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-06-05 08:31:47.321 | + inc/python:pip_install:196 : result=0 2024-06-05 08:31:47.323 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:31:47.325 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:47.327 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:47.328 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:47.330 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:47.331 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:47.333 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:31:47.335 | + functions-common:time_stop:2442 : start_time=1717576294749 2024-06-05 08:31:47.337 | + functions-common:time_stop:2444 : [[ -z 1717576294749 ]] 2024-06-05 08:31:47.339 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:47.342 | + functions-common:time_stop:2447 : end_time=1717576307340 2024-06-05 08:31:47.344 | + functions-common:time_stop:2448 : elapsed_time=12591 2024-06-05 08:31:47.345 | + functions-common:time_stop:2449 : total=71320 2024-06-05 08:31:47.347 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:47.348 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83911 2024-06-05 08:31:47.350 | + inc/python:pip_install:199 : return 0 2024-06-05 08:31:47.352 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:31:47.354 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-06-05 08:31:47.356 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-06-05 08:31:47.371 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-06-05 08:31:47.381 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-06-05 08:31:47.383 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-06-05 08:31:47.385 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:31:47.386 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:31:47.389 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-06-05 08:31:47.390 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:31:47.393 | + 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-06-05 08:31:47.405 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-05 08:31:47.407 | + stack.sh:main:963 : configure_nova 2024-06-05 08:31:47.409 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-06-05 08:31:47.419 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-06-05 08:31:47.421 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-06-05 08:31:47.423 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-06-05 08:31:47.426 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-06-05 08:31:47.426 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-06-05 08:31:47.430 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-06-05 08:31:47.432 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-06-05 08:31:47.434 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-06-05 08:31:47.436 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-06-05 08:31:47.438 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-06-05 08:31:47.440 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-06-05 08:31:47.441 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-06-05 08:31:47.443 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-06-05 08:31:47.452 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-06-05 08:31:47.462 | + 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-06-05 08:31:47.472 | + 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-06-05 08:31:47.481 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-06-05 08:31:47.491 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-06-05 08:31:47.493 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-06-05 08:31:47.497 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.VumsGNFjYT 2024-06-05 08:31:47.498 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-06-05 08:31:47.500 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-06-05 08:31:47.502 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-06-05 08:31:47.504 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-06-05 08:31:47.506 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-06-05 08:31:47.508 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.VumsGNFjYT 2024-06-05 08:31:47.510 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.VumsGNFjYT 2024-06-05 08:31:47.520 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.VumsGNFjYT /etc/sudoers.d/nova-rootwrap 2024-06-05 08:31:47.529 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-06-05 08:31:47.533 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-06-05 08:31:47.535 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-06-05 08:31:47.536 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-06-05 08:31:47.538 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-06-05 08:31:47.540 | + 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-06-05 08:31:47.542 | + 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-06-05 08:31:47.544 | + 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-06-05 08:31:47.545 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-06-05 08:31:47.549 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-06-05 08:31:47.560 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:47.562 | + lib/nova:configure_nova:356 : create_nova_conf 2024-06-05 08:31:47.564 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-06-05 08:31:47.566 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-06-05 08:31:47.569 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-06-05 08:31:47.640 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-06-05 08:31:47.642 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-06-05 08:31:47.663 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-06-05 08:31:47.686 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-06-05 08:31:47.708 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-06-05 08:31:47.731 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-06-05 08:31:47.754 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-06-05 08:31:47.777 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-06-05 08:31:47.799 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-06-05 08:31:47.820 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-06-05 08:31:47.841 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-06-05 08:31:47.862 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-06-05 08:31:47.883 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-06-05 08:31:47.906 | + lib/nova:create_nova_conf:451 : is_fedora 2024-06-05 08:31:47.908 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:31:47.909 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:31:47.911 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:31:47.912 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:31:47.914 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:31:47.915 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:31:47.917 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:31:47.919 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:31:47.920 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:31:47.922 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:31:47.923 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:31:47.925 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:31:47.927 | + lib/nova:create_nova_conf:451 : is_suse 2024-06-05 08:31:47.928 | + functions-common:is_suse:544 : is_opensuse 2024-06-05 08:31:47.930 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:31:47.931 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:31:47.933 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:31:47.934 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:31:47.936 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:31:47.938 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-06-05 08:31:47.949 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:47.951 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:31:47.952 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-06-05 08:31:47.954 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-06-05 08:31:47.956 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-06-05 08:31:47.958 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-06-05 08:31:47.959 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-06-05 08:31:47.961 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:31:47.963 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:31:47.964 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:31:47.975 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:47.977 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:31:47.979 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-05 08:31:47.981 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-05 08:31:48.005 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-06-05 08:31:48.006 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-06-05 08:31:48.008 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-06-05 08:31:48.010 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-06-05 08:31:48.012 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:31:48.014 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:31:48.015 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:31:48.026 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:48.028 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:31:48.029 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-06-05 08:31:48.031 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-06-05 08:31:48.055 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-06-05 08:31:48.078 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-06-05 08:31:48.099 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-06-05 08:31:48.120 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-06-05 08:31:48.131 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:48.133 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-06-05 08:31:48.144 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:48.147 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-06-05 08:31:48.147 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-06-05 08:31:48.150 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-06-05 08:31:48.152 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-06-05 08:31:48.173 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-06-05 08:31:48.175 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-06-05 08:31:48.176 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-06-05 08:31:48.199 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-06-05 08:31:48.221 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-06-05 08:31:48.232 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:48.234 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-06-05 08:31:48.235 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-06-05 08:31:48.237 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-06-05 08:31:48.239 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-05 08:31:48.240 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-06-05 08:31:48.263 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-06-05 08:31:48.285 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-05 08:31:48.306 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-06-05 08:31:48.327 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-06-05 08:31:48.348 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-06-05 08:31:48.369 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-06-05 08:31:48.391 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-06-05 08:31:48.412 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:31:48.433 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-06-05 08:31:48.454 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-06-05 08:31:48.466 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:48.467 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-06-05 08:31:48.469 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-06-05 08:31:48.492 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-06-05 08:31:48.514 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-06-05 08:31:48.535 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-06-05 08:31:48.556 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-06-05 08:31:48.578 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-06-05 08:31:48.599 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-06-05 08:31:48.621 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-06-05 08:31:48.643 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-06-05 08:31:48.654 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:48.656 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-06-05 08:31:48.658 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-06-05 08:31:48.679 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-06-05 08:31:48.703 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-06-05 08:31:48.705 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-06-05 08:31:48.727 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-06-05 08:31:48.728 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-06-05 08:31:48.730 | + lib/nova:create_nova_conf:526 : is_suse 2024-06-05 08:31:48.732 | + functions-common:is_suse:544 : is_opensuse 2024-06-05 08:31:48.733 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:31:48.735 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:31:48.737 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:31:48.739 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:31:48.740 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:31:48.742 | + lib/nova:create_nova_conf:526 : is_fedora 2024-06-05 08:31:48.744 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:31:48.745 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:31:48.747 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:31:48.749 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:31:48.750 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:31:48.752 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:31:48.754 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:31:48.756 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:31:48.758 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:31:48.759 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:31:48.761 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:31:48.763 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:31:48.765 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-06-05 08:31:48.766 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-06-05 08:31:48.768 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-06-05 08:31:48.770 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:31:48.783 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:31:48.785 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:31:48.786 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:31:48.788 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:31:48.790 | + 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-06-05 08:31:48.811 | + 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-06-05 08:31:48.833 | + 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-06-05 08:31:48.855 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:31:48.877 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-06-05 08:31:48.901 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-06-05 08:31:48.913 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:48.915 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-06-05 08:31:48.917 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-06-05 08:31:48.918 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-06-05 08:31:48.920 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-06-05 08:31:48.922 | + lib/apache:write_uwsgi_config:257 : local http= 2024-06-05 08:31:48.923 | + lib/apache:write_uwsgi_config:258 : local name= 2024-06-05 08:31:48.926 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-06-05 08:31:48.929 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-06-05 08:31:48.930 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-06-05 08:31:48.932 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-05 08:31:48.942 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-05 08:31:48.942 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:31:48.948 | d /var/run/uwsgi 0755 stack root 2024-06-05 08:31:48.951 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:31:48.959 | /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-06-05 08:31:48.962 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-06-05 08:31:48.964 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-06-05 08:31:48.966 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-06-05 08:31:48.989 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-06-05 08:31:49.011 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-06-05 08:31:49.033 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-06-05 08:31:49.054 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-06-05 08:31:49.076 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-05 08:31:49.098 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-06-05 08:31:49.119 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-06-05 08:31:49.141 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-06-05 08:31:49.162 | + 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-06-05 08:31:49.183 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-06-05 08:31:49.205 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-05 08:31:49.226 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-06-05 08:31:49.248 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-06-05 08:31:49.249 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-06-05 08:31:49.252 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-06-05 08:31:49.253 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-06-05 08:31:49.256 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-06-05 08:31:49.257 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:49.259 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:49.261 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-06-05 08:31:49.263 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-06-05 08:31:49.265 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-06-05 08:31:49.286 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-06-05 08:31:49.309 | + 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-06-05 08:31:49.309 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-06-05 08:31:49.316 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-06-05 08:31:49.319 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-06-05 08:31:49.320 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-06-05 08:31:49.322 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-06-05 08:31:49.324 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-06-05 08:31:49.326 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:31:49.328 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:49.330 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:49.332 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-05 08:31:49.333 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-06-05 08:31:49.335 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:49.337 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:49.339 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-06-05 08:31:49.370 | Enabling site nova-api-wsgi. 2024-06-05 08:31:49.374 | To activate the new configuration, you need to run: 2024-06-05 08:31:49.374 | systemctl reload apache2 2024-06-05 08:31:49.377 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-06-05 08:31:49.379 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:31:49.381 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:31:49.382 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:31:49.486 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-06-05 08:31:49.499 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:49.501 | + 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-06-05 08:31:49.503 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-06-05 08:31:49.505 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-06-05 08:31:49.506 | + lib/apache:write_uwsgi_config:256 : local url= 2024-06-05 08:31:49.508 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-06-05 08:31:49.510 | + lib/apache:write_uwsgi_config:258 : local name= 2024-06-05 08:31:49.513 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-06-05 08:31:49.516 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-06-05 08:31:49.517 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-06-05 08:31:49.519 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-05 08:31:49.529 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-05 08:31:49.529 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:31:49.536 | d /var/run/uwsgi 0755 stack root 2024-06-05 08:31:49.539 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:31:49.547 | /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-06-05 08:31:49.550 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-06-05 08:31:49.552 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-06-05 08:31:49.555 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-06-05 08:31:49.579 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-06-05 08:31:49.601 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-06-05 08:31:49.623 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-06-05 08:31:49.645 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-06-05 08:31:49.667 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-05 08:31:49.689 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-06-05 08:31:49.711 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-06-05 08:31:49.734 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-06-05 08:31:49.757 | + 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-06-05 08:31:49.780 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-06-05 08:31:49.802 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-05 08:31:49.824 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-06-05 08:31:49.846 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-06-05 08:31:49.848 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-06-05 08:31:49.870 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-06-05 08:31:49.883 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:49.884 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-06-05 08:31:49.909 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-06-05 08:31:49.911 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-06-05 08:31:49.912 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-06-05 08:31:49.925 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:49.927 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:31:49.929 | + 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-06-05 08:31:49.951 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-06-05 08:31:49.975 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-06-05 08:31:49.977 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-06-05 08:31:49.979 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-06-05 08:31:49.980 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-06-05 08:31:49.982 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-06-05 08:31:49.984 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-06-05 08:31:49.996 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:49.999 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-06-05 08:31:50.000 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-06-05 08:31:50.002 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-06-05 08:31:50.016 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:50.017 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:31:50.020 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:31:50.042 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-06-05 08:31:50.044 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-06-05 08:31:50.046 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-06-05 08:31:50.069 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-06-05 08:31:50.091 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-06-05 08:31:50.115 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-06-05 08:31:50.127 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:50.129 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-06-05 08:31:50.151 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-06-05 08:31:50.153 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-06-05 08:31:50.154 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-06-05 08:31:50.178 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-06-05 08:31:50.201 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-06-05 08:31:50.223 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-06-05 08:31:50.246 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-06-05 08:31:50.268 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-06-05 08:31:50.290 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-06-05 08:31:50.312 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-06-05 08:31:50.334 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-06-05 08:31:50.355 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-06-05 08:31:50.367 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:50.369 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-06-05 08:31:50.372 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-06-05 08:31:50.374 | + lib/nova:create_nova_conf:574 : local conf 2024-06-05 08:31:50.375 | + lib/nova:create_nova_conf:575 : local vhost 2024-06-05 08:31:50.377 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-06-05 08:31:50.379 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-06-05 08:31:50.381 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-06-05 08:31:50.383 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-06-05 08:31:50.384 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-06-05 08:31:50.386 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-06-05 08:31:50.389 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-06-05 08:31:50.391 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-06-05 08:31:50.392 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-06-05 08:31:50.394 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-06-05 08:31:50.396 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:31:50.398 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:31:50.400 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:31:50.412 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:50.413 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:31:50.415 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-05 08:31:50.417 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-05 08:31:50.441 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-06-05 08:31:50.465 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-06-05 08:31:50.488 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:31:50.490 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-06-05 08:31:50.492 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-06-05 08:31:50.494 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-06-05 08:31:50.495 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-06-05 08:31:50.497 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-06-05 08:31:50.499 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-06-05 08:31:50.511 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:50.513 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-06-05 08:31:50.515 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-06-05 08:31:50.517 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-06-05 08:31:50.529 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:50.531 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:31:50.533 | + 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-06-05 08:31:50.556 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-06-05 08:31:50.558 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-06-05 08:31:50.559 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-06-05 08:31:50.561 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-06-05 08:31:50.563 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-06-05 08:31:50.565 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:31:50.578 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:31:50.580 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:31:50.581 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:31:50.583 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:31:50.585 | + 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-06-05 08:31:50.607 | + 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-06-05 08:31:50.630 | + 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-06-05 08:31:50.652 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:31:50.674 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:31:50.676 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-06-05 08:31:50.678 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-06-05 08:31:50.680 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-06-05 08:31:50.681 | + lib/nova:configure_console_proxies:724 : offset=0 2024-06-05 08:31:50.683 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-06-05 08:31:50.695 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:50.697 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-06-05 08:31:50.698 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-06-05 08:31:50.710 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:50.712 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-06-05 08:31:50.724 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:50.725 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-06-05 08:31:50.738 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:31:50.739 | + stack.sh:main:966 : is_service_enabled placement 2024-06-05 08:31:50.753 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:31:50.755 | + stack.sh:main:968 : stack_install_service placement 2024-06-05 08:31:50.757 | + lib/stack:stack_install_service:20 : local service=placement 2024-06-05 08:31:50.759 | + lib/stack:stack_install_service:21 : type install_placement 2024-06-05 08:31:50.761 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-05 08:31:50.763 | + lib/stack:stack_install_service:32 : install_placement 2024-06-05 08:31:50.765 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-06-05 08:31:50.767 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-06-05 08:31:50.769 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:50.771 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:50.772 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-06-05 08:31:50.774 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:31:50.776 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:31:50.778 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:31:50.780 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:31:50.782 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:31:50.784 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:31:50.785 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:50.787 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:50.789 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:31:50.791 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:31:50.792 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:31:50.794 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:31:50.796 | + functions-common:install_package:1460 : real_install_package apache2 2024-06-05 08:31:50.798 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:31:50.800 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:50.802 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:50.803 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-06-05 08:31:50.820 | + 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-06-05 08:31:50.879 | Reading package lists... 2024-06-05 08:31:51.074 | Building dependency tree... 2024-06-05 08:31:51.075 | Reading state information... 2024-06-05 08:31:51.258 | apache2 is already the newest version (2.4.52-1ubuntu4.9). 2024-06-05 08:31:51.258 | The following packages were automatically installed and are no longer required: 2024-06-05 08:31:51.258 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:31:51.258 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:31:51.258 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:31:51.279 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:31:51.284 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:31:51.286 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:31:51.288 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:51.290 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:51.292 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:51.294 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:51.295 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:51.297 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:31:51.299 | + functions-common:time_stop:2442 : start_time=1717576310817 2024-06-05 08:31:51.301 | + functions-common:time_stop:2444 : [[ -z 1717576310817 ]] 2024-06-05 08:31:51.303 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:51.306 | + functions-common:time_stop:2447 : end_time=1717576311304 2024-06-05 08:31:51.308 | + functions-common:time_stop:2448 : elapsed_time=487 2024-06-05 08:31:51.310 | + functions-common:time_stop:2449 : total=8049 2024-06-05 08:31:51.312 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:51.313 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8536 2024-06-05 08:31:51.315 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:31:51.317 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-06-05 08:31:51.319 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-06-05 08:31:51.321 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-06-05 08:31:51.323 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-06-05 08:31:51.325 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-06-05 08:31:51.338 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-06-05 08:31:51.340 | + functions-common:install_package:1459 : update_package_repo 2024-06-05 08:31:51.342 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-06-05 08:31:51.344 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-06-05 08:31:51.346 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-06-05 08:31:51.348 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-06-05 08:31:51.350 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-06-05 08:31:51.352 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:51.354 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:51.356 | + functions-common:update_package_repo:1440 : apt_get_update 2024-06-05 08:31:51.358 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-06-05 08:31:51.360 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-06-05 08:31:51.362 | + functions-common:apt_get_update:1186 : return 2024-06-05 08:31:51.364 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-06-05 08:31:51.366 | + functions-common:real_install_package:1445 : is_ubuntu 2024-06-05 08:31:51.368 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:51.370 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:51.372 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-06-05 08:31:51.388 | + 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-06-05 08:31:51.446 | Reading package lists... 2024-06-05 08:31:51.637 | Building dependency tree... 2024-06-05 08:31:51.638 | Reading state information... 2024-06-05 08:31:51.817 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-06-05 08:31:51.817 | The following packages were automatically installed and are no longer required: 2024-06-05 08:31:51.817 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-05 08:31:51.818 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-05 08:31:51.818 | Use 'sudo apt autoremove' to remove them. 2024-06-05 08:31:51.838 | 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2024-06-05 08:31:51.843 | + functions-common:apt_get:1230 : result=0 2024-06-05 08:31:51.845 | + functions-common:apt_get:1233 : time_stop apt-get 2024-06-05 08:31:51.847 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:51.849 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:51.851 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:51.853 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:51.855 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:51.856 | + functions-common:time_stop:2441 : name=apt-get 2024-06-05 08:31:51.858 | + functions-common:time_stop:2442 : start_time=1717576311385 2024-06-05 08:31:51.860 | + functions-common:time_stop:2444 : [[ -z 1717576311385 ]] 2024-06-05 08:31:51.863 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:51.866 | + functions-common:time_stop:2447 : end_time=1717576311863 2024-06-05 08:31:51.867 | + functions-common:time_stop:2448 : elapsed_time=478 2024-06-05 08:31:51.869 | + functions-common:time_stop:2449 : total=8536 2024-06-05 08:31:51.871 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:51.873 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9014 2024-06-05 08:31:51.875 | + functions-common:apt_get:1234 : return 0 2024-06-05 08:31:51.877 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-06-05 08:31:51.879 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-06-05 08:31:51.881 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:31:51.882 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:31:51.884 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:31:51.886 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-06-05 08:31:51.888 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-06-05 08:31:51.916 | wsgi (enabled by maintainer script) 2024-06-05 08:31:51.919 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-06-05 08:31:51.921 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-06-05 08:31:51.923 | + inc/python:pip_install_gr:77 : local clean_name 2024-06-05 08:31:51.925 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-06-05 08:31:51.927 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-06-05 08:31:51.929 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-06-05 08:31:51.932 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:31:51.932 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-06-05 08:31:51.937 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-06-05 08:31:51.939 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-06-05 08:31:51.940 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-06-05 08:31:51.943 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-06-05 08:31:51.945 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-06-05 08:31:51.961 | Using python 3.10 to install osc-placement 2024-06-05 08:31:51.962 | + 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-06-05 08:31:53.087 | Collecting osc-placement 2024-06-05 08:31:53.090 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-06-05 08:31:53.097 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-06-05 08:31:53.097 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-06-05 08:31:53.098 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-06-05 08:31:53.099 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-06-05 08:31:53.100 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-06-05 08:31:53.125 | 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-06-05 08:31:53.126 | 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-06-05 08:31:53.127 | 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-06-05 08:31:53.127 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-06-05 08:31:53.128 | 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-06-05 08:31:53.134 | 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-06-05 08:31:53.135 | 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-06-05 08:31:53.136 | 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-06-05 08:31:53.143 | 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-06-05 08:31:53.143 | 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-06-05 08:31:53.144 | 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-06-05 08:31:53.145 | 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-06-05 08:31:53.146 | 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-06-05 08:31:53.147 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2024-06-05 08:31:53.154 | 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-06-05 08:31:53.154 | 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-06-05 08:31:53.155 | 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-06-05 08:31:53.156 | 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-06-05 08:31:53.157 | 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-06-05 08:31:53.160 | 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-06-05 08:31:53.175 | 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-06-05 08:31:53.176 | 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-06-05 08:31:53.177 | 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-06-05 08:31:53.178 | 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-06-05 08:31:53.179 | 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-06-05 08:31:53.180 | 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-06-05 08:31:53.181 | 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-06-05 08:31:53.200 | 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-06-05 08:31:53.201 | 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-06-05 08:31:53.202 | 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-06-05 08:31:53.203 | 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-06-05 08:31:53.257 | 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-06-05 08:31:53.258 | 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-06-05 08:31:53.259 | 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-06-05 08:31:53.277 | 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-06-05 08:31:53.304 | 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-06-05 08:31:53.364 | 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-06-05 08:31:54.210 | Installing collected packages: osc-placement 2024-06-05 08:31:54.287 | Successfully installed osc-placement-4.1.0 2024-06-05 08:31:54.288 | 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-06-05 08:31:54.389 | + inc/python:pip_install:196 : result=0 2024-06-05 08:31:54.391 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:31:54.393 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:54.395 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:54.397 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:54.399 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:54.401 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:54.403 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:31:54.405 | + functions-common:time_stop:2442 : start_time=1717576311956 2024-06-05 08:31:54.407 | + functions-common:time_stop:2444 : [[ -z 1717576311956 ]] 2024-06-05 08:31:54.409 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:54.413 | + functions-common:time_stop:2447 : end_time=1717576314410 2024-06-05 08:31:54.415 | + functions-common:time_stop:2448 : elapsed_time=2454 2024-06-05 08:31:54.417 | + functions-common:time_stop:2449 : total=83911 2024-06-05 08:31:54.418 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:54.420 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86365 2024-06-05 08:31:54.422 | + inc/python:pip_install:199 : return 0 2024-06-05 08:31:54.424 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-06-05 08:31:54.426 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-06-05 08:31:54.428 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-06-05 08:31:54.430 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-06-05 08:31:54.433 | + functions-common:git_clone:615 : local orig_dir 2024-06-05 08:31:54.435 | ++ functions-common:git_clone:616 : pwd 2024-06-05 08:31:54.438 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:31:54.439 | + functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:31:54.442 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:31:54.456 | + functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:31:54.457 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:31:54.459 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:31:54.461 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:31:54.463 | + functions-common:git_clone:633 : echo stable/2023.1 2024-06-05 08:31:54.464 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:31:54.468 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-06-05 08:31:54.470 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:31:54.471 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-06-05 08:31:54.473 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:31:54.475 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:31:54.477 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:31:54.479 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:31:54.480 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:31:54.482 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:31:54.484 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:31:54.486 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:31:54.488 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:31:54.491 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576314489 2024-06-05 08:31:54.493 | + 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-06-05 08:31:54.495 | Cloning into '/opt/stack//placement'... 2024-06-05 08:31:56.196 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:31:56.198 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:56.199 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:56.201 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:56.203 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:56.204 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:56.206 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:31:56.208 | + functions-common:time_stop:2442 : start_time=1717576314489 2024-06-05 08:31:56.209 | + functions-common:time_stop:2444 : [[ -z 1717576314489 ]] 2024-06-05 08:31:56.211 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:56.215 | + functions-common:time_stop:2447 : end_time=1717576316213 2024-06-05 08:31:56.216 | + functions-common:time_stop:2448 : elapsed_time=1724 2024-06-05 08:31:56.218 | + functions-common:time_stop:2449 : total=91139 2024-06-05 08:31:56.220 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:56.221 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92863 2024-06-05 08:31:56.223 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-06-05 08:31:56.225 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-06-05 08:31:56.226 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:31:56.228 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:31:56.230 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:31:56.231 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:31:56.233 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:31:56.235 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:31:56.237 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:31:56.238 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:31:56.240 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:31:56.244 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576316241 2024-06-05 08:31:56.245 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-06-05 08:31:57.611 | From https://opendev.org/openstack/placement 2024-06-05 08:31:57.611 | * branch stable/2023.1 -> FETCH_HEAD 2024-06-05 08:31:57.615 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:31:57.617 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:57.619 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:57.621 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:57.622 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:57.624 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:57.626 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:31:57.627 | + functions-common:time_stop:2442 : start_time=1717576316241 2024-06-05 08:31:57.629 | + functions-common:time_stop:2444 : [[ -z 1717576316241 ]] 2024-06-05 08:31:57.631 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:57.634 | + functions-common:time_stop:2447 : end_time=1717576317632 2024-06-05 08:31:57.636 | + functions-common:time_stop:2448 : elapsed_time=1391 2024-06-05 08:31:57.637 | + functions-common:time_stop:2449 : total=92863 2024-06-05 08:31:57.639 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:57.641 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94254 2024-06-05 08:31:57.643 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:31:57.644 | + functions-common:git_timed:720 : local count=0 2024-06-05 08:31:57.646 | + functions-common:git_timed:721 : local timeout=0 2024-06-05 08:31:57.647 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:31:57.649 | + functions-common:git_timed:724 : timeout=0 2024-06-05 08:31:57.651 | + functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:31:57.653 | + functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:31:57.654 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:31:57.656 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:31:57.658 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:31:57.661 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576317659 2024-06-05 08:31:57.663 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:31:57.689 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:31:57.689 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:31:57.689 | state without impacting any branches by switching back to a branch. 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:31:57.689 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | git switch -c 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | Or undo this operation with: 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | git switch - 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:31:57.689 | 2024-06-05 08:31:57.689 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-06-05 08:31:57.691 | + functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:31:57.693 | + functions-common:time_stop:2435 : local name 2024-06-05 08:31:57.695 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:31:57.697 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:31:57.698 | + functions-common:time_stop:2438 : local total 2024-06-05 08:31:57.700 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:31:57.701 | + functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:31:57.703 | + functions-common:time_stop:2442 : start_time=1717576317659 2024-06-05 08:31:57.705 | + functions-common:time_stop:2444 : [[ -z 1717576317659 ]] 2024-06-05 08:31:57.707 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:31:57.710 | + functions-common:time_stop:2447 : end_time=1717576317708 2024-06-05 08:31:57.712 | + functions-common:time_stop:2448 : elapsed_time=49 2024-06-05 08:31:57.713 | + functions-common:time_stop:2449 : total=94254 2024-06-05 08:31:57.715 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:31:57.717 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94303 2024-06-05 08:31:57.718 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-06-05 08:31:57.729 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-06-05 08:31:57.730 | + functions-common:git_clone:696 : git show --oneline 2024-06-05 08:31:57.731 | + functions-common:git_clone:696 : head -1 2024-06-05 08:31:57.733 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-06-05 08:31:57.735 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:31:57.737 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-06-05 08:31:57.739 | + inc/python:setup_develop:334 : local bindep 2024-06-05 08:31:57.741 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-06-05 08:31:57.742 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-06-05 08:31:57.744 | + inc/python:setup_develop:340 : local extras= 2024-06-05 08:31:57.746 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-06-05 08:31:57.747 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:31:57.749 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-06-05 08:31:57.751 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-06-05 08:31:57.753 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:31:57.755 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:31:57.757 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-06-05 08:31:57.759 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:31:57.761 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-06-05 08:31:57.763 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:31:57.765 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:31:57.767 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-06-05 08:31:57.771 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-06-05 08:31:57.773 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-06-05 08:31:58.088 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-06-05 08:31:58.090 | + inc/python:setup_package:414 : local bindep=0 2024-06-05 08:31:58.092 | + inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:31:58.094 | + inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:31:58.096 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-06-05 08:31:58.098 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-06-05 08:31:58.100 | + inc/python:setup_package:423 : local flags=-e 2024-06-05 08:31:58.101 | + inc/python:setup_package:424 : local extras= 2024-06-05 08:31:58.103 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:31:58.105 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:31:58.107 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:31:58.108 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:31:58.110 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:31:58.112 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-06-05 08:31:58.128 | Using python 3.10 to install /opt/stack/placement 2024-06-05 08:31:58.130 | + 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-06-05 08:31:59.068 | Obtaining file:///opt/stack/placement 2024-06-05 08:31:59.068 | Preparing metadata (setup.py): started 2024-06-05 08:31:59.453 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:31:59.508 | 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-06-05 08:31:59.509 | 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-06-05 08:31:59.510 | 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-06-05 08:31:59.510 | 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-06-05 08:31:59.511 | 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-06-05 08:31:59.512 | 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-06-05 08:31:59.513 | 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-06-05 08:31:59.513 | 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-06-05 08:31:59.514 | 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-06-05 08:31:59.515 | 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-06-05 08:31:59.516 | 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-06-05 08:31:59.516 | 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-06-05 08:31:59.517 | 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-06-05 08:31:59.518 | 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-06-05 08:31:59.518 | 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-06-05 08:31:59.519 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-06-05 08:31:59.520 | 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-06-05 08:31:59.520 | 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-06-05 08:31:59.521 | 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-06-05 08:31:59.522 | 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-06-05 08:31:59.523 | 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-06-05 08:31:59.541 | 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-06-05 08:31:59.541 | 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-06-05 08:31:59.565 | 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-06-05 08:31:59.566 | 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-06-05 08:31:59.566 | 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-06-05 08:31:59.567 | 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-06-05 08:31:59.568 | 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-06-05 08:31:59.569 | 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-06-05 08:31:59.577 | 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-06-05 08:31:59.595 | 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-06-05 08:31:59.596 | 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-06-05 08:31:59.596 | 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-06-05 08:31:59.597 | 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-06-05 08:31:59.598 | 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-06-05 08:31:59.640 | 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-06-05 08:31:59.640 | 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-06-05 08:31:59.641 | 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-06-05 08:31:59.642 | 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-06-05 08:31:59.661 | 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-06-05 08:31:59.662 | 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-06-05 08:31:59.668 | 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-06-05 08:31:59.669 | 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-06-05 08:31:59.670 | 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-06-05 08:31:59.681 | 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-06-05 08:31:59.682 | 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-06-05 08:31:59.687 | 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-06-05 08:31:59.694 | 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-06-05 08:31:59.694 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (21.3) 2024-06-05 08:31:59.695 | 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-06-05 08:31:59.696 | 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-06-05 08:31:59.707 | 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-06-05 08:31:59.707 | 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-06-05 08:31:59.708 | 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-06-05 08:31:59.709 | 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-06-05 08:31:59.716 | 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-06-05 08:31:59.777 | 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-06-05 08:31:59.791 | 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-06-05 08:31:59.833 | 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-06-05 08:31:59.852 | 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-06-05 08:31:59.878 | 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-06-05 08:31:59.909 | 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-06-05 08:31:59.927 | 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-06-05 08:31:59.996 | 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-06-05 08:31:59.997 | 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-06-05 08:31:59.997 | 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-06-05 08:32:00.023 | 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-06-05 08:32:00.811 | Installing collected packages: openstack-placement 2024-06-05 08:32:00.811 | Running setup.py develop for openstack-placement 2024-06-05 08:32:01.435 | Successfully installed openstack-placement 2024-06-05 08:32:01.436 | 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-06-05 08:32:01.542 | + inc/python:pip_install:196 : result=0 2024-06-05 08:32:01.544 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:32:01.546 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:01.547 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:01.549 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:01.551 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:01.553 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:01.554 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:32:01.556 | + functions-common:time_stop:2442 : start_time=1717576318124 2024-06-05 08:32:01.558 | + functions-common:time_stop:2444 : [[ -z 1717576318124 ]] 2024-06-05 08:32:01.559 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:01.563 | + functions-common:time_stop:2447 : end_time=1717576321561 2024-06-05 08:32:01.564 | + functions-common:time_stop:2448 : elapsed_time=3437 2024-06-05 08:32:01.566 | + functions-common:time_stop:2449 : total=86365 2024-06-05 08:32:01.568 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:01.570 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89802 2024-06-05 08:32:01.571 | + inc/python:pip_install:199 : return 0 2024-06-05 08:32:01.573 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:32:01.575 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-06-05 08:32:01.577 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-06-05 08:32:01.591 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-06-05 08:32:01.600 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-06-05 08:32:01.602 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-06-05 08:32:01.604 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:32:01.606 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:32:01.608 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-06-05 08:32:01.610 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:32:01.611 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-05 08:32:01.613 | + stack.sh:main:969 : configure_placement 2024-06-05 08:32:01.615 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-06-05 08:32:01.625 | + lib/placement:configure_placement:113 : create_placement_conf 2024-06-05 08:32:01.626 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-06-05 08:32:01.629 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-06-05 08:32:01.631 | ++ lib/database:database_connection_url:134 : local db=placement 2024-06-05 08:32:01.633 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-06-05 08:32:01.635 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-06-05 08:32:01.638 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:32:01.639 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:32:01.641 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:32:01.655 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:01.656 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:32:01.658 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-06-05 08:32:01.661 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-06-05 08:32:01.686 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-06-05 08:32:01.711 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-06-05 08:32:01.736 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-06-05 08:32:01.737 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-06-05 08:32:01.739 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-06-05 08:32:01.741 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-05 08:32:01.743 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-06-05 08:32:01.768 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-06-05 08:32:01.792 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-05 08:32:01.816 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-06-05 08:32:01.840 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-06-05 08:32:01.864 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-06-05 08:32:01.888 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-06-05 08:32:01.911 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-06-05 08:32:01.935 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:32:01.958 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-06-05 08:32:01.981 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-06-05 08:32:01.982 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-06-05 08:32:01.984 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-06-05 08:32:01.986 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:32:02.000 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:32:02.001 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:32:02.003 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:32:02.005 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:32:02.007 | + 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-06-05 08:32:02.029 | + 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-06-05 08:32:02.053 | + 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-06-05 08:32:02.076 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:32:02.099 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-06-05 08:32:02.101 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-06-05 08:32:02.103 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-06-05 08:32:02.105 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-06-05 08:32:02.107 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-06-05 08:32:02.109 | + lib/apache:write_uwsgi_config:257 : local http= 2024-06-05 08:32:02.111 | + lib/apache:write_uwsgi_config:258 : local name= 2024-06-05 08:32:02.113 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-06-05 08:32:02.116 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-06-05 08:32:02.118 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-06-05 08:32:02.120 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-05 08:32:02.129 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-05 08:32:02.129 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:32:02.136 | d /var/run/uwsgi 0755 stack root 2024-06-05 08:32:02.139 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-05 08:32:02.148 | /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-06-05 08:32:02.152 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-06-05 08:32:02.154 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-06-05 08:32:02.158 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-06-05 08:32:02.183 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-06-05 08:32:02.205 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-06-05 08:32:02.228 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-06-05 08:32:02.251 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-06-05 08:32:02.273 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-05 08:32:02.296 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-06-05 08:32:02.319 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-06-05 08:32:02.341 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-06-05 08:32:02.364 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-05 08:32:02.386 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-06-05 08:32:02.410 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-05 08:32:02.433 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-06-05 08:32:02.456 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-06-05 08:32:02.458 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-06-05 08:32:02.460 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-06-05 08:32:02.462 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-06-05 08:32:02.464 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-06-05 08:32:02.466 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:02.468 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:02.470 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-06-05 08:32:02.472 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-06-05 08:32:02.474 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-06-05 08:32:02.498 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-06-05 08:32:02.521 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-06-05 08:32:02.521 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-06-05 08:32:02.528 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-06-05 08:32:02.531 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-06-05 08:32:02.533 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-06-05 08:32:02.535 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-06-05 08:32:02.537 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-06-05 08:32:02.539 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-06-05 08:32:02.540 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:02.542 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:02.544 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-05 08:32:02.546 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-06-05 08:32:02.548 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:02.550 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:02.551 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-06-05 08:32:02.582 | Enabling site placement-api. 2024-06-05 08:32:02.586 | To activate the new configuration, you need to run: 2024-06-05 08:32:02.586 | systemctl reload apache2 2024-06-05 08:32:02.589 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-06-05 08:32:02.591 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-06-05 08:32:02.593 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:32:02.595 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-06-05 08:32:02.694 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-06-05 08:32:02.696 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-06-05 08:32:02.698 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-06-05 08:32:02.724 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-06-05 08:32:02.748 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-06-05 08:32:02.762 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:02.764 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-06-05 08:32:02.777 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:02.779 | + stack.sh:main:977 : is_service_enabled n-sch 2024-06-05 08:32:02.793 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:02.794 | + stack.sh:main:978 : configure_placement_nova_compute 2024-06-05 08:32:02.796 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-06-05 08:32:02.798 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-06-05 08:32:02.825 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-06-05 08:32:02.848 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-06-05 08:32:02.872 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-06-05 08:32:02.896 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-06-05 08:32:02.920 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-06-05 08:32:02.943 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-06-05 08:32:02.967 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-06-05 08:32:02.990 | + stack.sh:main:982 : is_service_enabled horizon 2024-06-05 08:32:03.003 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:03.005 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-06-05 08:32:03.018 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:03.020 | + stack.sh:main:995 : run_phase stack install 2024-06-05 08:32:03.021 | + functions-common:run_phase:1863 : local mode=stack 2024-06-05 08:32:03.023 | + functions-common:run_phase:1864 : local phase=install 2024-06-05 08:32:03.025 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:32:03.027 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:32:03.029 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:32:03.031 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:32:03.033 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:32:03.035 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:32:03.038 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:32:03.040 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:32:03.042 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:32:03.044 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-06-05 08:32:03.046 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:32:03.057 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:03.059 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:32:03.061 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:32:03.062 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-06-05 08:32:03.064 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-06-05 08:32:03.066 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:32:03.068 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-06-05 08:32:03.069 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-06-05 08:32:03.071 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-06-05 08:32:03.115 | ++ inc/async:async_inner:63 : install_tempest 2024-06-05 08:32:03.145 | [3605 Async install_tempest:27221]: running: install_tempest 2024-06-05 08:32:03.147 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-05 08:32:03.149 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-05 08:32:03.151 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:32:03.153 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-05 08:32:03.156 | + functions-common:run_phase:1890 : run_plugins stack install 2024-06-05 08:32:03.158 | + functions-common:run_plugins:1849 : local mode=stack 2024-06-05 08:32:03.160 | + functions-common:run_plugins:1850 : local phase=install 2024-06-05 08:32:03.162 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-06-05 08:32:03.164 | + functions-common:run_plugins:1853 : local plugin 2024-06-05 08:32:03.166 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-06-05 08:32:03.168 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:32:03.170 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-05 08:32:03.172 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-06-05 08:32:03.174 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:32:03.177 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:32:03.178 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-06-05 08:32:03.181 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-06-05 08:32:03.183 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:32:03.185 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-06-05 08:32:03.187 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-06-05 08:32:03.188 | ++ inc/python:setup_develop:334 : local bindep 2024-06-05 08:32:03.190 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-06-05 08:32:03.192 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-06-05 08:32:03.194 | ++ inc/python:setup_develop:340 : local extras= 2024-06-05 08:32:03.196 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-06-05 08:32:03.198 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-06-05 08:32:03.200 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-06-05 08:32:03.202 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-06-05 08:32:03.204 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-06-05 08:32:03.206 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-06-05 08:32:03.208 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-06-05 08:32:03.210 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-06-05 08:32:03.212 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-06-05 08:32:03.214 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-06-05 08:32:03.216 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-06-05 08:32:03.218 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-06-05 08:32:03.222 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-06-05 08:32:03.224 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-06-05 08:32:03.542 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-06-05 08:32:03.544 | ++ inc/python:setup_package:414 : local bindep=0 2024-06-05 08:32:03.546 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-06-05 08:32:03.548 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-06-05 08:32:03.550 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-06-05 08:32:03.552 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-06-05 08:32:03.554 | ++ inc/python:setup_package:423 : local flags=-e 2024-06-05 08:32:03.556 | ++ inc/python:setup_package:424 : local extras= 2024-06-05 08:32:03.558 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-06-05 08:32:03.560 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-06-05 08:32:03.561 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-06-05 08:32:03.563 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-06-05 08:32:03.565 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-06-05 08:32:03.567 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-06-05 08:32:03.583 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-06-05 08:32:03.584 | ++ 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-06-05 08:32:04.530 | Obtaining file:///opt/stack/networking-nsx-t 2024-06-05 08:32:04.531 | Preparing metadata (setup.py): started 2024-06-05 08:32:04.904 | Preparing metadata (setup.py): finished with status 'done' 2024-06-05 08:32:05.056 | Collecting Babel>=1.3 2024-06-05 08:32:05.106 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-06-05 08:32:05.155 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (22.1.0) 2024-06-05 08:32:05.181 | Collecting ipaddress 2024-06-05 08:32:05.183 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-06-05 08:32:05.185 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.8.0) 2024-06-05 08:32:05.186 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.4.2) 2024-06-05 08:32:05.187 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.1.1) 2024-06-05 08:32:05.187 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (6.0.0) 2024-06-05 08:32:05.188 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.2.0) 2024-06-05 08:32:05.189 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-06-05 08:32:05.190 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.1.1) 2024-06-05 08:32:05.191 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (6.1.0) 2024-06-05 08:32:05.192 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (5.11.1) 2024-06-05 08:32:05.193 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.14.1) 2024-06-05 08:32:05.193 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.0.0) 2024-06-05 08:32:05.219 | Collecting ratelimiter 2024-06-05 08:32:05.221 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-06-05 08:32:05.223 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.2.0) 2024-06-05 08:32:05.225 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev22) (2022.4) 2024-06-05 08:32:05.242 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (14.2.4) 2024-06-05 08:32:05.243 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-06-05 08:32:05.244 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.4.3) 2024-06-05 08:32:05.245 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.4.2) 2024-06-05 08:32:05.245 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.1.0) 2024-06-05 08:32:05.246 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.4.41) 2024-06-05 08:32:05.247 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (12.3.2) 2024-06-05 08:32:05.248 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.8.7) 2024-06-05 08:32:05.249 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.10.0) 2024-06-05 08:32:05.250 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.0.0) 2024-06-05 08:32:05.251 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-06-05 08:32:05.252 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.2) 2024-06-05 08:32:05.252 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.6.0) 2024-06-05 08:32:05.253 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (4.1.1) 2024-06-05 08:32:05.254 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.3.2) 2024-06-05 08:32:05.274 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2.28.1) 2024-06-05 08:32:05.274 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (6.0) 2024-06-05 08:32:05.275 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2.5.0) 2024-06-05 08:32:05.276 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (1.5.0) 2024-06-05 08:32:05.319 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev22) (0.9.6) 2024-06-05 08:32:05.321 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev22) (2.8.2) 2024-06-05 08:32:05.325 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev22) (1.0.4) 2024-06-05 08:32:05.335 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (0.33.1) 2024-06-05 08:32:05.336 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (1.1.3) 2024-06-05 08:32:05.338 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (2.1.1) 2024-06-05 08:32:05.339 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (4.0.1) 2024-06-05 08:32:05.339 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (3.5.2) 2024-06-05 08:32:05.340 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (2.5.1) 2024-06-05 08:32:05.341 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (1.4.0) 2024-06-05 08:32:05.348 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (1.1.0) 2024-06-05 08:32:05.348 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (3.0.9) 2024-06-05 08:32:05.350 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (0.11.0) 2024-06-05 08:32:05.350 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev22) (21.3) 2024-06-05 08:32:05.394 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.7.0) 2024-06-05 08:32:05.396 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.1.0) 2024-06-05 08:32:05.397 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (4.2.0) 2024-06-05 08:32:05.398 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.17.6) 2024-06-05 08:32:05.399 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.1.0) 2024-06-05 08:32:05.430 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (6.3.1) 2024-06-05 08:32:05.431 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (0.18) 2024-06-05 08:32:05.432 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (0.13.1) 2024-06-05 08:32:05.433 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev22) (2.4.1) 2024-06-05 08:32:05.440 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.4.1) 2024-06-05 08:32:05.441 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.0.0) 2024-06-05 08:32:05.442 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (0.5.1) 2024-06-05 08:32:05.443 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.4.2) 2024-06-05 08:32:05.447 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (1.14.1) 2024-06-05 08:32:05.454 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (2.2.1) 2024-06-05 08:32:05.454 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (1.16.0) 2024-06-05 08:32:05.498 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.7.0) 2024-06-05 08:32:05.509 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.0.1) 2024-06-05 08:32:05.518 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.6.13) 2024-06-05 08:32:05.520 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.17.7) 2024-06-05 08:32:05.565 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.13.0) 2024-06-05 08:32:05.566 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.8.1) 2024-06-05 08:32:05.567 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.5.0) 2024-06-05 08:32:05.568 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.0.1) 2024-06-05 08:32:05.593 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.2.0) 2024-06-05 08:32:05.593 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-06-05 08:32:05.595 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.2.4) 2024-06-05 08:32:05.596 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.6.0) 2024-06-05 08:32:05.598 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-06-05 08:32:05.653 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (59.6.0) 2024-06-05 08:32:05.668 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.3.5) 2024-06-05 08:32:05.669 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.2.3) 2024-06-05 08:32:05.723 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (1.26.12) 2024-06-05 08:32:05.724 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (3.4) 2024-06-05 08:32:05.725 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2020.6.20) 2024-06-05 08:32:05.726 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev22) (2.1.1) 2024-06-05 08:32:05.743 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev22) (0.7) 2024-06-05 08:32:05.883 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (5.0.0) 2024-06-05 08:32:05.938 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.8.2) 2024-06-05 08:32:05.938 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (0.2.5) 2024-06-05 08:32:05.987 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (3.8.1) 2024-06-05 08:32:06.030 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.1.1) 2024-06-05 08:32:06.041 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.11.0) 2024-06-05 08:32:06.042 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (4.9.1) 2024-06-05 08:32:06.058 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.4.4) 2024-06-05 08:32:06.059 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.0.1) 2024-06-05 08:32:06.060 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.1.8) 2024-06-05 08:32:06.060 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (5.1.1) 2024-06-05 08:32:06.061 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (38.0.2) 2024-06-05 08:32:06.063 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.32) 2024-06-05 08:32:06.063 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.4.0) 2024-06-05 08:32:06.123 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.1.2) 2024-06-05 08:32:06.124 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (4.0.0) 2024-06-05 08:32:06.125 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (3.3.0) 2024-06-05 08:32:06.136 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.4.0) 2024-06-05 08:32:06.177 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.5.2) 2024-06-05 08:32:06.178 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (0.4.3) 2024-06-05 08:32:06.200 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (2.5.0) 2024-06-05 08:32:06.274 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (1.15.1) 2024-06-05 08:32:06.363 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev22) (1.5.0) 2024-06-05 08:32:06.476 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev22) (2.21) 2024-06-05 08:32:07.031 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-06-05 08:32:07.075 | Attempting uninstall: Babel 2024-06-05 08:32:07.077 | Found existing installation: Babel 2.8.0 2024-06-05 08:32:07.078 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-06-05 08:32:07.079 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-06-05 08:32:07.442 | Running setup.py develop for networking-nsxv3 2024-06-05 08:32:08.265 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-06-05 08:32:08.266 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-06-05 08:32:08.382 | ++ inc/python:pip_install:196 : result=0 2024-06-05 08:32:08.384 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:32:08.386 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:32:08.388 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:08.390 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:08.392 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:32:08.393 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:08.395 | ++ functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:32:08.397 | ++ functions-common:time_stop:2442 : start_time=1717576323579 2024-06-05 08:32:08.398 | ++ functions-common:time_stop:2444 : [[ -z 1717576323579 ]] 2024-06-05 08:32:08.400 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:08.404 | ++ functions-common:time_stop:2447 : end_time=1717576328402 2024-06-05 08:32:08.406 | ++ functions-common:time_stop:2448 : elapsed_time=4823 2024-06-05 08:32:08.407 | ++ functions-common:time_stop:2449 : total=89802 2024-06-05 08:32:08.409 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:08.411 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94625 2024-06-05 08:32:08.412 | ++ inc/python:pip_install:199 : return 0 2024-06-05 08:32:08.414 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-06-05 08:32:08.416 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-06-05 08:32:08.418 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-06-05 08:32:08.432 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-06-05 08:32:08.441 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-06-05 08:32:08.443 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-06-05 08:32:08.445 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:32:08.446 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:32:08.448 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-06-05 08:32:08.450 | ++ inc/python:use_library_from_git:249 : return 1 2024-06-05 08:32:08.452 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-06-05 08:32:08.454 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-06-05 08:32:08.456 | + inc/python:use_library_from_git:247 : local enabled=1 2024-06-05 08:32:08.458 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-06-05 08:32:08.460 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-06-05 08:32:08.462 | + inc/python:use_library_from_git:249 : return 1 2024-06-05 08:32:08.463 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-06-05 08:32:08.465 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-06-05 08:32:08.467 | + inc/python:pip_install_gr:77 : local clean_name 2024-06-05 08:32:08.469 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-06-05 08:32:08.471 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-06-05 08:32:08.473 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-06-05 08:32:08.476 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:32:08.477 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-06-05 08:32:08.481 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-06-05 08:32:08.483 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-06-05 08:32:08.485 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-06-05 08:32:08.487 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-06-05 08:32:08.489 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-06-05 08:32:08.506 | Using python 3.10 to install python-openstackclient 2024-06-05 08:32:08.508 | + 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-06-05 08:32:09.565 | Collecting python-openstackclient 2024-06-05 08:32:09.590 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-06-05 08:32:09.609 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-06-05 08:32:09.610 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-06-05 08:32:09.611 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-06-05 08:32:09.612 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-06-05 08:32:09.613 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-06-05 08:32:09.614 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-06-05 08:32:09.614 | 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-06-05 08:32:09.615 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-06-05 08:32:09.616 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-06-05 08:32:09.617 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-06-05 08:32:09.618 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-06-05 08:32:09.623 | 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-06-05 08:32:09.623 | 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-06-05 08:32:09.624 | 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-06-05 08:32:09.625 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-06-05 08:32:09.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-06-05 08:32:09.637 | 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-06-05 08:32:09.638 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-06-05 08:32:09.639 | 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-06-05 08:32:09.640 | 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-06-05 08:32:09.640 | 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-06-05 08:32:09.641 | 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-06-05 08:32:09.642 | 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-06-05 08:32:09.643 | 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-06-05 08:32:09.644 | 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-06-05 08:32:09.645 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-06-05 08:32:09.651 | 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-06-05 08:32:09.658 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2024-06-05 08:32:09.659 | 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-06-05 08:32:09.660 | 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-06-05 08:32:09.661 | 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-06-05 08:32:09.662 | 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-06-05 08:32:09.670 | 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-06-05 08:32:09.680 | 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-06-05 08:32:09.681 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.1) 2024-06-05 08:32:09.681 | 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-06-05 08:32:09.740 | 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-06-05 08:32:09.741 | 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-06-05 08:32:09.742 | 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-06-05 08:32:09.760 | 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-06-05 08:32:09.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-06-05 08:32:09.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-06-05 08:32:09.849 | 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-06-05 08:32:09.855 | 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-06-05 08:32:09.886 | 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-06-05 08:32:09.887 | 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-06-05 08:32:09.888 | 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-06-05 08:32:09.888 | 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-06-05 08:32:09.933 | 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-06-05 08:32:10.827 | Installing collected packages: python-openstackclient 2024-06-05 08:32:11.709 | Successfully installed python-openstackclient-6.2.0 2024-06-05 08:32:11.710 | 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-06-05 08:32:11.844 | + inc/python:pip_install:196 : result=0 2024-06-05 08:32:11.846 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:32:11.849 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:11.851 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:11.853 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:11.855 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:11.857 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:11.859 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:32:11.861 | + functions-common:time_stop:2442 : start_time=1717576328501 2024-06-05 08:32:11.863 | + functions-common:time_stop:2444 : [[ -z 1717576328501 ]] 2024-06-05 08:32:11.865 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:11.869 | + functions-common:time_stop:2447 : end_time=1717576331867 2024-06-05 08:32:11.871 | + functions-common:time_stop:2448 : elapsed_time=3366 2024-06-05 08:32:11.873 | + functions-common:time_stop:2449 : total=94625 2024-06-05 08:32:11.875 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:11.876 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97991 2024-06-05 08:32:11.878 | + inc/python:pip_install:199 : return 0 2024-06-05 08:32:11.880 | + stack.sh:main:1007 : install_oscwrap 2024-06-05 08:32:11.883 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-06-05 08:32:11.887 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.f8oJ1l5Dgn 2024-06-05 08:32:11.889 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-06-05 08:32:11.890 | + functions-common:install_oscwrap:2486 : unalias -a 2024-06-05 08:32:11.893 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-06-05 08:32:11.895 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-06-05 08:32:11.896 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-06-05 08:32:11.899 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-06-05 08:32:11.914 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:11.916 | + stack.sh:main:1061 : configure_database 2024-06-05 08:32:11.918 | + lib/database:configure_database:128 : configure_database_mysql 2024-06-05 08:32:11.920 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-06-05 08:32:11.921 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-06-05 08:32:11.923 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:32:11.925 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-06-05 08:32:11.926 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-06-05 08:32:11.928 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:11.930 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:11.931 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-06-05 08:32:11.933 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-06-05 08:32:11.936 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-06-05 08:32:11.936 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-06-05 08:32:11.940 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-06-05 08:32:11.989 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-06-05 08:32:11.991 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-06-05 08:32:11.993 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-06-05 08:32:11.995 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-06-05 08:32:11.997 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-06-05 08:32:11.998 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-05 08:32:12.000 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-05 08:32:12.002 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-06-05 08:32:12.004 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-06-05 08:32:12.006 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-06-05 08:32:12.007 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-06-05 08:32:12.009 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-06-05 08:32:12.011 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-06-05 08:32:12.012 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-06-05 08:32:12.014 | + functions-common:is_suse:544 : is_opensuse 2024-06-05 08:32:12.016 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-06-05 08:32:12.018 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-06-05 08:32:12.020 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-06-05 08:32:12.022 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-06-05 08:32:12.023 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-06-05 08:32:12.025 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-06-05 08:32:12.041 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:12.043 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:12.045 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-06-05 08:32:12.047 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:32:12.049 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-06-05 08:32:12.525 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-06-05 08:32:12.527 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:12.529 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:12.531 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-06-05 08:32:12.533 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-06-05 08:32:12.536 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-06-05 08:32:12.538 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:12.540 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:12.542 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-06-05 08:32:12.544 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-06-05 08:32:12.545 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-06-05 08:32:12.548 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:12.551 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:12.553 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-06-05 08:32:12.555 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-06-05 08:32:12.557 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-06-05 08:32:12.565 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-06-05 08:32:12.587 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-06-05 08:32:12.589 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:32:12.593 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:32:12.593 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-06-05 08:32:12.594 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-06-05 08:32:12.597 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-06-05 08:32:12.648 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-06-05 08:32:12.697 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-06-05 08:32:12.741 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-06-05 08:32:12.743 | + lib/databases/mysql:configure_database_mysql:166 : [[ True == \T\r\u\e ]] 2024-06-05 08:32:12.745 | + lib/databases/mysql:configure_database_mysql:167 : echo 'enabling MySQL performance counting' 2024-06-05 08:32:12.745 | enabling MySQL performance counting 2024-06-05 08:32:12.747 | + lib/databases/mysql:configure_database_mysql:170 : pip_install /opt/stack/devstack/tools/dbcounter 2024-06-05 08:32:12.764 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-06-05 08:32:12.766 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2024-06-05 08:32:13.732 | Processing ./tools/dbcounter 2024-06-05 08:32:14.283 | Installing build dependencies: started 2024-06-05 08:32:20.270 | Installing build dependencies: finished with status 'done' 2024-06-05 08:32:20.273 | Getting requirements to build wheel: started 2024-06-05 08:32:20.477 | Getting requirements to build wheel: finished with status 'done' 2024-06-05 08:32:20.589 | Installing backend dependencies: started 2024-06-05 08:32:23.559 | Installing backend dependencies: finished with status 'done' 2024-06-05 08:32:23.559 | Preparing metadata (pyproject.toml): started 2024-06-05 08:32:23.779 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-06-05 08:32:23.782 | Building wheels for collected packages: dbcounter 2024-06-05 08:32:23.783 | Building wheel for dbcounter (pyproject.toml): started 2024-06-05 08:32:23.993 | ++ inc/async:async_inner:64 : rc=0 2024-06-05 08:32:24.012 | [27221 Async install_tempest:27221]: finished successfully 2024-06-05 08:32:24.036 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-06-05 08:32:24.036 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3217 sha256=96a4177ce28b3c33b14d8a4b9dd447e0a49f47dd8e790e05862eba10939491c5 2024-06-05 08:32:24.036 | Stored in directory: /tmp/pip-ephem-wheel-cache-s0_0ocdy/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-06-05 08:32:24.036 | Successfully built dbcounter 2024-06-05 08:32:25.082 | Installing collected packages: dbcounter 2024-06-05 08:32:25.125 | Successfully installed dbcounter-0.1 2024-06-05 08:32:25.126 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-06-05 08:32:25.244 | + inc/python:pip_install:196 : result=0 2024-06-05 08:32:25.246 | + inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:32:25.249 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:25.251 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:25.252 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:25.254 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:25.256 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:25.258 | + functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:32:25.260 | + functions-common:time_stop:2442 : start_time=1717576332760 2024-06-05 08:32:25.261 | + functions-common:time_stop:2444 : [[ -z 1717576332760 ]] 2024-06-05 08:32:25.263 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:25.267 | + functions-common:time_stop:2447 : end_time=1717576345265 2024-06-05 08:32:25.268 | + functions-common:time_stop:2448 : elapsed_time=12505 2024-06-05 08:32:25.270 | + functions-common:time_stop:2449 : total=97991 2024-06-05 08:32:25.272 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:25.274 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=110496 2024-06-05 08:32:25.276 | + inc/python:pip_install:199 : return 0 2024-06-05 08:32:25.278 | + lib/databases/mysql:configure_database_mysql:173 : recreate_database stats 2024-06-05 08:32:25.279 | + lib/database:recreate_database:112 : local db=stats 2024-06-05 08:32:25.281 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-06-05 08:32:25.283 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2024-06-05 08:32:25.285 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-06-05 08:32:25.294 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-06-05 08:32:25.303 | + lib/databases/mysql:configure_database_mysql:174 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2024-06-05 08:32:25.303 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-06-05 08:32:25.324 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-06-05 08:32:25.325 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-06-05 08:32:25.327 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:32:25.329 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-06-05 08:32:25.817 | + stack.sh:main:1065 : save_stackenv 1065 2024-06-05 08:32:25.819 | + functions-common:save_stackenv:60 : local tag=1065 2024-06-05 08:32:25.821 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-06-05 08:32:25.825 | + functions-common:save_stackenv:62 : time_stamp=2024-06-05-083225 2024-06-05 08:32:25.827 | + functions-common:save_stackenv:63 : echo '# 2024-06-05-083225 1065' 2024-06-05 08:32:25.829 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.831 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-05 08:32:25.833 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.835 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-06-05 08:32:25.837 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.839 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-06-05 08:32:25.840 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.842 | + 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-06-05 08:32:25.844 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.846 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-06-05 08:32:25.848 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.850 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-06-05 08:32:25.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.853 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-06-05-082813 2024-06-05 08:32:25.855 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.857 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-06-05 08:32:25.859 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.861 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-06-05 08:32:25.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.864 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-06-05 08:32:25.866 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.868 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-06-05 08:32:25.870 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.872 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-06-05 08:32:25.873 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.875 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-06-05 08:32:25.877 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.879 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-06-05 08:32:25.880 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:32:25.882 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-06-05 08:32:25.884 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-06-05 08:32:25.886 | + stack.sh:main:1091 : start_dstat 2024-06-05 08:32:25.888 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-06-05 08:32:25.890 | + functions-common:run_process:1689 : local service=dstat 2024-06-05 08:32:25.892 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-06-05 08:32:25.894 | + functions-common:run_process:1691 : local group= 2024-06-05 08:32:25.895 | + functions-common:run_process:1692 : local user= 2024-06-05 08:32:25.897 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:32:25.899 | + functions-common:run_process:1695 : local name=dstat 2024-06-05 08:32:25.901 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:32:25.903 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:32:25.905 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:32:25.907 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:32:25.909 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:32:25.913 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576345910 2024-06-05 08:32:25.915 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-06-05 08:32:25.928 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:25.930 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:32:25.932 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:25.934 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:25.935 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:25.937 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:25.939 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:25.941 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:32:25.943 | + functions-common:time_stop:2442 : start_time=1717576345910 2024-06-05 08:32:25.945 | + functions-common:time_stop:2444 : [[ -z 1717576345910 ]] 2024-06-05 08:32:25.947 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:25.950 | + functions-common:time_stop:2447 : end_time=1717576345948 2024-06-05 08:32:25.952 | + functions-common:time_stop:2448 : elapsed_time=38 2024-06-05 08:32:25.954 | + functions-common:time_stop:2449 : total=0 2024-06-05 08:32:25.956 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:25.958 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38 2024-06-05 08:32:25.960 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-06-05 08:32:25.962 | + functions-common:run_process:1689 : local service=memory_tracker 2024-06-05 08:32:25.964 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-06-05 08:32:25.965 | + functions-common:run_process:1691 : local group= 2024-06-05 08:32:25.967 | + functions-common:run_process:1692 : local user=root 2024-06-05 08:32:25.969 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:32:25.971 | + functions-common:run_process:1695 : local name=memory_tracker 2024-06-05 08:32:25.973 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:32:25.975 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:32:25.977 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:32:25.978 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:32:25.981 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:32:25.984 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576345982 2024-06-05 08:32:25.986 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-06-05 08:32:25.999 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:26.001 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:32:26.003 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:26.005 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:26.007 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:26.009 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:26.010 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:26.012 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:32:26.014 | + functions-common:time_stop:2442 : start_time=1717576345982 2024-06-05 08:32:26.016 | + functions-common:time_stop:2444 : [[ -z 1717576345982 ]] 2024-06-05 08:32:26.018 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:26.022 | + functions-common:time_stop:2447 : end_time=1717576346020 2024-06-05 08:32:26.024 | + functions-common:time_stop:2448 : elapsed_time=38 2024-06-05 08:32:26.026 | + functions-common:time_stop:2449 : total=38 2024-06-05 08:32:26.028 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:26.029 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=76 2024-06-05 08:32:26.031 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-06-05 08:32:26.044 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:26.046 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-06-05 08:32:26.048 | + functions-common:run_process:1689 : local service=file_tracker 2024-06-05 08:32:26.050 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-06-05 08:32:26.052 | + functions-common:run_process:1691 : local group= 2024-06-05 08:32:26.054 | + functions-common:run_process:1692 : local user= 2024-06-05 08:32:26.056 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:32:26.057 | + functions-common:run_process:1695 : local name=file_tracker 2024-06-05 08:32:26.059 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:32:26.061 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:32:26.063 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:32:26.065 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:32:26.067 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:32:26.070 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576346068 2024-06-05 08:32:26.072 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-06-05 08:32:26.085 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:26.087 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:32:26.089 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:26.091 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:26.093 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:26.094 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:26.096 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:26.098 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:32:26.100 | + functions-common:time_stop:2442 : start_time=1717576346068 2024-06-05 08:32:26.102 | + functions-common:time_stop:2444 : [[ -z 1717576346068 ]] 2024-06-05 08:32:26.104 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:26.108 | + functions-common:time_stop:2447 : end_time=1717576346105 2024-06-05 08:32:26.109 | + functions-common:time_stop:2448 : elapsed_time=37 2024-06-05 08:32:26.111 | + functions-common:time_stop:2449 : total=76 2024-06-05 08:32:26.113 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:26.115 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=113 2024-06-05 08:32:26.117 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-06-05 08:32:26.130 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:26.132 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-06-05 08:32:26.145 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:26.147 | + stack.sh:main:1104 : start_etcd3 2024-06-05 08:32:26.149 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-06-05 08:32:26.150 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-06-05 08:32:26.152 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-06-05 08:32:26.154 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-06-05 08:32:26.156 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-06-05 08:32:26.158 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-06-05 08:32:26.160 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-06-05 08:32:26.162 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-06-05 08:32:26.164 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-06-05 08:32:26.165 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-06-05 08:32:26.167 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-06-05 08:32:26.169 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-06-05 08:32:26.171 | + 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-06-05 08:32:26.173 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-06-05 08:32:26.175 | + 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-06-05 08:32:26.176 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:32:26.178 | + functions-common:write_user_unit_file:1561 : local user=root 2024-06-05 08:32:26.180 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:32:26.182 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:32:26.183 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:32:26.185 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-06-05 08:32:26.187 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:32:26.190 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-06-05 08:32:26.240 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-06-05 08:32:26.287 | + 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-06-05 08:32:26.328 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-06-05 08:32:26.368 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-06-05 08:32:26.409 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:32:26.449 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:32:26.451 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:32:26.453 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-06-05 08:32:26.500 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:32:26.858 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-06-05 08:32:26.903 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-06-05 08:32:26.945 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-06-05 08:32:26.986 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-06-05 08:32:27.027 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-06-05 08:32:27.029 | ++ functions-common:is_arch:507 : uname -m 2024-06-05 08:32:27.033 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-06-05 08:32:27.035 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-06-05 08:32:27.340 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-06-05 08:32:27.350 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-06-05 08:32:27.649 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-06-05 08:32:28.056 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-06-05 08:32:28.070 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:28.072 | + stack.sh:main:1115 : write_clouds_yaml 2024-06-05 08:32:28.074 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-06-05 08:32:28.076 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-06-05 08:32:28.079 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-06-05 08:32:28.089 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-06-05 08:32:28.098 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-06-05 08:32:28.100 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-06-05 08:32:28.102 | + 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-06-05 08:32:28.145 | The user clouds.yaml file didn't exist. 2024-06-05 08:32:28.153 | + 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-06-05 08:32:28.206 | + 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-06-05 08:32:28.260 | + 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-06-05 08:32:28.315 | + 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-06-05 08:32:28.374 | + 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-06-05 08:32:28.434 | + 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-06-05 08:32:28.494 | + 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-06-05 08:32:28.557 | + 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-06-05 08:32:28.622 | + 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-06-05 08:32:28.691 | + functions-common:write_clouds_yaml:198 : cat 2024-06-05 08:32:28.695 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-06-05 08:32:28.698 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-06-05 08:32:28.700 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-06-05 08:32:28.704 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-06-05 08:32:28.706 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-06-05 08:32:28.708 | + stack.sh:main:1118 : is_service_enabled keystone 2024-06-05 08:32:28.721 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:28.723 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-06-05 08:32:28.724 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:32:28.726 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-06-05 08:32:28.728 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-06-05 08:32:28.730 | + stack.sh:main:1122 : init_keystone 2024-06-05 08:32:28.732 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-06-05 08:32:28.744 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:28.746 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-06-05 08:32:28.748 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-06-05 08:32:28.750 | + lib/database:recreate_database:112 : local db=keystone 2024-06-05 08:32:28.752 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-06-05 08:32:28.753 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-06-05 08:32:28.755 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-06-05 08:32:28.764 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-06-05 08:32:28.772 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-06-05 08:32:28.774 | + functions-common:time_start:2421 : local name=dbsync 2024-06-05 08:32:28.776 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:32:28.778 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:32:28.780 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:32:28.783 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576348781 2024-06-05 08:32:28.785 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-06-05 08:32:30.604 | INFO dbcounter [-] Registered counter for database keystone 2024-06-05 08:32:30.613 | 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=29690) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:32:30.617 | DEBUG dbcounter [-] [29690] Writer thread running {{(pid=29690) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:32:30.618 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:32:30.618 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:32:30.620 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-06-05 08:32:30.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.621 | 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=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.621 | 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=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.621 | 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=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:32:30.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:32:30.622 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-06-05 08:32:30.622 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-06-05 08:32:30.633 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:32:30.633 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:32:30.675 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-06-05 08:32:31.275 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-06-05 08:32:31.275 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-06-05 08:32:31.276 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:32:31.277 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-06-05 08:32:31.278 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-06-05 08:32:31.561 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-06-05 08:32:31.563 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:31.565 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:31.567 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:31.569 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:31.571 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:31.573 | + functions-common:time_stop:2441 : name=dbsync 2024-06-05 08:32:31.575 | + functions-common:time_stop:2442 : start_time=1717576348781 2024-06-05 08:32:31.577 | + functions-common:time_stop:2444 : [[ -z 1717576348781 ]] 2024-06-05 08:32:31.579 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:31.582 | + functions-common:time_stop:2447 : end_time=1717576351580 2024-06-05 08:32:31.584 | + functions-common:time_stop:2448 : elapsed_time=2799 2024-06-05 08:32:31.586 | + functions-common:time_stop:2449 : total=0 2024-06-05 08:32:31.588 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:31.590 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2799 2024-06-05 08:32:31.592 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-06-05 08:32:31.594 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-06-05 08:32:31.597 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-06-05 08:32:33.210 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-06-05 08:32:33.211 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-06-05 08:32:33.211 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-06-05 08:32:33.211 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-06-05 08:32:33.211 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-06-05 08:32:33.212 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-06-05 08:32:33.212 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-06-05 08:32:33.212 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-06-05 08:32:33.212 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-06-05 08:32:33.449 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-06-05 08:32:33.453 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-06-05 08:32:35.064 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-06-05 08:32:35.064 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-06-05 08:32:35.064 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-06-05 08:32:35.065 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-06-05 08:32:35.065 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-06-05 08:32:35.065 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-06-05 08:32:35.065 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-06-05 08:32:35.065 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-06-05 08:32:35.066 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-06-05 08:32:35.303 | + stack.sh:main:1123 : start_keystone 2024-06-05 08:32:35.305 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-06-05 08:32:35.307 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-06-05 08:32:35.309 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-06-05 08:32:35.322 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:35.324 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-06-05 08:32:35.326 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-06-05 08:32:35.330 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-06-05 08:32:35.332 | + functions-common:run_process:1689 : local service=keystone 2024-06-05 08:32:35.333 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-05 08:32:35.335 | + functions-common:run_process:1691 : local group= 2024-06-05 08:32:35.337 | + functions-common:run_process:1692 : local user= 2024-06-05 08:32:35.339 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:32:35.341 | + functions-common:run_process:1695 : local name=keystone 2024-06-05 08:32:35.342 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:32:35.344 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:32:35.346 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:32:35.348 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:32:35.350 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:32:35.353 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576355351 2024-06-05 08:32:35.355 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-06-05 08:32:35.368 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:32:35.370 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-06-05 08:32:35.371 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-06-05 08:32:35.373 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-05 08:32:35.375 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-05 08:32:35.377 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-05 08:32:35.379 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-05 08:32:35.380 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-06-05 08:32:35.382 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-06-05 08:32:35.384 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-06-05 08:32:35.386 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:32:35.388 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:32:35.389 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:32:35.391 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:32:35.393 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-06-05 08:32:35.395 | + 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-06-05 08:32:35.398 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-06-05 08:32:35.399 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-05 08:32:35.401 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-06-05 08:32:35.403 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-06-05 08:32:35.405 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-06-05 08:32:35.406 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-06-05 08:32:35.408 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-06-05 08:32:35.411 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-06-05 08:32:35.459 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-06-05 08:32:35.507 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-06-05 08:32:35.548 | + 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-06-05 08:32:35.589 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:32:35.628 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-06-05 08:32:35.668 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-06-05 08:32:35.711 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-06-05 08:32:35.751 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-06-05 08:32:35.791 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-06-05 08:32:35.830 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-06-05 08:32:35.832 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-06-05 08:32:35.834 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-06-05 08:32:35.881 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-06-05 08:32:36.231 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-06-05 08:32:36.241 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-06-05 08:32:36.508 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-06-05 08:32:36.598 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:32:36.600 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:36.602 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:36.604 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:36.606 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:36.608 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:36.610 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:32:36.611 | + functions-common:time_stop:2442 : start_time=1717576355351 2024-06-05 08:32:36.613 | + functions-common:time_stop:2444 : [[ -z 1717576355351 ]] 2024-06-05 08:32:36.615 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:36.619 | + functions-common:time_stop:2447 : end_time=1717576356617 2024-06-05 08:32:36.621 | + functions-common:time_stop:2448 : elapsed_time=1266 2024-06-05 08:32:36.622 | + functions-common:time_stop:2449 : total=113 2024-06-05 08:32:36.624 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:36.626 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1379 2024-06-05 08:32:36.628 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-06-05 08:32:36.628 | Waiting for keystone to start... 2024-06-05 08:32:36.630 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-06-05 08:32:36.631 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-06-05 08:32:36.633 | + functions:wait_for_service:468 : local timeout=60 2024-06-05 08:32:36.635 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-06-05 08:32:36.637 | + functions:wait_for_service:470 : local rval=0 2024-06-05 08:32:36.638 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-05 08:32:36.640 | + functions-common:time_start:2421 : local name=wait_for_service 2024-06-05 08:32:36.642 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:32:36.644 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:32:36.646 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:32:36.650 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576356647 2024-06-05 08:32:36.651 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-05 08:32:36.655 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-06-05 08:32:39.017 | + :: : [[ 200 == 503 ]] 2024-06-05 08:32:39.018 | + :: : [[ 0 -eq 7 ]] 2024-06-05 08:32:39.021 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-05 08:32:39.023 | + functions-common:time_stop:2435 : local name 2024-06-05 08:32:39.025 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:32:39.026 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:32:39.028 | + functions-common:time_stop:2438 : local total 2024-06-05 08:32:39.030 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:32:39.032 | + functions-common:time_stop:2441 : name=wait_for_service 2024-06-05 08:32:39.033 | + functions-common:time_stop:2442 : start_time=1717576356647 2024-06-05 08:32:39.035 | + functions-common:time_stop:2444 : [[ -z 1717576356647 ]] 2024-06-05 08:32:39.037 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:32:39.040 | + functions-common:time_stop:2447 : end_time=1717576359038 2024-06-05 08:32:39.042 | + functions-common:time_stop:2448 : elapsed_time=2391 2024-06-05 08:32:39.044 | + functions-common:time_stop:2449 : total=0 2024-06-05 08:32:39.046 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:32:39.048 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2391 2024-06-05 08:32:39.050 | + functions:wait_for_service:478 : return 0 2024-06-05 08:32:39.052 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-06-05 08:32:39.065 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:32:39.066 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-06-05 08:32:39.068 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-06-05 08:32:39.070 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-06-05 08:32:39.992 | + stack.sh:main:1124 : bootstrap_keystone 2024-06-05 08:32:39.994 | + 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-06-05 08:32:41.780 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.780 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.780 | 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=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.784 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.792 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.792 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.808 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.823 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.824 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.932 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.932 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.932 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.932 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.932 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.932 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.938 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.939 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.939 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.939 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.939 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.939 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.939 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.942 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.944 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.944 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.944 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.944 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.944 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.945 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.945 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30387) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-05 08:32:41.974 | INFO dbcounter [-] Registered counter for database keystone 2024-06-05 08:32:41.983 | 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=30387) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:32:41.986 | DEBUG dbcounter [-] [30387] Writer thread running {{(pid=30387) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:32:42.150 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created domain default 2024-06-05 08:32:42.186 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created project admin 2024-06-05 08:32:42.204 | WARNING keystone.common.password_hashing [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-06-05 08:32:42.205 | DEBUG passlib.handlers.bcrypt [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30387) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-06-05 08:32:42.205 | DEBUG passlib.handlers.bcrypt [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30387) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-06-05 08:32:42.258 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created user admin 2024-06-05 08:32:42.269 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created role reader 2024-06-05 08:32:42.303 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created role member 2024-06-05 08:32:42.334 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created implied role where fe215768f1c7400bae0e3e6e2d482f5a implies 25342efb432447c7b8febfc51df09700 2024-06-05 08:32:42.346 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created role admin 2024-06-05 08:32:42.363 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created implied role where 609c4a44e1a04b8eb79a7d8f9cecb6e1 implies fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:32:42.369 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Granted role admin on project admin to user admin. 2024-06-05 08:32:42.372 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Granted role admin on the system to user admin. 2024-06-05 08:32:42.378 | WARNING py.warnings [None req-21e9e186-92e7-471a-8006-7b92a8c8851f 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-06-05 08:32:42.378 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-06-05 08:32:42.378 |  2024-06-05 08:32:42.380 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created region RegionOne 2024-06-05 08:32:42.396 | INFO keystone.cmd.bootstrap [None req-21e9e186-92e7-471a-8006-7b92a8c8851f None None] Created public endpoint http://10.180.1.21/identity 2024-06-05 08:32:42.725 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-06-05 08:32:42.727 | + stack.sh:main:1127 : create_keystone_accounts 2024-06-05 08:32:42.729 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-06-05 08:32:42.732 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-06-05 08:32:44.389 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:44.391 | + lib/keystone:create_keystone_accounts:315 : admin_project=fe7983d89bd348639e168ff8586dcc14 2024-06-05 08:32:44.393 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-06-05 08:32:44.395 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-06-05 08:32:45.613 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:45.615 | + lib/keystone:create_keystone_accounts:317 : admin_user=5f92e3db6c45432a996949e40c3acffd 2024-06-05 08:32:45.617 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-06-05 08:32:45.619 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-06-05 08:32:45.621 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-06-05 08:32:45.622 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 5f92e3db6c45432a996949e40c3acffd default 2024-06-05 08:32:45.682 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 5f92e3db6c45432a996949e40c3acffd default 2024-06-05 08:32:45.709 | [3605 Async ks-domain-role:30553]: running: get_or_add_user_domain_role admin 5f92e3db6c45432a996949e40c3acffd default 2024-06-05 08:32:45.710 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-06-05 08:32:45.712 | + functions-common:get_or_create_domain:895 : local domain_id 2024-06-05 08:32:45.714 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-06-05 08:32:47.234 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:47.236 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-06-05 08:32:47.238 | + functions-common:get_or_create_domain:901 : echo default 2024-06-05 08:32:47.238 | default 2024-06-05 08:32:47.239 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-06-05 08:32:47.286 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-06-05 08:32:47.315 | [3605 Async ks-project:30665]: running: get_or_create_project service Default 2024-06-05 08:32:47.316 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-06-05 08:32:47.363 | + inc/async:async_inner:63 : get_or_create_role service 2024-06-05 08:32:47.391 | [3605 Async ks-service:30777]: running: get_or_create_role service 2024-06-05 08:32:47.393 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-06-05 08:32:47.439 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-06-05 08:32:47.471 | [3605 Async ks-reseller:30873]: running: get_or_create_role ResellerAdmin 2024-06-05 08:32:47.473 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-06-05 08:32:47.475 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-06-05 08:32:47.523 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-06-05 08:32:47.553 | [3605 Async ks-anotherrole:30970]: running: get_or_create_role anotherrole 2024-06-05 08:32:47.554 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-06-05 08:32:47.557 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-06-05 08:32:47.559 | ++ functions-common:get_or_create_project:945 : local project_id 2024-06-05 08:32:47.561 | +++ 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-06-05 08:32:48.897 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:48.916 | [30777 Async ks-service:30777]: finished successfully 2024-06-05 08:32:48.944 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:48.962 | [30873 Async ks-reseller:30873]: finished successfully 2024-06-05 08:32:49.003 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:49.023 | [30665 Async ks-project:30665]: finished successfully 2024-06-05 08:32:49.102 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:49.120 | [30970 Async ks-anotherrole:30970]: finished successfully 2024-06-05 08:32:49.283 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:49.286 | ++ functions-common:get_or_create_project:951 : project_id=ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:32:49.288 | ++ functions-common:get_or_create_project:952 : echo ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:32:49.290 | + lib/keystone:create_keystone_accounts:345 : invis_project=ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:32:49.292 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-06-05 08:32:49.294 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-06-05 08:32:49.296 | ++ functions-common:get_or_create_project:945 : local project_id 2024-06-05 08:32:49.299 | +++ 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-06-05 08:32:49.345 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:49.362 | [30553 Async ks-domain-role:30553]: finished successfully 2024-06-05 08:32:50.649 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:50.652 | ++ functions-common:get_or_create_project:951 : project_id=cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:50.654 | ++ functions-common:get_or_create_project:952 : echo cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:50.656 | + lib/keystone:create_keystone_accounts:349 : demo_project=cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:50.658 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-06-05 08:32:50.660 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-06-05 08:32:50.662 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:32:50.664 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-06-05 08:32:50.666 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-06-05 08:32:50.668 | +++ 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-06-05 08:32:52.027 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:52.030 | ++ functions-common:get_or_create_user:938 : user_id=f6ad71764e294cb69dc704b17437aa8d 2024-06-05 08:32:52.031 | ++ functions-common:get_or_create_user:939 : echo f6ad71764e294cb69dc704b17437aa8d 2024-06-05 08:32:52.034 | + lib/keystone:create_keystone_accounts:352 : demo_user=f6ad71764e294cb69dc704b17437aa8d 2024-06-05 08:32:52.035 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-06-05 08:32:52.070 | [3605 Async ks-domain-role:30553]: Waiting for completion of get_or_add_user_domain_role admin 5f92e3db6c45432a996949e40c3acffd default running on PID 30553 (6 other jobs running) 2024-06-05 08:32:52.087 | [3605 Async ks-domain-role:30553]: Signaling child to exit 2024-06-05 08:32:52.087 | WAKEUP 2024-06-05 08:32:52.103 | [3605 Async ks-domain-role:30553]: Signaled 2024-06-05 08:32:52.103 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-06-05 08:32:52.103 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 5f92e3db6c45432a996949e40c3acffd --domain default 2024-06-05 08:32:52.103 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5f92e3db6c45432a996949e40c3acffd --domain default -c Role -f value 2024-06-05 08:32:52.103 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:52.103 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:32:52.103 | + functions-common:get_or_add_user_domain_role:1022 : echo 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:32:52.103 | 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:32:52.133 | [3605 Async ks-domain-role:30553]: finished get_or_add_user_domain_role admin 5f92e3db6c45432a996949e40c3acffd default with result 0 in 3 seconds 2024-06-05 08:32:52.138 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-06-05 08:32:52.161 | [3605 Async ks-project:30665]: Waiting for completion of get_or_create_project service Default running on PID 30665 (5 other jobs running) 2024-06-05 08:32:52.178 | [3605 Async ks-project:30665]: Signaling child to exit 2024-06-05 08:32:52.178 | WAKEUP 2024-06-05 08:32:52.193 | [3605 Async ks-project:30665]: Signaled 2024-06-05 08:32:52.194 | + functions-common:get_or_create_project:945 : local project_id 2024-06-05 08:32:52.194 | ++ 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-06-05 08:32:52.194 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:52.194 | + functions-common:get_or_create_project:951 : project_id=8c15ad93ad794882a622e3b4439baf26 2024-06-05 08:32:52.194 | + functions-common:get_or_create_project:952 : echo 8c15ad93ad794882a622e3b4439baf26 2024-06-05 08:32:52.194 | 8c15ad93ad794882a622e3b4439baf26 2024-06-05 08:32:52.224 | [3605 Async ks-project:30665]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-06-05 08:32:52.248 | [3605 Async ks-service:30777]: Waiting for completion of get_or_create_role service running on PID 30777 (4 other jobs running) 2024-06-05 08:32:52.264 | [3605 Async ks-service:30777]: Signaling child to exit 2024-06-05 08:32:52.264 | WAKEUP 2024-06-05 08:32:52.279 | [3605 Async ks-service:30777]: Signaled 2024-06-05 08:32:52.280 | + functions-common:get_or_create_role:958 : local role_id 2024-06-05 08:32:52.280 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-06-05 08:32:52.280 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:52.280 | + functions-common:get_or_create_role:963 : role_id=e367c62f1a274f5c9745b0020701f251 2024-06-05 08:32:52.280 | + functions-common:get_or_create_role:964 : echo e367c62f1a274f5c9745b0020701f251 2024-06-05 08:32:52.280 | e367c62f1a274f5c9745b0020701f251 2024-06-05 08:32:52.309 | [3605 Async ks-service:30777]: finished get_or_create_role service with result 0 in 1 seconds 2024-06-05 08:32:52.334 | [3605 Async ks-reseller:30873]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30873 (3 other jobs running) 2024-06-05 08:32:52.350 | [3605 Async ks-reseller:30873]: Signaling child to exit 2024-06-05 08:32:52.350 | WAKEUP 2024-06-05 08:32:52.366 | [3605 Async ks-reseller:30873]: Signaled 2024-06-05 08:32:52.367 | + functions-common:get_or_create_role:958 : local role_id 2024-06-05 08:32:52.367 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-06-05 08:32:52.367 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:52.367 | + functions-common:get_or_create_role:963 : role_id=91e37ac05d284fd6a5900b69ec672f94 2024-06-05 08:32:52.367 | + functions-common:get_or_create_role:964 : echo 91e37ac05d284fd6a5900b69ec672f94 2024-06-05 08:32:52.367 | 91e37ac05d284fd6a5900b69ec672f94 2024-06-05 08:32:52.396 | [3605 Async ks-reseller:30873]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-06-05 08:32:52.421 | [3605 Async ks-anotherrole:30970]: Waiting for completion of get_or_create_role anotherrole running on PID 30970 (2 other jobs running) 2024-06-05 08:32:52.438 | [3605 Async ks-anotherrole:30970]: Signaling child to exit 2024-06-05 08:32:52.439 | WAKEUP 2024-06-05 08:32:52.454 | [3605 Async ks-anotherrole:30970]: Signaled 2024-06-05 08:32:52.455 | + functions-common:get_or_create_role:958 : local role_id 2024-06-05 08:32:52.455 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-06-05 08:32:52.455 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:52.455 | + functions-common:get_or_create_role:963 : role_id=0741979545cb49ab86fae5f694de72e2 2024-06-05 08:32:52.455 | + functions-common:get_or_create_role:964 : echo 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:32:52.455 | 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:32:52.485 | [3605 Async ks-anotherrole:30970]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-06-05 08:32:52.488 | + inc/async:async_wait:197 : return 0 2024-06-05 08:32:52.490 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.536 | + inc/async:async_inner:63 : get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.567 | [3605 Async ks-demo-member:31811]: running: get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.569 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 5f92e3db6c45432a996949e40c3acffd cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.635 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 5f92e3db6c45432a996949e40c3acffd cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.688 | [3605 Async ks-demo-admin:31907]: running: get_or_add_user_project_role admin 5f92e3db6c45432a996949e40c3acffd cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.690 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.736 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.764 | [3605 Async ks-demo-another:32004]: running: get_or_add_user_project_role anotherrole f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:52.766 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:32:52.813 | + inc/async:async_inner:63 : get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:32:52.842 | [3605 Async ks-demo-invis:32101]: running: get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:32:52.844 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-06-05 08:32:52.847 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-06-05 08:32:52.849 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:32:52.851 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-06-05 08:32:52.853 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-06-05 08:32:52.855 | +++ 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-06-05 08:32:54.588 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:54.590 | ++ functions-common:get_or_create_user:938 : user_id=0aa1edb6df2e4aa9b8baedd98fc939fc 2024-06-05 08:32:54.592 | ++ functions-common:get_or_create_user:939 : echo 0aa1edb6df2e4aa9b8baedd98fc939fc 2024-06-05 08:32:54.594 | + lib/keystone:create_keystone_accounts:365 : demo_reader=0aa1edb6df2e4aa9b8baedd98fc939fc 2024-06-05 08:32:54.596 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 0aa1edb6df2e4aa9b8baedd98fc939fc cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:54.645 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 0aa1edb6df2e4aa9b8baedd98fc939fc cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:54.676 | [3605 Async ks-demo-reader:32277]: running: get_or_add_user_project_role reader 0aa1edb6df2e4aa9b8baedd98fc939fc cd141b9b432f48669da632c10647c4a7 2024-06-05 08:32:54.678 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-06-05 08:32:54.681 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-06-05 08:32:54.682 | ++ functions-common:get_or_create_project:945 : local project_id 2024-06-05 08:32:54.685 | +++ 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-06-05 08:32:56.322 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:56.325 | ++ functions-common:get_or_create_project:951 : project_id=55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:56.327 | ++ functions-common:get_or_create_project:952 : echo 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:56.329 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:56.330 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-06-05 08:32:56.333 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-06-05 08:32:56.335 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:32:56.337 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-06-05 08:32:56.339 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-06-05 08:32:56.341 | +++ 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-06-05 08:32:56.638 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:56.657 | [31811 Async ks-demo-member:31811]: finished successfully 2024-06-05 08:32:56.879 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:56.899 | [31907 Async ks-demo-admin:31907]: finished successfully 2024-06-05 08:32:57.152 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:57.155 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:57.171 | [32004 Async ks-demo-another:32004]: finished successfully 2024-06-05 08:32:57.174 | [32101 Async ks-demo-invis:32101]: finished successfully 2024-06-05 08:32:57.815 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:57.818 | ++ functions-common:get_or_create_user:938 : user_id=b159355591554002b09a7ed97453cf89 2024-06-05 08:32:57.820 | ++ functions-common:get_or_create_user:939 : echo b159355591554002b09a7ed97453cf89 2024-06-05 08:32:57.821 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=b159355591554002b09a7ed97453cf89 2024-06-05 08:32:57.823 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:57.870 | + inc/async:async_inner:63 : get_or_add_user_project_role admin b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:57.901 | [3605 Async ks-alt-admin:32666]: running: get_or_add_user_project_role admin b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:57.903 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:57.950 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:57.981 | [3605 Async ks-alt-another:32762]: running: get_or_add_user_project_role anotherrole b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:57.983 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-06-05 08:32:57.985 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-06-05 08:32:57.987 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:32:57.989 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-06-05 08:32:57.991 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-06-05 08:32:57.993 | +++ 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-06-05 08:32:58.641 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:32:58.659 | [32277 Async ks-demo-reader:32277]: finished successfully 2024-06-05 08:32:59.441 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:32:59.444 | ++ functions-common:get_or_create_user:938 : user_id=c0f4555a6c024dca9826215ee56122bb 2024-06-05 08:32:59.446 | ++ functions-common:get_or_create_user:939 : echo c0f4555a6c024dca9826215ee56122bb 2024-06-05 08:32:59.448 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=c0f4555a6c024dca9826215ee56122bb 2024-06-05 08:32:59.450 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member c0f4555a6c024dca9826215ee56122bb 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:59.500 | + inc/async:async_inner:63 : get_or_add_user_project_role member c0f4555a6c024dca9826215ee56122bb 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:59.530 | [3605 Async ks-alt-member-user:32939]: running: get_or_add_user_project_role member c0f4555a6c024dca9826215ee56122bb 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:32:59.533 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-06-05 08:32:59.535 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-06-05 08:32:59.537 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:32:59.539 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-06-05 08:32:59.542 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-06-05 08:32:59.544 | +++ 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-06-05 08:33:01.000 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:01.003 | ++ functions-common:get_or_create_user:938 : user_id=155eafabf1274560a86bb2821fe3e1d3 2024-06-05 08:33:01.005 | ++ functions-common:get_or_create_user:939 : echo 155eafabf1274560a86bb2821fe3e1d3 2024-06-05 08:33:01.007 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=155eafabf1274560a86bb2821fe3e1d3 2024-06-05 08:33:01.009 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 155eafabf1274560a86bb2821fe3e1d3 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:01.060 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 155eafabf1274560a86bb2821fe3e1d3 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:01.090 | [3605 Async ks-alt-reader-user:33113]: running: get_or_add_user_project_role reader 155eafabf1274560a86bb2821fe3e1d3 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:01.092 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-06-05 08:33:01.094 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:01.096 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-06-05 08:33:01.098 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-06-05 08:33:01.101 | +++ 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-06-05 08:33:01.583 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:01.600 | [32666 Async ks-alt-admin:32666]: finished successfully 2024-06-05 08:33:01.626 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:01.644 | [32762 Async ks-alt-another:32762]: finished successfully 2024-06-05 08:33:02.594 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:02.596 | ++ functions-common:get_or_create_user:938 : user_id=8613848f64104f95b761bd61f931e26b 2024-06-05 08:33:02.598 | ++ functions-common:get_or_create_user:939 : echo 8613848f64104f95b761bd61f931e26b 2024-06-05 08:33:02.601 | + lib/keystone:create_keystone_accounts:397 : system_member_user=8613848f64104f95b761bd61f931e26b 2024-06-05 08:33:02.603 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 8613848f64104f95b761bd61f931e26b all 2024-06-05 08:33:02.653 | + inc/async:async_inner:63 : get_or_add_user_system_role member 8613848f64104f95b761bd61f931e26b all 2024-06-05 08:33:02.684 | [3605 Async ks-system-member:33346]: running: get_or_add_user_system_role member 8613848f64104f95b761bd61f931e26b all 2024-06-05 08:33:02.686 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-06-05 08:33:02.688 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:02.691 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-06-05 08:33:02.693 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-06-05 08:33:02.695 | +++ 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-06-05 08:33:03.108 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:03.127 | [32939 Async ks-alt-member-user:32939]: finished successfully 2024-06-05 08:33:04.105 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:04.108 | ++ functions-common:get_or_create_user:938 : user_id=0fbe28a238cd4d2687ef62fab0b2601b 2024-06-05 08:33:04.110 | ++ functions-common:get_or_create_user:939 : echo 0fbe28a238cd4d2687ef62fab0b2601b 2024-06-05 08:33:04.112 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=0fbe28a238cd4d2687ef62fab0b2601b 2024-06-05 08:33:04.114 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 0fbe28a238cd4d2687ef62fab0b2601b all 2024-06-05 08:33:04.161 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 0fbe28a238cd4d2687ef62fab0b2601b all 2024-06-05 08:33:04.196 | [3605 Async ks-system-reader:33554]: running: get_or_add_user_system_role reader 0fbe28a238cd4d2687ef62fab0b2601b all 2024-06-05 08:33:04.198 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-06-05 08:33:04.201 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-06-05 08:33:04.203 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-06-05 08:33:04.205 | ++ functions-common:get_or_create_group:908 : local group_id 2024-06-05 08:33:04.207 | +++ 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-06-05 08:33:04.584 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:04.603 | [33113 Async ks-alt-reader-user:33113]: finished successfully 2024-06-05 08:33:05.623 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:05.625 | ++ functions-common:get_or_create_group:915 : group_id=637e9f5caf82433081ac981ab02d2ed1 2024-06-05 08:33:05.627 | ++ functions-common:get_or_create_group:916 : echo 637e9f5caf82433081ac981ab02d2ed1 2024-06-05 08:33:05.629 | + lib/keystone:create_keystone_accounts:407 : admin_group=637e9f5caf82433081ac981ab02d2ed1 2024-06-05 08:33:05.632 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-06-05 08:33:05.634 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-06-05 08:33:05.636 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-06-05 08:33:05.638 | ++ functions-common:get_or_create_group:908 : local group_id 2024-06-05 08:33:05.641 | +++ 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-06-05 08:33:07.044 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:07.046 | ++ functions-common:get_or_create_group:915 : group_id=475d85ad584c4b3396af4a1c9f763b8a 2024-06-05 08:33:07.049 | ++ functions-common:get_or_create_group:916 : echo 475d85ad584c4b3396af4a1c9f763b8a 2024-06-05 08:33:07.051 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=475d85ad584c4b3396af4a1c9f763b8a 2024-06-05 08:33:07.053 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.103 | + inc/async:async_inner:63 : get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.134 | [3605 Async ks-group-memberdemo:33823]: running: get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.136 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.188 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.217 | [3605 Async ks-group-anotherdemo:33902]: running: get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.219 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:07.267 | + inc/async:async_inner:63 : get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:07.296 | [3605 Async ks-group-memberalt:33982]: running: get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:07.298 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:07.346 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:07.391 | [3605 Async ks-group-anotheralt:34069]: running: get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:07.392 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 637e9f5caf82433081ac981ab02d2ed1 fe7983d89bd348639e168ff8586dcc14 2024-06-05 08:33:07.440 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 637e9f5caf82433081ac981ab02d2ed1 fe7983d89bd348639e168ff8586dcc14 2024-06-05 08:33:07.483 | [3605 Async ks-group-admin:34160]: running: get_or_add_group_project_role admin 637e9f5caf82433081ac981ab02d2ed1 fe7983d89bd348639e168ff8586dcc14 2024-06-05 08:33:07.485 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-06-05 08:33:07.486 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:07.512 | [33346 Async ks-system-member:33346]: finished successfully 2024-06-05 08:33:07.533 | [3605 Async ks-demo-member:31811]: Waiting for completion of get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 running on PID 31811 (17 other jobs running) 2024-06-05 08:33:07.551 | [3605 Async ks-demo-member:31811]: Signaling child to exit 2024-06-05 08:33:07.551 | WAKEUP 2024-06-05 08:33:07.567 | [3605 Async ks-demo-member:31811]: Signaled 2024-06-05 08:33:07.567 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:07.568 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:07.568 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:07.568 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:07.568 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:07.568 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:07.568 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:07.568 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:07.568 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:07.568 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user f6ad71764e294cb69dc704b17437aa8d --project cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.568 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f6ad71764e294cb69dc704b17437aa8d --project cd141b9b432f48669da632c10647c4a7 -c Role -f value 2024-06-05 08:33:07.568 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:07.568 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:07.568 | + functions-common:get_or_add_user_project_role:1003 : echo fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:07.568 | fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:07.598 | [3605 Async ks-demo-member:31811]: finished get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 with result 0 in 4 seconds 2024-06-05 08:33:07.623 | [3605 Async ks-demo-admin:31907]: Waiting for completion of get_or_add_user_project_role admin 5f92e3db6c45432a996949e40c3acffd cd141b9b432f48669da632c10647c4a7 running on PID 31907 (16 other jobs running) 2024-06-05 08:33:07.641 | [3605 Async ks-demo-admin:31907]: Signaling child to exit 2024-06-05 08:33:07.641 | WAKEUP 2024-06-05 08:33:07.657 | [3605 Async ks-demo-admin:31907]: Signaled 2024-06-05 08:33:07.658 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:07.658 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:07.658 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:07.658 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:07.658 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:07.658 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:07.658 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:07.658 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:07.658 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:07.658 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 5f92e3db6c45432a996949e40c3acffd --project cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.658 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5f92e3db6c45432a996949e40c3acffd --project cd141b9b432f48669da632c10647c4a7 -c Role -f value 2024-06-05 08:33:07.658 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:07.658 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:07.658 | + functions-common:get_or_add_user_project_role:1003 : echo 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:07.658 | 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:07.689 | [3605 Async ks-demo-admin:31907]: finished get_or_add_user_project_role admin 5f92e3db6c45432a996949e40c3acffd cd141b9b432f48669da632c10647c4a7 with result 0 in 4 seconds 2024-06-05 08:33:07.716 | [3605 Async ks-demo-another:32004]: Waiting for completion of get_or_add_user_project_role anotherrole f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 running on PID 32004 (15 other jobs running) 2024-06-05 08:33:07.734 | [3605 Async ks-demo-another:32004]: Signaling child to exit 2024-06-05 08:33:07.734 | WAKEUP 2024-06-05 08:33:07.749 | [3605 Async ks-demo-another:32004]: Signaled 2024-06-05 08:33:07.750 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:07.750 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:07.750 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:07.750 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:07.750 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:07.750 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:07.750 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:07.750 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:07.750 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:07.750 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user f6ad71764e294cb69dc704b17437aa8d --project cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.750 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user f6ad71764e294cb69dc704b17437aa8d --project cd141b9b432f48669da632c10647c4a7 -c Role -f value 2024-06-05 08:33:07.750 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:07.750 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:07.750 | + functions-common:get_or_add_user_project_role:1003 : echo 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:07.750 | 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:07.781 | [3605 Async ks-demo-another:32004]: finished get_or_add_user_project_role anotherrole f6ad71764e294cb69dc704b17437aa8d cd141b9b432f48669da632c10647c4a7 with result 0 in 4 seconds 2024-06-05 08:33:07.807 | [3605 Async ks-demo-invis:32101]: Waiting for completion of get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d ac8f31c932954f1b8169edac6a1f49ae running on PID 32101 (14 other jobs running) 2024-06-05 08:33:07.824 | [3605 Async ks-demo-invis:32101]: Signaling child to exit 2024-06-05 08:33:07.824 | WAKEUP 2024-06-05 08:33:07.840 | [3605 Async ks-demo-invis:32101]: Signaled 2024-06-05 08:33:07.841 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:07.841 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:07.841 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:07.841 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:07.841 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:07.841 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:07.841 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:07.841 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:07.841 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:07.841 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user f6ad71764e294cb69dc704b17437aa8d --project ac8f31c932954f1b8169edac6a1f49ae 2024-06-05 08:33:07.841 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f6ad71764e294cb69dc704b17437aa8d --project ac8f31c932954f1b8169edac6a1f49ae -c Role -f value 2024-06-05 08:33:07.841 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:07.841 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:07.841 | + functions-common:get_or_add_user_project_role:1003 : echo fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:07.841 | fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:07.872 | [3605 Async ks-demo-invis:32101]: finished get_or_add_user_project_role member f6ad71764e294cb69dc704b17437aa8d ac8f31c932954f1b8169edac6a1f49ae with result 0 in 4 seconds 2024-06-05 08:33:07.897 | [3605 Async ks-demo-reader:32277]: Waiting for completion of get_or_add_user_project_role reader 0aa1edb6df2e4aa9b8baedd98fc939fc cd141b9b432f48669da632c10647c4a7 running on PID 32277 (13 other jobs running) 2024-06-05 08:33:07.914 | [3605 Async ks-demo-reader:32277]: Signaling child to exit 2024-06-05 08:33:07.914 | WAKEUP 2024-06-05 08:33:07.930 | [3605 Async ks-demo-reader:32277]: Signaled 2024-06-05 08:33:07.930 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:07.930 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:07.930 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:07.930 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:07.930 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:07.930 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:07.930 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:07.930 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:07.930 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:07.930 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 0aa1edb6df2e4aa9b8baedd98fc939fc --project cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:07.930 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0aa1edb6df2e4aa9b8baedd98fc939fc --project cd141b9b432f48669da632c10647c4a7 -c Role -f value 2024-06-05 08:33:07.930 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:07.930 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=25342efb432447c7b8febfc51df09700 2024-06-05 08:33:07.930 | + functions-common:get_or_add_user_project_role:1003 : echo 25342efb432447c7b8febfc51df09700 2024-06-05 08:33:07.930 | 25342efb432447c7b8febfc51df09700 2024-06-05 08:33:07.961 | [3605 Async ks-demo-reader:32277]: finished get_or_add_user_project_role reader 0aa1edb6df2e4aa9b8baedd98fc939fc cd141b9b432f48669da632c10647c4a7 with result 0 in 4 seconds 2024-06-05 08:33:07.964 | + inc/async:async_wait:197 : return 0 2024-06-05 08:33:07.966 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-06-05 08:33:08.002 | [3605 Async ks-alt-admin:32666]: Waiting for completion of get_or_add_user_project_role admin b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd running on PID 32666 (12 other jobs running) 2024-06-05 08:33:08.019 | [3605 Async ks-alt-admin:32666]: Signaling child to exit 2024-06-05 08:33:08.019 | WAKEUP 2024-06-05 08:33:08.035 | [3605 Async ks-alt-admin:32666]: Signaled 2024-06-05 08:33:08.035 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:08.035 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:08.035 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:08.035 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:08.035 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:08.035 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:08.035 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:08.035 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:08.035 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:08.035 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user b159355591554002b09a7ed97453cf89 --project 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:08.035 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user b159355591554002b09a7ed97453cf89 --project 55daee7769444202b6d77880b2c4c6dd -c Role -f value 2024-06-05 08:33:08.035 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:08.035 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:08.035 | + functions-common:get_or_add_user_project_role:1003 : echo 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:08.035 | 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:08.067 | [3605 Async ks-alt-admin:32666]: finished get_or_add_user_project_role admin b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd with result 0 in 3 seconds 2024-06-05 08:33:08.092 | [3605 Async ks-alt-another:32762]: Waiting for completion of get_or_add_user_project_role anotherrole b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd running on PID 32762 (11 other jobs running) 2024-06-05 08:33:08.124 | [3605 Async ks-alt-another:32762]: Signaling child to exit 2024-06-05 08:33:08.125 | WAKEUP 2024-06-05 08:33:08.141 | [3605 Async ks-alt-another:32762]: Signaled 2024-06-05 08:33:08.141 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:08.142 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:08.142 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:08.142 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:08.142 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:08.142 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:08.142 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:08.142 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:08.142 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:08.142 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user b159355591554002b09a7ed97453cf89 --project 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:08.142 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user b159355591554002b09a7ed97453cf89 --project 55daee7769444202b6d77880b2c4c6dd -c Role -f value 2024-06-05 08:33:08.142 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:08.142 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:08.142 | + functions-common:get_or_add_user_project_role:1003 : echo 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:08.142 | 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:08.176 | [3605 Async ks-alt-another:32762]: finished get_or_add_user_project_role anotherrole b159355591554002b09a7ed97453cf89 55daee7769444202b6d77880b2c4c6dd with result 0 in 3 seconds 2024-06-05 08:33:08.202 | [3605 Async ks-alt-member-user:32939]: Waiting for completion of get_or_add_user_project_role member c0f4555a6c024dca9826215ee56122bb 55daee7769444202b6d77880b2c4c6dd running on PID 32939 (10 other jobs running) 2024-06-05 08:33:08.219 | [3605 Async ks-alt-member-user:32939]: Signaling child to exit 2024-06-05 08:33:08.220 | WAKEUP 2024-06-05 08:33:08.236 | [3605 Async ks-alt-member-user:32939]: Signaled 2024-06-05 08:33:08.236 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:08.236 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:08.236 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:08.236 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:08.236 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:08.236 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:08.236 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:08.236 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:08.236 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:08.236 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user c0f4555a6c024dca9826215ee56122bb --project 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:08.236 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c0f4555a6c024dca9826215ee56122bb --project 55daee7769444202b6d77880b2c4c6dd -c Role -f value 2024-06-05 08:33:08.236 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:08.236 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:08.236 | + functions-common:get_or_add_user_project_role:1003 : echo fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:08.236 | fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:08.288 | [3605 Async ks-alt-member-user:32939]: finished get_or_add_user_project_role member c0f4555a6c024dca9826215ee56122bb 55daee7769444202b6d77880b2c4c6dd with result 0 in 3 seconds 2024-06-05 08:33:08.323 | [3605 Async ks-alt-reader-user:33113]: Waiting for completion of get_or_add_user_project_role reader 155eafabf1274560a86bb2821fe3e1d3 55daee7769444202b6d77880b2c4c6dd running on PID 33113 (9 other jobs running) 2024-06-05 08:33:08.370 | [3605 Async ks-alt-reader-user:33113]: Signaling child to exit 2024-06-05 08:33:08.370 | WAKEUP 2024-06-05 08:33:08.393 | [3605 Async ks-alt-reader-user:33113]: Signaled 2024-06-05 08:33:08.394 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:08.394 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:08.394 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-06-05 08:33:08.394 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:08.394 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:08.394 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:08.394 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:08.394 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:08.394 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-06-05 08:33:08.394 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 155eafabf1274560a86bb2821fe3e1d3 --project 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:08.394 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 155eafabf1274560a86bb2821fe3e1d3 --project 55daee7769444202b6d77880b2c4c6dd -c Role -f value 2024-06-05 08:33:08.394 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:08.394 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=25342efb432447c7b8febfc51df09700 2024-06-05 08:33:08.394 | + functions-common:get_or_add_user_project_role:1003 : echo 25342efb432447c7b8febfc51df09700 2024-06-05 08:33:08.394 | 25342efb432447c7b8febfc51df09700 2024-06-05 08:33:08.449 | [3605 Async ks-alt-reader-user:33113]: finished get_or_add_user_project_role reader 155eafabf1274560a86bb2821fe3e1d3 55daee7769444202b6d77880b2c4c6dd with result 0 in 3 seconds 2024-06-05 08:33:08.452 | + inc/async:async_wait:197 : return 0 2024-06-05 08:33:08.454 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-06-05 08:33:08.500 | [3605 Async ks-system-member:33346]: Waiting for completion of get_or_add_user_system_role member 8613848f64104f95b761bd61f931e26b all running on PID 33346 (8 other jobs running) 2024-06-05 08:33:08.521 | [3605 Async ks-system-member:33346]: Signaling child to exit 2024-06-05 08:33:08.521 | WAKEUP 2024-06-05 08:33:08.538 | [3605 Async ks-system-member:33346]: Signaled 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-06-05 08:33:08.539 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-06-05 08:33:08.539 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:08.539 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:08.539 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:08.539 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:08.539 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-06-05 08:33:08.539 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8613848f64104f95b761bd61f931e26b --system all -f value -c Role 2024-06-05 08:33:08.539 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 8613848f64104f95b761bd61f931e26b --system all 2024-06-05 08:33:08.539 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8613848f64104f95b761bd61f931e26b --system all -f value -c Role 2024-06-05 08:33:08.539 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:08.539 | + functions-common:get_or_add_user_system_role:1053 : echo fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:08.539 | fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:08.588 | [3605 Async ks-system-member:33346]: finished get_or_add_user_system_role member 8613848f64104f95b761bd61f931e26b all with result 0 in 4 seconds 2024-06-05 08:33:08.621 | [3605 Async ks-system-reader:33554]: Waiting for completion of get_or_add_user_system_role reader 0fbe28a238cd4d2687ef62fab0b2601b all running on PID 33554 (7 other jobs running) 2024-06-05 08:33:08.642 | [3605 Async ks-system-reader:33554]: Signaling child to exit 2024-06-05 08:33:08.995 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:09.014 | [33554 Async ks-system-reader:33554]: finished successfully 2024-06-05 08:33:09.030 | WAKEUP 2024-06-05 08:33:09.046 | [3605 Async ks-system-reader:33554]: Signaled 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-06-05 08:33:09.047 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-06-05 08:33:09.047 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:09.047 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:09.047 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-06-05 08:33:09.047 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-06-05 08:33:09.047 | ++ functions-common:_get_domain_args:980 : echo 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-06-05 08:33:09.047 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0fbe28a238cd4d2687ef62fab0b2601b --system all -f value -c Role 2024-06-05 08:33:09.047 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 0fbe28a238cd4d2687ef62fab0b2601b --system all 2024-06-05 08:33:09.047 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0fbe28a238cd4d2687ef62fab0b2601b --system all -f value -c Role 2024-06-05 08:33:09.047 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=25342efb432447c7b8febfc51df09700 2024-06-05 08:33:09.047 | + functions-common:get_or_add_user_system_role:1053 : echo 25342efb432447c7b8febfc51df09700 2024-06-05 08:33:09.048 | 25342efb432447c7b8febfc51df09700 2024-06-05 08:33:09.078 | [3605 Async ks-system-reader:33554]: finished get_or_add_user_system_role reader 0fbe28a238cd4d2687ef62fab0b2601b all with result 0 in 4 seconds 2024-06-05 08:33:09.081 | + inc/async:async_wait:197 : return 0 2024-06-05 08:33:09.083 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-06-05 08:33:09.119 | [3605 Async ks-group-memberdemo:33823]: Waiting for completion of get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 running on PID 33823 (6 other jobs running) 2024-06-05 08:33:09.137 | [3605 Async ks-group-memberdemo:33823]: Signaling child to exit 2024-06-05 08:33:10.599 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:10.617 | [33823 Async ks-group-memberdemo:33823]: finished successfully 2024-06-05 08:33:10.633 | WAKEUP 2024-06-05 08:33:10.650 | [3605 Async ks-group-memberdemo:33823]: Signaled 2024-06-05 08:33:10.650 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-06-05 08:33:10.650 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 475d85ad584c4b3396af4a1c9f763b8a --project cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:10.650 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 475d85ad584c4b3396af4a1c9f763b8a --project cd141b9b432f48669da632c10647c4a7 -f value -c Role 2024-06-05 08:33:10.650 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:10.650 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:10.650 | + functions-common:get_or_add_group_project_role:1072 : echo fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:10.650 | fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:10.683 | [3605 Async ks-group-memberdemo:33823]: finished get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 with result 0 in 3 seconds 2024-06-05 08:33:10.710 | [3605 Async ks-group-anotherdemo:33902]: Waiting for completion of get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 running on PID 33902 (5 other jobs running) 2024-06-05 08:33:10.729 | [3605 Async ks-group-anotherdemo:33902]: Signaling child to exit 2024-06-05 08:33:10.844 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:10.865 | [33902 Async ks-group-anotherdemo:33902]: finished successfully 2024-06-05 08:33:10.885 | WAKEUP 2024-06-05 08:33:10.903 | [3605 Async ks-group-anotherdemo:33902]: Signaled 2024-06-05 08:33:10.904 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-06-05 08:33:10.904 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 475d85ad584c4b3396af4a1c9f763b8a --project cd141b9b432f48669da632c10647c4a7 2024-06-05 08:33:10.904 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 475d85ad584c4b3396af4a1c9f763b8a --project cd141b9b432f48669da632c10647c4a7 -f value -c Role 2024-06-05 08:33:10.904 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:10.904 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:10.904 | + functions-common:get_or_add_group_project_role:1072 : echo 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:10.904 | 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:10.937 | [3605 Async ks-group-anotherdemo:33902]: finished get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a cd141b9b432f48669da632c10647c4a7 with result 0 in 3 seconds 2024-06-05 08:33:10.968 | [3605 Async ks-group-memberalt:33982]: Waiting for completion of get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd running on PID 33982 (4 other jobs running) 2024-06-05 08:33:10.987 | [3605 Async ks-group-memberalt:33982]: Signaling child to exit 2024-06-05 08:33:11.032 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:11.051 | [33982 Async ks-group-memberalt:33982]: finished successfully 2024-06-05 08:33:11.067 | WAKEUP 2024-06-05 08:33:11.084 | [3605 Async ks-group-memberalt:33982]: Signaled 2024-06-05 08:33:11.085 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-06-05 08:33:11.085 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 475d85ad584c4b3396af4a1c9f763b8a --project 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:11.085 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 475d85ad584c4b3396af4a1c9f763b8a --project 55daee7769444202b6d77880b2c4c6dd -f value -c Role 2024-06-05 08:33:11.085 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:11.085 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:11.085 | + functions-common:get_or_add_group_project_role:1072 : echo fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:11.085 | fe215768f1c7400bae0e3e6e2d482f5a 2024-06-05 08:33:11.117 | [3605 Async ks-group-memberalt:33982]: finished get_or_add_group_project_role member 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd with result 0 in 3 seconds 2024-06-05 08:33:11.143 | [3605 Async ks-group-anotheralt:34069]: Waiting for completion of get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd running on PID 34069 (3 other jobs running) 2024-06-05 08:33:11.161 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:11.163 | [3605 Async ks-group-anotheralt:34069]: Signaling child to exit 2024-06-05 08:33:11.175 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:11.181 | [34069 Async ks-group-anotheralt:34069]: finished successfully 2024-06-05 08:33:11.193 | [34160 Async ks-group-admin:34160]: finished successfully 2024-06-05 08:33:11.198 | WAKEUP 2024-06-05 08:33:11.214 | [3605 Async ks-group-anotheralt:34069]: Signaled 2024-06-05 08:33:11.215 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-06-05 08:33:11.215 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 475d85ad584c4b3396af4a1c9f763b8a --project 55daee7769444202b6d77880b2c4c6dd 2024-06-05 08:33:11.215 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 475d85ad584c4b3396af4a1c9f763b8a --project 55daee7769444202b6d77880b2c4c6dd -f value -c Role 2024-06-05 08:33:11.215 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:11.215 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:11.215 | + functions-common:get_or_add_group_project_role:1072 : echo 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:11.215 | 0741979545cb49ab86fae5f694de72e2 2024-06-05 08:33:11.245 | [3605 Async ks-group-anotheralt:34069]: finished get_or_add_group_project_role anotherrole 475d85ad584c4b3396af4a1c9f763b8a 55daee7769444202b6d77880b2c4c6dd with result 0 in 3 seconds 2024-06-05 08:33:11.270 | [3605 Async ks-group-admin:34160]: Waiting for completion of get_or_add_group_project_role admin 637e9f5caf82433081ac981ab02d2ed1 fe7983d89bd348639e168ff8586dcc14 running on PID 34160 (2 other jobs running) 2024-06-05 08:33:11.287 | [3605 Async ks-group-admin:34160]: Signaling child to exit 2024-06-05 08:33:11.287 | WAKEUP 2024-06-05 08:33:11.303 | [3605 Async ks-group-admin:34160]: Signaled 2024-06-05 08:33:11.304 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-06-05 08:33:11.304 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 637e9f5caf82433081ac981ab02d2ed1 --project fe7983d89bd348639e168ff8586dcc14 2024-06-05 08:33:11.304 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 637e9f5caf82433081ac981ab02d2ed1 --project fe7983d89bd348639e168ff8586dcc14 -f value -c Role 2024-06-05 08:33:11.304 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:11.304 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:11.304 | + functions-common:get_or_add_group_project_role:1072 : echo 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:11.304 | 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:11.334 | [3605 Async ks-group-admin:34160]: finished get_or_add_group_project_role admin 637e9f5caf82433081ac981ab02d2ed1 fe7983d89bd348639e168ff8586dcc14 with result 0 in 3 seconds 2024-06-05 08:33:11.337 | + inc/async:async_wait:197 : return 0 2024-06-05 08:33:11.339 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-06-05 08:33:11.352 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:11.354 | + stack.sh:main:1128 : is_service_enabled nova 2024-06-05 08:33:11.367 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:11.369 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-06-05 08:33:11.371 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-06-05 08:33:11.417 | + inc/async:async_inner:63 : create_nova_accounts 2024-06-05 08:33:11.446 | [3605 Async create_nova_accounts:36049]: running: create_nova_accounts 2024-06-05 08:33:11.448 | + stack.sh:main:1131 : is_service_enabled glance 2024-06-05 08:33:11.462 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:11.464 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-06-05 08:33:11.466 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-06-05 08:33:11.515 | + inc/async:async_inner:63 : create_glance_accounts 2024-06-05 08:33:11.546 | [3605 Async create_glance_accounts:36172]: running: create_glance_accounts 2024-06-05 08:33:11.549 | + stack.sh:main:1134 : is_service_enabled cinder 2024-06-05 08:33:11.562 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:11.564 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-06-05 08:33:11.566 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-06-05 08:33:11.612 | + inc/async:async_inner:63 : create_cinder_accounts 2024-06-05 08:33:11.642 | [3605 Async create_cinder_accounts:36311]: running: create_cinder_accounts 2024-06-05 08:33:11.644 | + stack.sh:main:1137 : is_service_enabled neutron 2024-06-05 08:33:11.658 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:11.660 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-06-05 08:33:11.662 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-06-05 08:33:11.709 | + inc/async:async_inner:63 : create_neutron_accounts 2024-06-05 08:33:11.738 | [3605 Async create_neutron_accounts:36454]: running: create_neutron_accounts 2024-06-05 08:33:11.740 | + stack.sh:main:1140 : is_service_enabled swift 2024-06-05 08:33:11.756 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:11.758 | + stack.sh:main:1149 : is_service_enabled horizon 2024-06-05 08:33:11.772 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:11.774 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-06-05 08:33:11.809 | [3605 Async create_nova_accounts:36049]: Waiting for completion of create_nova_accounts running on PID 36049 (5 other jobs running) 2024-06-05 08:33:11.827 | [3605 Async create_nova_accounts:36049]: Signaling child to exit 2024-06-05 08:33:25.433 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:25.453 | [36454 Async create_neutron_accounts:36454]: finished successfully 2024-06-05 08:33:34.825 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:34.843 | [36311 Async create_cinder_accounts:36311]: finished successfully 2024-06-05 08:33:35.239 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:35.256 | [36049 Async create_nova_accounts:36049]: finished successfully 2024-06-05 08:33:35.272 | WAKEUP 2024-06-05 08:33:35.288 | [3605 Async create_nova_accounts:36049]: Signaled 2024-06-05 08:33:35.289 | + 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-06-05 08:33:35.289 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-06-05 08:33:35.289 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-06-05 08:33:35.289 | + functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:35.289 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-06-05 08:33:35.289 | + functions-common:get_or_create_user:926 : local email= 2024-06-05 08:33:35.289 | ++ 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-06-05 08:33:35.289 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.289 | + functions-common:get_or_create_user:938 : user_id=a9a296cd7ad84a65b7384a101094ee17 2024-06-05 08:33:35.289 | + functions-common:get_or_create_user:939 : echo a9a296cd7ad84a65b7384a101094ee17 2024-06-05 08:33:35.289 | a9a296cd7ad84a65b7384a101094ee17 2024-06-05 08:33:35.289 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-06-05 08:33:35.289 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:35.289 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:35.289 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:33:35.289 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:33:35.289 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:33:35.289 | + 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-06-05 08:33:35.289 | ++ 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-06-05 08:33:35.289 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:1003 : echo e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:35.290 | e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:35.290 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-06-05 08:33:35.290 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:35.290 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:33:35.290 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:33:35.290 | + 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-06-05 08:33:35.290 | ++ 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-06-05 08:33:35.290 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:35.290 | + functions-common:get_or_add_user_project_role:1003 : echo 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:35.290 | 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-06-05 08:33:35.290 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:33:35.290 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-06-05 08:33:35.290 | ++ 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-06-05 08:33:35.290 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:33:35.290 | b0209f22125d48148571d0e2394cd946' 2024-06-05 08:33:35.290 | + functions-common:get_or_create_service:1090 : echo b0209f22125d48148571d0e2394cd946 2024-06-05 08:33:35.290 | b0209f22125d48148571d0e2394cd946 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-06-05 08:33:35.290 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:33:35.290 | ++ 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-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:33:35.290 | +++ 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-06-05 08:33:35.290 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:33:35.290 | +++ 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-06-05 08:33:35.290 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b596f18babbf4b56b9c49e2c1a3bcca5 2024-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b596f18babbf4b56b9c49e2c1a3bcca5 2024-06-05 08:33:35.290 | + functions-common:get_or_create_endpoint:1123 : public_id=b596f18babbf4b56b9c49e2c1a3bcca5 2024-06-05 08:33:35.290 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:33:35.290 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:33:35.290 | + functions-common:get_or_create_endpoint:1132 : echo b596f18babbf4b56b9c49e2c1a3bcca5 2024-06-05 08:33:35.290 | b596f18babbf4b56b9c49e2c1a3bcca5 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-06-05 08:33:35.290 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:33:35.290 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-06-05 08:33:35.290 | ++ 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-06-05 08:33:35.290 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:33:35.290 | 211ae50f88ef41ea91b36989ab989f6a' 2024-06-05 08:33:35.290 | + functions-common:get_or_create_service:1090 : echo 211ae50f88ef41ea91b36989ab989f6a 2024-06-05 08:33:35.290 | 211ae50f88ef41ea91b36989ab989f6a 2024-06-05 08:33:35.290 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-06-05 08:33:35.290 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:33:35.290 | ++ 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-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:33:35.290 | +++ 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-06-05 08:33:35.290 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:33:35.290 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:33:35.291 | +++ 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-06-05 08:33:35.291 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:35.291 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=0cd0714abe5d4714b7afd9301e26394a 2024-06-05 08:33:35.291 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 0cd0714abe5d4714b7afd9301e26394a 2024-06-05 08:33:35.291 | + functions-common:get_or_create_endpoint:1123 : public_id=0cd0714abe5d4714b7afd9301e26394a 2024-06-05 08:33:35.291 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:33:35.291 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:33:35.291 | + functions-common:get_or_create_endpoint:1132 : echo 0cd0714abe5d4714b7afd9301e26394a 2024-06-05 08:33:35.291 | 0cd0714abe5d4714b7afd9301e26394a 2024-06-05 08:33:35.291 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-06-05 08:33:35.291 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:35.291 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-06-05 08:33:35.291 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:35.291 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-06-05 08:33:35.291 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:35.291 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-06-05 08:33:35.291 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:35.291 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-06-05 08:33:35.322 | [3605 Async create_nova_accounts:36049]: finished create_nova_accounts with result 0 in 23 seconds 2024-06-05 08:33:35.348 | [3605 Async create_glance_accounts:36172]: Waiting for completion of create_glance_accounts running on PID 36172 (4 other jobs running) 2024-06-05 08:33:35.364 | [3605 Async create_glance_accounts:36172]: Signaling child to exit 2024-06-05 08:33:36.831 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:36.850 | [36172 Async create_glance_accounts:36172]: finished successfully 2024-06-05 08:33:36.866 | WAKEUP 2024-06-05 08:33:36.882 | [3605 Async create_glance_accounts:36172]: Signaled 2024-06-05 08:33:36.882 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-06-05 08:33:36.882 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:36.882 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-06-05 08:33:36.882 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-06-05 08:33:36.883 | + functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:36.883 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-06-05 08:33:36.883 | + functions-common:get_or_create_user:926 : local email= 2024-06-05 08:33:36.883 | ++ 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-06-05 08:33:36.883 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.883 | + functions-common:get_or_create_user:938 : user_id=aee5a17b72144e8a9010673bc9f891a4 2024-06-05 08:33:36.883 | + functions-common:get_or_create_user:939 : echo aee5a17b72144e8a9010673bc9f891a4 2024-06-05 08:33:36.883 | aee5a17b72144e8a9010673bc9f891a4 2024-06-05 08:33:36.883 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-06-05 08:33:36.883 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:36.883 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:36.883 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:33:36.883 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:33:36.883 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:33:36.883 | + 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-06-05 08:33:36.883 | ++ 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-06-05 08:33:36.883 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.883 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:36.883 | + functions-common:get_or_add_user_project_role:1003 : echo e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:36.883 | e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:36.883 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-06-05 08:33:36.883 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-06-05 08:33:36.883 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:36.883 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-06-05 08:33:36.883 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:33:36.883 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-06-05 08:33:36.883 | ++ 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-06-05 08:33:36.883 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.883 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:33:36.883 | fc7efb582c5e4b9fab38565798a4af1d' 2024-06-05 08:33:36.883 | + functions-common:get_or_create_service:1090 : echo fc7efb582c5e4b9fab38565798a4af1d 2024-06-05 08:33:36.883 | fc7efb582c5e4b9fab38565798a4af1d 2024-06-05 08:33:36.883 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-06-05 08:33:36.883 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:33:36.883 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-06-05 08:33:36.883 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:33:36.883 | +++ 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-06-05 08:33:36.883 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.884 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:33:36.884 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:33:36.884 | +++ 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-06-05 08:33:36.884 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.884 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=06a5b04347c14b6ca930eb27236ad836 2024-06-05 08:33:36.884 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 06a5b04347c14b6ca930eb27236ad836 2024-06-05 08:33:36.884 | + functions-common:get_or_create_endpoint:1123 : public_id=06a5b04347c14b6ca930eb27236ad836 2024-06-05 08:33:36.884 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:33:36.884 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:33:36.884 | + functions-common:get_or_create_endpoint:1132 : echo 06a5b04347c14b6ca930eb27236ad836 2024-06-05 08:33:36.884 | 06a5b04347c14b6ca930eb27236ad836 2024-06-05 08:33:36.884 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-06-05 08:33:36.884 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-06-05 08:33:36.884 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-06-05 08:33:36.884 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.884 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-06-05 08:33:36.884 | ++ functions-common:get_or_create_domain:901 : echo default 2024-06-05 08:33:36.884 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-06-05 08:33:36.884 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-06-05 08:33:36.884 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-06-05 08:33:36.884 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-06-05 08:33:36.884 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-06-05 08:33:36.884 | + 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-06-05 08:33:36.884 | +---------------+----------------------------------+ 2024-06-05 08:33:36.884 | | Field | Value | 2024-06-05 08:33:36.884 | +---------------+----------------------------------+ 2024-06-05 08:33:36.884 | | default_limit | 1000 | 2024-06-05 08:33:36.884 | | description | None | 2024-06-05 08:33:36.884 | | id | e8835cf2b9bf47eeb5068e0b4040c5cd | 2024-06-05 08:33:36.884 | | region_id | RegionOne | 2024-06-05 08:33:36.884 | | resource_name | image_size_total | 2024-06-05 08:33:36.884 | | service_id | fc7efb582c5e4b9fab38565798a4af1d | 2024-06-05 08:33:36.884 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | + 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-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | | Field | Value | 2024-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | | default_limit | 1000 | 2024-06-05 08:33:36.885 | | description | None | 2024-06-05 08:33:36.885 | | id | 78b65f1d728641adbb3bd33dfd4da852 | 2024-06-05 08:33:36.885 | | region_id | RegionOne | 2024-06-05 08:33:36.885 | | resource_name | image_stage_total | 2024-06-05 08:33:36.885 | | service_id | fc7efb582c5e4b9fab38565798a4af1d | 2024-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | + 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-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | | Field | Value | 2024-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | | default_limit | 100 | 2024-06-05 08:33:36.885 | | description | None | 2024-06-05 08:33:36.885 | | id | 9c1a540521474b3d8986c1e9edbf2c6a | 2024-06-05 08:33:36.885 | | region_id | RegionOne | 2024-06-05 08:33:36.885 | | resource_name | image_count_total | 2024-06-05 08:33:36.885 | | service_id | fc7efb582c5e4b9fab38565798a4af1d | 2024-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | + 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-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | | Field | Value | 2024-06-05 08:33:36.885 | +---------------+----------------------------------+ 2024-06-05 08:33:36.885 | | default_limit | 100 | 2024-06-05 08:33:36.885 | | description | None | 2024-06-05 08:33:36.886 | | id | 6373126810c54c388a019938d6dbb8a3 | 2024-06-05 08:33:36.886 | | region_id | RegionOne | 2024-06-05 08:33:36.886 | | resource_name | image_count_uploading | 2024-06-05 08:33:36.886 | | service_id | fc7efb582c5e4b9fab38565798a4af1d | 2024-06-05 08:33:36.886 | +---------------+----------------------------------+ 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-06-05 08:33:36.886 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-06-05 08:33:36.886 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 06a5b04347c14b6ca930eb27236ad836 2024-06-05 08:33:36.886 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-06-05 08:33:36.914 | [3605 Async create_glance_accounts:36172]: finished create_glance_accounts with result 0 in 25 seconds 2024-06-05 08:33:36.940 | [3605 Async create_cinder_accounts:36311]: Waiting for completion of create_cinder_accounts running on PID 36311 (3 other jobs running) 2024-06-05 08:33:36.957 | [3605 Async create_cinder_accounts:36311]: Signaling child to exit 2024-06-05 08:33:36.957 | WAKEUP 2024-06-05 08:33:36.972 | [3605 Async create_cinder_accounts:36311]: Signaled 2024-06-05 08:33:36.973 | + 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-06-05 08:33:36.973 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-06-05 08:33:36.973 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-06-05 08:33:36.973 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:36.973 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-06-05 08:33:36.973 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-06-05 08:33:36.973 | + functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:36.973 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-06-05 08:33:36.973 | + functions-common:get_or_create_user:926 : local email= 2024-06-05 08:33:36.973 | ++ 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-06-05 08:33:36.973 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.973 | + functions-common:get_or_create_user:938 : user_id=d731bb82329a4fe296fa803c04d7ae0e 2024-06-05 08:33:36.973 | + functions-common:get_or_create_user:939 : echo d731bb82329a4fe296fa803c04d7ae0e 2024-06-05 08:33:36.973 | d731bb82329a4fe296fa803c04d7ae0e 2024-06-05 08:33:36.973 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-06-05 08:33:36.973 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:36.973 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:36.973 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:33:36.973 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:33:36.973 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:33:36.973 | + 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-06-05 08:33:36.973 | ++ 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-06-05 08:33:36.973 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.973 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:36.974 | + functions-common:get_or_add_user_project_role:1003 : echo e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:36.974 | e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:36.974 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-06-05 08:33:36.974 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-06-05 08:33:36.974 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:33:36.974 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-06-05 08:33:36.974 | ++ 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-06-05 08:33:36.974 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.974 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:33:36.974 | c4b7eecdd0de46b7b6b514d160ec8f82' 2024-06-05 08:33:36.974 | + functions-common:get_or_create_service:1090 : echo c4b7eecdd0de46b7b6b514d160ec8f82 2024-06-05 08:33:36.974 | c4b7eecdd0de46b7b6b514d160ec8f82 2024-06-05 08:33:36.974 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-06-05 08:33:36.974 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-06-05 08:33:36.974 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:33:36.974 | ++ 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-06-05 08:33:36.974 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:33:36.975 | +++ 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-06-05 08:33:36.975 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.975 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:33:36.975 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:33:36.975 | +++ 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-06-05 08:33:36.975 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.975 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=5395c4cdf53d4aad8a0c38094176c5f6 2024-06-05 08:33:36.975 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 5395c4cdf53d4aad8a0c38094176c5f6 2024-06-05 08:33:36.975 | + functions-common:get_or_create_endpoint:1123 : public_id=5395c4cdf53d4aad8a0c38094176c5f6 2024-06-05 08:33:36.975 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:33:36.975 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:33:36.975 | + functions-common:get_or_create_endpoint:1132 : echo 5395c4cdf53d4aad8a0c38094176c5f6 2024-06-05 08:33:36.975 | 5395c4cdf53d4aad8a0c38094176c5f6 2024-06-05 08:33:36.975 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-06-05 08:33:36.975 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:33:36.975 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-06-05 08:33:36.975 | ++ 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-06-05 08:33:36.976 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.976 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:33:36.976 | 17c457b72b3d4ba1bfdb8e15a3dabcb2' 2024-06-05 08:33:36.976 | + functions-common:get_or_create_service:1090 : echo 17c457b72b3d4ba1bfdb8e15a3dabcb2 2024-06-05 08:33:36.976 | 17c457b72b3d4ba1bfdb8e15a3dabcb2 2024-06-05 08:33:36.976 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-06-05 08:33:36.976 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:33:36.976 | ++ 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-06-05 08:33:36.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:33:36.976 | +++ 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-06-05 08:33:36.976 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:33:36.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:33:36.976 | +++ 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-06-05 08:33:36.976 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=6baeb7c305b74d9ba334d4324dfd2b96 2024-06-05 08:33:36.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 6baeb7c305b74d9ba334d4324dfd2b96 2024-06-05 08:33:36.977 | + functions-common:get_or_create_endpoint:1123 : public_id=6baeb7c305b74d9ba334d4324dfd2b96 2024-06-05 08:33:36.977 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:33:36.977 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:33:36.977 | + functions-common:get_or_create_endpoint:1132 : echo 6baeb7c305b74d9ba334d4324dfd2b96 2024-06-05 08:33:36.977 | 6baeb7c305b74d9ba334d4324dfd2b96 2024-06-05 08:33:36.977 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-06-05 08:33:36.977 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-06-05 08:33:36.977 | ++ functions-common:get_or_create_project:945 : local project_id 2024-06-05 08:33:36.977 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-06-05 08:33:36.977 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.977 | ++ functions-common:get_or_create_project:951 : project_id=8c15ad93ad794882a622e3b4439baf26 2024-06-05 08:33:36.977 | ++ functions-common:get_or_create_project:952 : echo 8c15ad93ad794882a622e3b4439baf26 2024-06-05 08:33:36.977 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 8c15ad93ad794882a622e3b4439baf26 2024-06-05 08:33:36.977 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-06-05 08:33:36.977 | ++ functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:36.977 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-06-05 08:33:36.977 | ++ functions-common:get_or_create_user:926 : local email= 2024-06-05 08:33:36.977 | +++ 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-06-05 08:33:36.977 | No password was supplied, authentication will fail when a user does not have a password. 2024-06-05 08:33:36.978 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:36.978 | ++ functions-common:get_or_create_user:938 : user_id=d731bb82329a4fe296fa803c04d7ae0e 2024-06-05 08:33:36.978 | ++ functions-common:get_or_create_user:939 : echo d731bb82329a4fe296fa803c04d7ae0e 2024-06-05 08:33:36.978 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id d731bb82329a4fe296fa803c04d7ae0e 2024-06-05 08:33:37.005 | [3605 Async create_cinder_accounts:36311]: finished create_cinder_accounts with result 0 in 23 seconds 2024-06-05 08:33:37.007 | + inc/async:async_wait:197 : return 0 2024-06-05 08:33:37.010 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-06-05 08:33:37.045 | [3605 Async create_neutron_accounts:36454]: Waiting for completion of create_neutron_accounts running on PID 36454 (2 other jobs running) 2024-06-05 08:33:37.062 | [3605 Async create_neutron_accounts:36454]: Signaling child to exit 2024-06-05 08:33:37.062 | WAKEUP 2024-06-05 08:33:37.077 | [3605 Async create_neutron_accounts:36454]: Signaled 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-06-05 08:33:37.078 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-06-05 08:33:37.078 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-06-05 08:33:37.078 | + functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:33:37.078 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-06-05 08:33:37.078 | + functions-common:get_or_create_user:926 : local email= 2024-06-05 08:33:37.078 | ++ 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-06-05 08:33:37.078 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:37.078 | + functions-common:get_or_create_user:938 : user_id=cfca76945399471fa889564ebf2cde7e 2024-06-05 08:33:37.078 | + functions-common:get_or_create_user:939 : echo cfca76945399471fa889564ebf2cde7e 2024-06-05 08:33:37.078 | cfca76945399471fa889564ebf2cde7e 2024-06-05 08:33:37.078 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-06-05 08:33:37.078 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:33:37.078 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:33:37.078 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:33:37.078 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:33:37.078 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:33:37.078 | + 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-06-05 08:33:37.078 | ++ 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-06-05 08:33:37.078 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:37.078 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:37.078 | + functions-common:get_or_add_user_project_role:1003 : echo e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:37.078 | e367c62f1a274f5c9745b0020701f251 2024-06-05 08:33:37.078 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-06-05 08:33:37.078 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-06-05 08:33:37.078 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:33:37.079 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-06-05 08:33:37.079 | ++ 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-06-05 08:33:37.079 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:37.079 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:33:37.079 | 0bc4076f5b6a4ceaa19bf79649218a04' 2024-06-05 08:33:37.079 | + functions-common:get_or_create_service:1090 : echo 0bc4076f5b6a4ceaa19bf79649218a04 2024-06-05 08:33:37.079 | 0bc4076f5b6a4ceaa19bf79649218a04 2024-06-05 08:33:37.079 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-06-05 08:33:37.079 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:33:37.079 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-06-05 08:33:37.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:33:37.079 | +++ 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-06-05 08:33:37.079 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:37.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:33:37.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:33:37.079 | +++ 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-06-05 08:33:37.079 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:33:37.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a37167db9b5a4a689ef0b52ad150bbce 2024-06-05 08:33:37.079 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a37167db9b5a4a689ef0b52ad150bbce 2024-06-05 08:33:37.079 | + functions-common:get_or_create_endpoint:1123 : public_id=a37167db9b5a4a689ef0b52ad150bbce 2024-06-05 08:33:37.079 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:33:37.079 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:33:37.079 | + functions-common:get_or_create_endpoint:1132 : echo a37167db9b5a4a689ef0b52ad150bbce 2024-06-05 08:33:37.079 | a37167db9b5a4a689ef0b52ad150bbce 2024-06-05 08:33:37.110 | [3605 Async create_neutron_accounts:36454]: finished create_neutron_accounts with result 0 in 13 seconds 2024-06-05 08:33:37.114 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-06-05 08:33:37.119 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-06-05 08:33:37.121 | + inc/async:async_wait:197 : return 0 2024-06-05 08:33:37.123 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-06-05 08:33:37.136 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:37.138 | + stack.sh:main:1161 : is_service_enabled glance 2024-06-05 08:33:37.152 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:37.154 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-06-05 08:33:37.156 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:33:37.158 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-06-05 08:33:37.159 | + stack.sh:main:1163 : async_runfunc init_glance 2024-06-05 08:33:37.161 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-06-05 08:33:37.208 | + inc/async:async_inner:63 : init_glance 2024-06-05 08:33:37.238 | [3605 Async init_glance:38740]: running: init_glance 2024-06-05 08:33:37.240 | + stack.sh:main:1170 : is_service_enabled neutron 2024-06-05 08:33:37.255 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:37.257 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-06-05 08:33:37.259 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:33:37.261 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-06-05 08:33:37.263 | + stack.sh:main:1173 : configure_neutron 2024-06-05 08:33:37.265 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-06-05 08:33:37.267 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-06-05 08:33:37.268 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-06-05 08:33:37.278 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-06-05 08:33:37.280 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-06-05 08:33:41.689 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:33:41.709 | [38740 Async init_glance:38740]: finished successfully 2024-06-05 08:33:57.221 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-06-05 08:33:57.224 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-06-05 08:33:57.226 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-06-05 08:33:57.228 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-06-05 08:33:57.230 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-06-05 08:33:57.232 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-06-05 08:33:57.234 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-06-05 08:33:57.235 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-06-05 08:33:57.237 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-06-05 08:33:57.239 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-06-05 08:33:57.241 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-06-05 08:33:57.242 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-06-05 08:33:57.244 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-06-05 08:33:57.246 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-06-05 08:33:57.248 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-06-05 08:33:57.249 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-06-05 08:33:57.252 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:33:57.254 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:33:57.256 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-06-05 08:33:57.258 | + 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-06-05 08:33:57.261 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-06-05 08:33:57.263 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-06-05 08:33:57.265 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-06-05 08:33:57.267 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-06-05 08:33:57.269 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:33:57.271 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:33:57.272 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:33:57.285 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:57.287 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:33:57.288 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-06-05 08:33:57.290 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-06-05 08:33:57.314 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-06-05 08:33:57.338 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-06-05 08:33:57.362 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-06-05 08:33:57.385 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-06-05 08:33:57.410 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-06-05 08:33:57.435 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-06-05 08:33:57.436 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-06-05 08:33:57.438 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-06-05 08:33:57.440 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-06-05 08:33:57.442 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-05 08:33:57.455 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-05 08:33:57.457 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-05 08:33:57.459 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-05 08:33:57.461 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-05 08:33:57.462 | + 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-06-05 08:33:57.485 | + 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-06-05 08:33:57.510 | + 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-06-05 08:33:57.535 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-05 08:33:57.559 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-06-05 08:33:57.572 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:57.573 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-06-05 08:33:57.575 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:33:57.577 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-06-05 08:33:57.579 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-06-05 08:33:57.581 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-06-05 08:33:57.582 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:33:57.584 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-06-05 08:33:57.586 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-06-05 08:33:57.596 | + 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-06-05 08:33:57.605 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-06-05 08:33:57.607 | + 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-06-05 08:33:57.616 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-06-05 08:33:57.626 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-06-05 08:33:57.637 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-06-05 08:33:57.639 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-05 08:33:57.641 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-06-05 08:33:57.644 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.oaJQgFBStU 2024-06-05 08:33:57.646 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-06-05 08:33:57.652 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-05 08:33:57.654 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.oaJQgFBStU 2024-06-05 08:33:57.657 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.oaJQgFBStU 2024-06-05 08:33:57.667 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.oaJQgFBStU /etc/sudoers.d/neutron-rootwrap 2024-06-05 08:33:57.676 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-06-05 08:33:57.678 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-06-05 08:33:57.680 | + 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-06-05 08:33:57.704 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-06-05 08:33:57.706 | + 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-06-05 08:33:57.732 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-06-05 08:33:57.734 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-06-05 08:33:57.736 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-06-05 08:33:57.738 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-06-05 08:33:57.740 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-06-05 08:33:57.742 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-06-05 08:33:57.755 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:57.757 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-06-05 08:33:57.759 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-06-05 08:33:57.761 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-06-05 08:33:57.775 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:57.777 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:33:57.779 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-05 08:33:57.803 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-06-05 08:33:57.805 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-06-05 08:33:57.807 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-06-05 08:33:57.820 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:33:57.822 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-06-05 08:33:57.834 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:33:57.836 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-06-05 08:33:57.838 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:33:57.840 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:33:57.842 | + 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-06-05 08:33:57.868 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-06-05 08:33:57.870 | + 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-06-05 08:33:57.894 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-06-05 08:33:57.919 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-06-05 08:33:57.920 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-06-05 08:33:57.922 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-06-05 08:33:57.925 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-06-05 08:33:59.240 | INFO neutron.common.config [-] Logging enabled! 2024-06-05 08:33:59.241 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev19 2024-06-05 08:33:59.241 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39695) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-06-05 08:33:59.242 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-06-05 08:33:59.242 | 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/tmp38mvho2z/privsep.sock'] 2024-06-05 08:34:00.012 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-06-05 08:34:00.012 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp38mvho2z/privsep.sock {{(pid=39695) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-06-05 08:34:00.013 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-06-05 08:34:00.013 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-06-05 08:34:00.014 | 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-06-05 08:34:00.014 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39705 2024-06-05 08:34:00.014 | DEBUG oslo.privsep.daemon [-] privsep: reply[a4cb3bb0-6032-4d14-bd73-b85ca8e3d94d]: (2,) {{(pid=39705) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:34:00.101 | 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=39705) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-06-05 08:34:00.110 | 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=39705) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-06-05 08:34:00.110 | DEBUG oslo.privsep.daemon [-] privsep: reply[75d5261c-032d-469c-b375-0e6a415fdcc9]: (4, ('f5faf2c4-7418-485a-826f-db7c7e58a6f6\n', '')) {{(pid=39705) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:34:00.209 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39695) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-05 08:34:00.209 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39695) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-05 08:34:00.209 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39695) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:00.209 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39695) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:00.210 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39695) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:00.210 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39695) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:00.246 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-06-05 08:34:00.246 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39695) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-06-05 08:34:00.247 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39695) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-06-05 08:34:00.247 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-06-05 08:34:00.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-06-05 08:34:00.509 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-06-05 08:34:00.512 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-06-05 08:34:00.514 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-06-05 08:34:00.516 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-06-05 08:34:00.530 | + 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-06-05 08:34:00.544 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-06-05 08:34:00.546 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:00.548 | + 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-06-05 08:34:00.573 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-06-05 08:34:00.575 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-06-05 08:34:00.581 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-06-05 08:34:00.583 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-06-05 08:34:00.585 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-06-05 08:34:00.766 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-06-05 08:34:00.815 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-06-05 08:34:00.817 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-06-05 08:34:00.845 | net.bridge.bridge-nf-call-iptables = 1 2024-06-05 08:34:00.848 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-06-05 08:34:00.850 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-06-05 08:34:00.857 | net.bridge.bridge-nf-call-ip6tables = 1 2024-06-05 08:34:00.860 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-06-05 08:34:00.862 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-06-05 08:34:00.864 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-06-05 08:34:00.865 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-06-05 08:34:00.867 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-06-05 08:34:00.870 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-06-05 08:34:00.872 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-06-05 08:34:00.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-06-05 08:34:00.876 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-06-05 08:34:00.878 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-06-05 08:34:00.890 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-06-05 08:34:00.892 | + 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-06-05 08:34:00.922 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-06-05 08:34:00.924 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-06-05 08:34:00.948 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-06-05 08:34:00.972 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-06-05 08:34:00.984 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:00.986 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-06-05 08:34:00.988 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:00.991 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-06-05 08:34:01.015 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-06-05 08:34:01.039 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.041 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.042 | + 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-06-05 08:34:01.065 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:01.067 | + 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-06-05 08:34:01.091 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-06-05 08:34:01.104 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:01.106 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.108 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-06-05 08:34:01.132 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.134 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.136 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-06-05 08:34:01.159 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.161 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:01.163 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-06-05 08:34:01.165 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-06-05 08:34:01.178 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:01.180 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-06-05 08:34:01.181 | + 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-06-05 08:34:01.185 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-06-05 08:34:01.208 | + 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-06-05 08:34:01.234 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:01.236 | + 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-06-05 08:34:01.259 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-06-05 08:34:01.261 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-06-05 08:34:01.285 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-06-05 08:34:01.287 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-06-05 08:34:01.289 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-06-05 08:34:01.313 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-06-05 08:34:01.315 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-06-05 08:34:01.317 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-06-05 08:34:01.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-06-05 08:34:02.632 | INFO neutron.common.config [-] Logging enabled! 2024-06-05 08:34:02.632 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev19 2024-06-05 08:34:02.632 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40250) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-06-05 08:34:02.657 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40250) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-05 08:34:02.657 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40250) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-05 08:34:02.657 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40250) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:02.657 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40250) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:02.657 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40250) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:02.657 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40250) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-05 08:34:02.691 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-06-05 08:34:02.691 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40250) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-06-05 08:34:02.692 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40250) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-06-05 08:34:02.692 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-06-05 08:34:02.956 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-06-05 08:34:02.958 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-06-05 08:34:02.960 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-06-05 08:34:02.962 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-06-05 08:34:02.965 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-06-05 08:34:02.966 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-06-05 08:34:02.969 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-06-05 08:34:02.981 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-06-05 08:34:02.983 | + functions:set_mtu:796 : local dev=br-ex 2024-06-05 08:34:02.985 | + functions:set_mtu:797 : local mtu=8950 2024-06-05 08:34:02.987 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-06-05 08:34:02.998 | + 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-06-05 08:34:03.011 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-06-05 08:34:03.013 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-06-05 08:34:03.015 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-06-05 08:34:03.017 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-06-05 08:34:03.019 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-06-05 08:34:03.021 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-06-05 08:34:03.024 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-06-05 08:34:03.026 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-06-05 08:34:03.028 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-06-05 08:34:03.029 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-06-05 08:34:03.031 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-06-05 08:34:03.033 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-06-05 08:34:03.035 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-06-05 08:34:03.037 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-06-05 08:34:03.040 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-06-05 08:34:03.040 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-06-05 08:34:03.044 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-06-05 08:34:03.046 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-06-05 08:34:03.048 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-06-05 08:34:03.050 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-06-05 08:34:03.053 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-06-05 08:34:03.053 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-06-05 08:34:03.054 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-06-05 08:34:03.059 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-06-05 08:34:03.060 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-06-05 08:34:03.062 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:03.064 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-06-05 08:34:03.066 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-06-05 08:34:03.068 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-06-05 08:34:03.070 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-06-05 08:34:03.083 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-06-05 08:34:03.083 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-06-05 08:34:03.087 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-06-05 08:34:03.089 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-06-05 08:34:03.102 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:03.104 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-06-05 08:34:03.106 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-06-05 08:34:03.110 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-06-05 08:34:03.134 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-06-05 08:34:03.158 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-06-05 08:34:03.182 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-06-05 08:34:03.184 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-06-05 08:34:03.186 | + 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-06-05 08:34:03.211 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:03.213 | + 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-06-05 08:34:03.236 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-06-05 08:34:03.238 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-06-05 08:34:03.252 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:03.254 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-06-05 08:34:03.255 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-06-05 08:34:03.269 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:03.270 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-06-05 08:34:03.284 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:03.286 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-06-05 08:34:03.299 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:03.301 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-06-05 08:34:03.314 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:03.316 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-06-05 08:34:03.318 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-06-05 08:34:03.320 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-06-05 08:34:03.323 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-06-05 08:34:03.325 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-06-05 08:34:03.327 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-06-05 08:34:03.329 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-06-05 08:34:03.332 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-06-05 08:34:03.334 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-06-05 08:34:03.337 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-06-05 08:34:03.341 | + 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-06-05 08:34:03.345 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-06-05 08:34:03.369 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-06-05 08:34:03.394 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-06-05 08:34:03.419 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-06-05 08:34:03.445 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-06-05 08:34:03.447 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-06-05 08:34:03.449 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-06-05 08:34:03.450 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-05 08:34:03.453 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-06-05 08:34:03.476 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-06-05 08:34:03.500 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-05 08:34:03.526 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-06-05 08:34:03.551 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-06-05 08:34:03.576 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-06-05 08:34:03.600 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-06-05 08:34:03.624 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-06-05 08:34:03.649 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:34:03.675 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-06-05 08:34:03.700 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-06-05 08:34:03.724 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-06-05 08:34:03.749 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-06-05 08:34:03.751 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-06-05 08:34:03.753 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-06-05 08:34:03.755 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-06-05 08:34:03.757 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-06-05 08:34:03.782 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-06-05 08:34:03.806 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-06-05 08:34:03.831 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-06-05 08:34:03.855 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-06-05 08:34:03.880 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-06-05 08:34:03.905 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-06-05 08:34:03.929 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-06-05 08:34:03.954 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:34:03.978 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-06-05 08:34:04.002 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-06-05 08:34:04.004 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-06-05 08:34:04.006 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-06-05 08:34:04.008 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-06-05 08:34:04.010 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-06-05 08:34:04.034 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-06-05 08:34:04.058 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-06-05 08:34:04.082 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-06-05 08:34:04.107 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-06-05 08:34:04.132 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-06-05 08:34:04.156 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-06-05 08:34:04.181 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-06-05 08:34:04.205 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-06-05 08:34:04.229 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-06-05 08:34:04.254 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-06-05 08:34:04.256 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-06-05 08:34:04.258 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-06-05 08:34:04.260 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-06-05 08:34:04.262 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-06-05 08:34:04.263 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-06-05 08:34:04.265 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-06-05 08:34:04.267 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-06-05 08:34:04.269 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-06-05 08:34:04.271 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-06-05 08:34:04.273 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-06-05 08:34:04.275 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-06-05 08:34:04.277 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-06-05 08:34:04.279 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-06-05 08:34:04.280 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-06-05 08:34:04.282 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-06-05 08:34:04.284 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-06-05 08:34:04.286 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-06-05 08:34:04.288 | + 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-06-05 08:34:04.290 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.292 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-06-05 08:34:04.294 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-06-05 08:34:04.295 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-06-05 08:34:04.297 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.299 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-06-05 08:34:04.321 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-06-05 08:34:04.323 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.325 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-05 08:34:04.327 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-06-05 08:34:04.328 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-06-05 08:34:04.330 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.332 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-06-05 08:34:04.355 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-06-05 08:34:04.357 | + 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-06-05 08:34:04.359 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.361 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-05 08:34:04.363 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-06-05 08:34:04.364 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-06-05 08:34:04.366 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.369 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-06-05 08:34:04.391 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-06-05 08:34:04.393 | + 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-06-05 08:34:04.395 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.397 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-05 08:34:04.399 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-06-05 08:34:04.400 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-06-05 08:34:04.402 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.404 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-06-05 08:34:04.428 | + 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-06-05 08:34:04.430 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.431 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-05 08:34:04.433 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-06-05 08:34:04.435 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-06-05 08:34:04.437 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.439 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-06-05 08:34:04.461 | + 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-06-05 08:34:04.463 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.465 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-06-05 08:34:04.467 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-06-05 08:34:04.469 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-06-05 08:34:04.471 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.473 | + 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-06-05 08:34:04.496 | + 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-06-05 08:34:04.498 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.500 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-06-05 08:34:04.502 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-06-05 08:34:04.504 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-06-05 08:34:04.506 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.508 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-06-05 08:34:04.532 | + 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-06-05 08:34:04.534 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.535 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-06-05 08:34:04.537 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-06-05 08:34:04.539 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-06-05 08:34:04.541 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.543 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-06-05 08:34:04.566 | + 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-06-05 08:34:04.568 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.570 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-06-05 08:34:04.572 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-06-05 08:34:04.574 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-06-05 08:34:04.576 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.578 | + 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-06-05 08:34:04.602 | + 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-06-05 08:34:04.604 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:04.606 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-06-05 08:34:04.608 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-06-05 08:34:04.610 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-06-05 08:34:04.612 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-05 08:34:04.614 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-06-05 08:34:04.637 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-06-05 08:34:04.639 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-06-05 08:34:04.664 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-06-05 08:34:04.688 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-06-05 08:34:04.690 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-06-05 08:34:04.704 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:04.705 | + stack.sh:main:1176 : is_service_enabled neutron 2024-06-05 08:34:04.719 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:04.721 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-06-05 08:34:04.722 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-06-05 08:34:04.769 | + inc/async:async_inner:63 : init_neutron 2024-06-05 08:34:04.797 | [3605 Async init_neutron:42051]: running: init_neutron 2024-06-05 08:34:04.799 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-06-05 08:34:04.813 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:04.816 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-06-05 08:34:04.849 | ++ stack.sh:main:1189 : true 2024-06-05 08:34:04.851 | + stack.sh:main:1189 : netman_pid= 2024-06-05 08:34:04.853 | + stack.sh:main:1190 : '[' -z '' ']' 2024-06-05 08:34:04.855 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-06-05 08:34:04.873 | dnsmasq: no process found 2024-06-05 08:34:04.876 | + stack.sh:main:1191 : true 2024-06-05 08:34:04.878 | + stack.sh:main:1196 : clean_iptables 2024-06-05 08:34:04.881 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-06-05 08:34:04.882 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-05 08:34:04.882 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-06-05 08:34:04.882 | + lib/nova:clean_iptables:184 : grep nova 2024-06-05 08:34:04.883 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-06-05 08:34:04.884 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-06-05 08:34:04.887 | + lib/nova:clean_iptables:184 : bash 2024-06-05 08:34:04.930 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-05 08:34:04.930 | + lib/nova:clean_iptables:186 : grep nova 2024-06-05 08:34:04.930 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-06-05 08:34:04.930 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-06-05 08:34:04.931 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-06-05 08:34:04.932 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-06-05 08:34:04.936 | + lib/nova:clean_iptables:186 : bash 2024-06-05 08:34:04.942 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-06-05 08:34:04.942 | + lib/nova:clean_iptables:188 : grep nova 2024-06-05 08:34:04.942 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-06-05 08:34:04.943 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-05 08:34:04.944 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-06-05 08:34:04.944 | + lib/nova:clean_iptables:188 : bash 2024-06-05 08:34:04.948 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-06-05 08:34:04.953 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-06-05 08:34:04.953 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-05 08:34:04.954 | + lib/nova:clean_iptables:190 : grep nova 2024-06-05 08:34:04.956 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-06-05 08:34:04.956 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-06-05 08:34:04.956 | + lib/nova:clean_iptables:190 : bash 2024-06-05 08:34:04.956 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-06-05 08:34:04.963 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-06-05 08:34:04.970 | net.ipv4.ip_forward = 1 2024-06-05 08:34:04.973 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-06-05 08:34:04.987 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:04.989 | + stack.sh:main:1205 : configure_os_vif 2024-06-05 08:34:04.991 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-06-05 08:34:04.993 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-06-05 08:34:05.019 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-06-05 08:34:05.022 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-06-05 08:34:05.048 | + stack.sh:main:1211 : is_service_enabled swift 2024-06-05 08:34:05.062 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:05.064 | + stack.sh:main:1220 : is_service_enabled cinder 2024-06-05 08:34:05.078 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:05.080 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-06-05 08:34:05.082 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:05.085 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-06-05 08:34:05.086 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-06-05 08:34:05.088 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-06-05 08:34:05.135 | + inc/async:async_inner:63 : init_cinder 2024-06-05 08:34:05.167 | [3605 Async init_cinder:42401]: running: init_cinder 2024-06-05 08:34:05.169 | + stack.sh:main:1228 : is_service_enabled placement 2024-06-05 08:34:05.183 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:05.185 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-06-05 08:34:05.188 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:05.191 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-06-05 08:34:05.193 | + stack.sh:main:1230 : async_runfunc init_placement 2024-06-05 08:34:05.195 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-06-05 08:34:05.242 | + inc/async:async_inner:63 : init_placement 2024-06-05 08:34:05.272 | [3605 Async init_placement:42548]: running: init_placement 2024-06-05 08:34:05.274 | + stack.sh:main:1234 : async_wait init_neutron 2024-06-05 08:34:05.311 | [3605 Async init_neutron:42051]: Waiting for completion of init_neutron running on PID 42051 (5 other jobs running) 2024-06-05 08:34:05.328 | [3605 Async init_neutron:42051]: Signaling child to exit 2024-06-05 08:34:08.437 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:34:08.460 | [42401 Async init_cinder:42401]: finished successfully 2024-06-05 08:34:12.692 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:34:12.712 | [42051 Async init_neutron:42051]: finished successfully 2024-06-05 08:34:12.728 | WAKEUP 2024-06-05 08:34:12.746 | [3605 Async init_neutron:42051]: Signaled 2024-06-05 08:34:12.747 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-06-05 08:34:12.747 | + lib/database:recreate_database:112 : local db=neutron 2024-06-05 08:34:12.747 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-06-05 08:34:12.747 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-06-05 08:34:12.747 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-06-05 08:34:12.747 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-06-05 08:34:12.747 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-06-05 08:34:12.747 | + functions-common:time_start:2421 : local name=dbsync 2024-06-05 08:34:12.747 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:12.747 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:12.747 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:12.747 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576444807 2024-06-05 08:34:12.747 | + 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-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-06-05 08:34:12.747 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-06-05 08:34:12.748 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-06-05 08:34:12.748 | Running upgrade for neutron ... 2024-06-05 08:34:12.748 | OK 2024-06-05 08:34:12.748 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-06-05 08:34:12.748 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:12.748 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:12.748 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:12.748 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:12.748 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:12.748 | + functions-common:time_stop:2441 : name=dbsync 2024-06-05 08:34:12.748 | + functions-common:time_stop:2442 : start_time=1717576444807 2024-06-05 08:34:12.748 | + functions-common:time_stop:2444 : [[ -z 1717576444807 ]] 2024-06-05 08:34:12.748 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:12.748 | + functions-common:time_stop:2447 : end_time=1717576452679 2024-06-05 08:34:12.748 | + functions-common:time_stop:2448 : elapsed_time=7872 2024-06-05 08:34:12.749 | + functions-common:time_stop:2449 : total=2799 2024-06-05 08:34:12.749 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:12.749 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10671 2024-06-05 08:34:12.781 | [3605 Async init_neutron:42051]: finished init_neutron with result 0 in 7 seconds 2024-06-05 08:34:12.785 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:12.787 | + stack.sh:main:1235 : async_wait init_placement 2024-06-05 08:34:12.827 | [3605 Async init_placement:42548]: Waiting for completion of init_placement running on PID 42548 (4 other jobs running) 2024-06-05 08:34:12.845 | [3605 Async init_placement:42548]: Signaling child to exit 2024-06-05 08:34:22.851 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:34:22.869 | [42548 Async init_placement:42548]: finished successfully 2024-06-05 08:34:22.886 | WAKEUP 2024-06-05 08:34:22.902 | [3605 Async init_placement:42548]: Signaled 2024-06-05 08:34:22.903 | + lib/placement:init_placement:143 : recreate_database placement 2024-06-05 08:34:22.903 | + lib/database:recreate_database:112 : local db=placement 2024-06-05 08:34:22.903 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-06-05 08:34:22.903 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-06-05 08:34:22.903 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-06-05 08:34:22.903 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-06-05 08:34:22.903 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-06-05 08:34:22.903 | + lib/placement:init_placement:145 : create_placement_accounts 2024-06-05 08:34:22.903 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-06-05 08:34:22.903 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-06-05 08:34:22.903 | + functions-common:get_or_create_user:922 : local user_id 2024-06-05 08:34:22.903 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-06-05 08:34:22.903 | + functions-common:get_or_create_user:926 : local email= 2024-06-05 08:34:22.903 | ++ 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-06-05 08:34:22.903 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:22.903 | + functions-common:get_or_create_user:938 : user_id=11f697f1803945e19f4555ebfea58f07 2024-06-05 08:34:22.903 | + functions-common:get_or_create_user:939 : echo 11f697f1803945e19f4555ebfea58f07 2024-06-05 08:34:22.903 | 11f697f1803945e19f4555ebfea58f07 2024-06-05 08:34:22.903 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-06-05 08:34:22.903 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:34:22.903 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:34:22.903 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:34:22.903 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:34:22.903 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:34:22.903 | + 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-06-05 08:34:22.903 | ++ 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-06-05 08:34:22.903 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:22.903 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e367c62f1a274f5c9745b0020701f251 2024-06-05 08:34:22.903 | + functions-common:get_or_add_user_project_role:1003 : echo e367c62f1a274f5c9745b0020701f251 2024-06-05 08:34:22.903 | e367c62f1a274f5c9745b0020701f251 2024-06-05 08:34:22.903 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-06-05 08:34:22.903 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-06-05 08:34:22.903 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-06-05 08:34:22.904 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-06-05 08:34:22.904 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:970 : local domain 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:971 : domain= 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-06-05 08:34:22.904 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-06-05 08:34:22.904 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-06-05 08:34:22.904 | + 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-06-05 08:34:22.904 | ++ 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-06-05 08:34:22.904 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:22.904 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:34:22.904 | + functions-common:get_or_add_user_project_role:1003 : echo 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:34:22.904 | 609c4a44e1a04b8eb79a7d8f9cecb6e1 2024-06-05 08:34:22.904 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-06-05 08:34:22.904 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-06-05 08:34:22.904 | + functions-common:get_or_create_service:1078 : local service_id 2024-06-05 08:34:22.904 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-06-05 08:34:22.904 | ++ 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-06-05 08:34:22.904 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:22.904 | + functions-common:get_or_create_service:1089 : service_id=' 2024-06-05 08:34:22.904 | df3b6e55e17d428dba4cb572849dac82' 2024-06-05 08:34:22.904 | + functions-common:get_or_create_service:1090 : echo df3b6e55e17d428dba4cb572849dac82 2024-06-05 08:34:22.904 | df3b6e55e17d428dba4cb572849dac82 2024-06-05 08:34:22.904 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-06-05 08:34:22.904 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-06-05 08:34:22.905 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-06-05 08:34:22.905 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-06-05 08:34:22.905 | +++ 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-06-05 08:34:22.905 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:22.905 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-06-05 08:34:22.905 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-06-05 08:34:22.905 | +++ 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-06-05 08:34:22.905 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:22.905 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=aaee52000b52449f83615270aa86ca1d 2024-06-05 08:34:22.905 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo aaee52000b52449f83615270aa86ca1d 2024-06-05 08:34:22.905 | + functions-common:get_or_create_endpoint:1123 : public_id=aaee52000b52449f83615270aa86ca1d 2024-06-05 08:34:22.905 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-06-05 08:34:22.905 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-06-05 08:34:22.905 | + functions-common:get_or_create_endpoint:1132 : echo aaee52000b52449f83615270aa86ca1d 2024-06-05 08:34:22.905 | aaee52000b52449f83615270aa86ca1d 2024-06-05 08:34:22.935 | [3605 Async init_placement:42548]: finished init_placement with result 0 in 17 seconds 2024-06-05 08:34:22.939 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:22.940 | + stack.sh:main:1236 : async_wait init_glance 2024-06-05 08:34:22.977 | [3605 Async init_glance:38740]: Waiting for completion of init_glance running on PID 38740 (3 other jobs running) 2024-06-05 08:34:22.995 | [3605 Async init_glance:38740]: Signaling child to exit 2024-06-05 08:34:22.995 | WAKEUP 2024-06-05 08:34:23.010 | [3605 Async init_glance:38740]: Signaled 2024-06-05 08:34:23.011 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-06-05 08:34:23.011 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-06-05 08:34:23.011 | + lib/glance:init_glance:489 : recreate_database glance 2024-06-05 08:34:23.011 | + lib/database:recreate_database:112 : local db=glance 2024-06-05 08:34:23.011 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-06-05 08:34:23.011 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-06-05 08:34:23.011 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-06-05 08:34:23.011 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-06-05 08:34:23.011 | + lib/glance:init_glance:491 : time_start dbsync 2024-06-05 08:34:23.011 | + functions-common:time_start:2421 : local name=dbsync 2024-06-05 08:34:23.011 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:23.011 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:23.011 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:23.011 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576417254 2024-06-05 08:34:23.011 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-06-05 08:34:23.011 | INFO dbcounter [-] Registered counter for database glance 2024-06-05 08:34:23.011 | 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=38827) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:34:23.011 | DEBUG dbcounter [-] [38827] Writer thread running {{(pid=38827) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:23.011 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:34:23.011 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:34:23.011 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:34:23.011 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-06-05 08:34:23.011 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-06-05 08:34:23.012 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-05 08:34:23.013 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-05 08:34:23.013 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-06-05 08:34:23.013 | Database migration is up to date. No migration needed. 2024-06-05 08:34:23.013 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-06-05 08:34:23.013 | Database is synced successfully. 2024-06-05 08:34:23.013 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-06-05 08:34:23.013 | INFO dbcounter [-] Registered counter for database glance 2024-06-05 08:34:23.013 | 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=38858) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:34:23.013 | DEBUG dbcounter [-] [38858] Writer thread running {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-06-05 08:34:23.013 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=76,glance:SHOW=6,glance:INSERT=18 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-06-05 08:34:23.013 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-06-05 08:34:23.013 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-06-05 08:34:23.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-06-05 08:34:23.013 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=77,glance:INSERT=23 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:INSERT=21,glance:SELECT=79 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:INSERT=24,glance:SELECT=76 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-06-05 08:34:23.014 | DEBUG dbcounter [-] [38858] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=38858) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-06-05 08:34:23.014 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-06-05 08:34:23.015 | + lib/glance:init_glance:497 : time_stop dbsync 2024-06-05 08:34:23.015 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:23.015 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:23.015 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:23.015 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:23.015 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:23.015 | + functions-common:time_stop:2441 : name=dbsync 2024-06-05 08:34:23.015 | + functions-common:time_stop:2442 : start_time=1717576417254 2024-06-05 08:34:23.015 | + functions-common:time_stop:2444 : [[ -z 1717576417254 ]] 2024-06-05 08:34:23.015 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:23.015 | + functions-common:time_stop:2447 : end_time=1717576421677 2024-06-05 08:34:23.015 | + functions-common:time_stop:2448 : elapsed_time=4423 2024-06-05 08:34:23.015 | + functions-common:time_stop:2449 : total=2799 2024-06-05 08:34:23.015 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:23.015 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7222 2024-06-05 08:34:23.043 | [3605 Async init_glance:38740]: finished init_glance with result 0 in 4 seconds 2024-06-05 08:34:23.046 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:23.048 | + stack.sh:main:1237 : async_wait init_swift 2024-06-05 08:34:23.063 | Not waiting for async task init_swift that we never started or has already been waited for 2024-06-05 08:34:23.065 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:23.067 | + stack.sh:main:1238 : async_wait init_cinder 2024-06-05 08:34:23.104 | [3605 Async init_cinder:42401]: Waiting for completion of init_cinder running on PID 42401 (2 other jobs running) 2024-06-05 08:34:23.121 | [3605 Async init_cinder:42401]: Signaling child to exit 2024-06-05 08:34:23.121 | WAKEUP 2024-06-05 08:34:23.137 | [3605 Async init_cinder:42401]: Signaled 2024-06-05 08:34:23.137 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-06-05 08:34:23.137 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:23.137 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-06-05 08:34:23.137 | + lib/database:recreate_database:112 : local db=cinder 2024-06-05 08:34:23.137 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-06-05 08:34:23.137 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-06-05 08:34:23.137 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-06-05 08:34:23.137 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-06-05 08:34:23.137 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-06-05 08:34:23.137 | + functions-common:time_start:2421 : local name=dbsync 2024-06-05 08:34:23.137 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:23.137 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:23.137 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:23.137 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576445188 2024-06-05 08:34:23.138 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-06-05 08:34:23.138 | INFO dbcounter [-] Registered counter for database cinder 2024-06-05 08:34:23.138 | 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=42504) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:34:23.138 | DEBUG dbcounter [-] [42504] Writer thread running {{(pid=42504) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | 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=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-06-05 08:34:23.138 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42504) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-06-05 08:34:23.138 | INFO cinder.db.migration [-] Applying migration(s) 2024-06-05 08:34:23.138 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:34:23.138 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:34:23.138 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-06-05 08:34:23.138 | DEBUG dbcounter [-] [42504] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=42504) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:23.138 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42504) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-06-05 08:34:23.138 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-06-05 08:34:23.138 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42504) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:23.138 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-06-05 08:34:23.138 | INFO dbcounter [-] Registered counter for database cinder 2024-06-05 08:34:23.138 | 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=42504) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:34:23.138 | DEBUG dbcounter [-] [42504] Writer thread running {{(pid=42504) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:23.138 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42504) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:23.138 | INFO cinder.db.migration [-] Migration(s) applied 2024-06-05 08:34:23.138 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-06-05 08:34:23.138 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:23.138 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:23.138 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:23.138 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:23.139 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:23.139 | + functions-common:time_stop:2441 : name=dbsync 2024-06-05 08:34:23.139 | + functions-common:time_stop:2442 : start_time=1717576445188 2024-06-05 08:34:23.139 | + functions-common:time_stop:2444 : [[ -z 1717576445188 ]] 2024-06-05 08:34:23.139 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:23.139 | + functions-common:time_stop:2447 : end_time=1717576448376 2024-06-05 08:34:23.139 | + functions-common:time_stop:2448 : elapsed_time=3188 2024-06-05 08:34:23.139 | + functions-common:time_stop:2449 : total=2799 2024-06-05 08:34:23.139 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:23.139 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5987 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-06-05 08:34:23.139 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-06-05 08:34:23.139 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:23.139 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-06-05 08:34:23.170 | [3605 Async init_cinder:42401]: finished init_cinder with result 0 in 3 seconds 2024-06-05 08:34:23.173 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:23.175 | + stack.sh:main:1243 : is_service_enabled nova 2024-06-05 08:34:23.188 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:23.190 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-06-05 08:34:23.192 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:23.194 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-06-05 08:34:23.196 | + stack.sh:main:1245 : init_nova 2024-06-05 08:34:23.198 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-06-05 08:34:23.212 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:23.214 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-06-05 08:34:23.227 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:23.229 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:34:23.231 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-06-05 08:34:23.233 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-06-05 08:34:23.235 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-06-05 08:34:23.237 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-06-05 08:34:23.239 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-06-05 08:34:23.247 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-06-05 08:34:23.255 | ++ lib/nova:init_nova:863 : seq 1 1 2024-06-05 08:34:23.259 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-06-05 08:34:23.261 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-06-05 08:34:23.263 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-06-05 08:34:23.265 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-06-05 08:34:23.268 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-06-05 08:34:23.315 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-06-05 08:34:23.344 | [3605 Async nova-cell-1:43643]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-06-05 08:34:23.346 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-06-05 08:34:23.348 | + lib/database:recreate_database:112 : local db=nova_api 2024-06-05 08:34:23.350 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-06-05 08:34:23.352 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-06-05 08:34:23.354 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-06-05 08:34:23.362 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-06-05 08:34:23.371 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-06-05 08:34:23.753 | 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-06-05 08:34:25.549 | INFO dbcounter [-] Registered counter for database nova_api 2024-06-05 08:34:25.560 | DEBUG dbcounter [-] [43710] Writer thread running {{(pid=43710) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:25.561 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-06-05 08:34:25.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:25.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:25.567 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-06-05 08:34:25.567 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43710) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-06-05 08:34:25.579 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:34:25.579 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:34:25.596 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-06-05 08:34:26.424 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43710) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-06-05 08:34:26.425 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-06-05 08:34:26.584 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43710) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:26.968 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-06-05 08:34:26.970 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-06-05 08:34:26.973 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-06-05 08:34:26.975 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-06-05 08:34:26.977 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-06-05 08:34:26.979 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:26.981 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-06-05 08:34:26.995 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:26.997 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-06-05 08:34:26.999 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-06-05 08:34:27.001 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-06-05 08:34:27.409 | 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-06-05 08:34:28.460 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:34:28.479 | [43643 Async nova-cell-1:43643]: finished successfully 2024-06-05 08:34:28.737 | INFO dbcounter [None req-48a711eb-1038-48e0-ae18-ce63f842f75a None None] Registered counter for database nova_api 2024-06-05 08:34:28.747 | DEBUG dbcounter [-] [43753] Writer thread running {{(pid=43753) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:29.105 | ++ lib/nova:init_nova:875 : seq 0 1 2024-06-05 08:34:29.110 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-06-05 08:34:29.112 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-06-05 08:34:29.127 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-06-05 08:34:29.129 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:29.131 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-06-05 08:34:29.133 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-06-05 08:34:29.170 | [3605 Async nova-cell-1:43643]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43643 (2 other jobs running) 2024-06-05 08:34:29.187 | [3605 Async nova-cell-1:43643]: Signaling child to exit 2024-06-05 08:34:29.187 | WAKEUP 2024-06-05 08:34:29.203 | [3605 Async nova-cell-1:43643]: Signaled 2024-06-05 08:34:29.203 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-06-05 08:34:29.203 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-06-05 08:34:29.203 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-06-05 08:34:29.204 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-06-05 08:34:29.204 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-06-05 08:34:29.204 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-06-05 08:34:29.204 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-06-05 08:34:29.204 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-06-05 08:34:29.204 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-06-05 08:34:29.204 | 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-06-05 08:34:29.204 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-06-05 08:34:29.204 | DEBUG dbcounter [-] [43695] Writer thread running {{(pid=43695) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:29.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:29.205 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-06-05 08:34:29.205 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-06-05 08:34:29.205 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-05 08:34:29.205 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-05 08:34:29.205 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-06-05 08:34:29.205 | DEBUG dbcounter [-] [43695] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=43695) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:29.205 | DEBUG dbcounter [-] [43695] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=34 {{(pid=43695) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:29.205 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43695) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-06-05 08:34:29.205 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-06-05 08:34:29.205 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43695) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:29.205 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-06-05 08:34:29.205 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43695) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:29.205 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-06-05 08:34:29.205 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43695) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:29.235 | [3605 Async nova-cell-1:43643]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-06-05 08:34:29.238 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:29.240 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:34:29.242 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-06-05 08:34:29.609 | 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-06-05 08:34:30.901 | INFO dbcounter [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Registered counter for database nova_api 2024-06-05 08:34:30.912 | DEBUG dbcounter [-] [43921] Writer thread running {{(pid=43921) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:30.938 | INFO dbcounter [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Registered counter for database nova_cell0 2024-06-05 08:34:30.943 | DEBUG dbcounter [-] [43921] Writer thread running {{(pid=43921) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:30.943 | DEBUG migrate.versioning.repository [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-06-05 08:34:30.944 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.944 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.945 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.945 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.945 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.945 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.946 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.946 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.946 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.946 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.947 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.947 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.947 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.947 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.948 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.948 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.948 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.948 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.948 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.949 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.949 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.949 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.949 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.950 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.950 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.950 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.950 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.950 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.951 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.951 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.951 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.951 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.952 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.952 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.952 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.952 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.952 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.953 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.953 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.953 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.953 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:30.953 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:30.954 | DEBUG migrate.versioning.repository [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-06-05 08:34:30.954 | DEBUG migrate.versioning.repository [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-06-05 08:34:30.966 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Context impl MySQLImpl. 2024-06-05 08:34:30.966 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Will assume non-transactional DDL. 2024-06-05 08:34:30.975 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-06-05 08:34:31.827 | DEBUG dbcounter [-] [43921] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=43921) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:32.454 | DEBUG dbcounter [-] [43921] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=34 {{(pid=43921) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:34:32.966 | DEBUG alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] new branch insert 8f2f1571d55b {{(pid=43921) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-06-05 08:34:32.967 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-06-05 08:34:32.996 | DEBUG alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43921) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:32.997 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-06-05 08:34:33.074 | DEBUG alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43921) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:33.075 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-06-05 08:34:33.090 | DEBUG alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43921) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-06-05 08:34:33.095 | INFO dbcounter [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Registered counter for database nova_cell1 2024-06-05 08:34:33.099 | DEBUG dbcounter [-] [43921] Writer thread running {{(pid=43921) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:33.100 | DEBUG migrate.versioning.repository [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-06-05 08:34:33.100 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.101 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.101 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.101 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.101 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.102 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.102 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.102 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.102 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.102 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.103 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.103 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.103 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.103 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.103 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.104 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.104 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.104 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.104 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.105 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.105 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.105 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.105 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.105 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.106 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.106 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.106 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.106 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.106 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.107 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.107 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.107 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.107 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.107 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.108 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.108 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.108 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.108 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.108 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.109 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.109 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-06-05 08:34:33.109 | DEBUG migrate.versioning.script.base [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-06-05 08:34:33.109 | DEBUG migrate.versioning.repository [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-06-05 08:34:33.110 | DEBUG migrate.versioning.repository [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43921) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-06-05 08:34:33.114 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Context impl MySQLImpl. 2024-06-05 08:34:33.114 | INFO alembic.runtime.migration [None req-10715b56-3ea8-4cda-82cb-30f3414659dc None None] Will assume non-transactional DDL. 2024-06-05 08:34:33.485 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-06-05 08:34:33.854 | 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-06-05 08:34:35.140 | Running batches of 50 until complete 2024-06-05 08:34:35.140 | INFO dbcounter [None req-153c5989-b31a-424b-8ee3-486581f3a245 None None] Registered counter for database nova_cell1 2024-06-05 08:34:35.151 | DEBUG dbcounter [-] [43926] Writer thread running {{(pid=43926) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:35.204 | INFO dbcounter [None req-153c5989-b31a-424b-8ee3-486581f3a245 None None] Registered counter for database nova_api 2024-06-05 08:34:35.208 | DEBUG dbcounter [-] [43926] Writer thread running {{(pid=43926) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:35.265 | INFO dbcounter [None req-153c5989-b31a-424b-8ee3-486581f3a245 None None] Registered counter for database nova_cell0 2024-06-05 08:34:35.269 | DEBUG dbcounter [-] [43926] Writer thread running {{(pid=43926) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:35.300 | +-------------------------------------+--------------+-----------+ 2024-06-05 08:34:35.300 | | Migration | Total Needed | Completed | 2024-06-05 08:34:35.300 | +-------------------------------------+--------------+-----------+ 2024-06-05 08:34:35.300 | | fill_virtual_interface_list | 0 | 0 | 2024-06-05 08:34:35.300 | | migrate_empty_ratio | 0 | 0 | 2024-06-05 08:34:35.300 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-06-05 08:34:35.300 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-06-05 08:34:35.300 | | migration_migrate_to_uuid | 0 | 0 | 2024-06-05 08:34:35.300 | | populate_dev_uuids | 0 | 0 | 2024-06-05 08:34:35.300 | | populate_missing_availability_zones | 0 | 0 | 2024-06-05 08:34:35.300 | | populate_queued_for_delete | 0 | 0 | 2024-06-05 08:34:35.300 | | populate_user_id | 0 | 0 | 2024-06-05 08:34:35.300 | | populate_uuids | 0 | 0 | 2024-06-05 08:34:35.300 | +-------------------------------------+--------------+-----------+ 2024-06-05 08:34:35.669 | ++ lib/nova:init_nova:889 : seq 1 1 2024-06-05 08:34:35.674 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-06-05 08:34:35.676 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-06-05 08:34:35.678 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-06-05 08:34:35.680 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-06-05 08:34:35.683 | + 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-06-05 08:34:36.060 | 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-06-05 08:34:37.352 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-06-05 08:34:37.353 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-06-05 08:34:37.353 | INFO dbcounter [None req-9b425ca4-0079-4cec-82e9-f629233a2e5c None None] Registered counter for database nova_api 2024-06-05 08:34:37.365 | DEBUG dbcounter [-] [43945] Writer thread running {{(pid=43945) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:34:37.751 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-06-05 08:34:37.753 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-06-05 08:34:37.763 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-06-05 08:34:37.765 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-06-05 08:34:37.767 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-06-05 08:34:37.816 | + inc/async:async_inner:63 : configure_neutron_nova 2024-06-05 08:34:37.847 | [3605 Async configure_neutron_nova:44002]: running: configure_neutron_nova 2024-06-05 08:34:37.849 | + stack.sh:main:1255 : run_phase stack post-config 2024-06-05 08:34:37.852 | + functions-common:run_phase:1863 : local mode=stack 2024-06-05 08:34:37.854 | + functions-common:run_phase:1864 : local phase=post-config 2024-06-05 08:34:37.856 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:34:37.858 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:34:37.860 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:34:37.862 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:34:37.864 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:34:37.867 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:34:37.870 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:34:37.873 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:34:37.875 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:34:37.877 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-06-05 08:34:37.879 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:34:37.892 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:37.894 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:34:37.896 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:34:37.898 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-06-05 08:34:37.900 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:34:37.902 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:34:37.905 | ++ extras.d/80-tempest.sh:source:12 : : 2024-06-05 08:34:37.907 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-05 08:34:37.909 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-05 08:34:37.911 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:34:37.913 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-05 08:34:37.915 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-06-05 08:34:37.917 | + functions-common:run_plugins:1849 : local mode=stack 2024-06-05 08:34:37.919 | + functions-common:run_plugins:1850 : local phase=post-config 2024-06-05 08:34:37.921 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-06-05 08:34:37.924 | + functions-common:run_plugins:1853 : local plugin 2024-06-05 08:34:37.926 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-06-05 08:34:37.928 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:34:37.930 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-05 08:34:37.932 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-06-05 08:34:37.935 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:34:37.937 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:34:37.939 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-06-05 08:34:37.941 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:34:37.943 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:34:37.945 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-06-05 08:34:37.948 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:37.950 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-06-05 08:34:37.952 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-06-05 08:34:37.954 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-05 08:34:37.957 | + inc/meta-config:merge_config_group:171 : shift 2024-06-05 08:34:37.959 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-06-05 08:34:37.962 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:37.964 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-05 08:34:37.966 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-05 08:34:37.968 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-06-05 08:34:37.970 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:37.972 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-06-05 08:34:37.974 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:37.976 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-06-05 08:34:37.977 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:34:37.977 | gsub("[][]", "", $1); 2024-06-05 08:34:37.977 | split($1, a, "|"); 2024-06-05 08:34:37.977 | if (a[1] == matchgroup) 2024-06-05 08:34:37.977 | print a[2] 2024-06-05 08:34:37.977 | } 2024-06-05 08:34:37.977 | ' /opt/stack/devstack/local.conf 2024-06-05 08:34:37.982 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-05 08:34:37.984 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-05 08:34:37.986 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-05 08:34:37.988 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-06-05 08:34:37.991 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-06-05 08:34:37.993 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-06-05 08:34:37.995 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-06-05 08:34:37.998 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-06-05 08:34:38.001 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-06-05 08:34:38.003 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-06-05 08:34:38.005 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-06-05 08:34:38.007 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.010 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-05 08:34:38.012 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-06-05 08:34:38.014 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-05 08:34:38.017 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-06-05 08:34:38.019 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-06-05 08:34:38.022 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-06-05 08:34:38.024 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-06-05 08:34:38.026 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-06-05 08:34:38.027 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-06-05 08:34:38.027 | BEGIN { 2024-06-05 08:34:38.027 | section = "" 2024-06-05 08:34:38.027 | last_section = "" 2024-06-05 08:34:38.027 | section_count = 0 2024-06-05 08:34:38.027 | } 2024-06-05 08:34:38.027 | /^\[.+\]/ { 2024-06-05 08:34:38.027 | gsub("[][]", "", $1); 2024-06-05 08:34:38.027 | section=$1 2024-06-05 08:34:38.027 | next 2024-06-05 08:34:38.027 | } 2024-06-05 08:34:38.027 | /^ *\#/ { 2024-06-05 08:34:38.027 | next 2024-06-05 08:34:38.027 | } 2024-06-05 08:34:38.027 | /^[^ \t]+/ { 2024-06-05 08:34:38.027 | # get offset of first = in $0 2024-06-05 08:34:38.027 | eq_idx = index($0, "=") 2024-06-05 08:34:38.027 | # extract attr & value from $0 2024-06-05 08:34:38.027 | attr = substr($0, 1, eq_idx - 1) 2024-06-05 08:34:38.027 | value = substr($0, eq_idx + 1) 2024-06-05 08:34:38.027 | # only need to strip trailing whitespace from attr 2024-06-05 08:34:38.027 | sub(/[ \t]*$/, "", attr) 2024-06-05 08:34:38.027 | # need to strip leading & trailing whitespace from value 2024-06-05 08:34:38.027 | sub(/^[ \t]*/, "", value) 2024-06-05 08:34:38.027 | sub(/[ \t]*$/, "", value) 2024-06-05 08:34:38.027 | 2024-06-05 08:34:38.027 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-05 08:34:38.027 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-05 08:34:38.027 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-05 08:34:38.027 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-05 08:34:38.027 | if (! (section, attr) in cfg_attr_count) { 2024-06-05 08:34:38.027 | if (section != last_section) { 2024-06-05 08:34:38.027 | cfg_section[section_count++] = section 2024-06-05 08:34:38.028 | last_section = section 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-05 08:34:38.028 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-05 08:34:38.028 | 2024-06-05 08:34:38.028 | cfg_attr[section, attr, 0] = value 2024-06-05 08:34:38.028 | cfg_attr_count[section, attr] = 1 2024-06-05 08:34:38.028 | } else { 2024-06-05 08:34:38.028 | lno = cfg_attr_count[section, attr]++ 2024-06-05 08:34:38.028 | cfg_attr[section, attr, lno] = value 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | END { 2024-06-05 08:34:38.028 | # Process each section in order 2024-06-05 08:34:38.028 | for (sno = 0; sno < section_count; sno++) { 2024-06-05 08:34:38.028 | section = cfg_section[sno] 2024-06-05 08:34:38.028 | # The ini routines simply append a config item immediately 2024-06-05 08:34:38.028 | # after the section header. To keep the same order as defined 2024-06-05 08:34:38.028 | # in local.conf, invoke the ini routines in the reverse order 2024-06-05 08:34:38.028 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-05 08:34:38.028 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-05 08:34:38.028 | if (cfg_attr_count[section, attr] == 1) 2024-06-05 08:34:38.028 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-05 08:34:38.028 | else { 2024-06-05 08:34:38.028 | # For multiline, invoke the ini routines in the reverse order 2024-06-05 08:34:38.028 | count = cfg_attr_count[section, attr] 2024-06-05 08:34:38.028 | print "inidelete " configfile " " section " " attr 2024-06-05 08:34:38.028 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-05 08:34:38.028 | for (l = count -2; l >= 0; l--) 2024-06-05 08:34:38.028 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | } 2024-06-05 08:34:38.028 | ' 2024-06-05 08:34:38.028 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.028 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.029 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-05 08:34:38.031 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-05 08:34:38.033 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-06-05 08:34:38.035 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:38.037 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-06-05 08:34:38.039 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-06-05 08:34:38.039 | BEGIN { group = "" } 2024-06-05 08:34:38.039 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:34:38.039 | gsub("[][]", "", $1); 2024-06-05 08:34:38.039 | split($1, a, "|"); 2024-06-05 08:34:38.039 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-05 08:34:38.039 | group=a[1] 2024-06-05 08:34:38.039 | } else { 2024-06-05 08:34:38.039 | group="" 2024-06-05 08:34:38.039 | } 2024-06-05 08:34:38.039 | next 2024-06-05 08:34:38.040 | } 2024-06-05 08:34:38.040 | { 2024-06-05 08:34:38.040 | if (group != "") 2024-06-05 08:34:38.040 | print $0 2024-06-05 08:34:38.040 | } 2024-06-05 08:34:38.040 | ' /opt/stack/devstack/local.conf 2024-06-05 08:34:38.044 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-06-05 08:34:38.046 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-06-05 08:34:38.071 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.074 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-05 08:34:38.076 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-05 08:34:38.079 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-05 08:34:38.081 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-06-05 08:34:38.083 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-06-05 08:34:38.086 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-06-05 08:34:38.088 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-06-05 08:34:38.090 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-06-05 08:34:38.094 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-06-05 08:34:38.096 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-06-05 08:34:38.098 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-06-05 08:34:38.100 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.102 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-05 08:34:38.104 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-06-05 08:34:38.107 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-05 08:34:38.109 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-06-05 08:34:38.112 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-06-05 08:34:38.114 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-06-05 08:34:38.116 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-06-05 08:34:38.119 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-06-05 08:34:38.120 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-06-05 08:34:38.120 | BEGIN { 2024-06-05 08:34:38.120 | section = "" 2024-06-05 08:34:38.120 | last_section = "" 2024-06-05 08:34:38.120 | section_count = 0 2024-06-05 08:34:38.120 | } 2024-06-05 08:34:38.120 | /^\[.+\]/ { 2024-06-05 08:34:38.120 | gsub("[][]", "", $1); 2024-06-05 08:34:38.120 | section=$1 2024-06-05 08:34:38.120 | next 2024-06-05 08:34:38.120 | } 2024-06-05 08:34:38.120 | /^ *\#/ { 2024-06-05 08:34:38.120 | next 2024-06-05 08:34:38.120 | } 2024-06-05 08:34:38.120 | /^[^ \t]+/ { 2024-06-05 08:34:38.120 | # get offset of first = in $0 2024-06-05 08:34:38.120 | eq_idx = index($0, "=") 2024-06-05 08:34:38.120 | # extract attr & value from $0 2024-06-05 08:34:38.120 | attr = substr($0, 1, eq_idx - 1) 2024-06-05 08:34:38.120 | value = substr($0, eq_idx + 1) 2024-06-05 08:34:38.120 | # only need to strip trailing whitespace from attr 2024-06-05 08:34:38.120 | sub(/[ \t]*$/, "", attr) 2024-06-05 08:34:38.120 | # need to strip leading & trailing whitespace from value 2024-06-05 08:34:38.120 | sub(/^[ \t]*/, "", value) 2024-06-05 08:34:38.120 | sub(/[ \t]*$/, "", value) 2024-06-05 08:34:38.121 | 2024-06-05 08:34:38.121 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-05 08:34:38.121 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-05 08:34:38.121 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-05 08:34:38.121 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-05 08:34:38.121 | if (! (section, attr) in cfg_attr_count) { 2024-06-05 08:34:38.121 | if (section != last_section) { 2024-06-05 08:34:38.121 | cfg_section[section_count++] = section 2024-06-05 08:34:38.121 | last_section = section 2024-06-05 08:34:38.121 | } 2024-06-05 08:34:38.121 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-05 08:34:38.121 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-05 08:34:38.121 | 2024-06-05 08:34:38.121 | cfg_attr[section, attr, 0] = value 2024-06-05 08:34:38.121 | cfg_attr_count[section, attr] = 1 2024-06-05 08:34:38.121 | } else { 2024-06-05 08:34:38.121 | lno = cfg_attr_count[section, attr]++ 2024-06-05 08:34:38.121 | cfg_attr[section, attr, lno] = value 2024-06-05 08:34:38.121 | } 2024-06-05 08:34:38.121 | } 2024-06-05 08:34:38.121 | END { 2024-06-05 08:34:38.121 | # Process each section in order 2024-06-05 08:34:38.121 | for (sno = 0; sno < section_count; sno++) { 2024-06-05 08:34:38.121 | section = cfg_section[sno] 2024-06-05 08:34:38.121 | # The ini routines simply append a config item immediately 2024-06-05 08:34:38.121 | # after the section header. To keep the same order as defined 2024-06-05 08:34:38.121 | # in local.conf, invoke the ini routines in the reverse order 2024-06-05 08:34:38.121 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-05 08:34:38.121 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-05 08:34:38.121 | if (cfg_attr_count[section, attr] == 1) 2024-06-05 08:34:38.121 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-05 08:34:38.121 | else { 2024-06-05 08:34:38.121 | # For multiline, invoke the ini routines in the reverse order 2024-06-05 08:34:38.121 | count = cfg_attr_count[section, attr] 2024-06-05 08:34:38.121 | print "inidelete " configfile " " section " " attr 2024-06-05 08:34:38.122 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-05 08:34:38.122 | for (l = count -2; l >= 0; l--) 2024-06-05 08:34:38.122 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-05 08:34:38.122 | } 2024-06-05 08:34:38.122 | } 2024-06-05 08:34:38.122 | } 2024-06-05 08:34:38.122 | } 2024-06-05 08:34:38.122 | ' 2024-06-05 08:34:38.122 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.122 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.122 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-05 08:34:38.124 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-05 08:34:38.126 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-06-05 08:34:38.128 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:38.130 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-06-05 08:34:38.132 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-06-05 08:34:38.132 | BEGIN { group = "" } 2024-06-05 08:34:38.132 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:34:38.132 | gsub("[][]", "", $1); 2024-06-05 08:34:38.132 | split($1, a, "|"); 2024-06-05 08:34:38.132 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-05 08:34:38.132 | group=a[1] 2024-06-05 08:34:38.133 | } else { 2024-06-05 08:34:38.133 | group="" 2024-06-05 08:34:38.133 | } 2024-06-05 08:34:38.133 | next 2024-06-05 08:34:38.133 | } 2024-06-05 08:34:38.133 | { 2024-06-05 08:34:38.133 | if (group != "") 2024-06-05 08:34:38.133 | print $0 2024-06-05 08:34:38.133 | } 2024-06-05 08:34:38.133 | ' /opt/stack/devstack/local.conf 2024-06-05 08:34:38.137 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-06-05 08:34:38.139 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-06-05 08:34:38.153 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:34:38.163 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.166 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-05 08:34:38.168 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-05 08:34:38.170 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-05 08:34:38.172 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-06-05 08:34:38.173 | [44002 Async configure_neutron_nova:44002]: finished successfully 2024-06-05 08:34:38.174 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-06-05 08:34:38.177 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-06-05 08:34:38.179 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-06-05 08:34:38.182 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-06-05 08:34:38.185 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-06-05 08:34:38.187 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-06-05 08:34:38.189 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-06-05 08:34:38.191 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.194 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-05 08:34:38.195 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-06-05 08:34:38.197 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-05 08:34:38.200 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-06-05 08:34:38.202 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-06-05 08:34:38.205 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-06-05 08:34:38.207 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-06-05 08:34:38.209 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-06-05 08:34:38.209 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-06-05 08:34:38.209 | BEGIN { 2024-06-05 08:34:38.209 | section = "" 2024-06-05 08:34:38.209 | last_section = "" 2024-06-05 08:34:38.209 | section_count = 0 2024-06-05 08:34:38.209 | } 2024-06-05 08:34:38.209 | /^\[.+\]/ { 2024-06-05 08:34:38.209 | gsub("[][]", "", $1); 2024-06-05 08:34:38.209 | section=$1 2024-06-05 08:34:38.209 | next 2024-06-05 08:34:38.209 | } 2024-06-05 08:34:38.209 | /^ *\#/ { 2024-06-05 08:34:38.209 | next 2024-06-05 08:34:38.209 | } 2024-06-05 08:34:38.210 | /^[^ \t]+/ { 2024-06-05 08:34:38.210 | # get offset of first = in $0 2024-06-05 08:34:38.210 | eq_idx = index($0, "=") 2024-06-05 08:34:38.210 | # extract attr & value from $0 2024-06-05 08:34:38.210 | attr = substr($0, 1, eq_idx - 1) 2024-06-05 08:34:38.210 | value = substr($0, eq_idx + 1) 2024-06-05 08:34:38.210 | # only need to strip trailing whitespace from attr 2024-06-05 08:34:38.210 | sub(/[ \t]*$/, "", attr) 2024-06-05 08:34:38.210 | # need to strip leading & trailing whitespace from value 2024-06-05 08:34:38.210 | sub(/^[ \t]*/, "", value) 2024-06-05 08:34:38.210 | sub(/[ \t]*$/, "", value) 2024-06-05 08:34:38.210 | 2024-06-05 08:34:38.210 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-05 08:34:38.210 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-05 08:34:38.210 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-05 08:34:38.210 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-05 08:34:38.210 | if (! (section, attr) in cfg_attr_count) { 2024-06-05 08:34:38.210 | if (section != last_section) { 2024-06-05 08:34:38.210 | cfg_section[section_count++] = section 2024-06-05 08:34:38.210 | last_section = section 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-05 08:34:38.210 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-05 08:34:38.210 | 2024-06-05 08:34:38.210 | cfg_attr[section, attr, 0] = value 2024-06-05 08:34:38.210 | cfg_attr_count[section, attr] = 1 2024-06-05 08:34:38.210 | } else { 2024-06-05 08:34:38.210 | lno = cfg_attr_count[section, attr]++ 2024-06-05 08:34:38.210 | cfg_attr[section, attr, lno] = value 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | END { 2024-06-05 08:34:38.210 | # Process each section in order 2024-06-05 08:34:38.210 | for (sno = 0; sno < section_count; sno++) { 2024-06-05 08:34:38.210 | section = cfg_section[sno] 2024-06-05 08:34:38.210 | # The ini routines simply append a config item immediately 2024-06-05 08:34:38.210 | # after the section header. To keep the same order as defined 2024-06-05 08:34:38.210 | # in local.conf, invoke the ini routines in the reverse order 2024-06-05 08:34:38.210 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-05 08:34:38.210 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-05 08:34:38.210 | if (cfg_attr_count[section, attr] == 1) 2024-06-05 08:34:38.210 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-05 08:34:38.210 | else { 2024-06-05 08:34:38.210 | # For multiline, invoke the ini routines in the reverse order 2024-06-05 08:34:38.210 | count = cfg_attr_count[section, attr] 2024-06-05 08:34:38.210 | print "inidelete " configfile " " section " " attr 2024-06-05 08:34:38.210 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-05 08:34:38.210 | for (l = count -2; l >= 0; l--) 2024-06-05 08:34:38.210 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | } 2024-06-05 08:34:38.210 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.210 | ' 2024-06-05 08:34:38.211 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.212 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-05 08:34:38.213 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-05 08:34:38.215 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-06-05 08:34:38.217 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:38.219 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-06-05 08:34:38.221 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-06-05 08:34:38.221 | BEGIN { group = "" } 2024-06-05 08:34:38.221 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:34:38.221 | gsub("[][]", "", $1); 2024-06-05 08:34:38.221 | split($1, a, "|"); 2024-06-05 08:34:38.221 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-05 08:34:38.221 | group=a[1] 2024-06-05 08:34:38.221 | } else { 2024-06-05 08:34:38.221 | group="" 2024-06-05 08:34:38.221 | } 2024-06-05 08:34:38.221 | next 2024-06-05 08:34:38.221 | } 2024-06-05 08:34:38.221 | { 2024-06-05 08:34:38.221 | if (group != "") 2024-06-05 08:34:38.221 | print $0 2024-06-05 08:34:38.221 | } 2024-06-05 08:34:38.221 | ' /opt/stack/devstack/local.conf 2024-06-05 08:34:38.226 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-06-05 08:34:38.228 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-06-05 08:34:38.252 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.254 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-06-05 08:34:38.256 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-06-05 08:34:38.280 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.283 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-05 08:34:38.285 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-05 08:34:38.287 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-05 08:34:38.289 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-06-05 08:34:38.291 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:38.294 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:38.295 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-06-05 08:34:38.298 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:38.301 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-06-05 08:34:38.303 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-06-05 08:34:38.305 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-06-05 08:34:38.307 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.309 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-05 08:34:38.311 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-06-05 08:34:38.313 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-05 08:34:38.315 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-06-05 08:34:38.317 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:38.320 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-05 08:34:38.322 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-06-05 08:34:38.324 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-06-05 08:34:38.325 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-06-05 08:34:38.325 | BEGIN { 2024-06-05 08:34:38.325 | section = "" 2024-06-05 08:34:38.325 | last_section = "" 2024-06-05 08:34:38.325 | section_count = 0 2024-06-05 08:34:38.325 | } 2024-06-05 08:34:38.325 | /^\[.+\]/ { 2024-06-05 08:34:38.325 | gsub("[][]", "", $1); 2024-06-05 08:34:38.325 | section=$1 2024-06-05 08:34:38.326 | next 2024-06-05 08:34:38.326 | } 2024-06-05 08:34:38.326 | /^ *\#/ { 2024-06-05 08:34:38.326 | next 2024-06-05 08:34:38.326 | } 2024-06-05 08:34:38.326 | /^[^ \t]+/ { 2024-06-05 08:34:38.326 | # get offset of first = in $0 2024-06-05 08:34:38.326 | eq_idx = index($0, "=") 2024-06-05 08:34:38.326 | # extract attr & value from $0 2024-06-05 08:34:38.326 | attr = substr($0, 1, eq_idx - 1) 2024-06-05 08:34:38.326 | value = substr($0, eq_idx + 1) 2024-06-05 08:34:38.326 | # only need to strip trailing whitespace from attr 2024-06-05 08:34:38.326 | sub(/[ \t]*$/, "", attr) 2024-06-05 08:34:38.326 | # need to strip leading & trailing whitespace from value 2024-06-05 08:34:38.326 | sub(/^[ \t]*/, "", value) 2024-06-05 08:34:38.326 | sub(/[ \t]*$/, "", value) 2024-06-05 08:34:38.326 | 2024-06-05 08:34:38.326 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-05 08:34:38.326 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-05 08:34:38.326 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-05 08:34:38.326 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-05 08:34:38.326 | if (! (section, attr) in cfg_attr_count) { 2024-06-05 08:34:38.326 | if (section != last_section) { 2024-06-05 08:34:38.326 | cfg_section[section_count++] = section 2024-06-05 08:34:38.326 | last_section = section 2024-06-05 08:34:38.326 | } 2024-06-05 08:34:38.327 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-05 08:34:38.327 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-05 08:34:38.327 | 2024-06-05 08:34:38.327 | cfg_attr[section, attr, 0] = value 2024-06-05 08:34:38.327 | cfg_attr_count[section, attr] = 1 2024-06-05 08:34:38.327 | } else { 2024-06-05 08:34:38.327 | lno = cfg_attr_count[section, attr]++ 2024-06-05 08:34:38.327 | cfg_attr[section, attr, lno] = value 2024-06-05 08:34:38.327 | } 2024-06-05 08:34:38.327 | } 2024-06-05 08:34:38.327 | END { 2024-06-05 08:34:38.327 | # Process each section in order 2024-06-05 08:34:38.327 | for (sno = 0; sno < section_count; sno++) { 2024-06-05 08:34:38.327 | section = cfg_section[sno] 2024-06-05 08:34:38.327 | # The ini routines simply append a config item immediately 2024-06-05 08:34:38.327 | # after the section header. To keep the same order as defined 2024-06-05 08:34:38.327 | # in local.conf, invoke the ini routines in the reverse order 2024-06-05 08:34:38.327 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-05 08:34:38.327 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-05 08:34:38.327 | if (cfg_attr_count[section, attr] == 1) 2024-06-05 08:34:38.327 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-05 08:34:38.327 | else { 2024-06-05 08:34:38.327 | # For multiline, invoke the ini routines in the reverse order 2024-06-05 08:34:38.327 | count = cfg_attr_count[section, attr] 2024-06-05 08:34:38.327 | print "inidelete " configfile " " section " " attr 2024-06-05 08:34:38.327 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-05 08:34:38.327 | for (l = count -2; l >= 0; l--) 2024-06-05 08:34:38.327 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-05 08:34:38.327 | } 2024-06-05 08:34:38.327 | } 2024-06-05 08:34:38.327 | } 2024-06-05 08:34:38.327 | } 2024-06-05 08:34:38.327 | ' 2024-06-05 08:34:38.327 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.327 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.327 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-05 08:34:38.329 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-05 08:34:38.331 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-06-05 08:34:38.333 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:38.334 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-06-05 08:34:38.336 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-06-05 08:34:38.336 | BEGIN { group = "" } 2024-06-05 08:34:38.336 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:34:38.336 | gsub("[][]", "", $1); 2024-06-05 08:34:38.336 | split($1, a, "|"); 2024-06-05 08:34:38.337 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-05 08:34:38.337 | group=a[1] 2024-06-05 08:34:38.337 | } else { 2024-06-05 08:34:38.337 | group="" 2024-06-05 08:34:38.337 | } 2024-06-05 08:34:38.337 | next 2024-06-05 08:34:38.337 | } 2024-06-05 08:34:38.337 | { 2024-06-05 08:34:38.337 | if (group != "") 2024-06-05 08:34:38.337 | print $0 2024-06-05 08:34:38.337 | } 2024-06-05 08:34:38.337 | ' /opt/stack/devstack/local.conf 2024-06-05 08:34:38.341 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-06-05 08:34:38.343 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-06-05 08:34:38.366 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.369 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-06-05 08:34:38.370 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-06-05 08:34:38.394 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.396 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-06-05 08:34:38.398 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-06-05 08:34:38.423 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.425 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-06-05 08:34:38.427 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-06-05 08:34:38.452 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.454 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-06-05 08:34:38.456 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-06-05 08:34:38.480 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.482 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-06-05 08:34:38.484 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-06-05 08:34:38.508 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.510 | + 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-06-05 08:34:38.512 | ++ 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-06-05 08:34:38.536 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.538 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-06-05 08:34:38.540 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-06-05 08:34:38.565 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.567 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-06-05 08:34:38.569 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-06-05 08:34:38.593 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.595 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-05 08:34:38.597 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-05 08:34:38.599 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-05 08:34:38.602 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-06-05 08:34:38.604 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.606 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.608 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-06-05 08:34:38.611 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.614 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-06-05 08:34:38.616 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-06-05 08:34:38.618 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.620 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.622 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-05 08:34:38.624 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.626 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-05 08:34:38.628 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.631 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.633 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.636 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-06-05 08:34:38.638 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.638 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-06-05 08:34:38.639 | BEGIN { 2024-06-05 08:34:38.639 | section = "" 2024-06-05 08:34:38.639 | last_section = "" 2024-06-05 08:34:38.639 | section_count = 0 2024-06-05 08:34:38.639 | } 2024-06-05 08:34:38.639 | /^\[.+\]/ { 2024-06-05 08:34:38.639 | gsub("[][]", "", $1); 2024-06-05 08:34:38.639 | section=$1 2024-06-05 08:34:38.639 | next 2024-06-05 08:34:38.639 | } 2024-06-05 08:34:38.639 | /^ *\#/ { 2024-06-05 08:34:38.639 | next 2024-06-05 08:34:38.639 | } 2024-06-05 08:34:38.639 | /^[^ \t]+/ { 2024-06-05 08:34:38.639 | # get offset of first = in $0 2024-06-05 08:34:38.639 | eq_idx = index($0, "=") 2024-06-05 08:34:38.639 | # extract attr & value from $0 2024-06-05 08:34:38.639 | attr = substr($0, 1, eq_idx - 1) 2024-06-05 08:34:38.639 | value = substr($0, eq_idx + 1) 2024-06-05 08:34:38.639 | # only need to strip trailing whitespace from attr 2024-06-05 08:34:38.639 | sub(/[ \t]*$/, "", attr) 2024-06-05 08:34:38.639 | # need to strip leading & trailing whitespace from value 2024-06-05 08:34:38.639 | sub(/^[ \t]*/, "", value) 2024-06-05 08:34:38.639 | sub(/[ \t]*$/, "", value) 2024-06-05 08:34:38.639 | 2024-06-05 08:34:38.639 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-05 08:34:38.639 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-05 08:34:38.639 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-05 08:34:38.639 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-05 08:34:38.639 | if (! (section, attr) in cfg_attr_count) { 2024-06-05 08:34:38.639 | if (section != last_section) { 2024-06-05 08:34:38.639 | cfg_section[section_count++] = section 2024-06-05 08:34:38.639 | last_section = section 2024-06-05 08:34:38.639 | } 2024-06-05 08:34:38.639 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-05 08:34:38.639 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-05 08:34:38.639 | 2024-06-05 08:34:38.639 | cfg_attr[section, attr, 0] = value 2024-06-05 08:34:38.639 | cfg_attr_count[section, attr] = 1 2024-06-05 08:34:38.639 | } else { 2024-06-05 08:34:38.639 | lno = cfg_attr_count[section, attr]++ 2024-06-05 08:34:38.639 | cfg_attr[section, attr, lno] = value 2024-06-05 08:34:38.639 | } 2024-06-05 08:34:38.639 | } 2024-06-05 08:34:38.639 | END { 2024-06-05 08:34:38.639 | # Process each section in order 2024-06-05 08:34:38.639 | for (sno = 0; sno < section_count; sno++) { 2024-06-05 08:34:38.639 | section = cfg_section[sno] 2024-06-05 08:34:38.639 | # The ini routines simply append a config item immediately 2024-06-05 08:34:38.639 | # after the section header. To keep the same order as defined 2024-06-05 08:34:38.639 | # in local.conf, invoke the ini routines in the reverse order 2024-06-05 08:34:38.639 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-05 08:34:38.639 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-05 08:34:38.639 | if (cfg_attr_count[section, attr] == 1) 2024-06-05 08:34:38.639 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-05 08:34:38.639 | else { 2024-06-05 08:34:38.639 | # For multiline, invoke the ini routines in the reverse order 2024-06-05 08:34:38.639 | count = cfg_attr_count[section, attr] 2024-06-05 08:34:38.639 | print "inidelete " configfile " " section " " attr 2024-06-05 08:34:38.639 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-05 08:34:38.639 | for (l = count -2; l >= 0; l--) 2024-06-05 08:34:38.640 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-05 08:34:38.640 | } 2024-06-05 08:34:38.640 | } 2024-06-05 08:34:38.640 | } 2024-06-05 08:34:38.640 | } 2024-06-05 08:34:38.640 | ' 2024-06-05 08:34:38.640 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.640 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:34:38.641 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-05 08:34:38.642 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-05 08:34:38.644 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-06-05 08:34:38.646 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:34:38.648 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-06-05 08:34:38.650 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-06-05 08:34:38.650 | BEGIN { group = "" } 2024-06-05 08:34:38.650 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:34:38.650 | gsub("[][]", "", $1); 2024-06-05 08:34:38.650 | split($1, a, "|"); 2024-06-05 08:34:38.650 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-05 08:34:38.650 | group=a[1] 2024-06-05 08:34:38.650 | } else { 2024-06-05 08:34:38.650 | group="" 2024-06-05 08:34:38.650 | } 2024-06-05 08:34:38.650 | next 2024-06-05 08:34:38.650 | } 2024-06-05 08:34:38.650 | { 2024-06-05 08:34:38.650 | if (group != "") 2024-06-05 08:34:38.650 | print $0 2024-06-05 08:34:38.650 | } 2024-06-05 08:34:38.650 | ' /opt/stack/devstack/local.conf 2024-06-05 08:34:38.655 | + 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-06-05 08:34:38.657 | ++ 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-06-05 08:34:38.679 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.681 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-06-05 08:34:38.683 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-06-05 08:34:38.707 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.709 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-06-05 08:34:38.711 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-06-05 08:34:38.734 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:34:38.737 | + stack.sh:main:1272 : is_service_enabled swift 2024-06-05 08:34:38.750 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:38.753 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-05 08:34:38.755 | + stack.sh:main:1281 : is_service_enabled cinder 2024-06-05 08:34:38.768 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:38.770 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-05 08:34:38.796 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-06-05 08:34:38.831 | [3605 Async configure_neutron_nova:44002]: Waiting for completion of configure_neutron_nova running on PID 44002 (2 other jobs running) 2024-06-05 08:34:38.849 | [3605 Async configure_neutron_nova:44002]: Signaling child to exit 2024-06-05 08:34:38.849 | WAKEUP 2024-06-05 08:34:38.864 | [3605 Async configure_neutron_nova:44002]: Signaled 2024-06-05 08:34:38.865 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-06-05 08:34:38.865 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-06-05 08:34:38.865 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-06-05 08:34:38.865 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-06-05 08:34:38.865 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-06-05 08:34:38.865 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:34:38.896 | [3605 Async configure_neutron_nova:44002]: finished configure_neutron_nova with result 0 in 0 seconds 2024-06-05 08:34:38.899 | + inc/async:async_wait:197 : return 0 2024-06-05 08:34:38.901 | + stack.sh:main:1291 : is_service_enabled nova 2024-06-05 08:34:38.915 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:38.917 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-05 08:34:38.942 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-05 08:34:38.969 | + stack.sh:main:1297 : is_service_enabled n-api 2024-06-05 08:34:38.982 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:38.984 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-06-05 08:34:38.986 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:38.988 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-06-05 08:34:38.990 | + stack.sh:main:1299 : start_nova_api 2024-06-05 08:34:38.992 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-06-05 08:34:38.994 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-06-05 08:34:38.996 | + lib/nova:start_nova_api:972 : local nova_url 2024-06-05 08:34:38.998 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-06-05 08:34:39.011 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:39.013 | + 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-06-05 08:34:39.015 | + 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-06-05 08:34:39.017 | + 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-06-05 08:34:39.019 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-06-05 08:34:39.022 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-06-05 08:34:39.025 | + 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-06-05 08:34:39.027 | + functions-common:run_process:1689 : local service=n-api 2024-06-05 08:34:39.029 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-05 08:34:39.031 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:39.033 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:39.035 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:39.037 | + functions-common:run_process:1695 : local name=n-api 2024-06-05 08:34:39.040 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:39.042 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:39.044 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:39.046 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:39.048 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:39.052 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576479049 2024-06-05 08:34:39.054 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-06-05 08:34:39.066 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:39.068 | + 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-06-05 08:34:39.070 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-06-05 08:34:39.072 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-05 08:34:39.074 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-05 08:34:39.076 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-05 08:34:39.078 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-05 08:34:39.080 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-06-05 08:34:39.082 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-06-05 08:34:39.084 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-06-05 08:34:39.086 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:39.088 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:39.090 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:39.092 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:39.094 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-06-05 08:34:39.096 | + 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-06-05 08:34:39.098 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-06-05 08:34:39.100 | + 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-06-05 08:34:39.102 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-06-05 08:34:39.103 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-06-05 08:34:39.105 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-06-05 08:34:39.107 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-06-05 08:34:39.109 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-06-05 08:34:39.112 | + 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-06-05 08:34:39.160 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-06-05 08:34:39.209 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-06-05 08:34:39.250 | + 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-06-05 08:34:39.290 | + 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-06-05 08:34:39.331 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-06-05 08:34:39.371 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-06-05 08:34:39.412 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-06-05 08:34:39.454 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-06-05 08:34:39.494 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-06-05 08:34:39.536 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-06-05 08:34:39.538 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-06-05 08:34:39.540 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-06-05 08:34:39.589 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-06-05 08:34:39.941 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-06-05 08:34:39.951 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-06-05 08:34:40.274 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-06-05 08:34:40.351 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:40.353 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:40.356 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:40.358 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:40.360 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:40.362 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:40.364 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:40.366 | + functions-common:time_stop:2442 : start_time=1717576479049 2024-06-05 08:34:40.368 | + functions-common:time_stop:2444 : [[ -z 1717576479049 ]] 2024-06-05 08:34:40.371 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:40.375 | + functions-common:time_stop:2447 : end_time=1717576480372 2024-06-05 08:34:40.377 | + functions-common:time_stop:2448 : elapsed_time=1323 2024-06-05 08:34:40.379 | + functions-common:time_stop:2449 : total=1379 2024-06-05 08:34:40.381 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:40.383 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2702 2024-06-05 08:34:40.385 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-06-05 08:34:40.387 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-06-05 08:34:40.387 | Waiting for nova-api to start... 2024-06-05 08:34:40.389 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-06-05 08:34:40.391 | + functions:wait_for_service:468 : local timeout=60 2024-06-05 08:34:40.393 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-06-05 08:34:40.395 | + functions:wait_for_service:470 : local rval=0 2024-06-05 08:34:40.397 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-05 08:34:40.399 | + functions-common:time_start:2421 : local name=wait_for_service 2024-06-05 08:34:40.401 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:40.403 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:40.406 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:40.409 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576480407 2024-06-05 08:34:40.411 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-05 08:34:40.415 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-06-05 08:34:43.217 | + :: : [[ 200 == 503 ]] 2024-06-05 08:34:43.218 | + :: : [[ 0 -eq 7 ]] 2024-06-05 08:34:43.222 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-05 08:34:43.224 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:43.226 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:43.228 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:43.229 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:43.231 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:43.233 | + functions-common:time_stop:2441 : name=wait_for_service 2024-06-05 08:34:43.235 | + functions-common:time_stop:2442 : start_time=1717576480407 2024-06-05 08:34:43.237 | + functions-common:time_stop:2444 : [[ -z 1717576480407 ]] 2024-06-05 08:34:43.240 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:43.243 | + functions-common:time_stop:2447 : end_time=1717576483241 2024-06-05 08:34:43.245 | + functions-common:time_stop:2448 : elapsed_time=2834 2024-06-05 08:34:43.247 | + functions-common:time_stop:2449 : total=2391 2024-06-05 08:34:43.249 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:43.251 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5225 2024-06-05 08:34:43.253 | + functions:wait_for_service:478 : return 0 2024-06-05 08:34:43.255 | + 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-06-05 08:34:43.257 | + 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-06-05 08:34:43.259 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-06-05 08:34:43.272 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:43.274 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-06-05 08:34:43.287 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:43.289 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-06-05 08:34:43.302 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:43.304 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-06-05 08:34:43.306 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:43.308 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-06-05 08:34:43.310 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-06-05 08:34:43.312 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-06-05 08:34:43.314 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-06-05 08:34:43.340 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-06-05 08:34:43.342 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-06-05 08:34:43.344 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-06-05 08:34:43.346 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-06-05 08:34:43.371 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-06-05 08:34:43.395 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-06-05 08:34:43.397 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-06-05 08:34:43.399 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-06-05 08:34:43.401 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-06-05 08:34:43.403 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-06-05 08:34:43.406 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-06-05 08:34:43.408 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-06-05 08:34:43.410 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-06-05 08:34:43.413 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-06-05 08:34:43.415 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-06-05 08:34:43.417 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-06-05 08:34:43.419 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-06-05 08:34:43.421 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-05 08:34:43.422 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-05 08:34:43.425 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-05 08:34:43.427 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-06-05 08:34:43.429 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-05 08:34:43.431 | + 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-06-05 08:34:43.434 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-06-05 08:34:43.447 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:43.449 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-06-05 08:34:43.450 | + 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-06-05 08:34:43.453 | + functions-common:run_process:1689 : local service=q-svc 2024-06-05 08:34:43.455 | + 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-06-05 08:34:43.457 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:43.459 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:43.461 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:43.463 | + functions-common:run_process:1695 : local name=q-svc 2024-06-05 08:34:43.465 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:43.467 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:43.469 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:43.471 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:43.473 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:43.477 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576483474 2024-06-05 08:34:43.479 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-06-05 08:34:43.491 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:43.493 | + 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-06-05 08:34:43.495 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-06-05 08:34:43.498 | + 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-06-05 08:34:43.500 | + 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-06-05 08:34:43.502 | + 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-06-05 08:34:43.504 | + 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-06-05 08:34:43.506 | + 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-06-05 08:34:43.508 | + 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-06-05 08:34:43.510 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-06-05 08:34:43.512 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:43.514 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:43.516 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:43.518 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:43.520 | + 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-06-05 08:34:43.522 | + 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-06-05 08:34:43.524 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-06-05 08:34:43.526 | + 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-06-05 08:34:43.528 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:34:43.530 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:34:43.532 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:34:43.533 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:34:43.535 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:34:43.537 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-06-05 08:34:43.539 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:34:43.542 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-06-05 08:34:43.591 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-06-05 08:34:43.639 | + 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-06-05 08:34:43.681 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-06-05 08:34:43.722 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-06-05 08:34:43.763 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:34:43.805 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:34:43.807 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:34:43.809 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-06-05 08:34:43.858 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:34:44.208 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-06-05 08:34:44.218 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-06-05 08:34:44.567 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-06-05 08:34:44.620 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:44.622 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:44.624 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:44.627 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:44.629 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:44.631 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:44.633 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:44.635 | + functions-common:time_stop:2442 : start_time=1717576483474 2024-06-05 08:34:44.637 | + functions-common:time_stop:2444 : [[ -z 1717576483474 ]] 2024-06-05 08:34:44.639 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:44.642 | + functions-common:time_stop:2447 : end_time=1717576484640 2024-06-05 08:34:44.644 | + functions-common:time_stop:2448 : elapsed_time=1166 2024-06-05 08:34:44.646 | + functions-common:time_stop:2449 : total=2702 2024-06-05 08:34:44.648 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:44.650 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3868 2024-06-05 08:34:44.652 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-06-05 08:34:44.654 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-06-05 08:34:44.667 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:44.669 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-06-05 08:34:44.671 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-06-05 08:34:44.673 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-06-05 08:34:44.673 | Waiting for Neutron to start... 2024-06-05 08:34:44.675 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-06-05 08:34:44.677 | + 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-06-05 08:34:44.679 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-06-05 08:34:44.680 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-06-05 08:34:44.683 | + functions-common:test_with_retry:2375 : local until=60 2024-06-05 08:34:44.685 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-06-05 08:34:44.687 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-06-05 08:34:44.688 | + functions-common:time_start:2421 : local name=test_with_retry 2024-06-05 08:34:44.690 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:44.692 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:44.694 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:44.698 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576484696 2024-06-05 08:34:44.700 | + 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-06-05 08:34:47.737 | {"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-06-05 08:34:47.739 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:47.741 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:47.743 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:47.745 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:47.747 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:47.749 | + functions-common:time_stop:2441 : name=test_with_retry 2024-06-05 08:34:47.751 | + functions-common:time_stop:2442 : start_time=1717576484696 2024-06-05 08:34:47.753 | + functions-common:time_stop:2444 : [[ -z 1717576484696 ]] 2024-06-05 08:34:47.755 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:47.759 | + functions-common:time_stop:2447 : end_time=1717576487757 2024-06-05 08:34:47.761 | + functions-common:time_stop:2448 : elapsed_time=3061 2024-06-05 08:34:47.763 | + functions-common:time_stop:2449 : total=0 2024-06-05 08:34:47.765 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:47.767 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3061 2024-06-05 08:34:47.769 | + stack.sh:main:1318 : is_service_enabled placement 2024-06-05 08:34:47.782 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:47.784 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-06-05 08:34:47.786 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:47.788 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-06-05 08:34:47.790 | + stack.sh:main:1320 : start_placement 2024-06-05 08:34:47.792 | + lib/placement:start_placement:173 : start_placement_api 2024-06-05 08:34:47.794 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-06-05 08:34:47.797 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-06-05 08:34:47.800 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.802 | + functions-common:run_process:1689 : local service=placement-api 2024-06-05 08:34:47.804 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.806 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:47.808 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:47.810 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:47.812 | + functions-common:run_process:1695 : local name=placement-api 2024-06-05 08:34:47.814 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:47.816 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:47.818 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:47.820 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:47.822 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:47.826 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576487823 2024-06-05 08:34:47.828 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-06-05 08:34:47.841 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:47.843 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-06-05 08:34:47.845 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-06-05 08:34:47.847 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.848 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.850 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.852 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.854 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-06-05 08:34:47.856 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-06-05 08:34:47.858 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-06-05 08:34:47.860 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:47.862 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:47.864 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:47.866 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:47.868 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-06-05 08:34:47.870 | + 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-06-05 08:34:47.872 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-06-05 08:34:47.874 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-05 08:34:47.876 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-06-05 08:34:47.877 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-06-05 08:34:47.879 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-06-05 08:34:47.881 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-06-05 08:34:47.883 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-06-05 08:34:47.886 | + 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-06-05 08:34:47.935 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-06-05 08:34:47.985 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-06-05 08:34:48.026 | + 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-06-05 08:34:48.071 | + 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-06-05 08:34:48.114 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-06-05 08:34:48.155 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-06-05 08:34:48.196 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-06-05 08:34:48.239 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-06-05 08:34:48.279 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-06-05 08:34:48.319 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-06-05 08:34:48.321 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-06-05 08:34:48.323 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-06-05 08:34:48.373 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-06-05 08:34:48.676 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-06-05 08:34:48.686 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-06-05 08:34:49.022 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-06-05 08:34:49.086 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:49.088 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:49.091 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:49.093 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:49.095 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:49.097 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:49.099 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:49.100 | + functions-common:time_stop:2442 : start_time=1717576487823 2024-06-05 08:34:49.102 | + functions-common:time_stop:2444 : [[ -z 1717576487823 ]] 2024-06-05 08:34:49.105 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:49.109 | + functions-common:time_stop:2447 : end_time=1717576489107 2024-06-05 08:34:49.111 | + functions-common:time_stop:2448 : elapsed_time=1284 2024-06-05 08:34:49.113 | + functions-common:time_stop:2449 : total=3868 2024-06-05 08:34:49.115 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:49.117 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5152 2024-06-05 08:34:49.119 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-06-05 08:34:49.119 | Waiting for placement-api to start... 2024-06-05 08:34:49.121 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-06-05 08:34:49.123 | + functions:wait_for_service:468 : local timeout=60 2024-06-05 08:34:49.125 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-06-05 08:34:49.127 | + functions:wait_for_service:470 : local rval=0 2024-06-05 08:34:49.132 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-05 08:34:49.134 | + functions-common:time_start:2421 : local name=wait_for_service 2024-06-05 08:34:49.136 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:49.138 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:49.141 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:49.145 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576489142 2024-06-05 08:34:49.147 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-05 08:34:49.150 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-06-05 08:34:50.399 | + :: : [[ 200 == 503 ]] 2024-06-05 08:34:50.400 | + :: : [[ 0 -eq 7 ]] 2024-06-05 08:34:50.404 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-05 08:34:50.406 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:50.408 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:50.410 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:50.412 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:50.414 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:50.416 | + functions-common:time_stop:2441 : name=wait_for_service 2024-06-05 08:34:50.418 | + functions-common:time_stop:2442 : start_time=1717576489142 2024-06-05 08:34:50.419 | + functions-common:time_stop:2444 : [[ -z 1717576489142 ]] 2024-06-05 08:34:50.422 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:50.426 | + functions-common:time_stop:2447 : end_time=1717576490423 2024-06-05 08:34:50.428 | + functions-common:time_stop:2448 : elapsed_time=1281 2024-06-05 08:34:50.429 | + functions-common:time_stop:2449 : total=5225 2024-06-05 08:34:50.432 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:50.434 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6506 2024-06-05 08:34:50.436 | + functions:wait_for_service:478 : return 0 2024-06-05 08:34:50.437 | + stack.sh:main:1323 : is_service_enabled neutron 2024-06-05 08:34:50.453 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:50.455 | + stack.sh:main:1324 : start_neutron 2024-06-05 08:34:50.457 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-06-05 08:34:50.459 | + 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-06-05 08:34:50.461 | + functions-common:run_process:1689 : local service=q-agt 2024-06-05 08:34:50.463 | + 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-06-05 08:34:50.465 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:50.467 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:50.469 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:50.471 | + functions-common:run_process:1695 : local name=q-agt 2024-06-05 08:34:50.473 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:50.475 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:50.477 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:50.479 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:50.482 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:50.485 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576490483 2024-06-05 08:34:50.487 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-06-05 08:34:50.502 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:50.504 | + 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-06-05 08:34:50.506 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-06-05 08:34:50.508 | + 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-06-05 08:34:50.510 | + 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-06-05 08:34:50.512 | + 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-06-05 08:34:50.514 | + 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-06-05 08:34:50.516 | + 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-06-05 08:34:50.518 | + 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-06-05 08:34:50.520 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-06-05 08:34:50.522 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:50.524 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:50.526 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:50.529 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:50.531 | + 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-06-05 08:34:50.533 | + 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-06-05 08:34:50.535 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-06-05 08:34:50.537 | + 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-06-05 08:34:50.538 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:34:50.540 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:34:50.542 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:34:50.544 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:34:50.546 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:34:50.548 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-06-05 08:34:50.550 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:34:50.553 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-06-05 08:34:50.602 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-06-05 08:34:50.651 | + 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-06-05 08:34:50.693 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-06-05 08:34:50.734 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-06-05 08:34:50.775 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:34:50.816 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:34:50.818 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:34:50.820 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-06-05 08:34:50.868 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:34:51.200 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-06-05 08:34:51.210 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-06-05 08:34:51.524 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-06-05 08:34:51.588 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:51.590 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:51.593 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:51.595 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:51.597 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:51.599 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:51.600 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:51.602 | + functions-common:time_stop:2442 : start_time=1717576490483 2024-06-05 08:34:51.604 | + functions-common:time_stop:2444 : [[ -z 1717576490483 ]] 2024-06-05 08:34:51.607 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:51.610 | + functions-common:time_stop:2447 : end_time=1717576491608 2024-06-05 08:34:51.612 | + functions-common:time_stop:2448 : elapsed_time=1125 2024-06-05 08:34:51.615 | + functions-common:time_stop:2449 : total=5152 2024-06-05 08:34:51.617 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:51.619 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6277 2024-06-05 08:34:51.621 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-06-05 08:34:51.623 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-06-05 08:34:51.625 | + functions-common:is_provider_network:2287 : return 1 2024-06-05 08:34:51.627 | + lib/neutron:start_neutron:620 : start_other_agents 2024-06-05 08:34:51.628 | + 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-06-05 08:34:51.630 | + functions-common:run_process:1689 : local service=q-dhcp 2024-06-05 08:34:51.632 | + 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-06-05 08:34:51.634 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:51.636 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:51.638 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:51.640 | + functions-common:run_process:1695 : local name=q-dhcp 2024-06-05 08:34:51.642 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:51.644 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:51.646 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:51.648 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:51.650 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:51.654 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576491652 2024-06-05 08:34:51.656 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-06-05 08:34:51.670 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:51.672 | + 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-06-05 08:34:51.674 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-06-05 08:34:51.676 | + 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-06-05 08:34:51.678 | + 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-06-05 08:34:51.680 | + 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-06-05 08:34:51.682 | + 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-06-05 08:34:51.684 | + 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-06-05 08:34:51.686 | + 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-06-05 08:34:51.688 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-06-05 08:34:51.690 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:51.692 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:51.694 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:51.696 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:51.698 | + 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-06-05 08:34:51.700 | + 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-06-05 08:34:51.702 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-06-05 08:34:51.704 | + 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-06-05 08:34:51.706 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:34:51.708 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:34:51.710 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:34:51.712 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:34:51.714 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:34:51.716 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-06-05 08:34:51.718 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:34:51.721 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-06-05 08:34:51.772 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-06-05 08:34:51.821 | + 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-06-05 08:34:51.864 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-06-05 08:34:51.906 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-06-05 08:34:51.950 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:34:51.994 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:34:51.996 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:34:51.998 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-06-05 08:34:52.051 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:34:52.390 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-06-05 08:34:52.401 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-06-05 08:34:52.719 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-06-05 08:34:52.765 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:52.767 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:52.769 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:52.771 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:52.773 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:52.775 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:52.777 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:52.779 | + functions-common:time_stop:2442 : start_time=1717576491652 2024-06-05 08:34:52.780 | + functions-common:time_stop:2444 : [[ -z 1717576491652 ]] 2024-06-05 08:34:52.783 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:52.787 | + functions-common:time_stop:2447 : end_time=1717576492784 2024-06-05 08:34:52.789 | + functions-common:time_stop:2448 : elapsed_time=1132 2024-06-05 08:34:52.790 | + functions-common:time_stop:2449 : total=6277 2024-06-05 08:34:52.792 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:52.794 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7409 2024-06-05 08:34:52.796 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-06-05 08:34:52.798 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-06-05 08:34:52.801 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-06-05 08:34:52.803 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-06-05 08:34:52.805 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-05 08:34:52.807 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-05 08:34:52.810 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-05 08:34:52.812 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-06-05 08:34:52.814 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-05 08:34:52.816 | + 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-06-05 08:34:52.818 | + functions-common:run_process:1689 : local service=q-l3 2024-06-05 08:34:52.820 | + 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-06-05 08:34:52.822 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:52.824 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:52.826 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:52.827 | + functions-common:run_process:1695 : local name=q-l3 2024-06-05 08:34:52.829 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:52.831 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:52.833 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:52.835 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:52.837 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:52.841 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576492839 2024-06-05 08:34:52.843 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-06-05 08:34:52.856 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:52.858 | + 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-06-05 08:34:52.860 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-06-05 08:34:52.862 | + 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-06-05 08:34:52.864 | + 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-06-05 08:34:52.866 | + 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-06-05 08:34:52.867 | + 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-06-05 08:34:52.869 | + 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-06-05 08:34:52.872 | + 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-06-05 08:34:52.873 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-06-05 08:34:52.875 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:52.877 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:52.879 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:52.881 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:52.883 | + 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-06-05 08:34:52.885 | + 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-06-05 08:34:52.887 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-06-05 08:34:52.889 | + 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-06-05 08:34:52.890 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:34:52.892 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:34:52.894 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:34:52.896 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:34:52.898 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:34:52.900 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-06-05 08:34:52.903 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:34:52.906 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-06-05 08:34:52.958 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-06-05 08:34:53.009 | + 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-06-05 08:34:53.051 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-06-05 08:34:53.095 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-06-05 08:34:53.139 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:34:53.184 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:34:53.186 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:34:53.188 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-06-05 08:34:53.243 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:34:53.602 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-06-05 08:34:53.611 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-06-05 08:34:53.933 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-06-05 08:34:53.965 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:53.967 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:53.969 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:53.971 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:53.973 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:53.975 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:53.977 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:53.979 | + functions-common:time_stop:2442 : start_time=1717576492839 2024-06-05 08:34:53.981 | + functions-common:time_stop:2444 : [[ -z 1717576492839 ]] 2024-06-05 08:34:53.983 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:53.987 | + functions-common:time_stop:2447 : end_time=1717576493985 2024-06-05 08:34:53.989 | + functions-common:time_stop:2448 : elapsed_time=1146 2024-06-05 08:34:53.991 | + functions-common:time_stop:2449 : total=7409 2024-06-05 08:34:53.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:53.995 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8555 2024-06-05 08:34:53.997 | + 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-06-05 08:34:53.999 | + functions-common:run_process:1689 : local service=q-meta 2024-06-05 08:34:54.001 | + 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-06-05 08:34:54.003 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:54.005 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:54.007 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:54.009 | + functions-common:run_process:1695 : local name=q-meta 2024-06-05 08:34:54.011 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:54.013 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:54.015 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:54.017 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:54.019 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:54.023 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576494020 2024-06-05 08:34:54.025 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-06-05 08:34:54.038 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:54.040 | + 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-06-05 08:34:54.042 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-06-05 08:34:54.044 | + 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-06-05 08:34:54.046 | + 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-06-05 08:34:54.048 | + 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-06-05 08:34:54.050 | + 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-06-05 08:34:54.052 | + 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-06-05 08:34:54.055 | + 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-06-05 08:34:54.056 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-06-05 08:34:54.058 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:34:54.060 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:34:54.062 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:34:54.064 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:34:54.066 | + 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-06-05 08:34:54.068 | + 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-06-05 08:34:54.070 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-06-05 08:34:54.072 | + 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-06-05 08:34:54.074 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:34:54.076 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:34:54.077 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:34:54.079 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:34:54.081 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:34:54.083 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-06-05 08:34:54.085 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:34:54.088 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-06-05 08:34:54.143 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-06-05 08:34:54.194 | + 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-06-05 08:34:54.239 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-06-05 08:34:54.282 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-06-05 08:34:54.328 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:34:54.373 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:34:54.376 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:34:54.378 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-06-05 08:34:54.434 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:34:54.759 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-06-05 08:34:54.769 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-06-05 08:34:55.146 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-06-05 08:34:55.205 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:55.207 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:55.209 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:55.211 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:55.213 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:55.215 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:55.217 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:55.219 | + functions-common:time_stop:2442 : start_time=1717576494020 2024-06-05 08:34:55.221 | + functions-common:time_stop:2444 : [[ -z 1717576494020 ]] 2024-06-05 08:34:55.224 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:55.228 | + functions-common:time_stop:2447 : end_time=1717576495225 2024-06-05 08:34:55.230 | + functions-common:time_stop:2448 : elapsed_time=1205 2024-06-05 08:34:55.232 | + functions-common:time_stop:2449 : total=8555 2024-06-05 08:34:55.234 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:55.235 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9760 2024-06-05 08:34:55.238 | + 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-06-05 08:34:55.240 | + functions-common:run_process:1689 : local service=q-metering 2024-06-05 08:34:55.241 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-06-05 08:34:55.243 | + functions-common:run_process:1691 : local group= 2024-06-05 08:34:55.245 | + functions-common:run_process:1692 : local user= 2024-06-05 08:34:55.247 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:34:55.249 | + functions-common:run_process:1695 : local name=q-metering 2024-06-05 08:34:55.251 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:34:55.253 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:34:55.255 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:34:55.257 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:34:55.259 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:34:55.263 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576495261 2024-06-05 08:34:55.265 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-06-05 08:34:55.279 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:34:55.281 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:34:55.283 | + functions-common:time_stop:2435 : local name 2024-06-05 08:34:55.285 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:34:55.287 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:34:55.288 | + functions-common:time_stop:2438 : local total 2024-06-05 08:34:55.290 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:34:55.292 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:34:55.294 | + functions-common:time_stop:2442 : start_time=1717576495261 2024-06-05 08:34:55.296 | + functions-common:time_stop:2444 : [[ -z 1717576495261 ]] 2024-06-05 08:34:55.298 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:34:55.302 | + functions-common:time_stop:2447 : end_time=1717576495300 2024-06-05 08:34:55.304 | + functions-common:time_stop:2448 : elapsed_time=39 2024-06-05 08:34:55.306 | + functions-common:time_stop:2449 : total=9760 2024-06-05 08:34:55.308 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:34:55.310 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9799 2024-06-05 08:34:55.311 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-06-05 08:34:55.325 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:34:55.327 | + stack.sh:main:1327 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:55.328 | + stack.sh:main:1328 : echo_summary 'Creating initial neutron network elements' 2024-06-05 08:34:55.330 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:34:55.332 | + stack.sh:echo_summary:472 : echo -e Creating initial neutron network elements 2024-06-05 08:34:55.334 | + stack.sh:main:1331 : type -p neutron_plugin_create_initial_networks 2024-06-05 08:34:55.336 | + stack.sh:main:1334 : create_neutron_initial_network 2024-06-05 08:34:55.338 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-06-05 08:34:55.340 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-06-05 08:34:55.342 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-06-05 08:34:55.345 | ++ 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-06-05 08:34:56.873 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:56.876 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-06-05 08:34:56.876 | address-scope 2024-06-05 08:34:56.876 | router-admin-state-down-before-update 2024-06-05 08:34:56.876 | agent 2024-06-05 08:34:56.876 | agent-resources-synced 2024-06-05 08:34:56.876 | allowed-address-pairs 2024-06-05 08:34:56.876 | auto-allocated-topology 2024-06-05 08:34:56.876 | availability_zone 2024-06-05 08:34:56.876 | availability_zone_filter 2024-06-05 08:34:56.876 | default-subnetpools 2024-06-05 08:34:56.876 | dhcp_agent_scheduler 2024-06-05 08:34:56.876 | dvr 2024-06-05 08:34:56.876 | empty-string-filtering 2024-06-05 08:34:56.876 | external-net 2024-06-05 08:34:56.876 | extra_dhcp_opt 2024-06-05 08:34:56.876 | extraroute 2024-06-05 08:34:56.876 | extraroute-atomic 2024-06-05 08:34:56.876 | filter-validation 2024-06-05 08:34:56.876 | floating-ip-port-forwarding-detail 2024-06-05 08:34:56.876 | fip-port-details 2024-06-05 08:34:56.876 | flavors 2024-06-05 08:34:56.876 | floatingip-pools 2024-06-05 08:34:56.876 | ip-substring-filtering 2024-06-05 08:34:56.876 | router 2024-06-05 08:34:56.876 | ext-gw-mode 2024-06-05 08:34:56.876 | l3-ha 2024-06-05 08:34:56.876 | l3-flavors 2024-06-05 08:34:56.876 | l3-port-ip-change-not-allowed 2024-06-05 08:34:56.876 | l3_agent_scheduler 2024-06-05 08:34:56.876 | multi-provider 2024-06-05 08:34:56.877 | net-mtu 2024-06-05 08:34:56.877 | net-mtu-writable 2024-06-05 08:34:56.877 | network_availability_zone 2024-06-05 08:34:56.877 | network-ip-availability 2024-06-05 08:34:56.877 | pagination 2024-06-05 08:34:56.877 | port-device-profile 2024-06-05 08:34:56.877 | port-mac-override 2024-06-05 08:34:56.877 | port-mac-address-regenerate 2024-06-05 08:34:56.877 | port-numa-affinity-policy 2024-06-05 08:34:56.877 | binding 2024-06-05 08:34:56.877 | binding-extended 2024-06-05 08:34:56.877 | port-security 2024-06-05 08:34:56.877 | project-id 2024-06-05 08:34:56.877 | provider 2024-06-05 08:34:56.877 | quota-check-limit 2024-06-05 08:34:56.877 | quotas 2024-06-05 08:34:56.877 | quota_details 2024-06-05 08:34:56.877 | rbac-policies 2024-06-05 08:34:56.877 | rbac-address-group 2024-06-05 08:34:56.877 | rbac-address-scope 2024-06-05 08:34:56.877 | rbac-security-groups 2024-06-05 08:34:56.877 | rbac-subnetpool 2024-06-05 08:34:56.877 | revision-if-match 2024-06-05 08:34:56.877 | standard-attr-revisions 2024-06-05 08:34:56.877 | router_availability_zone 2024-06-05 08:34:56.877 | security-groups-normalized-cidr 2024-06-05 08:34:56.877 | port-security-groups-filtering 2024-06-05 08:34:56.877 | security-groups-remote-address-group 2024-06-05 08:34:56.877 | security-groups-shared-filtering 2024-06-05 08:34:56.877 | security-group 2024-06-05 08:34:56.877 | service-type 2024-06-05 08:34:56.877 | sorting 2024-06-05 08:34:56.877 | standard-attr-description 2024-06-05 08:34:56.877 | stateful-security-group 2024-06-05 08:34:56.877 | subnet_onboard 2024-06-05 08:34:56.877 | subnet-service-types 2024-06-05 08:34:56.877 | subnet_allocation 2024-06-05 08:34:56.877 | subnetpool-prefix-ops 2024-06-05 08:34:56.877 | standard-attr-tag 2024-06-05 08:34:56.877 | standard-attr-timestamp 2024-06-05 08:34:56.877 | nsxt-ops' 2024-06-05 08:34:56.878 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-06-05 08:34:56.878 | address-scope 2024-06-05 08:34:56.878 | router-admin-state-down-before-update 2024-06-05 08:34:56.878 | agent 2024-06-05 08:34:56.878 | agent-resources-synced 2024-06-05 08:34:56.878 | allowed-address-pairs 2024-06-05 08:34:56.878 | auto-allocated-topology 2024-06-05 08:34:56.878 | availability_zone 2024-06-05 08:34:56.878 | availability_zone_filter 2024-06-05 08:34:56.878 | default-subnetpools 2024-06-05 08:34:56.878 | dhcp_agent_scheduler 2024-06-05 08:34:56.878 | dvr 2024-06-05 08:34:56.878 | empty-string-filtering 2024-06-05 08:34:56.878 | external-net 2024-06-05 08:34:56.878 | extra_dhcp_opt 2024-06-05 08:34:56.879 | extraroute 2024-06-05 08:34:56.879 | extraroute-atomic 2024-06-05 08:34:56.879 | filter-validation 2024-06-05 08:34:56.879 | floating-ip-port-forwarding-detail 2024-06-05 08:34:56.879 | fip-port-details 2024-06-05 08:34:56.879 | flavors 2024-06-05 08:34:56.879 | floatingip-pools 2024-06-05 08:34:56.879 | ip-substring-filtering 2024-06-05 08:34:56.879 | router 2024-06-05 08:34:56.879 | ext-gw-mode 2024-06-05 08:34:56.879 | l3-ha 2024-06-05 08:34:56.879 | l3-flavors 2024-06-05 08:34:56.879 | l3-port-ip-change-not-allowed 2024-06-05 08:34:56.879 | l3_agent_scheduler 2024-06-05 08:34:56.879 | multi-provider 2024-06-05 08:34:56.879 | net-mtu 2024-06-05 08:34:56.879 | net-mtu-writable 2024-06-05 08:34:56.879 | network_availability_zone 2024-06-05 08:34:56.879 | network-ip-availability 2024-06-05 08:34:56.879 | pagination 2024-06-05 08:34:56.879 | port-device-profile 2024-06-05 08:34:56.879 | port-mac-override 2024-06-05 08:34:56.879 | port-mac-address-regenerate 2024-06-05 08:34:56.879 | port-numa-affinity-policy 2024-06-05 08:34:56.879 | binding 2024-06-05 08:34:56.879 | binding-extended 2024-06-05 08:34:56.879 | port-security 2024-06-05 08:34:56.879 | project-id 2024-06-05 08:34:56.879 | provider 2024-06-05 08:34:56.879 | quota-check-limit 2024-06-05 08:34:56.879 | quotas 2024-06-05 08:34:56.879 | quota_details 2024-06-05 08:34:56.879 | rbac-policies 2024-06-05 08:34:56.879 | rbac-address-group 2024-06-05 08:34:56.879 | rbac-address-scope 2024-06-05 08:34:56.879 | rbac-security-groups 2024-06-05 08:34:56.879 | rbac-subnetpool 2024-06-05 08:34:56.879 | revision-if-match 2024-06-05 08:34:56.879 | standard-attr-revisions 2024-06-05 08:34:56.879 | router_availability_zone 2024-06-05 08:34:56.880 | security-groups-normalized-cidr 2024-06-05 08:34:56.880 | port-security-groups-filtering 2024-06-05 08:34:56.880 | security-groups-remote-address-group 2024-06-05 08:34:56.880 | security-groups-shared-filtering 2024-06-05 08:34:56.880 | security-group 2024-06-05 08:34:56.880 | service-type 2024-06-05 08:34:56.880 | sorting 2024-06-05 08:34:56.880 | standard-attr-description 2024-06-05 08:34:56.880 | stateful-security-group 2024-06-05 08:34:56.880 | subnet_onboard 2024-06-05 08:34:56.880 | subnet-service-types 2024-06-05 08:34:56.880 | subnet_allocation 2024-06-05 08:34:56.880 | subnetpool-prefix-ops 2024-06-05 08:34:56.880 | standard-attr-tag 2024-06-05 08:34:56.880 | standard-attr-timestamp 2024-06-05 08:34:56.880 | nsxt-ops =~ auto-allocated-topology ]] 2024-06-05 08:34:56.880 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-06-05 08:34:56.882 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-06-05 08:34:56.885 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-06-05 08:34:56.888 | ++ 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-06-05 08:34:58.265 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:58.268 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=55f5e4c1-6336-42da-9404-d509c5bbf1a8 2024-06-05 08:34:58.270 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-06-05 08:34:58.272 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-06-05 08:34:58.274 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-06-05 08:34:58.276 | + functions-common:is_provider_network:2287 : return 1 2024-06-05 08:34:58.279 | ++ 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-06-05 08:34:59.770 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:34:59.772 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=91e61150-a197-4176-8312-de634931db50 2024-06-05 08:34:59.775 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-06-05 08:34:59.777 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-05 08:34:59.790 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-06-05 08:34:59.793 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-06-05 08:34:59.795 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 55f5e4c1-6336-42da-9404-d509c5bbf1a8 ']' 2024-06-05 08:34:59.797 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-06-05 08:34:59.799 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-06-05 08:34:59.801 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 55f5e4c1-6336-42da-9404-d509c5bbf1a8 ' 2024-06-05 08:34:59.803 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-06-05 08:34:59.805 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 91e61150-a197-4176-8312-de634931db50 private-subnet' 2024-06-05 08:34:59.807 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-06-05 08:34:59.809 | +++ 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 55f5e4c1-6336-42da-9404-d509c5bbf1a8 --network 91e61150-a197-4176-8312-de634931db50 private-subnet -f value -c id 2024-06-05 08:35:01.590 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:01.593 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=9b66fa9d-3602-4d8f-9d04-3e7cdb664fa5 2024-06-05 08:35:01.595 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-06-05 08:35:01.597 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-06-05 08:35:01.609 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 9b66fa9d-3602-4d8f-9d04-3e7cdb664fa5 2024-06-05 08:35:01.612 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=9b66fa9d-3602-4d8f-9d04-3e7cdb664fa5 2024-06-05 08:35:01.614 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-06-05 08:35:01.616 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-06-05 08:35:01.618 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-06-05 08:35:01.620 | ++ 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-06-05 08:35:02.866 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:02.869 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-06-05 08:35:02.869 | address-scope 2024-06-05 08:35:02.869 | router-admin-state-down-before-update 2024-06-05 08:35:02.869 | agent 2024-06-05 08:35:02.869 | agent-resources-synced 2024-06-05 08:35:02.869 | allowed-address-pairs 2024-06-05 08:35:02.869 | auto-allocated-topology 2024-06-05 08:35:02.869 | availability_zone 2024-06-05 08:35:02.869 | availability_zone_filter 2024-06-05 08:35:02.869 | default-subnetpools 2024-06-05 08:35:02.869 | dhcp_agent_scheduler 2024-06-05 08:35:02.869 | dvr 2024-06-05 08:35:02.869 | empty-string-filtering 2024-06-05 08:35:02.870 | external-net 2024-06-05 08:35:02.870 | extra_dhcp_opt 2024-06-05 08:35:02.870 | extraroute 2024-06-05 08:35:02.870 | extraroute-atomic 2024-06-05 08:35:02.870 | filter-validation 2024-06-05 08:35:02.870 | floating-ip-port-forwarding-detail 2024-06-05 08:35:02.870 | fip-port-details 2024-06-05 08:35:02.870 | flavors 2024-06-05 08:35:02.870 | floatingip-pools 2024-06-05 08:35:02.870 | ip-substring-filtering 2024-06-05 08:35:02.870 | router 2024-06-05 08:35:02.870 | ext-gw-mode 2024-06-05 08:35:02.870 | l3-ha 2024-06-05 08:35:02.870 | l3-flavors 2024-06-05 08:35:02.870 | l3-port-ip-change-not-allowed 2024-06-05 08:35:02.870 | l3_agent_scheduler 2024-06-05 08:35:02.870 | multi-provider 2024-06-05 08:35:02.870 | net-mtu 2024-06-05 08:35:02.870 | net-mtu-writable 2024-06-05 08:35:02.870 | network_availability_zone 2024-06-05 08:35:02.870 | network-ip-availability 2024-06-05 08:35:02.870 | pagination 2024-06-05 08:35:02.870 | port-device-profile 2024-06-05 08:35:02.870 | port-mac-override 2024-06-05 08:35:02.870 | port-mac-address-regenerate 2024-06-05 08:35:02.870 | port-numa-affinity-policy 2024-06-05 08:35:02.870 | binding 2024-06-05 08:35:02.870 | binding-extended 2024-06-05 08:35:02.870 | port-security 2024-06-05 08:35:02.870 | project-id 2024-06-05 08:35:02.870 | provider 2024-06-05 08:35:02.871 | quota-check-limit 2024-06-05 08:35:02.871 | quotas 2024-06-05 08:35:02.871 | quota_details 2024-06-05 08:35:02.871 | rbac-policies 2024-06-05 08:35:02.871 | rbac-address-group 2024-06-05 08:35:02.871 | rbac-address-scope 2024-06-05 08:35:02.871 | rbac-security-groups 2024-06-05 08:35:02.871 | rbac-subnetpool 2024-06-05 08:35:02.871 | revision-if-match 2024-06-05 08:35:02.871 | standard-attr-revisions 2024-06-05 08:35:02.871 | router_availability_zone 2024-06-05 08:35:02.871 | security-groups-normalized-cidr 2024-06-05 08:35:02.871 | port-security-groups-filtering 2024-06-05 08:35:02.871 | security-groups-remote-address-group 2024-06-05 08:35:02.871 | security-groups-shared-filtering 2024-06-05 08:35:02.871 | security-group 2024-06-05 08:35:02.871 | service-type 2024-06-05 08:35:02.871 | sorting 2024-06-05 08:35:02.871 | standard-attr-description 2024-06-05 08:35:02.871 | stateful-security-group 2024-06-05 08:35:02.871 | subnet_onboard 2024-06-05 08:35:02.871 | subnet-service-types 2024-06-05 08:35:02.871 | subnet_allocation 2024-06-05 08:35:02.871 | subnetpool-prefix-ops 2024-06-05 08:35:02.871 | standard-attr-tag 2024-06-05 08:35:02.871 | standard-attr-timestamp 2024-06-05 08:35:02.871 | nsxt-ops' 2024-06-05 08:35:02.871 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-06-05 08:35:02.871 | address-scope 2024-06-05 08:35:02.871 | router-admin-state-down-before-update 2024-06-05 08:35:02.871 | agent 2024-06-05 08:35:02.871 | agent-resources-synced 2024-06-05 08:35:02.871 | allowed-address-pairs 2024-06-05 08:35:02.871 | auto-allocated-topology 2024-06-05 08:35:02.871 | availability_zone 2024-06-05 08:35:02.871 | availability_zone_filter 2024-06-05 08:35:02.871 | default-subnetpools 2024-06-05 08:35:02.871 | dhcp_agent_scheduler 2024-06-05 08:35:02.872 | dvr 2024-06-05 08:35:02.872 | empty-string-filtering 2024-06-05 08:35:02.872 | external-net 2024-06-05 08:35:02.872 | extra_dhcp_opt 2024-06-05 08:35:02.872 | extraroute 2024-06-05 08:35:02.872 | extraroute-atomic 2024-06-05 08:35:02.872 | filter-validation 2024-06-05 08:35:02.872 | floating-ip-port-forwarding-detail 2024-06-05 08:35:02.872 | fip-port-details 2024-06-05 08:35:02.872 | flavors 2024-06-05 08:35:02.872 | floatingip-pools 2024-06-05 08:35:02.872 | ip-substring-filtering 2024-06-05 08:35:02.872 | router 2024-06-05 08:35:02.872 | ext-gw-mode 2024-06-05 08:35:02.872 | l3-ha 2024-06-05 08:35:02.872 | l3-flavors 2024-06-05 08:35:02.872 | l3-port-ip-change-not-allowed 2024-06-05 08:35:02.872 | l3_agent_scheduler 2024-06-05 08:35:02.872 | multi-provider 2024-06-05 08:35:02.872 | net-mtu 2024-06-05 08:35:02.872 | net-mtu-writable 2024-06-05 08:35:02.872 | network_availability_zone 2024-06-05 08:35:02.872 | network-ip-availability 2024-06-05 08:35:02.872 | pagination 2024-06-05 08:35:02.872 | port-device-profile 2024-06-05 08:35:02.872 | port-mac-override 2024-06-05 08:35:02.872 | port-mac-address-regenerate 2024-06-05 08:35:02.872 | port-numa-affinity-policy 2024-06-05 08:35:02.872 | binding 2024-06-05 08:35:02.872 | binding-extended 2024-06-05 08:35:02.872 | port-security 2024-06-05 08:35:02.873 | project-id 2024-06-05 08:35:02.873 | provider 2024-06-05 08:35:02.873 | quota-check-limit 2024-06-05 08:35:02.873 | quotas 2024-06-05 08:35:02.873 | quota_details 2024-06-05 08:35:02.873 | rbac-policies 2024-06-05 08:35:02.873 | rbac-address-group 2024-06-05 08:35:02.873 | rbac-address-scope 2024-06-05 08:35:02.873 | rbac-security-groups 2024-06-05 08:35:02.873 | rbac-subnetpool 2024-06-05 08:35:02.873 | revision-if-match 2024-06-05 08:35:02.873 | standard-attr-revisions 2024-06-05 08:35:02.873 | router_availability_zone 2024-06-05 08:35:02.873 | security-groups-normalized-cidr 2024-06-05 08:35:02.873 | port-security-groups-filtering 2024-06-05 08:35:02.873 | security-groups-remote-address-group 2024-06-05 08:35:02.873 | security-groups-shared-filtering 2024-06-05 08:35:02.873 | security-group 2024-06-05 08:35:02.873 | service-type 2024-06-05 08:35:02.873 | sorting 2024-06-05 08:35:02.873 | standard-attr-description 2024-06-05 08:35:02.873 | stateful-security-group 2024-06-05 08:35:02.873 | subnet_onboard 2024-06-05 08:35:02.873 | subnet-service-types 2024-06-05 08:35:02.873 | subnet_allocation 2024-06-05 08:35:02.873 | subnetpool-prefix-ops 2024-06-05 08:35:02.873 | standard-attr-tag 2024-06-05 08:35:02.873 | standard-attr-timestamp 2024-06-05 08:35:02.873 | nsxt-ops =~ router ]] 2024-06-05 08:35:02.873 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-06-05 08:35:02.875 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-06-05 08:35:02.877 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-06-05 08:35:02.880 | ++ 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-06-05 08:35:04.129 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:04.132 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-06-05 08:35:04.132 | address-scope 2024-06-05 08:35:04.132 | router-admin-state-down-before-update 2024-06-05 08:35:04.132 | agent 2024-06-05 08:35:04.132 | agent-resources-synced 2024-06-05 08:35:04.132 | allowed-address-pairs 2024-06-05 08:35:04.132 | auto-allocated-topology 2024-06-05 08:35:04.132 | availability_zone 2024-06-05 08:35:04.132 | availability_zone_filter 2024-06-05 08:35:04.132 | default-subnetpools 2024-06-05 08:35:04.132 | dhcp_agent_scheduler 2024-06-05 08:35:04.132 | dvr 2024-06-05 08:35:04.132 | empty-string-filtering 2024-06-05 08:35:04.132 | external-net 2024-06-05 08:35:04.132 | extra_dhcp_opt 2024-06-05 08:35:04.132 | extraroute 2024-06-05 08:35:04.132 | extraroute-atomic 2024-06-05 08:35:04.132 | filter-validation 2024-06-05 08:35:04.132 | floating-ip-port-forwarding-detail 2024-06-05 08:35:04.132 | fip-port-details 2024-06-05 08:35:04.132 | flavors 2024-06-05 08:35:04.132 | floatingip-pools 2024-06-05 08:35:04.132 | ip-substring-filtering 2024-06-05 08:35:04.132 | router 2024-06-05 08:35:04.132 | ext-gw-mode 2024-06-05 08:35:04.132 | l3-ha 2024-06-05 08:35:04.132 | l3-flavors 2024-06-05 08:35:04.132 | l3-port-ip-change-not-allowed 2024-06-05 08:35:04.132 | l3_agent_scheduler 2024-06-05 08:35:04.132 | multi-provider 2024-06-05 08:35:04.132 | net-mtu 2024-06-05 08:35:04.132 | net-mtu-writable 2024-06-05 08:35:04.132 | network_availability_zone 2024-06-05 08:35:04.132 | network-ip-availability 2024-06-05 08:35:04.132 | pagination 2024-06-05 08:35:04.132 | port-device-profile 2024-06-05 08:35:04.132 | port-mac-override 2024-06-05 08:35:04.132 | port-mac-address-regenerate 2024-06-05 08:35:04.132 | port-numa-affinity-policy 2024-06-05 08:35:04.132 | binding 2024-06-05 08:35:04.132 | binding-extended 2024-06-05 08:35:04.132 | port-security 2024-06-05 08:35:04.132 | project-id 2024-06-05 08:35:04.132 | provider 2024-06-05 08:35:04.132 | quota-check-limit 2024-06-05 08:35:04.132 | quotas 2024-06-05 08:35:04.132 | quota_details 2024-06-05 08:35:04.132 | rbac-policies 2024-06-05 08:35:04.132 | rbac-address-group 2024-06-05 08:35:04.132 | rbac-address-scope 2024-06-05 08:35:04.132 | rbac-security-groups 2024-06-05 08:35:04.132 | rbac-subnetpool 2024-06-05 08:35:04.133 | revision-if-match 2024-06-05 08:35:04.133 | standard-attr-revisions 2024-06-05 08:35:04.133 | router_availability_zone 2024-06-05 08:35:04.133 | security-groups-normalized-cidr 2024-06-05 08:35:04.133 | port-security-groups-filtering 2024-06-05 08:35:04.133 | security-groups-remote-address-group 2024-06-05 08:35:04.133 | security-groups-shared-filtering 2024-06-05 08:35:04.133 | security-group 2024-06-05 08:35:04.133 | service-type 2024-06-05 08:35:04.133 | sorting 2024-06-05 08:35:04.133 | standard-attr-description 2024-06-05 08:35:04.133 | stateful-security-group 2024-06-05 08:35:04.133 | subnet_onboard 2024-06-05 08:35:04.133 | subnet-service-types 2024-06-05 08:35:04.133 | subnet_allocation 2024-06-05 08:35:04.133 | subnetpool-prefix-ops 2024-06-05 08:35:04.133 | standard-attr-tag 2024-06-05 08:35:04.133 | standard-attr-timestamp 2024-06-05 08:35:04.133 | nsxt-ops' 2024-06-05 08:35:04.134 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-06-05 08:35:04.134 | address-scope 2024-06-05 08:35:04.134 | router-admin-state-down-before-update 2024-06-05 08:35:04.134 | agent 2024-06-05 08:35:04.134 | agent-resources-synced 2024-06-05 08:35:04.134 | allowed-address-pairs 2024-06-05 08:35:04.134 | auto-allocated-topology 2024-06-05 08:35:04.135 | availability_zone 2024-06-05 08:35:04.135 | availability_zone_filter 2024-06-05 08:35:04.135 | default-subnetpools 2024-06-05 08:35:04.135 | dhcp_agent_scheduler 2024-06-05 08:35:04.135 | dvr 2024-06-05 08:35:04.135 | empty-string-filtering 2024-06-05 08:35:04.135 | external-net 2024-06-05 08:35:04.135 | extra_dhcp_opt 2024-06-05 08:35:04.135 | extraroute 2024-06-05 08:35:04.135 | extraroute-atomic 2024-06-05 08:35:04.135 | filter-validation 2024-06-05 08:35:04.135 | floating-ip-port-forwarding-detail 2024-06-05 08:35:04.135 | fip-port-details 2024-06-05 08:35:04.135 | flavors 2024-06-05 08:35:04.135 | floatingip-pools 2024-06-05 08:35:04.135 | ip-substring-filtering 2024-06-05 08:35:04.135 | router 2024-06-05 08:35:04.135 | ext-gw-mode 2024-06-05 08:35:04.135 | l3-ha 2024-06-05 08:35:04.135 | l3-flavors 2024-06-05 08:35:04.135 | l3-port-ip-change-not-allowed 2024-06-05 08:35:04.135 | l3_agent_scheduler 2024-06-05 08:35:04.135 | multi-provider 2024-06-05 08:35:04.135 | net-mtu 2024-06-05 08:35:04.135 | net-mtu-writable 2024-06-05 08:35:04.136 | network_availability_zone 2024-06-05 08:35:04.136 | network-ip-availability 2024-06-05 08:35:04.136 | pagination 2024-06-05 08:35:04.136 | port-device-profile 2024-06-05 08:35:04.136 | port-mac-override 2024-06-05 08:35:04.136 | port-mac-address-regenerate 2024-06-05 08:35:04.136 | port-numa-affinity-policy 2024-06-05 08:35:04.136 | binding 2024-06-05 08:35:04.136 | binding-extended 2024-06-05 08:35:04.136 | port-security 2024-06-05 08:35:04.136 | project-id 2024-06-05 08:35:04.136 | provider 2024-06-05 08:35:04.136 | quota-check-limit 2024-06-05 08:35:04.136 | quotas 2024-06-05 08:35:04.136 | quota_details 2024-06-05 08:35:04.136 | rbac-policies 2024-06-05 08:35:04.136 | rbac-address-group 2024-06-05 08:35:04.136 | rbac-address-scope 2024-06-05 08:35:04.136 | rbac-security-groups 2024-06-05 08:35:04.136 | rbac-subnetpool 2024-06-05 08:35:04.136 | revision-if-match 2024-06-05 08:35:04.137 | standard-attr-revisions 2024-06-05 08:35:04.137 | router_availability_zone 2024-06-05 08:35:04.137 | security-groups-normalized-cidr 2024-06-05 08:35:04.137 | port-security-groups-filtering 2024-06-05 08:35:04.137 | security-groups-remote-address-group 2024-06-05 08:35:04.137 | security-groups-shared-filtering 2024-06-05 08:35:04.137 | security-group 2024-06-05 08:35:04.137 | service-type 2024-06-05 08:35:04.137 | sorting 2024-06-05 08:35:04.137 | standard-attr-description 2024-06-05 08:35:04.137 | stateful-security-group 2024-06-05 08:35:04.137 | subnet_onboard 2024-06-05 08:35:04.137 | subnet-service-types 2024-06-05 08:35:04.137 | subnet_allocation 2024-06-05 08:35:04.137 | subnetpool-prefix-ops 2024-06-05 08:35:04.137 | standard-attr-tag 2024-06-05 08:35:04.137 | standard-attr-timestamp 2024-06-05 08:35:04.137 | nsxt-ops =~ external-net ]] 2024-06-05 08:35:04.137 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-06-05 08:35:04.138 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-06-05 08:35:04.141 | ++ 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-06-05 08:35:05.477 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:05.480 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=1d23d553-138d-48bf-a33f-d56763d010e3 2024-06-05 08:35:05.482 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-06-05 08:35:05.484 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-05 08:35:05.497 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-06-05 08:35:05.500 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-06-05 08:35:05.502 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-06-05 08:35:05.504 | ++ 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-06-05 08:35:06.743 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:06.746 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-06-05 08:35:06.746 | address-scope 2024-06-05 08:35:06.746 | router-admin-state-down-before-update 2024-06-05 08:35:06.746 | agent 2024-06-05 08:35:06.746 | agent-resources-synced 2024-06-05 08:35:06.746 | allowed-address-pairs 2024-06-05 08:35:06.746 | auto-allocated-topology 2024-06-05 08:35:06.746 | availability_zone 2024-06-05 08:35:06.746 | availability_zone_filter 2024-06-05 08:35:06.746 | default-subnetpools 2024-06-05 08:35:06.746 | dhcp_agent_scheduler 2024-06-05 08:35:06.746 | dvr 2024-06-05 08:35:06.746 | empty-string-filtering 2024-06-05 08:35:06.746 | external-net 2024-06-05 08:35:06.746 | extra_dhcp_opt 2024-06-05 08:35:06.746 | extraroute 2024-06-05 08:35:06.746 | extraroute-atomic 2024-06-05 08:35:06.746 | filter-validation 2024-06-05 08:35:06.746 | floating-ip-port-forwarding-detail 2024-06-05 08:35:06.746 | fip-port-details 2024-06-05 08:35:06.746 | flavors 2024-06-05 08:35:06.746 | floatingip-pools 2024-06-05 08:35:06.746 | ip-substring-filtering 2024-06-05 08:35:06.746 | router 2024-06-05 08:35:06.746 | ext-gw-mode 2024-06-05 08:35:06.746 | l3-ha 2024-06-05 08:35:06.746 | l3-flavors 2024-06-05 08:35:06.746 | l3-port-ip-change-not-allowed 2024-06-05 08:35:06.746 | l3_agent_scheduler 2024-06-05 08:35:06.746 | multi-provider 2024-06-05 08:35:06.746 | net-mtu 2024-06-05 08:35:06.746 | net-mtu-writable 2024-06-05 08:35:06.746 | network_availability_zone 2024-06-05 08:35:06.746 | network-ip-availability 2024-06-05 08:35:06.746 | pagination 2024-06-05 08:35:06.746 | port-device-profile 2024-06-05 08:35:06.746 | port-mac-override 2024-06-05 08:35:06.746 | port-mac-address-regenerate 2024-06-05 08:35:06.746 | port-numa-affinity-policy 2024-06-05 08:35:06.746 | binding 2024-06-05 08:35:06.746 | binding-extended 2024-06-05 08:35:06.746 | port-security 2024-06-05 08:35:06.746 | project-id 2024-06-05 08:35:06.746 | provider 2024-06-05 08:35:06.746 | quota-check-limit 2024-06-05 08:35:06.746 | quotas 2024-06-05 08:35:06.746 | quota_details 2024-06-05 08:35:06.746 | rbac-policies 2024-06-05 08:35:06.746 | rbac-address-group 2024-06-05 08:35:06.746 | rbac-address-scope 2024-06-05 08:35:06.746 | rbac-security-groups 2024-06-05 08:35:06.746 | rbac-subnetpool 2024-06-05 08:35:06.746 | revision-if-match 2024-06-05 08:35:06.746 | standard-attr-revisions 2024-06-05 08:35:06.746 | router_availability_zone 2024-06-05 08:35:06.746 | security-groups-normalized-cidr 2024-06-05 08:35:06.746 | port-security-groups-filtering 2024-06-05 08:35:06.747 | security-groups-remote-address-group 2024-06-05 08:35:06.747 | security-groups-shared-filtering 2024-06-05 08:35:06.747 | security-group 2024-06-05 08:35:06.747 | service-type 2024-06-05 08:35:06.747 | sorting 2024-06-05 08:35:06.747 | standard-attr-description 2024-06-05 08:35:06.747 | stateful-security-group 2024-06-05 08:35:06.747 | subnet_onboard 2024-06-05 08:35:06.747 | subnet-service-types 2024-06-05 08:35:06.747 | subnet_allocation 2024-06-05 08:35:06.747 | subnetpool-prefix-ops 2024-06-05 08:35:06.747 | standard-attr-tag 2024-06-05 08:35:06.747 | standard-attr-timestamp 2024-06-05 08:35:06.747 | nsxt-ops' 2024-06-05 08:35:06.748 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-06-05 08:35:06.748 | address-scope 2024-06-05 08:35:06.748 | router-admin-state-down-before-update 2024-06-05 08:35:06.748 | agent 2024-06-05 08:35:06.748 | agent-resources-synced 2024-06-05 08:35:06.748 | allowed-address-pairs 2024-06-05 08:35:06.748 | auto-allocated-topology 2024-06-05 08:35:06.748 | availability_zone 2024-06-05 08:35:06.748 | availability_zone_filter 2024-06-05 08:35:06.748 | default-subnetpools 2024-06-05 08:35:06.748 | dhcp_agent_scheduler 2024-06-05 08:35:06.748 | dvr 2024-06-05 08:35:06.748 | empty-string-filtering 2024-06-05 08:35:06.748 | external-net 2024-06-05 08:35:06.748 | extra_dhcp_opt 2024-06-05 08:35:06.748 | extraroute 2024-06-05 08:35:06.748 | extraroute-atomic 2024-06-05 08:35:06.749 | filter-validation 2024-06-05 08:35:06.749 | floating-ip-port-forwarding-detail 2024-06-05 08:35:06.749 | fip-port-details 2024-06-05 08:35:06.749 | flavors 2024-06-05 08:35:06.749 | floatingip-pools 2024-06-05 08:35:06.749 | ip-substring-filtering 2024-06-05 08:35:06.749 | router 2024-06-05 08:35:06.749 | ext-gw-mode 2024-06-05 08:35:06.749 | l3-ha 2024-06-05 08:35:06.749 | l3-flavors 2024-06-05 08:35:06.749 | l3-port-ip-change-not-allowed 2024-06-05 08:35:06.749 | l3_agent_scheduler 2024-06-05 08:35:06.749 | multi-provider 2024-06-05 08:35:06.749 | net-mtu 2024-06-05 08:35:06.749 | net-mtu-writable 2024-06-05 08:35:06.749 | network_availability_zone 2024-06-05 08:35:06.749 | network-ip-availability 2024-06-05 08:35:06.749 | pagination 2024-06-05 08:35:06.749 | port-device-profile 2024-06-05 08:35:06.749 | port-mac-override 2024-06-05 08:35:06.749 | port-mac-address-regenerate 2024-06-05 08:35:06.749 | port-numa-affinity-policy 2024-06-05 08:35:06.749 | binding 2024-06-05 08:35:06.749 | binding-extended 2024-06-05 08:35:06.749 | port-security 2024-06-05 08:35:06.749 | project-id 2024-06-05 08:35:06.749 | provider 2024-06-05 08:35:06.749 | quota-check-limit 2024-06-05 08:35:06.749 | quotas 2024-06-05 08:35:06.749 | quota_details 2024-06-05 08:35:06.749 | rbac-policies 2024-06-05 08:35:06.749 | rbac-address-group 2024-06-05 08:35:06.749 | rbac-address-scope 2024-06-05 08:35:06.749 | rbac-security-groups 2024-06-05 08:35:06.749 | rbac-subnetpool 2024-06-05 08:35:06.749 | revision-if-match 2024-06-05 08:35:06.749 | standard-attr-revisions 2024-06-05 08:35:06.749 | router_availability_zone 2024-06-05 08:35:06.749 | security-groups-normalized-cidr 2024-06-05 08:35:06.749 | port-security-groups-filtering 2024-06-05 08:35:06.749 | security-groups-remote-address-group 2024-06-05 08:35:06.749 | security-groups-shared-filtering 2024-06-05 08:35:06.749 | security-group 2024-06-05 08:35:06.749 | service-type 2024-06-05 08:35:06.749 | sorting 2024-06-05 08:35:06.749 | standard-attr-description 2024-06-05 08:35:06.749 | stateful-security-group 2024-06-05 08:35:06.749 | subnet_onboard 2024-06-05 08:35:06.749 | subnet-service-types 2024-06-05 08:35:06.749 | subnet_allocation 2024-06-05 08:35:06.749 | subnetpool-prefix-ops 2024-06-05 08:35:06.749 | standard-attr-tag 2024-06-05 08:35:06.749 | standard-attr-timestamp 2024-06-05 08:35:06.749 | nsxt-ops =~ auto-allocated-topology ]] 2024-06-05 08:35:06.750 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-06-05 08:35:06.753 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-06-05 08:35:06.755 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-06-05 08:35:06.757 | ++ 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-06-05 08:35:08.160 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:08.163 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=6fb44b6a-e060-45b0-a90f-2a52267c0f42 2024-06-05 08:35:08.165 | + 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-06-05 08:35:08.166 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-05 08:35:08.180 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-06-05 08:35:08.182 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-06-05 08:35:08.184 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 1d23d553-138d-48bf-a33f-d56763d010e3 9b66fa9d-3602-4d8f-9d04-3e7cdb664fa5 2024-06-05 08:35:10.219 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-06-05 08:35:10.221 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 6fb44b6a-e060-45b0-a90f-2a52267c0f42 2024-06-05 08:35:10.223 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-06-05 08:35:10.225 | ++ 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-06-05 08:35:10.227 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-06-05 08:35:10.229 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-06-05 08:35:10.231 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 6fb44b6a-e060-45b0-a90f-2a52267c0f42 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-06-05 08:35:10.233 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-06-05 08:35:10.236 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-06-05 08:35:10.239 | +++ 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 6fb44b6a-e060-45b0-a90f-2a52267c0f42 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-06-05 08:35:10.239 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-06-05 08:35:11.715 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:11.718 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-06-05 08:35:11.718 | | id | 0759de88-f2b9-4a1a-9cdb-58702f1ca44d |' 2024-06-05 08:35:11.720 | ++ 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-06-05 08:35:11.721 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-06-05 08:35:11.735 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0759de88-f2b9-4a1a-9cdb-58702f1ca44d '|' 2024-06-05 08:35:11.737 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 0759de88-f2b9-4a1a-9cdb-58702f1ca44d |' 2024-06-05 08:35:11.739 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-06-05 08:35:11.742 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0759de88-f2b9-4a1a-9cdb-58702f1ca44d '|' 2024-06-05 08:35:11.742 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-06-05 08:35:11.744 | ++ functions-common:get_field:829 : local data field 2024-06-05 08:35:11.746 | ++ functions-common:get_field:830 : read data 2024-06-05 08:35:11.748 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-06-05 08:35:11.750 | ++ functions-common:get_field:834 : field='$3' 2024-06-05 08:35:11.752 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 0759de88-f2b9-4a1a-9cdb-58702f1ca44d |' 2024-06-05 08:35:11.752 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-06-05 08:35:11.757 | ++ functions-common:get_field:830 : read data 2024-06-05 08:35:11.759 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-06-05 08:35:11.763 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0759de88-f2b9-4a1a-9cdb-58702f1ca44d '|' 2024-06-05 08:35:11.763 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-06-05 08:35:11.764 | ++ functions-common:get_field:829 : local data field 2024-06-05 08:35:11.766 | ++ functions-common:get_field:830 : read data 2024-06-05 08:35:11.768 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-06-05 08:35:11.770 | ++ functions-common:get_field:834 : field='$6' 2024-06-05 08:35:11.773 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-06-05 08:35:11.773 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 0759de88-f2b9-4a1a-9cdb-58702f1ca44d |' 2024-06-05 08:35:11.777 | ++ functions-common:get_field:830 : read data 2024-06-05 08:35:11.780 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=0759de88-f2b9-4a1a-9cdb-58702f1ca44d 2024-06-05 08:35:11.782 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 6fb44b6a-e060-45b0-a90f-2a52267c0f42 1d23d553-138d-48bf-a33f-d56763d010e3 2024-06-05 08:35:13.687 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-06-05 08:35:13.690 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-06-05 08:35:13.702 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:13.704 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-06-05 08:35:13.706 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-06-05 08:35:13.707 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-06-05 08:35:13.709 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-06-05 08:35:13.711 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:13.713 | ++ 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-06-05 08:35:13.727 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-06-05 08:35:13.729 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-06-05 08:35:13.731 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-06-05 08:35:13.733 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-06-05 08:35:13.735 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-06-05 08:35:13.737 | + 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-06-05 08:35:13.738 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-06-05 08:35:13.740 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-06-05 08:35:13.742 | + functions-common:test_with_retry:2375 : local until=10 2024-06-05 08:35:13.744 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-06-05 08:35:13.746 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-06-05 08:35:13.747 | + functions-common:time_start:2421 : local name=test_with_retry 2024-06-05 08:35:13.749 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:13.751 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:13.753 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:13.757 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576513754 2024-06-05 08:35:13.758 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-06-05 08:35:13.764 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-06-05 08:35:13.766 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:13.767 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:13.769 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:13.771 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:13.772 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:13.774 | + functions-common:time_stop:2441 : name=test_with_retry 2024-06-05 08:35:13.775 | + functions-common:time_stop:2442 : start_time=1717576513754 2024-06-05 08:35:13.777 | + functions-common:time_stop:2444 : [[ -z 1717576513754 ]] 2024-06-05 08:35:13.779 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:13.782 | + functions-common:time_stop:2447 : end_time=1717576513780 2024-06-05 08:35:13.784 | + functions-common:time_stop:2448 : elapsed_time=26 2024-06-05 08:35:13.786 | + functions-common:time_stop:2449 : total=3061 2024-06-05 08:35:13.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:13.789 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3087 2024-06-05 08:35:13.792 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-06-05 08:35:13.793 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-06-05 08:35:13.797 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-06-05 08:35:13.798 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:35:13.800 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:13.802 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:13.805 | ++ 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-06-05 08:35:13.805 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-06-05 08:35:13.806 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-06-05 08:35:13.806 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-06-05 08:35:15.069 | ++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:15.072 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.231 ' 2024-06-05 08:35:15.074 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-06-05 08:35:15.076 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-05 08:35:15.089 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-06-05 08:35:15.091 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:35:15.093 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-06-05 08:35:15.094 | + stack.sh:main:1339 : is_service_enabled nova 2024-06-05 08:35:15.108 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:15.110 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-06-05 08:35:15.112 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:15.114 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-06-05 08:35:15.116 | + stack.sh:main:1341 : start_nova 2024-06-05 08:35:15.118 | + lib/nova:start_nova:1176 : start_nova_rest 2024-06-05 08:35:15.120 | + 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-06-05 08:35:15.122 | + 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-06-05 08:35:15.125 | + 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-06-05 08:35:15.127 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-06-05 08:35:15.129 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.131 | + functions-common:run_process:1689 : local service=n-sch 2024-06-05 08:35:15.133 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.135 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:15.137 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:15.139 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:15.141 | + functions-common:run_process:1695 : local name=n-sch 2024-06-05 08:35:15.143 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:15.145 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:15.147 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:15.150 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:15.152 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:15.156 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576515153 2024-06-05 08:35:15.158 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-06-05 08:35:15.171 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:15.174 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-06-05 08:35:15.176 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-06-05 08:35:15.178 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.180 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.182 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.184 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.186 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-06-05 08:35:15.188 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-06-05 08:35:15.190 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-06-05 08:35:15.192 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:15.194 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:15.196 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:15.198 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:35:15.200 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-06-05 08:35:15.202 | + 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-06-05 08:35:15.204 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-06-05 08:35:15.206 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-05 08:35:15.207 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:35:15.209 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:35:15.211 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:35:15.213 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:35:15.215 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:35:15.217 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-06-05 08:35:15.218 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:35:15.222 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-06-05 08:35:15.271 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-06-05 08:35:15.326 | + 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-06-05 08:35:15.369 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-06-05 08:35:15.412 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-06-05 08:35:15.455 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:35:15.498 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:35:15.501 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:35:15.503 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-06-05 08:35:15.554 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:35:15.903 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-06-05 08:35:15.913 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-06-05 08:35:16.248 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-06-05 08:35:16.317 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:16.319 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:16.321 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:16.323 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:16.325 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:16.327 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:16.329 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:16.331 | + functions-common:time_stop:2442 : start_time=1717576515153 2024-06-05 08:35:16.333 | + functions-common:time_stop:2444 : [[ -z 1717576515153 ]] 2024-06-05 08:35:16.336 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:16.339 | + functions-common:time_stop:2447 : end_time=1717576516337 2024-06-05 08:35:16.341 | + functions-common:time_stop:2448 : elapsed_time=1184 2024-06-05 08:35:16.343 | + functions-common:time_stop:2449 : total=9799 2024-06-05 08:35:16.345 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:16.347 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10983 2024-06-05 08:35:16.349 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-06-05 08:35:16.352 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-06-05 08:35:16.356 | + 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-06-05 08:35:16.358 | + functions-common:run_process:1689 : local service=n-api-meta 2024-06-05 08:35:16.360 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-05 08:35:16.362 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:16.364 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:16.366 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:16.369 | + functions-common:run_process:1695 : local name=n-api-meta 2024-06-05 08:35:16.370 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:16.372 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:16.374 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:16.376 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:16.379 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:16.382 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576516380 2024-06-05 08:35:16.385 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-06-05 08:35:16.402 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:16.404 | + 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-06-05 08:35:16.406 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-06-05 08:35:16.409 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-05 08:35:16.412 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-05 08:35:16.415 | + 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-06-05 08:35:16.417 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-05 08:35:16.420 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-06-05 08:35:16.423 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-06-05 08:35:16.427 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-06-05 08:35:16.430 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:16.431 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:16.433 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:16.435 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:35:16.437 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-06-05 08:35:16.440 | + 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-06-05 08:35:16.443 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-06-05 08:35:16.445 | + 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-06-05 08:35:16.448 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-06-05 08:35:16.450 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-06-05 08:35:16.452 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-06-05 08:35:16.454 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-06-05 08:35:16.456 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-06-05 08:35:16.459 | + 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-06-05 08:35:16.524 | + 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-06-05 08:35:16.580 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-06-05 08:35:16.628 | + 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-06-05 08:35:16.676 | + 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-06-05 08:35:16.722 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-06-05 08:35:16.766 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-06-05 08:35:16.810 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-06-05 08:35:16.853 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-06-05 08:35:16.896 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-06-05 08:35:16.941 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-06-05 08:35:16.943 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-06-05 08:35:16.945 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-06-05 08:35:16.996 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-06-05 08:35:17.309 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-06-05 08:35:17.319 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-06-05 08:35:17.637 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-06-05 08:35:17.699 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:17.701 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:17.703 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:17.705 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:17.707 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:17.709 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:17.711 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:17.713 | + functions-common:time_stop:2442 : start_time=1717576516380 2024-06-05 08:35:17.716 | + functions-common:time_stop:2444 : [[ -z 1717576516380 ]] 2024-06-05 08:35:17.718 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:17.722 | + functions-common:time_stop:2447 : end_time=1717576517720 2024-06-05 08:35:17.724 | + functions-common:time_stop:2448 : elapsed_time=1340 2024-06-05 08:35:17.726 | + functions-common:time_stop:2449 : total=10983 2024-06-05 08:35:17.728 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:17.729 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12323 2024-06-05 08:35:17.732 | + 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-06-05 08:35:17.734 | + 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-06-05 08:35:17.736 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-06-05 08:35:17.738 | + 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-06-05 08:35:17.740 | + 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-06-05 08:35:17.742 | + 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-06-05 08:35:17.744 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-06-05 08:35:17.746 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:35:17.748 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-06-05 08:35:17.750 | + functions-common:run_process:1689 : local service=n-novnc 2024-06-05 08:35:17.752 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-06-05 08:35:17.754 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:17.756 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:17.758 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:17.760 | + functions-common:run_process:1695 : local name=n-novnc 2024-06-05 08:35:17.762 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:17.763 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:17.766 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:17.768 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:17.770 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:17.773 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576517771 2024-06-05 08:35:17.775 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-06-05 08:35:17.788 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:17.790 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:17.792 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:17.794 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:17.796 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:17.798 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:17.800 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:17.802 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:17.804 | + functions-common:time_stop:2442 : start_time=1717576517771 2024-06-05 08:35:17.806 | + functions-common:time_stop:2444 : [[ -z 1717576517771 ]] 2024-06-05 08:35:17.808 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:17.811 | + functions-common:time_stop:2447 : end_time=1717576517809 2024-06-05 08:35:17.813 | + functions-common:time_stop:2448 : elapsed_time=38 2024-06-05 08:35:17.815 | + functions-common:time_stop:2449 : total=12323 2024-06-05 08:35:17.817 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:17.819 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12361 2024-06-05 08:35:17.821 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-06-05 08:35:17.823 | + functions-common:run_process:1689 : local service=n-spice 2024-06-05 08:35:17.825 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-06-05 08:35:17.827 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:17.829 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:17.831 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:17.833 | + functions-common:run_process:1695 : local name=n-spice 2024-06-05 08:35:17.835 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:17.837 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:17.839 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:17.841 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:17.843 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:17.847 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576517845 2024-06-05 08:35:17.849 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-06-05 08:35:17.862 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:17.864 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:17.866 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:17.868 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:17.870 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:17.872 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:17.875 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:17.877 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:17.879 | + functions-common:time_stop:2442 : start_time=1717576517845 2024-06-05 08:35:17.881 | + functions-common:time_stop:2444 : [[ -z 1717576517845 ]] 2024-06-05 08:35:17.883 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:17.887 | + functions-common:time_stop:2447 : end_time=1717576517885 2024-06-05 08:35:17.889 | + functions-common:time_stop:2448 : elapsed_time=40 2024-06-05 08:35:17.891 | + functions-common:time_stop:2449 : total=12361 2024-06-05 08:35:17.893 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:17.895 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12401 2024-06-05 08:35:17.897 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-06-05 08:35:17.899 | + functions-common:run_process:1689 : local service=n-sproxy 2024-06-05 08:35:17.901 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-06-05 08:35:17.903 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:17.905 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:17.907 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:17.909 | + functions-common:run_process:1695 : local name=n-sproxy 2024-06-05 08:35:17.911 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:17.913 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:17.916 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:17.918 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:17.920 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:17.924 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576517921 2024-06-05 08:35:17.927 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-06-05 08:35:17.941 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:17.957 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:17.957 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:17.958 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:17.958 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:17.958 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:17.961 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:17.962 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:17.965 | + functions-common:time_stop:2442 : start_time=1717576517921 2024-06-05 08:35:17.966 | + functions-common:time_stop:2444 : [[ -z 1717576517921 ]] 2024-06-05 08:35:17.968 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:17.972 | + functions-common:time_stop:2447 : end_time=1717576517970 2024-06-05 08:35:17.975 | + functions-common:time_stop:2448 : elapsed_time=49 2024-06-05 08:35:17.977 | + functions-common:time_stop:2449 : total=12401 2024-06-05 08:35:17.979 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:17.981 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12450 2024-06-05 08:35:17.983 | + 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-06-05 08:35:17.986 | + 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-06-05 08:35:17.988 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-06-05 08:35:17.990 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:35:17.992 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-06-05 08:35:17.992 | Starting nova-conductor in a cellsv1-compatible way 2024-06-05 08:35:17.994 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:17.997 | + functions-common:run_process:1689 : local service=n-cond 2024-06-05 08:35:17.999 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.001 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:18.003 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:18.005 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:18.008 | + functions-common:run_process:1695 : local name=n-cond 2024-06-05 08:35:18.010 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:18.013 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:18.015 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:18.017 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:18.020 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:18.025 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576518021 2024-06-05 08:35:18.027 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-06-05 08:35:18.051 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:18.053 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-06-05 08:35:18.056 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-06-05 08:35:18.058 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.060 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.062 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.065 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.067 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-06-05 08:35:18.070 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-06-05 08:35:18.073 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-06-05 08:35:18.075 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:18.079 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:18.081 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:18.083 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:35:18.085 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-06-05 08:35:18.087 | + 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-06-05 08:35:18.091 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-06-05 08:35:18.093 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.096 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:35:18.099 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:35:18.101 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:35:18.104 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:35:18.106 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:35:18.108 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-06-05 08:35:18.111 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:35:18.114 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-06-05 08:35:18.169 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-06-05 08:35:18.223 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-05 08:35:18.265 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-06-05 08:35:18.307 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-06-05 08:35:18.349 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:35:18.390 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:35:18.392 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:35:18.394 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-06-05 08:35:18.442 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:35:18.808 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-06-05 08:35:18.818 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-06-05 08:35:19.180 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-06-05 08:35:19.216 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:19.219 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:19.221 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:19.223 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:19.225 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:19.227 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:19.229 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:19.231 | + functions-common:time_stop:2442 : start_time=1717576518021 2024-06-05 08:35:19.233 | + functions-common:time_stop:2444 : [[ -z 1717576518021 ]] 2024-06-05 08:35:19.235 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:19.239 | + functions-common:time_stop:2447 : end_time=1717576519237 2024-06-05 08:35:19.241 | + functions-common:time_stop:2448 : elapsed_time=1216 2024-06-05 08:35:19.243 | + functions-common:time_stop:2449 : total=12450 2024-06-05 08:35:19.245 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:19.247 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13666 2024-06-05 08:35:19.249 | + lib/nova:start_nova_conductor:1149 : return 2024-06-05 08:35:19.251 | + lib/nova:start_nova:1179 : start_nova_compute 2024-06-05 08:35:19.253 | + 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-06-05 08:35:19.255 | + 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-06-05 08:35:19.257 | + 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-06-05 08:35:19.260 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-06-05 08:35:19.262 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-06-05 08:35:19.267 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-06-05 08:35:19.269 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:35:19.272 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-05 08:35:19.273 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-06-05 08:35:19.275 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-05 08:35:19.278 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-06-05 08:35:19.280 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-06-05 08:35:19.282 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-06-05 08:35:19.284 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-06-05 08:35:19.287 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-06-05 08:35:19.288 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-06-05 08:35:19.288 | BEGIN { 2024-06-05 08:35:19.288 | section = "" 2024-06-05 08:35:19.288 | last_section = "" 2024-06-05 08:35:19.288 | section_count = 0 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | /^\[.+\]/ { 2024-06-05 08:35:19.288 | gsub("[][]", "", $1); 2024-06-05 08:35:19.288 | section=$1 2024-06-05 08:35:19.288 | next 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | /^ *\#/ { 2024-06-05 08:35:19.288 | next 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | /^[^ \t]+/ { 2024-06-05 08:35:19.288 | # get offset of first = in $0 2024-06-05 08:35:19.288 | eq_idx = index($0, "=") 2024-06-05 08:35:19.288 | # extract attr & value from $0 2024-06-05 08:35:19.288 | attr = substr($0, 1, eq_idx - 1) 2024-06-05 08:35:19.288 | value = substr($0, eq_idx + 1) 2024-06-05 08:35:19.288 | # only need to strip trailing whitespace from attr 2024-06-05 08:35:19.288 | sub(/[ \t]*$/, "", attr) 2024-06-05 08:35:19.288 | # need to strip leading & trailing whitespace from value 2024-06-05 08:35:19.288 | sub(/^[ \t]*/, "", value) 2024-06-05 08:35:19.288 | sub(/[ \t]*$/, "", value) 2024-06-05 08:35:19.288 | 2024-06-05 08:35:19.288 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-05 08:35:19.288 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-05 08:35:19.288 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-05 08:35:19.288 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-05 08:35:19.288 | if (! (section, attr) in cfg_attr_count) { 2024-06-05 08:35:19.288 | if (section != last_section) { 2024-06-05 08:35:19.288 | cfg_section[section_count++] = section 2024-06-05 08:35:19.288 | last_section = section 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-05 08:35:19.288 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-05 08:35:19.288 | 2024-06-05 08:35:19.288 | cfg_attr[section, attr, 0] = value 2024-06-05 08:35:19.288 | cfg_attr_count[section, attr] = 1 2024-06-05 08:35:19.288 | } else { 2024-06-05 08:35:19.288 | lno = cfg_attr_count[section, attr]++ 2024-06-05 08:35:19.288 | cfg_attr[section, attr, lno] = value 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | END { 2024-06-05 08:35:19.288 | # Process each section in order 2024-06-05 08:35:19.288 | for (sno = 0; sno < section_count; sno++) { 2024-06-05 08:35:19.288 | section = cfg_section[sno] 2024-06-05 08:35:19.288 | # The ini routines simply append a config item immediately 2024-06-05 08:35:19.288 | # after the section header. To keep the same order as defined 2024-06-05 08:35:19.288 | # in local.conf, invoke the ini routines in the reverse order 2024-06-05 08:35:19.288 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-05 08:35:19.288 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-05 08:35:19.288 | if (cfg_attr_count[section, attr] == 1) 2024-06-05 08:35:19.288 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-05 08:35:19.288 | else { 2024-06-05 08:35:19.288 | # For multiline, invoke the ini routines in the reverse order 2024-06-05 08:35:19.288 | count = cfg_attr_count[section, attr] 2024-06-05 08:35:19.288 | print "inidelete " configfile " " section " " attr 2024-06-05 08:35:19.288 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-05 08:35:19.288 | for (l = count -2; l >= 0; l--) 2024-06-05 08:35:19.288 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | } 2024-06-05 08:35:19.288 | ' 2024-06-05 08:35:19.290 | + inc/meta-config:merge_config_file:164 : read a 2024-06-05 08:35:19.290 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:35:19.290 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-05 08:35:19.292 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-05 08:35:19.294 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-06-05 08:35:19.296 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:35:19.298 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-06-05 08:35:19.300 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-06-05 08:35:19.300 | BEGIN { group = "" } 2024-06-05 08:35:19.300 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:35:19.300 | gsub("[][]", "", $1); 2024-06-05 08:35:19.300 | split($1, a, "|"); 2024-06-05 08:35:19.300 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-05 08:35:19.300 | group=a[1] 2024-06-05 08:35:19.300 | } else { 2024-06-05 08:35:19.300 | group="" 2024-06-05 08:35:19.300 | } 2024-06-05 08:35:19.300 | next 2024-06-05 08:35:19.300 | } 2024-06-05 08:35:19.300 | { 2024-06-05 08:35:19.300 | if (group != "") 2024-06-05 08:35:19.300 | print $0 2024-06-05 08:35:19.300 | } 2024-06-05 08:35:19.300 | ' /opt/stack/devstack/local.conf 2024-06-05 08:35:19.305 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-05 08:35:19.307 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-06-05 08:35:19.307 | Skipping multi-cell conductor fleet setup 2024-06-05 08:35:19.309 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-06-05 08:35:19.324 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-06-05 08:35:19.340 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-06-05 08:35:19.342 | + lib/nova:configure_console_compute:664 : local offset 2024-06-05 08:35:19.344 | + lib/nova:configure_console_compute:665 : offset=0 2024-06-05 08:35:19.345 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-06-05 08:35:19.348 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-06-05 08:35:19.363 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-06-05 08:35:19.365 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-06-05 08:35:19.381 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:19.383 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-06-05 08:35:19.400 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:19.403 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-06-05 08:35:19.405 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-06-05 08:35:19.437 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-06-05 08:35:19.450 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:19.452 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-06-05 08:35:19.467 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:19.469 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-06-05 08:35:19.495 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-06-05 08:35:19.498 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-06-05 08:35:19.500 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-06-05 08:35:19.502 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-06-05 08:35:19.504 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-06-05 08:35:19.506 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-06-05 08:35:19.508 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-06-05 08:35:19.510 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-06-05 08:35:19.525 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:19.526 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-06-05 08:35:19.529 | + functions-common:run_process:1689 : local service=n-cpu 2024-06-05 08:35:19.530 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-06-05 08:35:19.532 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:19.534 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:19.536 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:19.538 | + functions-common:run_process:1695 : local name=n-cpu 2024-06-05 08:35:19.540 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:19.542 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:19.544 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:19.546 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:19.549 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:19.552 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576519550 2024-06-05 08:35:19.554 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-06-05 08:35:19.568 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:19.570 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:19.572 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:19.574 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:19.576 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:19.578 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:19.580 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:19.582 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:19.584 | + functions-common:time_stop:2442 : start_time=1717576519550 2024-06-05 08:35:19.586 | + functions-common:time_stop:2444 : [[ -z 1717576519550 ]] 2024-06-05 08:35:19.589 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:19.592 | + functions-common:time_stop:2447 : end_time=1717576519590 2024-06-05 08:35:19.594 | + functions-common:time_stop:2448 : elapsed_time=40 2024-06-05 08:35:19.596 | + functions-common:time_stop:2449 : total=13666 2024-06-05 08:35:19.598 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:19.600 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13706 2024-06-05 08:35:19.602 | + 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-06-05 08:35:19.605 | + 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-06-05 08:35:19.607 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-06-05 08:35:19.620 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:19.623 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-06-05 08:35:19.623 | Dumping cells_v2 mapping 2024-06-05 08:35:19.625 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-06-05 08:35:20.011 | 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-06-05 08:35:21.331 | INFO dbcounter [None req-5f5a9b09-8572-49b7-b54d-680ffbbeadd6 None None] Registered counter for database nova_api 2024-06-05 08:35:21.343 | DEBUG dbcounter [-] [52317] Writer thread running {{(pid=52317) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:35:21.366 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-06-05 08:35:21.366 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-06-05 08:35:21.366 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-06-05 08:35:21.366 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-06-05 08:35:21.366 | | cell1 | 59419fe5-2c5b-4004-8c8e-a51d243fef53 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-06-05 08:35:21.366 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-06-05 08:35:21.708 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-06-05 08:35:21.710 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-06-05 08:35:21.759 | + inc/async:async_inner:63 : create_flavors 2024-06-05 08:35:21.789 | [3605 Async create_flavors:52383]: running: create_flavors 2024-06-05 08:35:21.791 | + stack.sh:main:1344 : is_service_enabled cinder 2024-06-05 08:35:21.805 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:21.806 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-06-05 08:35:21.808 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:21.810 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-06-05 08:35:21.812 | + stack.sh:main:1346 : start_cinder 2024-06-05 08:35:21.814 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-06-05 08:35:21.817 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-06-05 08:35:21.818 | + lib/cinder:start_cinder:587 : local cinder_url 2024-06-05 08:35:21.821 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-06-05 08:35:21.833 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:21.836 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-06-05 08:35:21.838 | + 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-06-05 08:35:21.840 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-06-05 08:35:21.842 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-06-05 08:35:21.846 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-05 08:35:21.848 | + functions-common:run_process:1689 : local service=c-api 2024-06-05 08:35:21.850 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-05 08:35:21.852 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:21.854 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:21.856 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:21.858 | + functions-common:run_process:1695 : local name=c-api 2024-06-05 08:35:21.860 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:21.862 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:21.864 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:21.866 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:21.869 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:21.872 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576521870 2024-06-05 08:35:21.874 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-06-05 08:35:21.887 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:21.889 | + 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-06-05 08:35:21.891 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-06-05 08:35:21.893 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-05 08:35:21.895 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-05 08:35:21.897 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-05 08:35:21.899 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-05 08:35:21.901 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-06-05 08:35:21.903 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-06-05 08:35:21.905 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-06-05 08:35:21.907 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:21.909 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:21.911 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:21.913 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:35:21.915 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-06-05 08:35:21.917 | + 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-06-05 08:35:21.919 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-06-05 08:35:21.921 | + 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-06-05 08:35:21.922 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-06-05 08:35:21.924 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-06-05 08:35:21.926 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-06-05 08:35:21.928 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-06-05 08:35:21.930 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-06-05 08:35:21.933 | + 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-06-05 08:35:21.983 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-06-05 08:35:22.033 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-06-05 08:35:22.075 | + 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-06-05 08:35:22.116 | + 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-06-05 08:35:22.159 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-06-05 08:35:22.200 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-06-05 08:35:22.241 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-06-05 08:35:22.282 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-06-05 08:35:22.323 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-06-05 08:35:22.366 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-06-05 08:35:22.368 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-06-05 08:35:22.369 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-06-05 08:35:22.418 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-06-05 08:35:22.771 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-06-05 08:35:22.781 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-06-05 08:35:23.096 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-06-05 08:35:23.176 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:23.180 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:23.184 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:23.186 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:23.188 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:23.191 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:23.192 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:23.194 | + functions-common:time_stop:2442 : start_time=1717576521870 2024-06-05 08:35:23.196 | + functions-common:time_stop:2444 : [[ -z 1717576521870 ]] 2024-06-05 08:35:23.198 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:23.202 | + functions-common:time_stop:2447 : end_time=1717576523200 2024-06-05 08:35:23.204 | + functions-common:time_stop:2448 : elapsed_time=1330 2024-06-05 08:35:23.206 | + functions-common:time_stop:2449 : total=13706 2024-06-05 08:35:23.208 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:23.210 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15036 2024-06-05 08:35:23.212 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-06-05 08:35:23.214 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-06-05 08:35:23.214 | Waiting for Cinder API to start... 2024-06-05 08:35:23.216 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-06-05 08:35:23.218 | + functions:wait_for_service:468 : local timeout=60 2024-06-05 08:35:23.220 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-06-05 08:35:23.222 | + functions:wait_for_service:470 : local rval=0 2024-06-05 08:35:23.224 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-05 08:35:23.226 | + functions-common:time_start:2421 : local name=wait_for_service 2024-06-05 08:35:23.228 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:23.230 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:23.233 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:23.236 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576523234 2024-06-05 08:35:23.238 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-05 08:35:23.242 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-06-05 08:35:25.307 | + :: : [[ 401 == 503 ]] 2024-06-05 08:35:25.308 | + :: : [[ 0 -eq 7 ]] 2024-06-05 08:35:25.311 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-05 08:35:25.313 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:25.315 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:25.317 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:25.319 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:25.320 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:25.322 | + functions-common:time_stop:2441 : name=wait_for_service 2024-06-05 08:35:25.324 | + functions-common:time_stop:2442 : start_time=1717576523234 2024-06-05 08:35:25.326 | + functions-common:time_stop:2444 : [[ -z 1717576523234 ]] 2024-06-05 08:35:25.328 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:25.332 | + functions-common:time_stop:2447 : end_time=1717576525329 2024-06-05 08:35:25.334 | + functions-common:time_stop:2448 : elapsed_time=2095 2024-06-05 08:35:25.335 | + functions-common:time_stop:2449 : total=6506 2024-06-05 08:35:25.337 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:25.340 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8601 2024-06-05 08:35:25.341 | + functions:wait_for_service:478 : return 0 2024-06-05 08:35:25.343 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.345 | + functions-common:run_process:1689 : local service=c-sch 2024-06-05 08:35:25.347 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.349 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:25.351 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:25.353 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:25.355 | + functions-common:run_process:1695 : local name=c-sch 2024-06-05 08:35:25.357 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:25.359 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:25.360 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:25.362 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:25.365 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:25.368 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576525366 2024-06-05 08:35:25.370 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-06-05 08:35:25.383 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:25.385 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-06-05 08:35:25.387 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-06-05 08:35:25.389 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.391 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.393 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.395 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.397 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-06-05 08:35:25.399 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-06-05 08:35:25.401 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-06-05 08:35:25.402 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:25.404 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:25.406 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:25.408 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:35:25.410 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-06-05 08:35:25.412 | + 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-06-05 08:35:25.414 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-06-05 08:35:25.416 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:25.418 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:35:25.419 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:35:25.421 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-06-05 08:35:25.423 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:35:25.425 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:35:25.427 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-06-05 08:35:25.428 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:35:25.432 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-06-05 08:35:25.482 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-06-05 08:35:25.533 | + 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-06-05 08:35:25.576 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-06-05 08:35:25.617 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-06-05 08:35:25.660 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:35:25.702 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-06-05 08:35:25.704 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:35:25.706 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-06-05 08:35:25.757 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:35:26.096 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-06-05 08:35:26.106 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-06-05 08:35:26.447 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-06-05 08:35:26.497 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:26.499 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:26.501 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:26.503 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:26.505 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:26.507 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:26.509 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:26.511 | + functions-common:time_stop:2442 : start_time=1717576525366 2024-06-05 08:35:26.513 | + functions-common:time_stop:2444 : [[ -z 1717576525366 ]] 2024-06-05 08:35:26.515 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:26.519 | + functions-common:time_stop:2447 : end_time=1717576526516 2024-06-05 08:35:26.520 | + functions-common:time_stop:2448 : elapsed_time=1150 2024-06-05 08:35:26.522 | + functions-common:time_stop:2449 : total=15036 2024-06-05 08:35:26.524 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:26.526 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16186 2024-06-05 08:35:26.528 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-05 08:35:26.530 | + 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-06-05 08:35:26.532 | + functions-common:run_process:1689 : local service=c-bak 2024-06-05 08:35:26.534 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.536 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:26.537 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:26.539 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-05 08:35:26.541 | + functions-common:run_process:1695 : local name=c-bak 2024-06-05 08:35:26.543 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:26.545 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:26.547 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:26.549 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:26.551 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:26.555 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576526552 2024-06-05 08:35:26.557 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-06-05 08:35:26.570 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:26.572 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:26.574 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:26.576 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:26.578 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:26.579 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:26.581 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:26.583 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:26.585 | + functions-common:time_stop:2442 : start_time=1717576526552 2024-06-05 08:35:26.587 | + functions-common:time_stop:2444 : [[ -z 1717576526552 ]] 2024-06-05 08:35:26.589 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:26.593 | + functions-common:time_stop:2447 : end_time=1717576526591 2024-06-05 08:35:26.595 | + functions-common:time_stop:2448 : elapsed_time=39 2024-06-05 08:35:26.596 | + functions-common:time_stop:2449 : total=16186 2024-06-05 08:35:26.598 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:26.600 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16225 2024-06-05 08:35:26.602 | + 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-06-05 08:35:26.604 | + functions-common:run_process:1689 : local service=c-vol 2024-06-05 08:35:26.606 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.608 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:26.610 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:26.612 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-05 08:35:26.614 | + functions-common:run_process:1695 : local name=c-vol 2024-06-05 08:35:26.616 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:26.618 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:26.619 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:26.621 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:26.624 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:26.627 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576526625 2024-06-05 08:35:26.630 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-06-05 08:35:26.643 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:26.645 | + 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-06-05 08:35:26.647 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-06-05 08:35:26.649 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.651 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.653 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.655 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.657 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-06-05 08:35:26.659 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-06-05 08:35:26.661 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-06-05 08:35:26.663 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:26.664 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:26.666 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:26.668 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-05 08:35:26.670 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-06-05 08:35:26.672 | + 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-06-05 08:35:26.674 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-06-05 08:35:26.676 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-05 08:35:26.678 | + functions-common:write_user_unit_file:1560 : local group= 2024-06-05 08:35:26.680 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-06-05 08:35:26.682 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-05 08:35:26.684 | + functions-common:write_user_unit_file:1563 : local extra= 2024-06-05 08:35:26.686 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-06-05 08:35:26.688 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-06-05 08:35:26.689 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-06-05 08:35:26.693 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-06-05 08:35:26.744 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-06-05 08:35:26.795 | + 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-06-05 08:35:26.838 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-06-05 08:35:26.881 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-06-05 08:35:26.926 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-05 08:35:26.969 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-06-05 08:35:26.971 | + 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-06-05 08:35:27.015 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-06-05 08:35:27.017 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-06-05 08:35:27.074 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-06-05 08:35:27.456 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-06-05 08:35:27.467 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-06-05 08:35:27.794 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-06-05 08:35:27.833 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:27.835 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:27.837 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:27.839 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:27.842 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:27.844 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:27.846 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:27.848 | + functions-common:time_stop:2442 : start_time=1717576526625 2024-06-05 08:35:27.850 | + functions-common:time_stop:2444 : [[ -z 1717576526625 ]] 2024-06-05 08:35:27.852 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:27.856 | + functions-common:time_stop:2447 : end_time=1717576527854 2024-06-05 08:35:27.858 | + functions-common:time_stop:2448 : elapsed_time=1229 2024-06-05 08:35:27.860 | + functions-common:time_stop:2449 : total=16225 2024-06-05 08:35:27.863 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:27.865 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17454 2024-06-05 08:35:27.867 | + stack.sh:main:1347 : create_volume_types 2024-06-05 08:35:27.869 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-06-05 08:35:27.884 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:27.886 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-06-05 08:35:27.888 | + lib/cinder:create_volume_types:674 : local be be_name 2024-06-05 08:35:27.890 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-06-05 08:35:27.892 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-06-05 08:35:27.894 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-06-05 08:35:27.896 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-06-05 08:35:27.898 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-06-05 08:35:27.900 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-06-05 08:35:27.903 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-06-05 08:35:27.917 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:27.919 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-06-05 08:35:29.756 | +-------------+--------------------------------------+ 2024-06-05 08:35:29.756 | | Field | Value | 2024-06-05 08:35:29.756 | +-------------+--------------------------------------+ 2024-06-05 08:35:29.756 | | description | None | 2024-06-05 08:35:29.756 | | id | 14268d52-08cf-4588-9a07-894af674a023 | 2024-06-05 08:35:29.757 | | is_public | True | 2024-06-05 08:35:29.757 | | name | vsphere | 2024-06-05 08:35:29.757 | | properties | volume_backend_name='vsphere' | 2024-06-05 08:35:29.757 | +-------------+--------------------------------------+ 2024-06-05 08:35:29.901 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:29.904 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:29.906 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:29.909 | + stack.sh:main:1360 : is_service_enabled glance 2024-06-05 08:35:29.924 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:29.926 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-06-05 08:35:29.928 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:29.930 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-06-05 08:35:29.932 | + stack.sh:main:1362 : start_glance 2024-06-05 08:35:29.934 | + lib/glance:start_glance:606 : local service_protocol=http 2024-06-05 08:35:29.936 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-06-05 08:35:29.950 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:29.953 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-06-05 08:35:29.955 | ++ lib/glance:start_glance:614 : which uwsgi 2024-06-05 08:35:29.960 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:29.962 | + functions-common:run_process:1689 : local service=g-api 2024-06-05 08:35:29.964 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:29.966 | + functions-common:run_process:1691 : local group= 2024-06-05 08:35:29.968 | + functions-common:run_process:1692 : local user= 2024-06-05 08:35:29.970 | + functions-common:run_process:1693 : local env_vars= 2024-06-05 08:35:29.972 | + functions-common:run_process:1695 : local name=g-api 2024-06-05 08:35:29.974 | + functions-common:run_process:1697 : time_start run_process 2024-06-05 08:35:29.976 | + functions-common:time_start:2421 : local name=run_process 2024-06-05 08:35:29.978 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:29.980 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:29.982 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:29.986 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576529984 2024-06-05 08:35:29.988 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-06-05 08:35:30.002 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:30.004 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-06-05 08:35:30.006 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-06-05 08:35:30.008 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:30.010 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:30.012 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:30.014 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:30.015 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-06-05 08:35:30.017 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-06-05 08:35:30.020 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-06-05 08:35:30.022 | + functions-common:_run_under_systemd:1656 : local group= 2024-06-05 08:35:30.023 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-06-05 08:35:30.025 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-06-05 08:35:30.027 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-06-05 08:35:30.029 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-06-05 08:35:30.031 | + 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-06-05 08:35:30.033 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-06-05 08:35:30.035 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-05 08:35:30.037 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-06-05 08:35:30.039 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-06-05 08:35:30.041 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-06-05 08:35:30.043 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-06-05 08:35:30.045 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-06-05 08:35:30.048 | + 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-06-05 08:35:30.101 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-06-05 08:35:30.153 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-06-05 08:35:30.196 | + 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-06-05 08:35:30.241 | + 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-06-05 08:35:30.287 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-06-05 08:35:30.330 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-06-05 08:35:30.371 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-06-05 08:35:30.414 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-06-05 08:35:30.458 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-06-05 08:35:30.502 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-06-05 08:35:30.504 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-06-05 08:35:30.506 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-06-05 08:35:30.558 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-06-05 08:35:30.888 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-06-05 08:35:30.899 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-06-05 08:35:31.230 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-06-05 08:35:31.298 | + functions-common:run_process:1701 : time_stop run_process 2024-06-05 08:35:31.300 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:31.302 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:31.305 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:31.307 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:31.309 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:31.310 | + functions-common:time_stop:2441 : name=run_process 2024-06-05 08:35:31.312 | + functions-common:time_stop:2442 : start_time=1717576529984 2024-06-05 08:35:31.314 | + functions-common:time_stop:2444 : [[ -z 1717576529984 ]] 2024-06-05 08:35:31.317 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:31.320 | + functions-common:time_stop:2447 : end_time=1717576531318 2024-06-05 08:35:31.322 | + functions-common:time_stop:2448 : elapsed_time=1334 2024-06-05 08:35:31.324 | + functions-common:time_stop:2449 : total=17454 2024-06-05 08:35:31.326 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:31.328 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18788 2024-06-05 08:35:31.330 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-06-05 08:35:31.344 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:31.346 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-06-05 08:35:31.346 | Waiting for g-api (10.180.1.21) to start... 2024-06-05 08:35:31.348 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-06-05 08:35:31.350 | + functions:wait_for_service:468 : local timeout=60 2024-06-05 08:35:31.352 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-06-05 08:35:31.354 | + functions:wait_for_service:470 : local rval=0 2024-06-05 08:35:31.356 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-05 08:35:31.358 | + functions-common:time_start:2421 : local name=wait_for_service 2024-06-05 08:35:31.360 | + functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:31.362 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:31.365 | ++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:31.368 | + functions-common:time_start:2426 : _TIME_START[$name]=1717576531366 2024-06-05 08:35:31.370 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-05 08:35:31.374 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-06-05 08:35:33.398 | + :: : [[ 300 == 503 ]] 2024-06-05 08:35:33.399 | + :: : [[ 0 -eq 7 ]] 2024-06-05 08:35:33.402 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-05 08:35:33.404 | + functions-common:time_stop:2435 : local name 2024-06-05 08:35:33.406 | + functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:33.408 | + functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:33.411 | + functions-common:time_stop:2438 : local total 2024-06-05 08:35:33.413 | + functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:33.415 | + functions-common:time_stop:2441 : name=wait_for_service 2024-06-05 08:35:33.417 | + functions-common:time_stop:2442 : start_time=1717576531366 2024-06-05 08:35:33.419 | + functions-common:time_stop:2444 : [[ -z 1717576531366 ]] 2024-06-05 08:35:33.422 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:33.425 | + functions-common:time_stop:2447 : end_time=1717576533423 2024-06-05 08:35:33.427 | + functions-common:time_stop:2448 : elapsed_time=2057 2024-06-05 08:35:33.429 | + functions-common:time_stop:2449 : total=8601 2024-06-05 08:35:33.431 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:33.434 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10658 2024-06-05 08:35:33.436 | + functions:wait_for_service:478 : return 0 2024-06-05 08:35:33.438 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-06-05 08:35:33.453 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:33.455 | + stack.sh:main:1376 : is_service_enabled glance 2024-06-05 08:35:33.469 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:33.471 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-06-05 08:35:33.473 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:33.475 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-06-05 08:35:33.477 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-06-05 08:35:33.479 | + stack.sh:main:1380 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.481 | + 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-06-05 08:35:33.483 | + functions:upload_image:134 : local image image_fname image_name 2024-06-05 08:35:33.485 | + functions:upload_image:136 : local max_attempts=5 2024-06-05 08:35:33.486 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-06-05 08:35:33.490 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.493 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.495 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-06-05 08:35:33.497 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-06-05 08:35:33.499 | ++ functions:upload_image:144 : seq 5 2024-06-05 08:35:33.502 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-06-05 08:35:33.504 | + functions:upload_image:145 : local rc=0 2024-06-05 08:35:33.506 | + 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-06-05 08:35:33.509 | --2024-06-05 08:35:33-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-06-05 08:35:33.515 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-06-05 08:35:33.516 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-06-05 08:35:33.549 | HTTP request sent, awaiting response... 200 OK 2024-06-05 08:35:33.549 | Length: 21318656 (20M) [application/octet-stream] 2024-06-05 08:35:33.549 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-06-05 08:35:33.570 | 2024-06-05 08:35:33.687 | 0K ........ ........ .... 100% 148M=0.1s 2024-06-05 08:35:33.687 | 2024-06-05 08:35:33.687 | 2024-06-05 08:35:33 (148 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-06-05 08:35:33.687 | 2024-06-05 08:35:33.690 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-06-05 08:35:33.692 | + functions:upload_image:155 : break 2024-06-05 08:35:33.694 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.696 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-06-05 08:35:33.698 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-06-05 08:35:33.700 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-06-05 08:35:33.702 | + functions:upload_image:194 : local vmdk_disktype= 2024-06-05 08:35:33.704 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-06-05 08:35:33.706 | + functions:upload_image:196 : local path_len 2024-06-05 08:35:33.708 | + functions:upload_image:199 : local vmdk_adapter_type 2024-06-05 08:35:33.711 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.712 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.716 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-06-05 08:35:33.718 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-06-05 08:35:33.720 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-06-05 08:35:33.722 | + functions:upload_image:205 : local vmdk_create_type 2024-06-05 08:35:33.725 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.726 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.729 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-06-05 08:35:33.731 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-06-05 08:35:33.733 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-06-05 08:35:33.735 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-06-05 08:35:33.736 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-06-05 08:35:33.738 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-06-05 08:35:33.740 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-06-05 08:35:33.741 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-06-05 08:35:33.743 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-06-05 08:35:33.746 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-06-05 08:35:33.746 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-06-05 08:35:33.750 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-06-05 08:35:33.752 | + functions:upload_image:284 : IFS=':;' 2024-06-05 08:35:33.754 | + functions:upload_image:284 : read -a props 2024-06-05 08:35:33.756 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-06-05 08:35:33.758 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-06-05 08:35:33.760 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-06-05 08:35:33.761 | + 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-06-05 08:35:33.763 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-06-05 08:35:33.765 | + functions:_upload_image:105 : shift 2024-06-05 08:35:33.767 | + functions:_upload_image:106 : local container=bare 2024-06-05 08:35:33.768 | + functions:_upload_image:107 : shift 2024-06-05 08:35:33.770 | + functions:_upload_image:108 : local disk=vmdk 2024-06-05 08:35:33.772 | + functions:_upload_image:109 : shift 2024-06-05 08:35:33.774 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-05 08:35:33.775 | + functions:_upload_image:111 : shift 2024-06-05 08:35:33.777 | + functions:_upload_image:112 : local properties 2024-06-05 08:35:33.779 | + functions:_upload_image:113 : local useimport 2024-06-05 08:35:33.782 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-06-05 08:35:33.783 | ++ functions:_image_properties_to_arg:87 : local result= 2024-06-05 08:35:33.785 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-06-05 08:35:33.787 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-06-05 08:35:33.788 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-06-05 08:35:33.790 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-06-05 08:35:33.792 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-06-05 08:35:33.793 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-06-05 08:35:33.795 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-06-05 08:35:33.797 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-06-05 08:35:33.799 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:33.800 | + 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-06-05 08:35:36.377 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-06-05 08:35:36.377 | | Field | Value | 2024-06-05 08:35:36.377 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-06-05 08:35:36.377 | | container_format | bare | 2024-06-05 08:35:36.377 | | created_at | 2024-06-05T08:35:35Z | 2024-06-05 08:35:36.377 | | disk_format | vmdk | 2024-06-05 08:35:36.377 | | file | /v2/images/ec0e7146-a242-44d5-85e8-d8242ece1b40/file | 2024-06-05 08:35:36.377 | | id | ec0e7146-a242-44d5-85e8-d8242ece1b40 | 2024-06-05 08:35:36.377 | | min_disk | 0 | 2024-06-05 08:35:36.377 | | min_ram | 0 | 2024-06-05 08:35:36.377 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-06-05 08:35:36.377 | | owner | fe7983d89bd348639e168ff8586dcc14 | 2024-06-05 08:35:36.377 | | 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-06-05 08:35:36.377 | | protected | False | 2024-06-05 08:35:36.377 | | schema | /v2/schemas/image | 2024-06-05 08:35:36.377 | | status | queued | 2024-06-05 08:35:36.377 | | tags | | 2024-06-05 08:35:36.377 | | updated_at | 2024-06-05T08:35:35Z | 2024-06-05 08:35:36.377 | | visibility | public | 2024-06-05 08:35:36.377 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-06-05 08:35:36.499 | + functions:upload_image:291 : return 2024-06-05 08:35:36.502 | + stack.sh:main:1384 : async_wait create_flavors 2024-06-05 08:35:36.541 | [3605 Async create_flavors:52383]: Waiting for completion of create_flavors running on PID 52383 (2 other jobs running) 2024-06-05 08:35:36.560 | [3605 Async create_flavors:52383]: Signaling child to exit 2024-06-05 08:35:37.585 | + inc/async:async_inner:64 : rc=0 2024-06-05 08:35:37.605 | [52383 Async create_flavors:52383]: finished successfully 2024-06-05 08:35:37.622 | WAKEUP 2024-06-05 08:35:37.640 | [3605 Async create_flavors:52383]: Signaled 2024-06-05 08:35:37.641 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-06-05 08:35:37.641 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:37.641 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-06-05 08:35:37.641 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-06-05 08:35:37.641 | + 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-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | Field | Value | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.641 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.641 | | description | None | 2024-06-05 08:35:37.641 | | disk | 1 | 2024-06-05 08:35:37.641 | | id | c1 | 2024-06-05 08:35:37.641 | | name | cirros256 | 2024-06-05 08:35:37.641 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.641 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.641 | | ram | 256 | 2024-06-05 08:35:37.641 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.641 | | swap | | 2024-06-05 08:35:37.641 | | vcpus | 1 | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | + 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-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | Field | Value | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.641 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.641 | | description | None | 2024-06-05 08:35:37.641 | | disk | 5 | 2024-06-05 08:35:37.641 | | id | d1 | 2024-06-05 08:35:37.641 | | name | ds512M | 2024-06-05 08:35:37.641 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.641 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.641 | | ram | 512 | 2024-06-05 08:35:37.641 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.641 | | swap | | 2024-06-05 08:35:37.641 | | vcpus | 1 | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | + 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-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | Field | Value | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.641 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.641 | | description | None | 2024-06-05 08:35:37.641 | | disk | 10 | 2024-06-05 08:35:37.641 | | id | d2 | 2024-06-05 08:35:37.641 | | name | ds1G | 2024-06-05 08:35:37.641 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.641 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.641 | | ram | 1024 | 2024-06-05 08:35:37.641 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.641 | | swap | | 2024-06-05 08:35:37.641 | | vcpus | 1 | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | + 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-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | Field | Value | 2024-06-05 08:35:37.641 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.641 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.641 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.641 | | description | None | 2024-06-05 08:35:37.641 | | disk | 10 | 2024-06-05 08:35:37.642 | | id | d3 | 2024-06-05 08:35:37.642 | | name | ds2G | 2024-06-05 08:35:37.642 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.642 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.642 | | ram | 2048 | 2024-06-05 08:35:37.642 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.642 | | swap | | 2024-06-05 08:35:37.642 | | vcpus | 2 | 2024-06-05 08:35:37.642 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.642 | + 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-06-05 08:35:37.642 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.642 | | Field | Value | 2024-06-05 08:35:37.642 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.642 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.642 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.642 | | description | None | 2024-06-05 08:35:37.642 | | disk | 20 | 2024-06-05 08:35:37.642 | | id | d4 | 2024-06-05 08:35:37.642 | | name | ds4G | 2024-06-05 08:35:37.642 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.642 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.642 | | ram | 4096 | 2024-06-05 08:35:37.642 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.642 | | swap | | 2024-06-05 08:35:37.642 | | vcpus | 4 | 2024-06-05 08:35:37.642 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.642 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-06-05 08:35:37.642 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-06-05 08:35:37.642 | + 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-06-05 08:35:37.642 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.642 | | Field | Value | 2024-06-05 08:35:37.642 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.642 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.642 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.642 | | description | None | 2024-06-05 08:35:37.642 | | disk | 1 | 2024-06-05 08:35:37.642 | | id | 1 | 2024-06-05 08:35:37.642 | | name | m1.tiny | 2024-06-05 08:35:37.642 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.642 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.643 | | ram | 512 | 2024-06-05 08:35:37.643 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.643 | | swap | | 2024-06-05 08:35:37.643 | | vcpus | 1 | 2024-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | + 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-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | | Field | Value | 2024-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.643 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.643 | | description | None | 2024-06-05 08:35:37.643 | | disk | 20 | 2024-06-05 08:35:37.643 | | id | 2 | 2024-06-05 08:35:37.643 | | name | m1.small | 2024-06-05 08:35:37.643 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.643 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.643 | | ram | 2048 | 2024-06-05 08:35:37.643 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.643 | | swap | | 2024-06-05 08:35:37.643 | | vcpus | 1 | 2024-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | + 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-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | | Field | Value | 2024-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.643 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.643 | | description | None | 2024-06-05 08:35:37.643 | | disk | 40 | 2024-06-05 08:35:37.643 | | id | 3 | 2024-06-05 08:35:37.643 | | name | m1.medium | 2024-06-05 08:35:37.643 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.643 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.643 | | ram | 4096 | 2024-06-05 08:35:37.643 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.643 | | swap | | 2024-06-05 08:35:37.643 | | vcpus | 2 | 2024-06-05 08:35:37.643 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.643 | + 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-06-05 08:35:37.644 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.644 | | Field | Value | 2024-06-05 08:35:37.644 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.644 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.644 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.644 | | description | None | 2024-06-05 08:35:37.644 | | disk | 80 | 2024-06-05 08:35:37.644 | | id | 4 | 2024-06-05 08:35:37.644 | | name | m1.large | 2024-06-05 08:35:37.644 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.644 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.644 | | ram | 8192 | 2024-06-05 08:35:37.644 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.644 | | swap | | 2024-06-05 08:35:37.644 | | vcpus | 4 | 2024-06-05 08:35:37.644 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.644 | + 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-06-05 08:35:37.644 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.644 | | Field | Value | 2024-06-05 08:35:37.644 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.644 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:37.644 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:37.644 | | description | None | 2024-06-05 08:35:37.644 | | disk | 160 | 2024-06-05 08:35:37.644 | | id | 5 | 2024-06-05 08:35:37.644 | | name | m1.xlarge | 2024-06-05 08:35:37.644 | | os-flavor-access:is_public | True | 2024-06-05 08:35:37.644 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:37.644 | | ram | 16384 | 2024-06-05 08:35:37.644 | | rxtx_factor | 1.0 | 2024-06-05 08:35:37.644 | | swap | | 2024-06-05 08:35:37.644 | | vcpus | 8 | 2024-06-05 08:35:37.644 | +----------------------------+-----------------------+ 2024-06-05 08:35:37.676 | [3605 Async create_flavors:52383]: finished create_flavors with result 0 in 15 seconds 2024-06-05 08:35:37.679 | + inc/async:async_wait:197 : return 0 2024-06-05 08:35:37.681 | + stack.sh:main:1386 : is_service_enabled horizon 2024-06-05 08:35:37.694 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:37.696 | + stack.sh:main:1400 : is_service_enabled nova 2024-06-05 08:35:37.710 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:37.712 | + stack.sh:main:1400 : is_service_enabled keystone 2024-06-05 08:35:37.726 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:37.727 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-06-05 08:35:37.730 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-06-05 08:35:37.732 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-06-05 08:35:37.734 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-06-05 08:35:37.736 | ++ 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-06-05 08:35:37.745 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-06-05 08:35:37.746 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-06-05 08:35:37.747 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-06-05 08:35:37.748 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-06-05 08:35:37.749 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-06-05 08:35:37.750 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-06-05 08:35:37.751 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-06-05 08:35:37.752 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-06-05 08:35:37.753 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-06-05 08:35:37.754 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-06-05 08:35:37.755 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-06-05 08:35:37.756 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-05 08:35:37.757 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-06-05 08:35:37.758 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-05 08:35:37.759 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-06-05 08:35:37.760 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-05 08:35:37.761 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-06-05 08:35:37.762 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-05 08:35:37.763 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-06-05 08:35:37.764 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-05 08:35:37.765 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-06-05 08:35:37.766 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-06-05 08:35:37.767 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-05 08:35:37.768 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-06-05 08:35:37.769 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-05 08:35:37.770 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-06-05 08:35:37.771 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-06-05 08:35:37.772 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-06-05 08:35:37.773 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-05 08:35:37.774 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-06-05 08:35:37.775 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-05 08:35:37.776 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-06-05 08:35:37.777 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-06-05 08:35:37.778 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-06-05 08:35:37.780 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-06-05 08:35:37.781 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-06-05 08:35:37.782 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-06-05 08:35:37.783 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-06-05 08:35:37.784 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-06-05 08:35:37.785 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-06-05 08:35:37.786 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-06-05 08:35:37.787 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-06-05 08:35:37.788 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-06-05 08:35:37.789 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-06-05 08:35:37.790 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-06-05 08:35:37.791 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-06-05 08:35:37.792 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-06-05 08:35:37.793 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-06-05 08:35:37.794 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-06-05 08:35:37.795 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-06-05 08:35:37.796 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-06-05 08:35:37.798 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-06-05 08:35:37.799 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-06-05 08:35:37.800 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-06-05 08:35:37.800 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-06-05 08:35:37.800 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-06-05 08:35:37.800 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-06-05 08:35:37.801 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-06-05 08:35:38.776 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-06-05 08:35:38.778 | 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-06-05 08:35:38.902 | + stack.sh:main:1412 : save_stackenv 2024-06-05 08:35:38.904 | + functions-common:save_stackenv:60 : local tag= 2024-06-05 08:35:38.906 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-06-05 08:35:38.910 | + functions-common:save_stackenv:62 : time_stamp=2024-06-05-083538 2024-06-05 08:35:38.913 | + functions-common:save_stackenv:63 : echo '# 2024-06-05-083538 ' 2024-06-05 08:35:38.915 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.917 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-05 08:35:38.919 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.921 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-06-05 08:35:38.923 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.925 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-06-05 08:35:38.927 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.929 | + 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-06-05 08:35:38.931 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.933 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-06-05 08:35:38.935 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.937 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-06-05 08:35:38.939 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.941 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-06-05-082813 2024-06-05 08:35:38.943 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.945 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-06-05 08:35:38.946 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.948 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-06-05 08:35:38.950 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.952 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-06-05 08:35:38.954 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.956 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-06-05 08:35:38.958 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.960 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-06-05 08:35:38.962 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.964 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-06-05 08:35:38.965 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.968 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-06-05 08:35:38.970 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-05 08:35:38.972 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-06-05 08:35:38.974 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-06-05 08:35:38.976 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-05 08:35:38.978 | + inc/meta-config:merge_config_group:171 : shift 2024-06-05 08:35:38.980 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-06-05 08:35:38.982 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:35:38.985 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-05 08:35:38.987 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-05 08:35:38.989 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-06-05 08:35:38.991 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:35:38.993 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-06-05 08:35:38.996 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:35:38.998 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-06-05 08:35:38.998 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:35:38.998 | gsub("[][]", "", $1); 2024-06-05 08:35:38.998 | split($1, a, "|"); 2024-06-05 08:35:38.998 | if (a[1] == matchgroup) 2024-06-05 08:35:38.998 | print a[2] 2024-06-05 08:35:38.998 | } 2024-06-05 08:35:38.998 | ' /opt/stack/devstack/local.conf 2024-06-05 08:35:39.003 | + stack.sh:main:1430 : run_phase stack extra 2024-06-05 08:35:39.005 | + functions-common:run_phase:1863 : local mode=stack 2024-06-05 08:35:39.007 | + functions-common:run_phase:1864 : local phase=extra 2024-06-05 08:35:39.008 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:35:39.011 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:35:39.013 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:35:39.015 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:35:39.017 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:35:39.019 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:35:39.023 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:35:39.025 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:35:39.027 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:35:39.029 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-06-05 08:35:39.031 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:35:39.044 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:39.046 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:35:39.048 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:39.050 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-06-05 08:35:39.052 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:39.054 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:35:39.056 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:39.058 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-06-05 08:35:39.060 | ++ extras.d/80-tempest.sh:source:15 : : 2024-06-05 08:35:39.062 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-05 08:35:39.063 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-05 08:35:39.065 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:35:39.067 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-05 08:35:39.069 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-06-05 08:35:39.071 | + functions-common:run_plugins:1849 : local mode=stack 2024-06-05 08:35:39.073 | + functions-common:run_plugins:1850 : local phase=extra 2024-06-05 08:35:39.075 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-06-05 08:35:39.078 | + functions-common:run_plugins:1853 : local plugin 2024-06-05 08:35:39.080 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-06-05 08:35:39.081 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:35:39.084 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-05 08:35:39.085 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-06-05 08:35:39.088 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:35:39.090 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:39.092 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-06-05 08:35:39.094 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:39.096 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:35:39.098 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:39.100 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-06-05 08:35:39.102 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-06-05 08:35:39.104 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:39.106 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-06-05 08:35:39.109 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-06-05 08:35:39.111 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-05 08:35:39.113 | + inc/meta-config:merge_config_group:171 : shift 2024-06-05 08:35:39.115 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-06-05 08:35:39.117 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:35:39.119 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-05 08:35:39.121 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-05 08:35:39.124 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-06-05 08:35:39.126 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:35:39.129 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-06-05 08:35:39.131 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:35:39.133 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-06-05 08:35:39.133 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:35:39.133 | gsub("[][]", "", $1); 2024-06-05 08:35:39.133 | split($1, a, "|"); 2024-06-05 08:35:39.133 | if (a[1] == matchgroup) 2024-06-05 08:35:39.133 | print a[2] 2024-06-05 08:35:39.133 | } 2024-06-05 08:35:39.133 | ' /opt/stack/devstack/local.conf 2024-06-05 08:35:39.138 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-06-05 08:35:39.152 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:39.154 | + stack.sh:main:1452 : service_check 2024-06-05 08:35:39.156 | + functions-common:service_check:1728 : local service 2024-06-05 08:35:39.158 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.160 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-06-05 08:35:39.171 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-06-05 08:35:39.174 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.176 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-06-05 08:35:39.186 | enabled 2024-06-05 08:35:39.189 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-06-05 08:35:39.212 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-06-05 08:35:39.212 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.212 | Active: active (running) since Wed 2024-06-05 08:34:40 UTC; 58s ago 2024-06-05 08:35:39.212 | Main PID: 46041 (uwsgi) 2024-06-05 08:35:39.212 | Status: "uWSGI is ready" 2024-06-05 08:35:39.212 | Tasks: 3 (limit: 19115) 2024-06-05 08:35:39.212 | Memory: 239.4M 2024-06-05 08:35:39.212 | CPU: 6.371s 2024-06-05 08:35:39.212 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-06-05 08:35:39.212 | ├─46041 "nova-apiuWSGI master" 2024-06-05 08:35:39.212 | ├─46042 "nova-apiuWSGI worker 1" 2024-06-05 08:35:39.212 | └─46043 "nova-apiuWSGI worker 2" 2024-06-05 08:35:39.212 | 2024-06-05 08:35:39.212 | Jun 05 08:35:36 devstack devstack@n-api.service[46042]: [pid: 46042|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Jun 5 08:35:36 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-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46043]: DEBUG nova.api.openstack.wsgi [None req-aa88a7f9-7d47-4da4-bbbd-9b48072154af admin admin] Calling method '>' {{(pid=46043) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46043]: INFO nova.api.openstack.requestlog [None req-aa88a7f9-7d47-4da4-bbbd-9b48072154af admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000922 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46043]: [pid: 46043|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Jun 5 08:35:37 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-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46042]: DEBUG nova.api.openstack.wsgi [None req-777e0ed0-13bd-431d-9198-8964e854dd66 admin admin] Action: 'create', calling method: >, body: {"flavor": {"os-flavor-access:is_public": true, "name": "m1.xlarge", "id": "5", "vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0, "swap": 0, "disk": 160, "ram": 16384, "rxtx_factor": 1.0}} {{(pid=46042) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46042]: INFO nova.api.openstack.requestlog [None req-777e0ed0-13bd-431d-9198-8964e854dd66 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035317 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46042]: [pid: 46042|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Jun 5 08:35:37 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46043]: DEBUG nova.api.openstack.wsgi [None req-76fbef68-3971-4f55-84e8-df1dbb0c7e60 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46043) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46043]: INFO nova.api.openstack.requestlog [None req-76fbef68-3971-4f55-84e8-df1dbb0c7e60 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016733 2024-06-05 08:35:39.212 | Jun 05 08:35:37 devstack devstack@n-api.service[46043]: [pid: 46043|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Jun 5 08:35:37 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-06-05 08:35:39.216 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.218 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-06-05 08:35:39.228 | enabled 2024-06-05 08:35:39.230 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-06-05 08:35:39.242 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-06-05 08:35:39.242 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.242 | Active: active (running) since Wed 2024-06-05 08:35:19 UTC; 20s ago 2024-06-05 08:35:39.242 | Main PID: 51912 (nova-conductor) 2024-06-05 08:35:39.242 | Tasks: 3 (limit: 19115) 2024-06-05 08:35:39.242 | Memory: 148.0M 2024-06-05 08:35:39.242 | CPU: 2.097s 2024-06-05 08:35:39.242 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-06-05 08:35:39.242 | ├─51912 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-06-05 08:35:39.242 | ├─52331 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-06-05 08:35:39.242 | └─52332 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-06-05 08:35:39.242 | 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] oslo_limit.timeout = None {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] oslo_limit.valid_interfaces = None {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] oslo_limit.version = None {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] oslo_reports.file_event_handler = None {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] oslo_reports.log_dir = None {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.242 | Jun 05 08:35:21 devstack nova-conductor[51912]: DEBUG oslo_service.service [None req-a1dad1a8-526a-488d-89ab-163bd1d2ca9a None None] ******************************************************************************** {{(pid=51912) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-06-05 08:35:39.242 | Jun 05 08:35:30 devstack nova-conductor[51912]: DEBUG dbcounter [-] [51912] Writing DB stats nova_api:SELECT=3 {{(pid=51912) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.242 | Jun 05 08:35:30 devstack nova-conductor[51912]: DEBUG dbcounter [-] [51912] Writing DB stats nova_cell0:SELECT=3 {{(pid=51912) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.242 | Jun 05 08:35:30 devstack nova-conductor[51912]: DEBUG dbcounter [-] [51912] Writing DB stats nova_cell1:SELECT=3 {{(pid=51912) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.245 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.247 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-06-05 08:35:39.256 | enabled 2024-06-05 08:35:39.259 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-06-05 08:35:39.271 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-06-05 08:35:39.271 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.271 | Active: active (running) since Wed 2024-06-05 08:35:16 UTC; 22s ago 2024-06-05 08:35:39.271 | Main PID: 50691 (nova-scheduler) 2024-06-05 08:35:39.271 | Tasks: 3 (limit: 19115) 2024-06-05 08:35:39.271 | Memory: 148.4M 2024-06-05 08:35:39.271 | CPU: 2.158s 2024-06-05 08:35:39.271 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-06-05 08:35:39.271 | ├─50691 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-06-05 08:35:39.271 | ├─51579 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-06-05 08:35:39.271 | └─51584 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-06-05 08:35:39.271 | 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] oslo_limit.timeout = None {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] oslo_limit.valid_interfaces = None {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] oslo_limit.version = None {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] oslo_reports.file_event_handler = None {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] oslo_reports.log_dir = None {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.271 | Jun 05 08:35:18 devstack nova-scheduler[50691]: DEBUG oslo_service.service [None req-312fcaca-54b4-4aa0-8136-bb546b471e10 None None] ******************************************************************************** {{(pid=50691) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-06-05 08:35:39.271 | Jun 05 08:35:28 devstack nova-scheduler[50691]: DEBUG dbcounter [-] [50691] Writing DB stats nova_api:SELECT=7 {{(pid=50691) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.271 | Jun 05 08:35:28 devstack nova-scheduler[50691]: DEBUG dbcounter [-] [50691] Writing DB stats nova_cell1:SELECT=5 {{(pid=50691) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.271 | Jun 05 08:35:28 devstack nova-scheduler[50691]: DEBUG dbcounter [-] [50691] Writing DB stats nova_cell0:SELECT=3 {{(pid=50691) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.273 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.275 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-06-05 08:35:39.285 | enabled 2024-06-05 08:35:39.288 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-06-05 08:35:39.299 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-06-05 08:35:39.299 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.299 | Active: active (running) since Wed 2024-06-05 08:35:17 UTC; 21s ago 2024-06-05 08:35:39.299 | Main PID: 51243 (uwsgi) 2024-06-05 08:35:39.299 | Status: "uWSGI is ready" 2024-06-05 08:35:39.299 | Tasks: 4 (limit: 19115) 2024-06-05 08:35:39.299 | Memory: 202.4M 2024-06-05 08:35:39.299 | CPU: 4.140s 2024-06-05 08:35:39.299 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-06-05 08:35:39.299 | ├─51243 "nova-api-metauWSGI master" 2024-06-05 08:35:39.299 | ├─51244 "nova-api-metauWSGI worker 1" 2024-06-05 08:35:39.299 | ├─51245 "nova-api-metauWSGI worker 2" 2024-06-05 08:35:39.299 | └─51246 "nova-api-metauWSGI http 1" 2024-06-05 08:35:39.299 | 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51245]: INFO dbcounter [None req-bdda8f93-e483-4fb8-ad6d-04d2aa714526 None None] Registered counter for database nova_cell1 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51244]: INFO dbcounter [None req-81c6bc40-7565-4837-a1b1-86b56289a113 None None] Registered counter for database nova_cell1 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51245]: DEBUG oslo_db.sqlalchemy.engines [None req-bdda8f93-e483-4fb8-ad6d-04d2aa714526 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=51245) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51245]: DEBUG dbcounter [-] [51245] Writer thread running {{(pid=51245) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51244]: DEBUG oslo_db.sqlalchemy.engines [None req-81c6bc40-7565-4837-a1b1-86b56289a113 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=51244) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51244]: DEBUG dbcounter [-] [51244] Writer thread running {{(pid=51244) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51245]: WARNING nova.api.metadata.handler [None req-bdda8f93-e483-4fb8-ad6d-04d2aa714526 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51244]: WARNING nova.api.metadata.handler [None req-81c6bc40-7565-4837-a1b1-86b56289a113 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51245]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5df7161fdf10 pid: 51245 (default app) 2024-06-05 08:35:39.299 | Jun 05 08:35:19 devstack devstack@n-api-meta.service[51244]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5df7161fdf10 pid: 51244 (default app) 2024-06-05 08:35:39.301 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.303 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-06-05 08:35:39.313 | enabled 2024-06-05 08:35:39.316 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-06-05 08:35:39.327 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-06-05 08:35:39.328 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.328 | Active: active (running) since Wed 2024-06-05 08:34:49 UTC; 50s ago 2024-06-05 08:35:39.328 | Main PID: 47414 (uwsgi) 2024-06-05 08:35:39.328 | Status: "uWSGI is ready" 2024-06-05 08:35:39.328 | Tasks: 5 (limit: 19115) 2024-06-05 08:35:39.328 | Memory: 147.8M 2024-06-05 08:35:39.328 | CPU: 2.633s 2024-06-05 08:35:39.328 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-06-05 08:35:39.328 | ├─47414 "placementuWSGI master" 2024-06-05 08:35:39.328 | ├─47415 "placementuWSGI worker 1" 2024-06-05 08:35:39.328 | └─47416 "placementuWSGI worker 2" 2024-06-05 08:35:39.328 | 2024-06-05 08:35:39.328 | Jun 05 08:34:50 devstack devstack@placement-api.service[47416]: INFO placement.requestlog [None req-e0655a7c-e9d0-429e-af02-f1506baece07 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-06-05 08:35:39.328 | Jun 05 08:34:50 devstack devstack@placement-api.service[47416]: [pid: 47416|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Wed Jun 5 08:34:50 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-06-05 08:35:39.328 | Jun 05 08:35:00 devstack devstack@placement-api.service[47416]: DEBUG dbcounter [-] [47416] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=47416) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.328 | Jun 05 08:35:00 devstack devstack@placement-api.service[47415]: DEBUG dbcounter [-] [47415] Writing DB stats placement:SELECT=5,placement:INSERT=1 {{(pid=47415) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.328 | Jun 05 08:35:18 devstack devstack@placement-api.service[47415]: DEBUG placement.requestlog [None req-8a183f74-11fb-421f-841c-8588abe53dec None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47415) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-06-05 08:35:39.328 | Jun 05 08:35:18 devstack devstack@placement-api.service[47415]: INFO placement.requestlog [None req-8a183f74-11fb-421f-841c-8588abe53dec None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-06-05 08:35:39.328 | Jun 05 08:35:18 devstack devstack@placement-api.service[47415]: [pid: 47415|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Jun 5 08:35:18 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-06-05 08:35:39.328 | Jun 05 08:35:20 devstack devstack@placement-api.service[47416]: DEBUG placement.requestlog [None req-42136974-2dcb-48ed-8795-bb9c88b40719 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47416) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-06-05 08:35:39.328 | Jun 05 08:35:20 devstack devstack@placement-api.service[47416]: INFO placement.requestlog [None req-42136974-2dcb-48ed-8795-bb9c88b40719 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-06-05 08:35:39.328 | Jun 05 08:35:20 devstack devstack@placement-api.service[47416]: [pid: 47416|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Jun 5 08:35:20 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-06-05 08:35:39.330 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.332 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-06-05 08:35:39.341 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-06-05 08:35:39.344 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.346 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-06-05 08:35:39.355 | enabled 2024-06-05 08:35:39.358 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-06-05 08:35:39.370 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-06-05 08:35:39.370 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.370 | Active: active (running) since Wed 2024-06-05 08:35:31 UTC; 8s ago 2024-06-05 08:35:39.370 | Main PID: 54722 (uwsgi) 2024-06-05 08:35:39.370 | Status: "uWSGI is ready" 2024-06-05 08:35:39.370 | Tasks: 9 (limit: 19115) 2024-06-05 08:35:39.370 | Memory: 237.4M 2024-06-05 08:35:39.370 | CPU: 4.719s 2024-06-05 08:35:39.370 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-06-05 08:35:39.370 | ├─54722 "glance-apiuWSGI master" 2024-06-05 08:35:39.370 | ├─54723 "glance-apiuWSGI worker 1" 2024-06-05 08:35:39.370 | └─54724 "glance-apiuWSGI worker 2" 2024-06-05 08:35:39.370 | 2024-06-05 08:35:39.370 | Jun 05 08:35:35 devstack devstack@g-api.service[54724]: INFO dbcounter [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Registered counter for database glance 2024-06-05 08:35:39.370 | Jun 05 08:35:35 devstack devstack@g-api.service[54724]: DEBUG oslo_db.sqlalchemy.engines [None req-929157aa-dc9b-44e5-8c71-db11170863f0 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=54724) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:35:39.370 | Jun 05 08:35:35 devstack devstack@g-api.service[54724]: DEBUG dbcounter [-] [54724] Writer thread running {{(pid=54724) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-06-05 08:35:39.370 | Jun 05 08:35:35 devstack devstack@g-api.service[54724]: INFO glance.api.v2.image_data [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-06-05 08:35:39.370 | Jun 05 08:35:36 devstack devstack@g-api.service[54724]: DEBUG glance.location [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54724) set_data /opt/stack/glance/glance/location.py:581}} 2024-06-05 08:35:39.370 | Jun 05 08:35:36 devstack devstack@g-api.service[54724]: DEBUG glance_store._drivers.filesystem [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/ec0e7146-a242-44d5-85e8-d8242ece1b40 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54724) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-06-05 08:35:39.370 | Jun 05 08:35:36 devstack devstack@g-api.service[54724]: WARNING glance.common.format_inspector [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Unsupported VMDK format b'streamOptimized' 2024-06-05 08:35:39.370 | Jun 05 08:35:36 devstack devstack@g-api.service[54724]: INFO glance.location [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Image format matched and virtual size computed: 0 2024-06-05 08:35:39.370 | Jun 05 08:35:36 devstack devstack@g-api.service[54724]: DEBUG glance_store.backend [None req-929157aa-dc9b-44e5-8c71-db11170863f0 admin admin] Skipping store.set_acls... not implemented. {{(pid=54724) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-06-05 08:35:39.370 | Jun 05 08:35:36 devstack devstack@g-api.service[54724]: [pid: 54724|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Jun 5 08:35:35 2024] PUT /v2/images/ec0e7146-a242-44d5-85e8-d8242ece1b40/file => generated 0 bytes in 934 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-06-05 08:35:39.373 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.375 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-06-05 08:35:39.384 | enabled 2024-06-05 08:35:39.387 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-06-05 08:35:39.398 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-06-05 08:35:39.399 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.399 | Active: active (running) since Wed 2024-06-05 08:35:26 UTC; 12s ago 2024-06-05 08:35:39.399 | Main PID: 53558 (cinder-schedule) 2024-06-05 08:35:39.399 | Tasks: 1 (limit: 19115) 2024-06-05 08:35:39.399 | Memory: 102.0M 2024-06-05 08:35:39.399 | CPU: 1.785s 2024-06-05 08:35:39.399 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-06-05 08:35:39.399 | └─53558 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-06-05 08:35:39.399 | 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: DEBUG oslo_service.service [None req-90543bdc-16c5-4701-8cfc-cf1940516d60 None None] nova.token_auth_url = None {{(pid=53558) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: DEBUG oslo_service.service [None req-90543bdc-16c5-4701-8cfc-cf1940516d60 None None] ******************************************************************************** {{(pid=53558) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: INFO cinder.manager [None req-baf5e458-62c3-4684-854f-8cb5f1ccd93e None None] Initiating service 1 cleanup 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: INFO cinder.manager [None req-baf5e458-62c3-4684-854f-8cb5f1ccd93e None None] Service 1 cleanup completed. 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: DEBUG cinder.service [None req-baf5e458-62c3-4684-854f-8cb5f1ccd93e None None] Creating RPC server for service cinder-scheduler {{(pid=53558) start /opt/stack/cinder/cinder/service.py:238}} 2024-06-05 08:35:39.399 | Jun 05 08:35:28 devstack cinder-scheduler[53558]: DEBUG cinder.service [None req-baf5e458-62c3-4684-854f-8cb5f1ccd93e None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53558) start /opt/stack/cinder/cinder/service.py:244}} 2024-06-05 08:35:39.399 | Jun 05 08:35:32 devstack cinder-scheduler[53558]: DEBUG cinder.scheduler.host_manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 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=53558) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-06-05 08:35:39.399 | Jun 05 08:35:32 devstack cinder-scheduler[53558]: DEBUG cinder.scheduler.host_manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 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, 6, 5, 8, 35, 32, 79849)} {{(pid=53558) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-06-05 08:35:39.399 | Jun 05 08:35:32 devstack cinder-scheduler[53558]: DEBUG cinder.utils [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53558) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-06-05 08:35:39.402 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.405 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-06-05 08:35:39.414 | enabled 2024-06-05 08:35:39.417 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-06-05 08:35:39.429 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-06-05 08:35:39.429 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.429 | Active: active (running) since Wed 2024-06-05 08:35:23 UTC; 16s ago 2024-06-05 08:35:39.429 | Main PID: 52977 (uwsgi) 2024-06-05 08:35:39.429 | Status: "uWSGI is ready" 2024-06-05 08:35:39.429 | Tasks: 7 (limit: 19115) 2024-06-05 08:35:39.429 | Memory: 229.6M 2024-06-05 08:35:39.429 | CPU: 4.878s 2024-06-05 08:35:39.429 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-06-05 08:35:39.429 | ├─52977 "cinder-apiuWSGI master" 2024-06-05 08:35:39.429 | ├─52986 "cinder-apiuWSGI worker 1" 2024-06-05 08:35:39.429 | └─52987 "cinder-apiuWSGI worker 2" 2024-06-05 08:35:39.430 | 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52987]: [pid: 52987|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Jun 5 08:35:29 2024] POST /volume/v3/fe7983d89bd348639e168ff8586dcc14/types => generated 182 bytes in 379 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: DEBUG cinder.api.middleware.request_id [req-df6ccb27-c559-47c9-8131-7517acfc1db6 req-e742b9b5-e706-4359-ac9d-0791f17d4dbd None None] RequestId filter calling following filter/app {{(pid=52986) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: INFO cinder.api.openstack.wsgi [req-df6ccb27-c559-47c9-8131-7517acfc1db6 req-e742b9b5-e706-4359-ac9d-0791f17d4dbd admin admin] POST http://10.180.1.21/volume/v3/fe7983d89bd348639e168ff8586dcc14/types/14268d52-08cf-4588-9a07-894af674a023/extra_specs 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: DEBUG cinder.api.openstack.wsgi [req-df6ccb27-c559-47c9-8131-7517acfc1db6 req-e742b9b5-e706-4359-ac9d-0791f17d4dbd admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=52986) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: /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-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: warnings.warn('Policy enforcement is depending on the value of ' 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: DEBUG oslo_db.sqlalchemy.engines [req-df6ccb27-c559-47c9-8131-7517acfc1db6 req-e742b9b5-e706-4359-ac9d-0791f17d4dbd 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=52986) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: INFO cinder.api.openstack.wsgi [req-df6ccb27-c559-47c9-8131-7517acfc1db6 req-e742b9b5-e706-4359-ac9d-0791f17d4dbd admin admin] http://10.180.1.21/volume/v3/fe7983d89bd348639e168ff8586dcc14/types/14268d52-08cf-4588-9a07-894af674a023/extra_specs returned with HTTP 200 2024-06-05 08:35:39.430 | Jun 05 08:35:29 devstack devstack@c-api.service[52986]: [pid: 52986|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Jun 5 08:35:29 2024] POST /volume/v3/fe7983d89bd348639e168ff8586dcc14/types/14268d52-08cf-4588-9a07-894af674a023/extra_specs => generated 51 bytes in 353 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-06-05 08:35:39.430 | Jun 05 08:35:39 devstack devstack@c-api.service[52987]: DEBUG dbcounter [-] [52987] Writing DB stats cinder:SELECT=18,cinder:INSERT=1 {{(pid=52987) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.433 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.435 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-06-05 08:35:39.445 | enabled 2024-06-05 08:35:39.447 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-06-05 08:35:39.459 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-06-05 08:35:39.459 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.459 | Active: active (running) since Wed 2024-06-05 08:35:27 UTC; 11s ago 2024-06-05 08:35:39.459 | Main PID: 54073 (cinder-volume) 2024-06-05 08:35:39.459 | Tasks: 3 (limit: 19115) 2024-06-05 08:35:39.459 | Memory: 251.6M 2024-06-05 08:35:39.459 | CPU: 4.293s 2024-06-05 08:35:39.459 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-06-05 08:35:39.459 | ├─54073 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-06-05 08:35:39.459 | └─54175 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-06-05 08:35:39.459 | 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: DEBUG cinder.image.image_utils [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54175) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1163}} 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: INFO cinder.keymgr.migration [None req-538a34c9-193e-4f7b-b938-7edcd9d449f8 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: DEBUG cinder.manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Notifying Schedulers of capabilities ... {{(pid=54175) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: INFO cinder.volume.manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Driver initialization completed successfully. 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: INFO cinder.manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Initiating service 2 cleanup 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: INFO cinder.manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Service 2 cleanup completed. 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: DEBUG cinder.service [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Creating RPC server for service cinder-volume {{(pid=54175) start /opt/stack/cinder/cinder/service.py:238}} 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: DEBUG cinder.service [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54175) start /opt/stack/cinder/cinder/service.py:244}} 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: INFO cinder.volume.manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-06-05 08:35:39.459 | Jun 05 08:35:32 devstack cinder-volume[54175]: INFO cinder.volume.manager [None req-b76aa1f6-4423-48d5-bae1-4887f0aa0f41 None None] Driver post RPC initialization completed successfully. 2024-06-05 08:35:39.462 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.464 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-06-05 08:35:39.474 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-06-05 08:35:39.477 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.479 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-06-05 08:35:39.488 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-06-05 08:35:39.491 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.493 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-06-05 08:35:39.504 | enabled 2024-06-05 08:35:39.508 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-06-05 08:35:39.519 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-06-05 08:35:39.519 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.519 | Active: active (running) since Wed 2024-06-05 08:34:44 UTC; 54s ago 2024-06-05 08:35:39.519 | Main PID: 46725 (/usr/bin/python) 2024-06-05 08:35:39.519 | Tasks: 5 (limit: 19115) 2024-06-05 08:35:39.519 | Memory: 374.2M 2024-06-05 08:35:39.519 | CPU: 9.121s 2024-06-05 08:35:39.519 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-06-05 08:35:39.519 | ├─46725 "/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-06-05 08:35:39.519 | ├─46869 "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-06-05 08:35:39.519 | ├─46870 "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-06-05 08:35:39.519 | ├─46871 "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-06-05 08:35:39.519 | └─46872 "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-06-05 08:35:39.519 | 2024-06-05 08:35:39.520 | Jun 05 08:35:23 devstack neutron-server[46870]: DEBUG dbcounter [-] [46870] Writing DB stats neutron:SELECT=83,neutron:INSERT=3,neutron:UPDATE=2 {{(pid=46870) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.520 | Jun 05 08:35:24 devstack neutron-server[46871]: DEBUG neutron_lib.callbacks.manager [None req-b4416a76-84ff-4556-8466-6cfad057cb77 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7726013933511', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1562517'] for agent (88a714ac-99ee-41d7-a3f6-a76d19b4c0b5), after_update {{(pid=46871) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-05 08:35:39.520 | Jun 05 08:35:24 devstack neutron-server[46869]: DEBUG dbcounter [-] [46869] Writing DB stats neutron:SELECT=4,neutron:DELETE=2 {{(pid=46869) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.520 | Jun 05 08:35:24 devstack neutron-server[46869]: DEBUG dbcounter [-] [46869] Writing DB stats neutron:SELECT=8,neutron:UPDATE=1 {{(pid=46869) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.520 | Jun 05 08:35:25 devstack neutron-server[46871]: DEBUG neutron_lib.callbacks.manager [None req-9e3b324e-26d8-4882-b924-381cab382b64 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7726013933511', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1562517'] for agent (681f1638-a47b-46b3-b57b-501ff67a801b), after_update {{(pid=46871) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-05 08:35:39.520 | Jun 05 08:35:26 devstack neutron-server[46871]: DEBUG neutron_lib.callbacks.manager [None req-9d9fad21-1a38-41f8-8648-1adab141ea2d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7726013933511', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1562517'] for agent (cc51388b-9bda-46f7-8d39-680c09755e0d), after_update {{(pid=46871) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-05 08:35:39.520 | Jun 05 08:35:27 devstack neutron-server[46871]: DEBUG neutron_lib.callbacks.manager [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7726013933511', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1562517'] for agent (f43b565c-184e-4507-b2e7-0770ca4e501a), after_update {{(pid=46871) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-05 08:35:39.520 | Jun 05 08:35:37 devstack neutron-server[46871]: DEBUG dbcounter [-] [46871] Writing DB stats neutron:SELECT=51,neutron:UPDATE=1 {{(pid=46871) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.520 | Jun 05 08:35:37 devstack neutron-server[46871]: DEBUG dbcounter [-] [46871] Writing DB stats neutron:SELECT=9,neutron:UPDATE=1 {{(pid=46871) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.520 | Jun 05 08:35:37 devstack neutron-server[46871]: DEBUG dbcounter [-] [46871] Writing DB stats neutron:SELECT=45,neutron:UPDATE=2 {{(pid=46871) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-06-05 08:35:39.523 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.525 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-06-05 08:35:39.533 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-06-05 08:35:39.537 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.539 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-06-05 08:35:39.549 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-06-05 08:35:39.553 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.555 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-06-05 08:35:39.564 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-06-05 08:35:39.567 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.570 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-06-05 08:35:39.578 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-06-05 08:35:39.582 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.584 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-06-05 08:35:39.594 | enabled 2024-06-05 08:35:39.597 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-06-05 08:35:39.609 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-06-05 08:35:39.609 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.609 | Active: active (running) since Wed 2024-06-05 08:34:51 UTC; 48s ago 2024-06-05 08:35:39.609 | Main PID: 47915 (neutron-openvsw) 2024-06-05 08:35:39.609 | Tasks: 4 (limit: 19115) 2024-06-05 08:35:39.609 | Memory: 159.2M 2024-06-05 08:35:39.609 | CPU: 3.695s 2024-06-05 08:35:39.609 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-06-05 08:35:39.609 | ├─47915 "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-06-05 08:35:39.609 | ├─49347 /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/tmpos27v1a0/privsep.sock 2024-06-05 08:35:39.609 | └─49382 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-06-05 08:35:39.609 | 2024-06-05 08:35:39.609 | Jun 05 08:35:34 devstack neutron-openvswitch-agent[47915]: DEBUG neutron.agent.linux.utils [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49382. {{(pid=47915) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-06-05 08:35:39.609 | Jun 05 08:35:34 devstack neutron-openvswitch-agent[47915]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-06-05 08:35:39.609 | Jun 05 08:35:36 devstack neutron-openvswitch-agent[47915]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Agent rpc_loop - iteration:19 started 2024-06-05 08:35:39.610 | Jun 05 08:35:36 devstack neutron-openvswitch-agent[47915]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xca375f80,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=13605446388193061142,duration_nsec=221000000,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=47915) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-06-05 08:35:39.610 | Jun 05 08:35:36 devstack neutron-openvswitch-agent[47915]: DEBUG neutron.agent.linux.utils [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49382. {{(pid=47915) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-06-05 08:35:39.610 | Jun 05 08:35:36 devstack neutron-openvswitch-agent[47915]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-06-05 08:35:39.610 | Jun 05 08:35:38 devstack neutron-openvswitch-agent[47915]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Agent rpc_loop - iteration:20 started 2024-06-05 08:35:39.610 | Jun 05 08:35:38 devstack neutron-openvswitch-agent[47915]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xca375f82,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=13605446388193061142,duration_nsec=222000000,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=47915) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-06-05 08:35:39.610 | Jun 05 08:35:38 devstack neutron-openvswitch-agent[47915]: DEBUG neutron.agent.linux.utils [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49382. {{(pid=47915) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-06-05 08:35:39.610 | Jun 05 08:35:38 devstack neutron-openvswitch-agent[47915]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-5a457256-d61f-4919-b2a2-ea4aba7630d5 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-06-05 08:35:39.612 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.615 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-06-05 08:35:39.625 | enabled 2024-06-05 08:35:39.628 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-06-05 08:35:39.640 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-06-05 08:35:39.640 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.640 | Active: active (running) since Wed 2024-06-05 08:34:52 UTC; 46s ago 2024-06-05 08:35:39.640 | Main PID: 48332 (neutron-dhcp-ag) 2024-06-05 08:35:39.640 | Tasks: 13 (limit: 19115) 2024-06-05 08:35:39.640 | Memory: 423.2M 2024-06-05 08:35:39.640 | CPU: 8.553s 2024-06-05 08:35:39.640 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-06-05 08:35:39.640 | ├─48332 "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-06-05 08:35:39.640 | ├─49552 /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/tmpycz21hne/privsep.sock 2024-06-05 08:35:39.640 | ├─49594 /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/tmph2vkqzm_/privsep.sock 2024-06-05 08:35:39.640 | ├─49686 /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/tmpwarejttv/privsep.sock 2024-06-05 08:35:39.640 | ├─49773 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-05 08:35:39.640 | ├─49774 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-05 08:35:39.640 | └─49789 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/91e61150-a197-4176-8312-de634931db50/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/91e61150-a197-4176-8312-de634931db50/host --addn-hosts=/opt/stack/data/neutron/dhcp/91e61150-a197-4176-8312-de634931db50/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/91e61150-a197-4176-8312-de634931db50/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/91e61150-a197-4176-8312-de634931db50/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-9b66fa9d-3602-4d8f-9d04-3e7cdb664fa5,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-06-05 08:35:39.640 | 2024-06-05 08:35:39.640 | Jun 05 08:35:10 devstack neutron-dhcp-agent[48332]: INFO neutron.agent.dhcp.agent [None req-bdd8b788-139f-4ddc-a5a2-3467fb49f6ff None None] DHCP configuration for ports {'3f9d5f03-0403-4e2e-9286-69d3dee1023d'} is completed 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '6fb44b6a-e060-45b0-a90f-2a52267c0f42'}, 'priority': 0},) {} {{(pid=48332) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG oslo_concurrency.lockutils [None req-fcb4ef78-807c-4c12-a25c-8cd153c79293 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48332) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG oslo_concurrency.lockutils [None req-fcb4ef78-807c-4c12-a25c-8cd153c79293 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48332) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG oslo_concurrency.lockutils [None req-fcb4ef78-807c-4c12-a25c-8cd153c79293 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48332) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG neutron.agent.dhcp.agent [None req-fcb4ef78-807c-4c12-a25c-8cd153c79293 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '0759de88-f2b9-4a1a-9cdb-58702f1ca44d', 'name': 'public-subnet', 'tenant_id': 'fe7983d89bd348639e168ff8586dcc14', 'network_id': '6fb44b6a-e060-45b0-a90f-2a52267c0f42', '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-06-05T08:35:11Z', 'updated_at': '2024-06-05T08:35:11Z', 'revision_number': 0, 'project_id': 'fe7983d89bd348639e168ff8586dcc14', 'network': {'id': '6fb44b6a-e060-45b0-a90f-2a52267c0f42', 'name': 'public', 'tenant_id': 'fe7983d89bd348639e168ff8586dcc14', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['0759de88-f2b9-4a1a-9cdb-58702f1ca44d'], '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-06-05T08:35:07Z', 'updated_at': '2024-06-05T08:35:11Z', 'revision_number': 2, 'project_id': 'fe7983d89bd348639e168ff8586dcc14', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48332) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG oslo_concurrency.lockutils [None req-ecafebb6-2ba0-4f23-a4df-9e72d8488adc None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48332) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG oslo_concurrency.lockutils [None req-ecafebb6-2ba0-4f23-a4df-9e72d8488adc None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48332) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-06-05 08:35:39.640 | Jun 05 08:35:11 devstack neutron-dhcp-agent[48332]: DEBUG oslo_concurrency.lockutils [None req-ecafebb6-2ba0-4f23-a4df-9e72d8488adc None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48332) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-06-05 08:35:39.641 | Jun 05 08:35:13 devstack neutron-dhcp-agent[48332]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48332) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-06-05 08:35:39.643 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.645 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-06-05 08:35:39.654 | enabled 2024-06-05 08:35:39.657 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-06-05 08:35:39.669 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-06-05 08:35:39.669 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.669 | Active: active (running) since Wed 2024-06-05 08:34:53 UTC; 45s ago 2024-06-05 08:35:39.669 | Main PID: 48761 (neutron-l3-agen) 2024-06-05 08:35:39.669 | Tasks: 22 (limit: 19115) 2024-06-05 08:35:39.669 | Memory: 428.1M 2024-06-05 08:35:39.669 | CPU: 8.483s 2024-06-05 08:35:39.669 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-06-05 08:35:39.669 | ├─48761 "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-06-05 08:35:39.669 | ├─49425 /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/tmpd8j3eio7/privsep.sock 2024-06-05 08:35:39.669 | ├─49917 /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/tmpudz1m6gw/privsep.sock 2024-06-05 08:35:39.669 | ├─50011 /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/tmpw74qolet/privsep.sock 2024-06-05 08:35:39.669 | ├─50219 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-05 08:35:39.669 | ├─50220 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-05 08:35:39.669 | └─50448 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/1d23d553-138d-48bf-a33f-d56763d010e3.conf 2024-06-05 08:35:39.669 | 2024-06-05 08:35:39.669 | Jun 05 08:35:18 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[2acba45f-f87a-4c6c-815e-a082516e1e34]: (4, ('ARPING 10.180.180.231 from 10.180.180.231 qg-849bfee1-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.669 | Jun 05 08:35:19 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[f0bf0a05-39e4-4537-997d-01d2896ae694]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f9d5f03-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.669 | Jun 05 08:35:20 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[4b526e53-4c14-44e3-91b4-8e0735a8e78d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f9d5f03-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.669 | Jun 05 08:35:21 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[a4c4f4fc-ef4f-4c61-8915-17239cc5de00]: (4, ('ARPING 10.180.180.231 from 10.180.180.231 qg-849bfee1-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.669 | Jun 05 08:35:22 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[a34a9993-16f8-459a-a3aa-b20da6256330]: (4, ('ARPING 10.180.180.231 from 10.180.180.231 qg-849bfee1-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.669 | Jun 05 08:35:23 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[09026f83-10b2-495f-bc24-333d57ba6ddb]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f9d5f03-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.670 | Jun 05 08:35:25 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[6f04b233-e795-440b-8e11-aae6bf932e31]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f9d5f03-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.670 | Jun 05 08:35:25 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[6f5e1478-66e7-47af-9fcd-a442f5d631fe]: (4, ('ARPING 10.180.180.231 from 10.180.180.231 qg-849bfee1-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.670 | Jun 05 08:35:26 devstack neutron-l3-agent[48761]: DEBUG oslo.privsep.daemon [-] privsep: reply[3323981b-78cd-4117-8bb6-670c2cd57c2e]: (4, ('ARPING 10.180.180.231 from 10.180.180.231 qg-849bfee1-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49917) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-06-05 08:35:39.670 | Jun 05 08:35:38 devstack neutron-l3-agent[48761]: DEBUG oslo_service.periodic_task [None req-88c589db-f9ad-466c-9573-8398288f1c28 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=48761) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-06-05 08:35:39.672 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-06-05 08:35:39.674 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-06-05 08:35:39.684 | enabled 2024-06-05 08:35:39.687 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-06-05 08:35:39.698 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-06-05 08:35:39.699 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-06-05 08:35:39.699 | Active: active (running) since Wed 2024-06-05 08:34:55 UTC; 44s ago 2024-06-05 08:35:39.699 | Main PID: 49174 (neutron-metadat) 2024-06-05 08:35:39.699 | Tasks: 3 (limit: 19115) 2024-06-05 08:35:39.699 | Memory: 124.0M 2024-06-05 08:35:39.699 | CPU: 1.975s 2024-06-05 08:35:39.699 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-06-05 08:35:39.699 | ├─49174 "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-06-05 08:35:39.699 | ├─49383 "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-06-05 08:35:39.699 | └─49384 "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-06-05 08:35:39.699 | 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_rabbit.ssl_version = {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_notifications.driver = [] {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_notifications.retry = -1 {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] oslo_messaging_notifications.transport_url = **** {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-06-05 08:35:39.699 | Jun 05 08:34:57 devstack neutron-metadata-agent[49174]: DEBUG oslo_service.service [None req-fb52d7ed-e595-4593-848c-353ca7777acc None None] ******************************************************************************** {{(pid=49174) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-06-05 08:35:39.702 | + stack.sh:main:1458 : is_service_enabled n-api 2024-06-05 08:35:39.716 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:39.718 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-06-05 08:35:39.732 | + functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:35:39.734 | + stack.sh:main:1466 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-06-05 08:35:39.736 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:39.738 | + stack.sh:echo_summary:472 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-06-05 08:35:39.740 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-06-05 08:35:40.124 | 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-06-05 08:35:41.683 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.683 | | Upgrade Check Results | 2024-06-05 08:35:41.683 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.683 | | Check: Cells v2 | 2024-06-05 08:35:41.683 | | Result: Success | 2024-06-05 08:35:41.683 | | Details: No host mappings or compute nodes were found. Remember to | 2024-06-05 08:35:41.683 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-06-05 08:35:41.683 | | compute hosts are deployed. | 2024-06-05 08:35:41.683 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.683 | | Check: Placement API | 2024-06-05 08:35:41.684 | | Result: Success | 2024-06-05 08:35:41.684 | | Details: None | 2024-06-05 08:35:41.684 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.684 | | Check: Cinder API | 2024-06-05 08:35:41.684 | | Result: Success | 2024-06-05 08:35:41.684 | | Details: None | 2024-06-05 08:35:41.684 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.684 | | Check: Policy File JSON to YAML Migration | 2024-06-05 08:35:41.684 | | Result: Success | 2024-06-05 08:35:41.684 | | Details: None | 2024-06-05 08:35:41.684 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.684 | | Check: Older than N-1 computes | 2024-06-05 08:35:41.684 | | Result: Success | 2024-06-05 08:35:41.684 | | Details: None | 2024-06-05 08:35:41.684 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.684 | | Check: hw_machine_type unset | 2024-06-05 08:35:41.684 | | Result: Success | 2024-06-05 08:35:41.684 | | Details: None | 2024-06-05 08:35:41.684 | +--------------------------------------------------------------------+ 2024-06-05 08:35:41.684 | | Check: Service User Token Configuration | 2024-06-05 08:35:41.684 | | Result: Success | 2024-06-05 08:35:41.684 | | Details: None | 2024-06-05 08:35:41.684 | +--------------------------------------------------------------------+ 2024-06-05 08:35:42.031 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-06-05 08:35:42.034 | + stack.sh:main:1491 : command openstack complete 2024-06-05 08:35:42.034 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-06-05 08:35:43.268 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-06-05 08:35:43.483 | + stack.sh:main:1495 : is_service_enabled cinder 2024-06-05 08:35:43.498 | + functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:43.501 | + stack.sh:main:1496 : is_ubuntu 2024-06-05 08:35:43.503 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-06-05 08:35:43.505 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-06-05 08:35:43.507 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-06-05 08:35:43.508 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:43.510 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-06-05 08:35:43.513 | + stack.sh:main:1498 : set_lvm_filter 2024-06-05 08:35:43.515 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-06-05 08:35:43.516 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-06-05 08:35:43.518 | + lib/lvm:set_lvm_filter:189 : local pv 2024-06-05 08:35:43.520 | + lib/lvm:set_lvm_filter:190 : local vg 2024-06-05 08:35:43.522 | + lib/lvm:set_lvm_filter:191 : local line 2024-06-05 08:35:43.525 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-06-05 08:35:43.612 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-06-05 08:35:43.615 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-06-05 08:35:43.617 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-06-05 08:35:43.628 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-06-05 08:35:43.639 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-06-05 08:35:43.641 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:43.643 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-06-05 08:35:43.645 | + stack.sh:main:1508 : run_phase stack test-config 2024-06-05 08:35:43.647 | + functions-common:run_phase:1863 : local mode=stack 2024-06-05 08:35:43.649 | + functions-common:run_phase:1864 : local phase=test-config 2024-06-05 08:35:43.651 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-05 08:35:43.653 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-06-05 08:35:43.655 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-05 08:35:43.658 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-06-05 08:35:43.660 | + functions-common:run_phase:1873 : local extra 2024-06-05 08:35:43.663 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-05 08:35:43.666 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-06-05 08:35:43.669 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-05 08:35:43.671 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-05 08:35:43.673 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-06-05 08:35:43.675 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-05 08:35:43.687 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:43.689 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:35:43.691 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:43.693 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-06-05 08:35:43.695 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:43.697 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:35:43.699 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:43.701 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-06-05 08:35:43.703 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:43.705 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-06-05 08:35:43.707 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:35:43.709 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:35:43.711 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-06-05 08:35:43.745 | [3605 Async install_tempest:27221]: Waiting for completion of install_tempest running on PID 27221 (1 other jobs running) 2024-06-05 08:35:43.762 | [3605 Async install_tempest:27221]: Signaling child to exit 2024-06-05 08:35:43.762 | WAKEUP 2024-06-05 08:35:43.777 | [3605 Async install_tempest:27221]: Signaled 2024-06-05 08:35:43.778 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:614 : local git_ref=master 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:615 : local orig_dir 2024-06-05 08:35:43.778 | +++ functions-common:git_clone:616 : pwd 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-06-05 08:35:43.778 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:619 : RECLONE=False 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:633 : echo master 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:720 : local count=0 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:721 : local timeout=0 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:724 : timeout=0 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:43.778 | +++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1717576323181 2024-06-05 08:35:43.778 | ++ 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-06-05 08:35:43.778 | Cloning into '/opt/stack//tempest'... 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2442 : start_time=1717576323181 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2444 : [[ -z 1717576323181 ]] 2024-06-05 08:35:43.778 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2447 : end_time=1717576325249 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2448 : elapsed_time=2068 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2449 : total=94303 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96371 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-06-05 08:35:43.778 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:720 : local count=0 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:721 : local timeout=0 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:724 : timeout=0 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:43.778 | +++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:43.778 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1717576325278 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-06-05 08:35:43.778 | From https://opendev.org/openstack/tempest 2024-06-05 08:35:43.778 | * branch master -> FETCH_HEAD 2024-06-05 08:35:43.778 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:35:43.778 | ++ functions-common:time_stop:2442 : start_time=1717576325278 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2444 : [[ -z 1717576325278 ]] 2024-06-05 08:35:43.779 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2447 : end_time=1717576326152 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2448 : elapsed_time=874 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2449 : total=96371 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97245 2024-06-05 08:35:43.779 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:720 : local count=0 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:721 : local timeout=0 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:724 : timeout=0 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:727 : time_start git_timed 2024-06-05 08:35:43.779 | ++ functions-common:time_start:2421 : local name=git_timed 2024-06-05 08:35:43.779 | ++ functions-common:time_start:2422 : local start_time= 2024-06-05 08:35:43.779 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-06-05 08:35:43.779 | +++ functions-common:time_start:2426 : date +%s%3N 2024-06-05 08:35:43.779 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1717576326180 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-05 08:35:43.779 | Note: switching to 'FETCH_HEAD'. 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-05 08:35:43.779 | changes and commit them, and you can discard any commits you make in this 2024-06-05 08:35:43.779 | state without impacting any branches by switching back to a branch. 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | If you want to create a new branch to retain commits you create, you may 2024-06-05 08:35:43.779 | do so (now or later) by using -c with the switch command. Example: 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | git switch -c 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | Or undo this operation with: 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | git switch - 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-05 08:35:43.779 | 2024-06-05 08:35:43.779 | HEAD is now at 89a6811 Bump http_timeout in devstack-tempest 2024-06-05 08:35:43.779 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:35:43.779 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2441 : name=git_timed 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2442 : start_time=1717576326180 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2444 : [[ -z 1717576326180 ]] 2024-06-05 08:35:43.780 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2447 : end_time=1717576326278 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2448 : elapsed_time=98 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2449 : total=97245 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:43.780 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97343 2024-06-05 08:35:43.780 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-06-05 08:35:43.780 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-06-05 08:35:43.780 | ++ functions-common:git_clone:696 : git show --oneline 2024-06-05 08:35:43.780 | ++ functions-common:git_clone:696 : head -1 2024-06-05 08:35:43.780 | 89a6811 Bump http_timeout in devstack-tempest 2024-06-05 08:35:43.780 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-06-05 08:35:43.780 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-06-05 08:35:43.780 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-06-05 08:35:43.780 | ++ 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-06-05 08:35:43.780 | Collecting tox!=2.8.0,<4.0.0 2024-06-05 08:35:43.780 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-06-05 08:35:43.780 | 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-06-05 08:35:43.780 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-06-05 08:35:43.780 | Collecting py>=1.4.17 2024-06-05 08:35:43.780 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-06-05 08:35:43.780 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (21.3) 2024-06-05 08:35:43.780 | 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-06-05 08:35:43.780 | Collecting tomli>=2.0.1 2024-06-05 08:35:43.780 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-06-05 08:35:43.780 | Collecting filelock>=3.0.0 2024-06-05 08:35:43.780 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-06-05 08:35:43.780 | Collecting pluggy>=0.12.0 2024-06-05 08:35:43.780 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-06-05 08:35:43.780 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from packaging>=14->tox!=2.8.0,<4.0.0) (3.0.9) 2024-06-05 08:35:43.780 | Collecting platformdirs<3,>=2.4 2024-06-05 08:35:43.780 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-06-05 08:35:43.780 | Collecting distlib<1,>=0.3.5 2024-06-05 08:35:43.781 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-06-05 08:35:43.781 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-06-05 08:35:43.781 | 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-06-05 08:35:43.781 | 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-06-05 08:35:43.781 | ++ inc/python:pip_install:196 : result=0 2024-06-05 08:35:43.781 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2442 : start_time=1717576326319 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2444 : [[ -z 1717576326319 ]] 2024-06-05 08:35:43.781 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2447 : end_time=1717576329662 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2448 : elapsed_time=3343 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2449 : total=89802 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:43.781 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93145 2024-06-05 08:35:43.781 | ++ inc/python:pip_install:199 : return 0 2024-06-05 08:35:43.781 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-06-05 08:35:43.781 | ~/tempest ~/devstack 2024-06-05 08:35:43.781 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-06-05 08:35:43.781 | Switched to branch 'master' 2024-06-05 08:35:43.781 | Your branch is up to date with 'origin/master'. 2024-06-05 08:35:43.781 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-06-05 08:35:43.781 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-06-05 08:35:43.781 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.uNOFG8P0fY 2024-06-05 08:35:43.781 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.uNOFG8P0fY 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.uNOFG8P0fY 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:35:43.781 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:35:43.782 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:35:43.782 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:35:43.782 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-06-05 08:35:43.782 | full create: /opt/stack/tempest/.tox/tempest 2024-06-05 08:35:43.782 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-06-05 08:35:43.782 | full develop-inst: /opt/stack/tempest 2024-06-05 08:35:43.782 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.7,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.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-05 08:35:43.782 | ___________________________________ summary ____________________________________ 2024-06-05 08:35:43.782 | full: skipped tests 2024-06-05 08:35:43.782 | congratulations :) 2024-06-05 08:35:43.782 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.uNOFG8P0fY -r requirements.txt 2024-06-05 08:35:43.782 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-06-05 08:35:43.782 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-06-05 08:35:43.782 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.7) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-06-05 08:35:43.782 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-06-05 08:35:43.782 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.0.0) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-06-05 08:35:43.782 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-06-05 08:35:43.782 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.0) 2024-06-05 08:35:43.782 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | 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-06-05 08:35:43.782 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2024-06-05 08:35:43.782 | 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-06-05 08:35:43.783 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.3) 2024-06-05 08:35:43.783 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-06-05 08:35:43.783 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-06-05 08:35:43.783 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.31.0) 2024-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-06-05 08:35:43.783 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.5) 2024-06-05 08:35:43.783 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.14.2) 2024-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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.0) 2024-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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-06-05 08:35:43.783 | 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.7) 2024-06-05 08:35:43.783 | 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.6.2) 2024-06-05 08:35:43.783 | WARNING: There was an error checking the latest version of pip. 2024-06-05 08:35:43.783 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-06-05 08:35:43.783 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.uNOFG8P0fY 2024-06-05 08:35:43.783 | ++ lib/tempest:install_tempest:859 : popd 2024-06-05 08:35:43.783 | ~/devstack 2024-06-05 08:35:43.809 | [3605 Async install_tempest:27221]: finished install_tempest with result 0 in 20 seconds 2024-06-05 08:35:43.812 | ++ inc/async:async_wait:197 : return 0 2024-06-05 08:35:43.814 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-06-05 08:35:43.815 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:35:43.817 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-06-05 08:35:43.820 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-06-05 08:35:43.821 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-06-05 08:35:43.823 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-06-05 08:35:43.825 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-06-05 08:35:43.826 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-06-05 08:35:43.828 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-06-05 08:35:43.830 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-06-05 08:35:43.832 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-06-05 08:35:43.835 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-06-05 08:35:43.835 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-06-05 08:35:43.839 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-06-05 08:35:43.841 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-06-05 08:35:43.842 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-06-05 08:35:43.845 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-06-05 08:35:43.846 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-06-05 08:35:43.862 | Using python 3.10 to install testrepository 2024-06-05 08:35:43.864 | ++ 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-06-05 08:35:44.994 | Collecting testrepository 2024-06-05 08:35:44.995 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-06-05 08:35:45.007 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-06-05 08:35:45.008 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-06-05 08:35:45.008 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-06-05 08:35:45.014 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-06-05 08:35:45.020 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-06-05 08:35:46.095 | Installing collected packages: testrepository 2024-06-05 08:35:46.210 | Successfully installed testrepository-0.0.20 2024-06-05 08:35:46.210 | 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-06-05 08:35:46.314 | ++ inc/python:pip_install:196 : result=0 2024-06-05 08:35:46.316 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-06-05 08:35:46.318 | ++ functions-common:time_stop:2435 : local name 2024-06-05 08:35:46.319 | ++ functions-common:time_stop:2436 : local end_time 2024-06-05 08:35:46.321 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-06-05 08:35:46.323 | ++ functions-common:time_stop:2438 : local total 2024-06-05 08:35:46.324 | ++ functions-common:time_stop:2439 : local start_time 2024-06-05 08:35:46.326 | ++ functions-common:time_stop:2441 : name=pip_install 2024-06-05 08:35:46.328 | ++ functions-common:time_stop:2442 : start_time=1717576543858 2024-06-05 08:35:46.329 | ++ functions-common:time_stop:2444 : [[ -z 1717576543858 ]] 2024-06-05 08:35:46.331 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-06-05 08:35:46.335 | ++ functions-common:time_stop:2447 : end_time=1717576546333 2024-06-05 08:35:46.337 | ++ functions-common:time_stop:2448 : elapsed_time=2475 2024-06-05 08:35:46.338 | ++ functions-common:time_stop:2449 : total=110496 2024-06-05 08:35:46.340 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-06-05 08:35:46.342 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=112971 2024-06-05 08:35:46.343 | ++ inc/python:pip_install:199 : return 0 2024-06-05 08:35:46.345 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-06-05 08:35:46.347 | ++ lib/tempest:configure_tempest:200 : local images 2024-06-05 08:35:46.349 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-06-05 08:35:46.350 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-06-05 08:35:46.352 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-06-05 08:35:46.354 | ++ lib/tempest:configure_tempest:204 : local password 2024-06-05 08:35:46.355 | ++ lib/tempest:configure_tempest:205 : local line 2024-06-05 08:35:46.357 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-06-05 08:35:46.359 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-06-05 08:35:46.361 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-06-05 08:35:46.363 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-06-05 08:35:46.364 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-06-05 08:35:46.366 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-06-05 08:35:46.368 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-06-05 08:35:46.369 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-06-05 08:35:46.371 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-06-05 08:35:46.374 | ++ lib/tempest:configure_tempest:215 : local disk 2024-06-05 08:35:46.375 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-06-05 08:35:46.375 | ' 2024-06-05 08:35:46.377 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-06-05 08:35:46.379 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-06-05 08:35:46.391 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:46.392 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-06-05 08:35:46.394 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-06-05 08:35:46.396 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-06-05 08:35:46.398 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-06-05 08:35:46.399 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-06-05 08:35:46.402 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-06-05 08:35:46.402 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-06-05 08:35:46.403 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-06-05 08:35:47.694 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:47.697 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-06-05 08:35:47.699 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-06-05 08:35:47.700 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-06-05 08:35:47.702 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-06-05 08:35:47.704 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-06-05 08:35:47.706 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-06-05 08:35:47.708 | ++ lib/tempest:configure_tempest:254 : image_uuid=ec0e7146-a242-44d5-85e8-d8242ece1b40 2024-06-05 08:35:47.709 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=ec0e7146-a242-44d5-85e8-d8242ece1b40 2024-06-05 08:35:47.711 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-06-05 08:35:47.721 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-06-05 08:35:47.723 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-06-05 08:35:47.725 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-06-05 08:35:47.727 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-06-05 08:35:47.729 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-06-05 08:35:47.730 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-06-05 08:35:47.732 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-06-05 08:35:47.734 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-06-05 08:35:47.737 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-06-05 08:35:47.737 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-06-05 08:35:48.939 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:48.943 | ++ lib/tempest:configure_tempest:281 : admin_project_id=fe7983d89bd348639e168ff8586dcc14 2024-06-05 08:35:48.944 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-06-05 08:35:48.957 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:35:48.959 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-06-05 08:35:50.187 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:50.190 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-06-05 08:35:50.190 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-06-05 08:35:50.190 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-05 08:35:50.190 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-06-05 08:35:50.190 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-06-05 08:35:50.190 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-06-05 08:35:50.190 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-06-05 08:35:50.190 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-06-05 08:35:50.190 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-06-05 08:35:50.190 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-06-05 08:35:50.190 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-06-05 08:35:50.190 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-06-05 08:35:50.190 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-06-05 08:35:50.190 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-06-05 08:35:50.191 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-06-05 08:35:50.194 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-05 08:35:50.194 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-06-05 08:35:50.194 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-05 08:35:50.194 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-06-05 08:35:50.194 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-06-05 08:35:50.194 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-06-05 08:35:50.194 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-06-05 08:35:50.194 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-06-05 08:35:50.194 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-06-05 08:35:50.194 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-06-05 08:35:50.194 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-06-05 08:35:50.194 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-06-05 08:35:50.194 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-06-05 08:35:50.194 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-06-05 08:35:50.196 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib ec0e7146-a242-44d5-85e8-d8242ece1b40 2024-06-05 08:35:50.198 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-06-05 08:35:50.200 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show ec0e7146-a242-44d5-85e8-d8242ece1b40 -c size -f value 2024-06-05 08:35:51.451 | ++++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:51.454 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-06-05 08:35:51.456 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-06-05 08:35:51.457 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-06-05 08:35:51.482 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-06-05 08:35:51.484 | ++ 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-06-05 08:35:52.616 | +----------------------------+-----------------------+ 2024-06-05 08:35:52.616 | | Field | Value | 2024-06-05 08:35:52.616 | +----------------------------+-----------------------+ 2024-06-05 08:35:52.616 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:52.616 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:52.616 | | description | None | 2024-06-05 08:35:52.616 | | disk | 1 | 2024-06-05 08:35:52.616 | | id | 42 | 2024-06-05 08:35:52.616 | | name | m1.nano | 2024-06-05 08:35:52.616 | | os-flavor-access:is_public | True | 2024-06-05 08:35:52.616 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:52.616 | | ram | 128 | 2024-06-05 08:35:52.616 | | rxtx_factor | 1.0 | 2024-06-05 08:35:52.616 | | swap | | 2024-06-05 08:35:52.616 | | vcpus | 1 | 2024-06-05 08:35:52.616 | +----------------------------+-----------------------+ 2024-06-05 08:35:52.734 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-06-05 08:35:52.735 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-05 08:35:52.735 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-06-05 08:35:52.735 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-05 08:35:52.736 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-06-05 08:35:52.736 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-06-05 08:35:52.736 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-06-05 08:35:52.736 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-06-05 08:35:52.736 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-06-05 08:35:52.736 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-06-05 08:35:52.736 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-06-05 08:35:52.736 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-06-05 08:35:52.736 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-06-05 08:35:52.736 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-06-05 08:35:52.736 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-06-05 08:35:52.738 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib ec0e7146-a242-44d5-85e8-d8242ece1b40 2024-06-05 08:35:52.740 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-06-05 08:35:52.743 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show ec0e7146-a242-44d5-85e8-d8242ece1b40 -c size -f value 2024-06-05 08:35:53.979 | ++++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:53.981 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-06-05 08:35:53.983 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-06-05 08:35:53.983 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-06-05 08:35:54.007 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-06-05 08:35:54.009 | ++ 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-06-05 08:35:55.138 | +----------------------------+-----------------------+ 2024-06-05 08:35:55.138 | | Field | Value | 2024-06-05 08:35:55.138 | +----------------------------+-----------------------+ 2024-06-05 08:35:55.138 | | OS-FLV-DISABLED:disabled | False | 2024-06-05 08:35:55.138 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-05 08:35:55.138 | | description | None | 2024-06-05 08:35:55.138 | | disk | 1 | 2024-06-05 08:35:55.138 | | id | 84 | 2024-06-05 08:35:55.138 | | name | m1.micro | 2024-06-05 08:35:55.138 | | os-flavor-access:is_public | True | 2024-06-05 08:35:55.138 | | properties | hw_rng:allowed='True' | 2024-06-05 08:35:55.138 | | ram | 192 | 2024-06-05 08:35:55.138 | | rxtx_factor | 1.0 | 2024-06-05 08:35:55.138 | | swap | | 2024-06-05 08:35:55.138 | | vcpus | 1 | 2024-06-05 08:35:55.138 | +----------------------------+-----------------------+ 2024-06-05 08:35:55.254 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-06-05 08:35:55.256 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-06-05 08:35:55.282 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-06-05 08:35:55.283 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-06-05 08:35:55.285 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-06-05 08:35:55.287 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-06-05 08:35:55.289 | +++ 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-06-05 08:35:56.504 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:56.507 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-06-05 08:35:56.507 | address-scope 2024-06-05 08:35:56.507 | router-admin-state-down-before-update 2024-06-05 08:35:56.507 | agent 2024-06-05 08:35:56.507 | agent-resources-synced 2024-06-05 08:35:56.507 | allowed-address-pairs 2024-06-05 08:35:56.507 | auto-allocated-topology 2024-06-05 08:35:56.507 | availability_zone 2024-06-05 08:35:56.507 | availability_zone_filter 2024-06-05 08:35:56.507 | default-subnetpools 2024-06-05 08:35:56.507 | dhcp_agent_scheduler 2024-06-05 08:35:56.507 | dvr 2024-06-05 08:35:56.507 | empty-string-filtering 2024-06-05 08:35:56.507 | external-net 2024-06-05 08:35:56.507 | extra_dhcp_opt 2024-06-05 08:35:56.507 | extraroute 2024-06-05 08:35:56.507 | extraroute-atomic 2024-06-05 08:35:56.507 | filter-validation 2024-06-05 08:35:56.507 | floating-ip-port-forwarding-detail 2024-06-05 08:35:56.507 | fip-port-details 2024-06-05 08:35:56.507 | flavors 2024-06-05 08:35:56.507 | floatingip-pools 2024-06-05 08:35:56.507 | ip-substring-filtering 2024-06-05 08:35:56.507 | router 2024-06-05 08:35:56.507 | ext-gw-mode 2024-06-05 08:35:56.507 | l3-ha 2024-06-05 08:35:56.507 | l3-flavors 2024-06-05 08:35:56.507 | l3-port-ip-change-not-allowed 2024-06-05 08:35:56.507 | l3_agent_scheduler 2024-06-05 08:35:56.507 | multi-provider 2024-06-05 08:35:56.507 | net-mtu 2024-06-05 08:35:56.507 | net-mtu-writable 2024-06-05 08:35:56.507 | network_availability_zone 2024-06-05 08:35:56.507 | network-ip-availability 2024-06-05 08:35:56.507 | pagination 2024-06-05 08:35:56.507 | port-device-profile 2024-06-05 08:35:56.507 | port-mac-override 2024-06-05 08:35:56.507 | port-mac-address-regenerate 2024-06-05 08:35:56.507 | port-numa-affinity-policy 2024-06-05 08:35:56.507 | binding 2024-06-05 08:35:56.507 | binding-extended 2024-06-05 08:35:56.508 | port-security 2024-06-05 08:35:56.508 | project-id 2024-06-05 08:35:56.508 | provider 2024-06-05 08:35:56.508 | quota-check-limit 2024-06-05 08:35:56.508 | quotas 2024-06-05 08:35:56.508 | quota_details 2024-06-05 08:35:56.508 | rbac-policies 2024-06-05 08:35:56.508 | rbac-address-group 2024-06-05 08:35:56.508 | rbac-address-scope 2024-06-05 08:35:56.508 | rbac-security-groups 2024-06-05 08:35:56.508 | rbac-subnetpool 2024-06-05 08:35:56.508 | revision-if-match 2024-06-05 08:35:56.508 | standard-attr-revisions 2024-06-05 08:35:56.508 | router_availability_zone 2024-06-05 08:35:56.508 | security-groups-normalized-cidr 2024-06-05 08:35:56.508 | port-security-groups-filtering 2024-06-05 08:35:56.508 | security-groups-remote-address-group 2024-06-05 08:35:56.508 | security-groups-shared-filtering 2024-06-05 08:35:56.508 | security-group 2024-06-05 08:35:56.508 | service-type 2024-06-05 08:35:56.508 | sorting 2024-06-05 08:35:56.508 | standard-attr-description 2024-06-05 08:35:56.509 | stateful-security-group 2024-06-05 08:35:56.509 | subnet_onboard 2024-06-05 08:35:56.509 | subnet-service-types 2024-06-05 08:35:56.509 | subnet_allocation 2024-06-05 08:35:56.509 | subnetpool-prefix-ops 2024-06-05 08:35:56.509 | standard-attr-tag 2024-06-05 08:35:56.509 | standard-attr-timestamp 2024-06-05 08:35:56.509 | nsxt-ops' 2024-06-05 08:35:56.509 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-06-05 08:35:56.509 | address-scope 2024-06-05 08:35:56.509 | router-admin-state-down-before-update 2024-06-05 08:35:56.509 | agent 2024-06-05 08:35:56.509 | agent-resources-synced 2024-06-05 08:35:56.509 | allowed-address-pairs 2024-06-05 08:35:56.509 | auto-allocated-topology 2024-06-05 08:35:56.509 | availability_zone 2024-06-05 08:35:56.509 | availability_zone_filter 2024-06-05 08:35:56.509 | default-subnetpools 2024-06-05 08:35:56.509 | dhcp_agent_scheduler 2024-06-05 08:35:56.509 | dvr 2024-06-05 08:35:56.509 | empty-string-filtering 2024-06-05 08:35:56.509 | external-net 2024-06-05 08:35:56.509 | extra_dhcp_opt 2024-06-05 08:35:56.509 | extraroute 2024-06-05 08:35:56.509 | extraroute-atomic 2024-06-05 08:35:56.509 | filter-validation 2024-06-05 08:35:56.509 | floating-ip-port-forwarding-detail 2024-06-05 08:35:56.509 | fip-port-details 2024-06-05 08:35:56.509 | flavors 2024-06-05 08:35:56.509 | floatingip-pools 2024-06-05 08:35:56.509 | ip-substring-filtering 2024-06-05 08:35:56.509 | router 2024-06-05 08:35:56.509 | ext-gw-mode 2024-06-05 08:35:56.510 | l3-ha 2024-06-05 08:35:56.510 | l3-flavors 2024-06-05 08:35:56.510 | l3-port-ip-change-not-allowed 2024-06-05 08:35:56.510 | l3_agent_scheduler 2024-06-05 08:35:56.510 | multi-provider 2024-06-05 08:35:56.510 | net-mtu 2024-06-05 08:35:56.510 | net-mtu-writable 2024-06-05 08:35:56.510 | network_availability_zone 2024-06-05 08:35:56.510 | network-ip-availability 2024-06-05 08:35:56.510 | pagination 2024-06-05 08:35:56.510 | port-device-profile 2024-06-05 08:35:56.510 | port-mac-override 2024-06-05 08:35:56.510 | port-mac-address-regenerate 2024-06-05 08:35:56.510 | port-numa-affinity-policy 2024-06-05 08:35:56.510 | binding 2024-06-05 08:35:56.510 | binding-extended 2024-06-05 08:35:56.510 | port-security 2024-06-05 08:35:56.510 | project-id 2024-06-05 08:35:56.510 | provider 2024-06-05 08:35:56.510 | quota-check-limit 2024-06-05 08:35:56.510 | quotas 2024-06-05 08:35:56.510 | quota_details 2024-06-05 08:35:56.510 | rbac-policies 2024-06-05 08:35:56.510 | rbac-address-group 2024-06-05 08:35:56.510 | rbac-address-scope 2024-06-05 08:35:56.510 | rbac-security-groups 2024-06-05 08:35:56.510 | rbac-subnetpool 2024-06-05 08:35:56.510 | revision-if-match 2024-06-05 08:35:56.510 | standard-attr-revisions 2024-06-05 08:35:56.510 | router_availability_zone 2024-06-05 08:35:56.510 | security-groups-normalized-cidr 2024-06-05 08:35:56.510 | port-security-groups-filtering 2024-06-05 08:35:56.511 | security-groups-remote-address-group 2024-06-05 08:35:56.511 | security-groups-shared-filtering 2024-06-05 08:35:56.511 | security-group 2024-06-05 08:35:56.511 | service-type 2024-06-05 08:35:56.511 | sorting 2024-06-05 08:35:56.511 | standard-attr-description 2024-06-05 08:35:56.511 | stateful-security-group 2024-06-05 08:35:56.511 | subnet_onboard 2024-06-05 08:35:56.511 | subnet-service-types 2024-06-05 08:35:56.511 | subnet_allocation 2024-06-05 08:35:56.511 | subnetpool-prefix-ops 2024-06-05 08:35:56.511 | standard-attr-tag 2024-06-05 08:35:56.511 | standard-attr-timestamp 2024-06-05 08:35:56.511 | nsxt-ops =~ external-net ]] 2024-06-05 08:35:56.511 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-06-05 08:35:56.513 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-06-05 08:35:57.804 | +++ functions-common:oscwrap:2475 : return 0 2024-06-05 08:35:57.806 | ++ lib/tempest:configure_tempest:357 : public_network_id=6fb44b6a-e060-45b0-a90f-2a52267c0f42 2024-06-05 08:35:57.808 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-06-05 08:35:58.969 | +---------------------------+--------------------------------------+ 2024-06-05 08:35:58.969 | | Field | Value | 2024-06-05 08:35:58.969 | +---------------------------+--------------------------------------+ 2024-06-05 08:35:58.969 | | admin_state_up | UP | 2024-06-05 08:35:58.969 | | availability_zone_hints | | 2024-06-05 08:35:58.969 | | availability_zones | | 2024-06-05 08:35:58.969 | | created_at | 2024-06-05T08:35:58Z | 2024-06-05 08:35:58.969 | | description | | 2024-06-05 08:35:58.969 | | dns_domain | None | 2024-06-05 08:35:58.969 | | id | 9cf51d35-06d2-40b3-b7a8-62d92d47d785 | 2024-06-05 08:35:58.969 | | ipv4_address_scope | None | 2024-06-05 08:35:58.969 | | ipv6_address_scope | None | 2024-06-05 08:35:58.969 | | is_default | False | 2024-06-05 08:35:58.969 | | is_vlan_transparent | None | 2024-06-05 08:35:58.969 | | mtu | 8950 | 2024-06-05 08:35:58.969 | | name | shared | 2024-06-05 08:35:58.969 | | port_security_enabled | True | 2024-06-05 08:35:58.969 | | project_id | fe7983d89bd348639e168ff8586dcc14 | 2024-06-05 08:35:58.969 | | provider:network_type | vlan | 2024-06-05 08:35:58.969 | | provider:physical_network | default | 2024-06-05 08:35:58.969 | | provider:segmentation_id | 690 | 2024-06-05 08:35:58.969 | | qos_policy_id | None | 2024-06-05 08:35:58.969 | | revision_number | 1 | 2024-06-05 08:35:58.969 | | router:external | Internal | 2024-06-05 08:35:58.969 | | segments | None | 2024-06-05 08:35:58.969 | | shared | True | 2024-06-05 08:35:58.969 | | status | ACTIVE | 2024-06-05 08:35:58.969 | | subnets | | 2024-06-05 08:35:58.969 | | tags | | 2024-06-05 08:35:58.969 | | tenant_id | fe7983d89bd348639e168ff8586dcc14 | 2024-06-05 08:35:58.969 | | updated_at | 2024-06-05T08:35:58Z | 2024-06-05 08:35:58.969 | +---------------------------+--------------------------------------+ 2024-06-05 08:35:59.089 | ++ 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-06-05 08:36:00.367 | +----------------------+--------------------------------------+ 2024-06-05 08:36:00.367 | | Field | Value | 2024-06-05 08:36:00.367 | +----------------------+--------------------------------------+ 2024-06-05 08:36:00.367 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-06-05 08:36:00.367 | | cidr | 192.168.233.0/24 | 2024-06-05 08:36:00.367 | | created_at | 2024-06-05T08:36:00Z | 2024-06-05 08:36:00.367 | | description | shared-subnet | 2024-06-05 08:36:00.367 | | dns_nameservers | | 2024-06-05 08:36:00.367 | | dns_publish_fixed_ip | None | 2024-06-05 08:36:00.367 | | enable_dhcp | True | 2024-06-05 08:36:00.367 | | gateway_ip | 192.168.233.1 | 2024-06-05 08:36:00.367 | | host_routes | | 2024-06-05 08:36:00.367 | | id | ccf11643-f36a-45e7-969b-4ddc185042b8 | 2024-06-05 08:36:00.367 | | ip_version | 4 | 2024-06-05 08:36:00.367 | | ipv6_address_mode | None | 2024-06-05 08:36:00.367 | | ipv6_ra_mode | None | 2024-06-05 08:36:00.367 | | name | shared-subnet | 2024-06-05 08:36:00.367 | | network_id | 9cf51d35-06d2-40b3-b7a8-62d92d47d785 | 2024-06-05 08:36:00.367 | | project_id | fe7983d89bd348639e168ff8586dcc14 | 2024-06-05 08:36:00.367 | | revision_number | 0 | 2024-06-05 08:36:00.367 | | segment_id | None | 2024-06-05 08:36:00.367 | | service_types | | 2024-06-05 08:36:00.367 | | subnetpool_id | None | 2024-06-05 08:36:00.367 | | tags | | 2024-06-05 08:36:00.367 | | updated_at | 2024-06-05T08:36:00Z | 2024-06-05 08:36:00.367 | +----------------------+--------------------------------------+ 2024-06-05 08:36:00.493 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-06-05 08:36:00.530 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-06-05 08:36:00.556 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-06-05 08:36:00.560 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-06-05 08:36:00.582 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-06-05 08:36:00.606 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-06-05 08:36:00.630 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-06-05 08:36:00.656 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-06-05 08:36:00.681 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-06-05 08:36:00.707 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-06-05 08:36:00.730 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-06-05 08:36:00.753 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-06-05 08:36:00.776 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-06-05 08:36:00.801 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-06-05 08:36:00.803 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-06-05 08:36:00.828 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-06-05 08:36:00.853 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-06-05 08:36:00.876 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-06-05 08:36:00.900 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-06-05 08:36:00.902 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-06-05 08:36:00.930 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-06-05 08:36:00.952 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-06-05 08:36:00.954 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-06-05 08:36:00.977 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-06-05 08:36:00.989 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:00.991 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-06-05 08:36:00.992 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-06-05 08:36:01.015 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-06-05 08:36:01.027 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:01.029 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-06-05 08:36:01.053 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-06-05 08:36:01.077 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-06-05 08:36:01.101 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-06-05 08:36:01.103 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-06-05 08:36:01.128 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-06-05 08:36:01.151 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-06-05 08:36:01.163 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:01.165 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref ec0e7146-a242-44d5-85e8-d8242ece1b40 2024-06-05 08:36:01.188 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt ec0e7146-a242-44d5-85e8-d8242ece1b40 2024-06-05 08:36:01.212 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-06-05 08:36:01.235 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-06-05 08:36:01.259 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-06-05 08:36:01.285 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-06-05 08:36:01.298 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:01.300 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-06-05 08:36:01.301 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-06-05 08:36:01.303 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-06-05 08:36:01.305 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-06-05 08:36:01.306 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-06-05 08:36:01.308 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-06-05 08:36:01.322 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-06-05 08:36:01.324 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-06-05 08:36:01.348 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-06-05 08:36:01.376 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-06-05 08:36:01.398 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-06-05 08:36:01.421 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-06-05 08:36:01.444 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-06-05 08:36:01.466 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-06-05 08:36:01.489 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-06-05 08:36:01.514 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-06-05 08:36:01.539 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-06-05 08:36:01.541 | ++ 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-06-05 08:36:01.565 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-06-05 08:36:01.567 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-06-05 08:36:01.578 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:01.580 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-06-05 08:36:01.603 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 6fb44b6a-e060-45b0-a90f-2a52267c0f42 2024-06-05 08:36:01.625 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-06-05 08:36:01.648 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-06-05 08:36:01.671 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-06-05 08:36:01.695 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-06-05 08:36:01.717 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-06-05 08:36:01.740 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-06-05 08:36:01.764 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-06-05 08:36:01.766 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-06-05 08:36:01.768 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-06-05 08:36:01.792 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-06-05 08:36:01.793 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-06-05 08:36:01.795 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-06-05 08:36:01.797 | ++ functions-common:is_provider_network:2287 : return 1 2024-06-05 08:36:01.799 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-06-05 08:36:01.821 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-06-05 08:36:01.844 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-06-05 08:36:01.866 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-06-05 08:36:01.888 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-06-05 08:36:01.910 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-06-05 08:36:01.932 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-05 08:36:01.935 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-06-05 08:36:01.947 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-06-05 08:36:01.971 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-05 08:36:01.974 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-06-05 08:36:01.986 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-06-05 08:36:02.010 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-05 08:36:02.012 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-06-05 08:36:02.024 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-06-05 08:36:02.047 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-05 08:36:02.049 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-06-05 08:36:02.063 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-06-05 08:36:02.089 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-06-05 08:36:02.090 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-06-05 08:36:02.092 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-06-05 08:36:02.094 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-06-05 08:36:02.108 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-06-05 08:36:02.109 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-06-05 08:36:02.132 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-06-05 08:36:02.145 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:02.146 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-06-05 08:36:02.169 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-06-05 08:36:02.171 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-06-05 08:36:02.173 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-06-05 08:36:02.174 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-06-05 08:36:02.176 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-06-05 08:36:02.178 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-06-05 08:36:02.180 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-06-05 08:36:02.182 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-06-05 08:36:02.183 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-06-05 08:36:02.197 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-06-05 08:36:02.199 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-06-05 08:36:02.224 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-06-05 08:36:02.226 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-06-05 08:36:02.227 | ++ lib/tempest:configure_tempest:668 : local service 2024-06-05 08:36:02.229 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-06-05 08:36:02.231 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.233 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-06-05 08:36:02.245 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:02.247 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-06-05 08:36:02.271 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.273 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-06-05 08:36:02.284 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:02.286 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-06-05 08:36:02.308 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.310 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-06-05 08:36:02.323 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:02.324 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-06-05 08:36:02.347 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.349 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-06-05 08:36:02.361 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:02.363 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-06-05 08:36:02.386 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.388 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-06-05 08:36:02.400 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:02.402 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-06-05 08:36:02.424 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.426 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-06-05 08:36:02.438 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:02.440 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-06-05 08:36:02.462 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-06-05 08:36:02.464 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-06-05 08:36:02.475 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:02.477 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-06-05 08:36:02.500 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-06-05 08:36:02.502 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-06-05 08:36:02.504 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-06-05 08:36:02.506 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-06-05 08:36:02.507 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-06-05 08:36:02.509 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-06-05 08:36:02.511 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-06-05 08:36:02.513 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-06-05 08:36:02.514 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-06-05 08:36:02.516 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-06-05 08:36:02.518 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-06-05 08:36:02.520 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-06-05 08:36:02.522 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-06-05 08:36:02.525 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.jPCBZ49LN3 2024-06-05 08:36:02.527 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-06-05 08:36:02.529 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-06-05 08:36:02.531 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-06-05 08:36:02.534 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.5cRzPhR6uj 2024-06-05 08:36:02.536 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.5cRzPhR6uj 2024-06-05 08:36:02.538 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-06-05 08:36:02.540 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.5cRzPhR6uj 2024-06-05 08:36:02.541 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-06-05 08:36:02.544 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-06-05 08:36:02.546 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-06-05 08:36:02.551 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:36:02.553 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:36:02.555 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:36:02.557 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-05 08:36:02.559 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-06-05 08:36:02.561 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-06-05 08:36:02.807 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-06-05 08:36:03.202 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-06-05 08:36:12.087 | venv-tempest develop-inst: /opt/stack/tempest 2024-06-05 08:36:15.058 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.7,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.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-05 08:36:15.058 | ___________________________________ summary ____________________________________ 2024-06-05 08:36:15.058 | venv-tempest: skipped tests 2024-06-05 08:36:15.058 | congratulations :) 2024-06-05 08:36:15.084 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.5cRzPhR6uj -r requirements.txt 2024-06-05 08:36:15.644 | /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-06-05 08:36:15.644 | warnings.warn( 2024-06-05 08:36:15.644 | /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-06-05 08:36:15.644 | warnings.warn( 2024-06-05 08:36:15.737 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-06-05 08:36:16.115 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.7,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.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-05 08:36:16.115 | venv-tempest run-test-pre: PYTHONHASHSEED='712078336' 2024-06-05 08:36:16.115 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.5cRzPhR6uj -r requirements.txt 2024-06-05 08:36:16.941 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-06-05 08:36:16.943 | 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-06-05 08:36:16.952 | 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-06-05 08:36:16.952 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-06-05 08:36:16.952 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-06-05 08:36:16.952 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.7) 2024-06-05 08:36:16.952 | 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-06-05 08:36:16.952 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-06-05 08:36:16.952 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-06-05 08:36:16.952 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.0.0) 2024-06-05 08:36:16.952 | 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-06-05 08:36:16.952 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-06-05 08:36:16.952 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-06-05 08:36:16.953 | 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-06-05 08:36:16.954 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-06-05 08:36:16.973 | 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-06-05 08:36:16.974 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-06-05 08:36:16.974 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.0) 2024-06-05 08:36:16.975 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-06-05 08:36:16.976 | 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-06-05 08:36:16.977 | 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-06-05 08:36:16.977 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-06-05 08:36:16.983 | 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-06-05 08:36:16.984 | 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-06-05 08:36:17.002 | 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-06-05 08:36:17.002 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-06-05 08:36:17.003 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2024-06-05 08:36:17.004 | 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-06-05 08:36:17.022 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.3) 2024-06-05 08:36:17.023 | 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-06-05 08:36:17.040 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-06-05 08:36:17.047 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-06-05 08:36:17.063 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.31.0) 2024-06-05 08:36:17.064 | 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-06-05 08:36:17.077 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-06-05 08:36:17.078 | 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-06-05 08:36:17.092 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.5) 2024-06-05 08:36:17.093 | 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-06-05 08:36:17.094 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.14.2) 2024-06-05 08:36:17.101 | 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-06-05 08:36:17.103 | 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-06-05 08:36:17.112 | 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-06-05 08:36:17.113 | 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-06-05 08:36:17.113 | 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.0) 2024-06-05 08:36:17.114 | 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-06-05 08:36:17.136 | 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-06-05 08:36:17.156 | 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-06-05 08:36:17.193 | 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-06-05 08:36:17.216 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-06-05 08:36:17.256 | 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-06-05 08:36:17.269 | 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-06-05 08:36:17.269 | 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.7) 2024-06-05 08:36:17.270 | 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.6.2) 2024-06-05 08:36:17.374 | WARNING: There was an error checking the latest version of pip. 2024-06-05 08:36:17.449 | ___________________________________ summary ____________________________________ 2024-06-05 08:36:17.449 | venv-tempest: commands succeeded 2024-06-05 08:36:17.449 | congratulations :) 2024-06-05 08:36:17.474 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.5cRzPhR6uj 2024-06-05 08:36:17.477 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-06-05 08:36:17.480 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-06-05 08:36:17.481 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-06-05 08:36:17.505 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.jPCBZ49LN3 2024-06-05 08:36:17.756 | venv create: /opt/stack/tempest/.tox/venv 2024-06-05 08:36:18.038 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-06-05 08:36:31.748 | venv develop-inst: /opt/stack/tempest 2024-06-05 08:36:35.234 | venv installed: alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.15.0,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,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.7,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.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.3.7,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomli==2.0.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-05 08:36:35.235 | venv run-test-pre: PYTHONHASHSEED='2451645801' 2024-06-05 08:36:35.235 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.jPCBZ49LN3 2024-06-05 08:36:35.554 | /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-06-05 08:36:35.554 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-06-05 08:36:35.554 | /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-06-05 08:36:35.554 | @jsonschema.FormatChecker.cls_checks('base64') 2024-06-05 08:36:35.800 | /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-06-05 08:36:35.800 | warnings.warn( 2024-06-05 08:36:35.969 | /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-06-05 08:36:35.969 | for key, value in info.getheaders().items(): 2024-06-05 08:36:35.992 | /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-06-05 08:36:35.992 | for key, value in info.getheaders().items(): 2024-06-05 08:36:36.212 | /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-06-05 08:36:36.212 | for key, value in info.getheaders().items(): 2024-06-05 08:36:36.213 | /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-06-05 08:36:36.213 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-06-05 08:36:36.741 | ___________________________________ summary ____________________________________ 2024-06-05 08:36:36.742 | venv: commands succeeded 2024-06-05 08:36:36.742 | congratulations :) 2024-06-05 08:36:36.767 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-06-05 08:36:36.780 | ++ functions-common:is_service_enabled:2091 : return 1 2024-06-05 08:36:36.782 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-06-05 08:36:36.784 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-06-05 08:36:36.796 | ++ functions-common:is_service_enabled:2091 : return 0 2024-06-05 08:36:36.798 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-06-05 08:36:36.800 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-06-05 08:36:36.802 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-06-05 08:36:36.803 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-06-05 08:36:36.805 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-06-05 08:36:36.807 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-06-05 08:36:36.809 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-06-05 08:36:36.810 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-06-05 08:36:36.812 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-06-05 08:36:36.814 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-06-05 08:36:36.815 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-06-05 08:36:36.817 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-06-05 08:36:36.819 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-06-05 08:36:36.821 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-06-05 08:36:36.823 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-06-05 08:36:36.825 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-06-05 08:36:36.827 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-06-05 08:36:36.828 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-06-05 08:36:36.830 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-06-05 08:36:36.832 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-06-05 08:36:36.834 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-06-05 08:36:36.836 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-06-05 08:36:36.838 | ++ 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-06-05 08:36:36.840 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-06-05 08:36:36.843 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.jPCBZ49LN3 network-feature-enabled api_extensions 2024-06-05 08:36:36.844 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-06-05 08:36:36.859 | ++ 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-06-05 08:36:36.861 | +++ 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-06-05 08:36:36.863 | +++ 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-06-05 08:36:36.865 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-06-05 08:36:36.867 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-06-05 08:36:36.869 | +++ 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-06-05 08:36:36.883 | +++ 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-06-05 08:36:36.899 | ++ 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-06-05 08:36:36.901 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-06-05 08:36:36.903 | ++ 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-06-05 08:36:36.926 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-06-05 08:36:36.928 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-06-05 08:36:36.930 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-06-05 08:36:36.932 | ++ 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-06-05 08:36:36.933 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-06-05 08:36:36.936 | ++ 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-06-05 08:36:36.960 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-06-05 08:36:36.962 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-06-05 08:36:36.964 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-06-05 08:36:36.966 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-06-05 08:36:36.968 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-06-05 08:36:36.970 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-06-05 08:36:36.972 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-06-05 08:36:36.974 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-06-05 08:36:36.976 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-06-05 08:36:36.978 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-06-05 08:36:36.980 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-06-05 08:36:36.982 | ++ 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-06-05 08:36:36.984 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-06-05 08:36:36.986 | ++ 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-06-05 08:36:37.011 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-06-05 08:36:37.011 | ' 2024-06-05 08:36:37.012 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-06-05 08:36:37.014 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-06-05 08:36:37.016 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-06-05 08:36:37.018 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-06-05 08:36:37.020 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-06-05 08:36:37.020 | ~/tempest ~/tempest 2024-06-05 08:36:37.022 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-06-05 08:36:37.024 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-06-05 08:36:37.024 | ~/tempest 2024-06-05 08:36:37.026 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-05 08:36:37.028 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-05 08:36:37.031 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:36:37.033 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-05 08:36:37.035 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-06-05 08:36:37.037 | + functions-common:run_plugins:1849 : local mode=stack 2024-06-05 08:36:37.039 | + functions-common:run_plugins:1850 : local phase=test-config 2024-06-05 08:36:37.041 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-06-05 08:36:37.043 | + functions-common:run_plugins:1853 : local plugin 2024-06-05 08:36:37.045 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-06-05 08:36:37.048 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-06-05 08:36:37.050 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-05 08:36:37.052 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-06-05 08:36:37.054 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-05 08:36:37.056 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:36:37.058 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-06-05 08:36:37.060 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:36:37.062 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-05 08:36:37.064 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-06-05 08:36:37.066 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-06-05 08:36:37.069 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-06-05 08:36:37.071 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-05 08:36:37.073 | + inc/meta-config:merge_config_group:171 : shift 2024-06-05 08:36:37.075 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-06-05 08:36:37.077 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:36:37.079 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-05 08:36:37.081 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-05 08:36:37.083 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-06-05 08:36:37.085 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-05 08:36:37.087 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-06-05 08:36:37.090 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-05 08:36:37.092 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-06-05 08:36:37.092 | /^\[\[.+\|.*\]\]/ { 2024-06-05 08:36:37.092 | gsub("[][]", "", $1); 2024-06-05 08:36:37.092 | split($1, a, "|"); 2024-06-05 08:36:37.092 | if (a[1] == matchgroup) 2024-06-05 08:36:37.092 | print a[2] 2024-06-05 08:36:37.092 | } 2024-06-05 08:36:37.092 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 165 apt-get 9 test_with_retry 3 dbsync 2 pip_install 112 apt-get-update 6 run_process 18 git_timed 94 ------------------------- Unaccounted time 41 ========================= Total runtime 506 ================= Async summary ================= Time spent in the background minus waits: 189 sec Elapsed time: 506 sec Time if we did everything serially: 695 sec Speedup: 1.37352 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 41559 | | keystone | INSERT | 98 | | glance | SELECT | 999 | | glance | CREATE | 65 | | glance | INSERT | 258 | | glance | SHOW | 8 | | glance | UPDATE | 17 | | glance | ALTER | 9 | | glance | DROP | 1 | | cinder | SELECT | 145 | | cinder | SHOW | 1 | | cinder | CREATE | 74 | | cinder | SET | 1 | | cinder | ALTER | 18 | | neutron | SELECT | 2456 | | neutron | SHOW | 41 | | neutron | CREATE | 317 | | neutron | INSERT | 133 | | neutron | UPDATE | 181 | | neutron | ALTER | 150 | | neutron | DROP | 51 | | neutron | DELETE | 17 | | nova_cell1 | SELECT | 119 | | nova_cell1 | SHOW | 35 | | nova_cell1 | CREATE | 157 | | nova_cell1 | ALTER | 2 | | nova_cell0 | SELECT | 18 | | nova_cell0 | SHOW | 35 | | nova_cell0 | CREATE | 157 | | nova_cell0 | ALTER | 2 | | placement | SELECT | 10 | | placement | INSERT | 3 | | placement | SET | 1 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 5 | | cinder | INSERT | 5 | | cinder | UPDATE | 8 | | nova_cell1 | UPDATE | 15 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | cinder | DELETE | 1 | | keystone | DELETE | 5 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: d855bb1d0fd8ef94c8615bc796250839818b0b74 [stable-only][CI] Drop periodic jobs 2024-04-30 17:39:04 +0200 OS Version: Ubuntu 22.04 jammy