2024-03-14 21:11:37.636 | + stack.sh:main:513 : exec 2024-03-14 21:11:37.636 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-03-14-211137' 2024-03-14 21:11:37.636 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-03-14-211137.summary.2024-03-14-211137 2024-03-14 21:11:37.637 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:11:37.637 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-03-14-211137 2024-03-14 21:11:37.637 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-03-14-211137 /opt/stack//logs/stack.sh.log 2024-03-14 21:11:37.637 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-03-14-211137.summary.2024-03-14-211137 /opt/stack//logs/stack.sh.log.summary 2024-03-14 21:11:37.637 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-03-14 21:11:37.637 | + functions:check_path_perm_sanity:607 : local real_path 2024-03-14 21:11:37.637 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-03-14 21:11:37.637 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-03-14 21:11:37.637 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-03-14 21:11:37.637 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-03-14 21:11:37.637 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-03-14 21:11:37.637 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-03-14 21:11:37.637 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-03-14 21:11:37.637 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-03-14 21:11:37.638 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-03-14 21:11:37.639 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-03-14 21:11:37.640 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-03-14 21:11:37.642 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-03-14 21:11:37.644 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-03-14 21:11:37.646 | + stack.sh:main:545 : trap exit_trap EXIT 2024-03-14 21:11:37.647 | + stack.sh:main:586 : trap err_trap ERR 2024-03-14 21:11:37.648 | + stack.sh:main:599 : set -o errexit 2024-03-14 21:11:37.650 | + stack.sh:main:602 : uname -a 2024-03-14 21:11:37.650 | Linux devstack 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-03-14 21:11:37.652 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-03-14 21:11:37.653 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-03-14 21:11:37.655 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-03-14 21:11:37.679 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-03-14 21:11:37.690 | + stack.sh:main:616 : fetch_plugins 2024-03-14 21:11:37.691 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-03-14 21:11:37.692 | + functions-common:fetch_plugins:1782 : local plugin 2024-03-14 21:11:37.693 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-03-14 21:11:37.695 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-03-14 21:11:37.695 | Fetching DevStack plugins 2024-03-14 21:11:37.696 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-03-14 21:11:37.698 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-03-14 21:11:37.699 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-03-14 21:11:37.700 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-03-14 21:11:37.701 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:11:37.703 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-03-14 21:11:37.704 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-03-14 21:11:37.705 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-03-14 21:11:37.706 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-03-14 21:11:37.708 | + functions-common:git_clone:614 : local git_ref=devstack 2024-03-14 21:11:37.709 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:11:37.711 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:11:37.712 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:11:37.713 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:11:37.715 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:11:37.724 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:11:37.725 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:11:37.726 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:11:37.728 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:11:37.729 | + functions-common:git_clone:633 : echo devstack 2024-03-14 21:11:37.729 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:11:37.732 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-03-14 21:11:37.734 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:11:37.735 | + 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-03-14 21:11:37.736 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:11:37.738 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:11:37.739 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:11:37.740 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:11:37.741 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:11:37.743 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:11:37.744 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:37.745 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:37.747 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:37.749 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450697748 2024-03-14 21:11:37.750 | + 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-03-14 21:11:37.753 | Cloning into '/opt/stack/networking-nsx-t'... 2024-03-14 21:11:38.772 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:11:38.773 | + functions-common:time_stop:2435 : local name 2024-03-14 21:11:38.775 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:38.776 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:38.777 | + functions-common:time_stop:2438 : local total 2024-03-14 21:11:38.779 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:38.780 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:11:38.781 | + functions-common:time_stop:2442 : start_time=1710450697748 2024-03-14 21:11:38.783 | + functions-common:time_stop:2444 : [[ -z 1710450697748 ]] 2024-03-14 21:11:38.784 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:38.787 | + functions-common:time_stop:2447 : end_time=1710450698785 2024-03-14 21:11:38.788 | + functions-common:time_stop:2448 : elapsed_time=1037 2024-03-14 21:11:38.789 | + functions-common:time_stop:2449 : total=0 2024-03-14 21:11:38.790 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:38.792 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1037 2024-03-14 21:11:38.793 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-03-14 21:11:38.794 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-03-14 21:11:38.796 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:11:38.797 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:11:38.798 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:11:38.800 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:11:38.801 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:11:38.802 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:11:38.803 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:38.805 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:38.806 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:38.809 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450698807 2024-03-14 21:11:38.810 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-03-14 21:11:39.597 | From https://github.com/sapcc/networking-nsx-t 2024-03-14 21:11:39.597 | * branch devstack -> FETCH_HEAD 2024-03-14 21:11:39.601 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:11:39.602 | + functions-common:time_stop:2435 : local name 2024-03-14 21:11:39.603 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:39.605 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:39.606 | + functions-common:time_stop:2438 : local total 2024-03-14 21:11:39.607 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:39.609 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:11:39.610 | + functions-common:time_stop:2442 : start_time=1710450698807 2024-03-14 21:11:39.611 | + functions-common:time_stop:2444 : [[ -z 1710450698807 ]] 2024-03-14 21:11:39.613 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:39.615 | + functions-common:time_stop:2447 : end_time=1710450699614 2024-03-14 21:11:39.617 | + functions-common:time_stop:2448 : elapsed_time=807 2024-03-14 21:11:39.618 | + functions-common:time_stop:2449 : total=1037 2024-03-14 21:11:39.619 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:39.620 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1844 2024-03-14 21:11:39.622 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:11:39.623 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:11:39.624 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:11:39.626 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:11:39.627 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:11:39.628 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:11:39.629 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:11:39.631 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:39.632 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:39.634 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:39.636 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450699635 2024-03-14 21:11:39.638 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:11:39.647 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:11:39.647 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:11:39.647 | state without impacting any branches by switching back to a branch. 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:11:39.647 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | git switch -c 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | Or undo this operation with: 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | git switch - 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:11:39.647 | 2024-03-14 21:11:39.647 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-03-14 21:11:39.648 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:11:39.650 | + functions-common:time_stop:2435 : local name 2024-03-14 21:11:39.651 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:39.653 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:39.654 | + functions-common:time_stop:2438 : local total 2024-03-14 21:11:39.655 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:39.657 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:11:39.658 | + functions-common:time_stop:2442 : start_time=1710450699635 2024-03-14 21:11:39.659 | + functions-common:time_stop:2444 : [[ -z 1710450699635 ]] 2024-03-14 21:11:39.661 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:39.663 | + functions-common:time_stop:2447 : end_time=1710450699662 2024-03-14 21:11:39.665 | + functions-common:time_stop:2448 : elapsed_time=27 2024-03-14 21:11:39.666 | + functions-common:time_stop:2449 : total=1844 2024-03-14 21:11:39.667 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:39.669 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1871 2024-03-14 21:11:39.670 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-03-14 21:11:39.679 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-03-14 21:11:39.681 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:11:39.681 | + functions-common:git_clone:696 : head -1 2024-03-14 21:11:39.682 | 68e8db3 WIP: Add devstack plugin 2024-03-14 21:11:39.684 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:11:39.686 | + stack.sh:main:620 : run_phase override_defaults 2024-03-14 21:11:39.687 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-03-14 21:11:39.688 | + functions-common:run_phase:1864 : local phase= 2024-03-14 21:11:39.690 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:11:39.691 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:11:39.693 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:11:39.694 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:11:39.695 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:11:39.697 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:11:39.700 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:11:39.701 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:11:39.702 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:11:39.704 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-03-14 21:11:39.705 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:11:39.714 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:11:39.715 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-03-14 21:11:39.717 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-14 21:11:39.718 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-14 21:11:39.720 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-14 21:11:39.721 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-14 21:11:39.722 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-14 21:11:39.724 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-03-14 21:11:39.725 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-03-14 21:11:39.727 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-03-14 21:11:39.728 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-14 21:11:39.729 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-03-14 21:11:39.731 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-03-14 21:11:39.732 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-03-14 21:11:39.733 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-03-14 21:11:39.735 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-03-14 21:11:39.735 | Overriding Configuration Defaults 2024-03-14 21:11:39.736 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-03-14 21:11:39.737 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:11:39.739 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-03-14 21:11:39.740 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-03-14 21:11:39.752 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-03-14 21:11:39.754 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-03-14 21:11:39.763 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:11:39.765 | +++ lib/tls:source:43 : hostname -f 2024-03-14 21:11:39.767 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-03-14 21:11:39.769 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-03-14 21:11:39.770 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-03-14 21:11:39.772 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-03-14 21:11:39.773 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-03-14 21:11:39.775 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-03-14 21:11:39.776 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-03-14 21:11:39.777 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-03-14 21:11:39.779 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-03-14 21:11:39.780 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-03-14 21:11:39.782 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-03-14 21:11:39.791 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-03-14 21:11:39.803 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-03-14 21:11:39.811 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-03-14 21:11:39.820 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-03-14 21:11:39.843 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-03-14 21:11:39.882 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-03-14 21:11:39.926 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-03-14 21:11:39.946 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-03-14 21:11:39.983 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-03-14 21:11:40.014 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-03-14 21:11:40.016 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-03-14 21:11:40.026 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:11:40.028 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-03-14 21:11:40.029 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-03-14 21:11:40.031 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-03-14 21:11:40.033 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-03-14 21:11:40.035 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-03-14 21:11:40.046 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-03-14 21:11:40.047 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-03-14 21:11:40.049 | +++ functions-common:is_suse:544 : is_opensuse 2024-03-14 21:11:40.050 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:11:40.052 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:11:40.053 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:11:40.055 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:11:40.057 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:11:40.058 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-03-14 21:11:40.060 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-03-14 21:11:40.062 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-03-14 21:11:40.063 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-03-14 21:11:40.065 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-03-14 21:11:40.067 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-03-14 21:11:40.069 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-03-14 21:11:40.080 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-03-14 21:11:40.081 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-03-14 21:11:40.083 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-03-14 21:11:40.094 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-03-14 21:11:40.095 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-03-14 21:11:40.097 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-03-14 21:11:40.098 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-03-14 21:11:40.100 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-03-14 21:11:40.102 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-03-14 21:11:40.103 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-03-14 21:11:40.105 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-03-14 21:11:40.106 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-03-14 21:11:40.108 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-03-14 21:11:40.109 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-03-14 21:11:40.111 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-03-14 21:11:40.112 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-03-14 21:11:40.114 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-03-14 21:11:40.115 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-03-14 21:11:40.117 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-03-14 21:11:40.119 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-03-14 21:11:40.120 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-03-14 21:11:40.122 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-03-14 21:11:40.124 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-03-14 21:11:40.126 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-03-14 21:11:40.127 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-03-14 21:11:40.129 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-03-14 21:11:40.130 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-03-14 21:11:40.141 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-03-14 21:11:40.143 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-03-14 21:11:40.145 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-03-14 21:11:40.145 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-03-14 21:11:40.148 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-03-14 21:11:40.150 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-03-14 21:11:40.151 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-03-14 21:11:40.153 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-03-14 21:11:40.154 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-03-14 21:11:40.156 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-03-14 21:11:40.157 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-03-14 21:11:40.158 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-03-14 21:11:40.160 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-03-14 21:11:40.161 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-03-14 21:11:40.163 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-03-14 21:11:40.165 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-03-14 21:11:40.166 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-03-14 21:11:40.167 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-03-14 21:11:40.169 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-03-14 21:11:40.171 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-03-14 21:11:40.173 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-03-14 21:11:40.183 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-03-14 21:11:40.184 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-03-14 21:11:40.186 | ++++ functions-common:is_suse:544 : is_opensuse 2024-03-14 21:11:40.187 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:11:40.188 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:11:40.190 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:11:40.191 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:11:40.193 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:11:40.194 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-03-14 21:11:40.196 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-03-14 21:11:40.198 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-03-14 21:11:40.199 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-14 21:11:40.201 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-03-14 21:11:40.202 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-14 21:11:40.204 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-03-14 21:11:40.205 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-14 21:11:40.207 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=True 2024-03-14 21:11:40.208 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-03-14 21:11:40.210 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-03-14 21:11:40.211 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-03-14 21:11:40.213 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=public 2024-03-14 21:11:40.214 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-03-14 21:11:40.216 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-03-14 21:11:40.217 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=True 2024-03-14 21:11:40.219 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-03-14 21:11:40.220 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-03-14 21:11:40.221 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-03-14 21:11:40.223 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-03-14 21:11:40.243 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-03-14 21:11:40.252 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-03-14 21:11:40.253 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-03-14 21:11:40.255 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-03-14 21:11:40.257 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=False 2024-03-14 21:11:40.258 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-03-14 21:11:40.260 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-03-14 21:11:40.261 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-03-14 21:11:40.263 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-03-14 21:11:40.264 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-03-14 21:11:40.266 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=1500 2024-03-14 21:11:40.267 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True 2024-03-14 21:11:40.269 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-03-14 21:11:40.270 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-03-14 21:11:40.272 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-03-14 21:11:40.273 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-03-14 21:11:40.275 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-03-14 21:11:40.276 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-03-14 21:11:40.278 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-03-14 21:11:40.280 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-03-14 21:11:40.281 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-03-14 21:11:40.281 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-03-14 21:11:40.281 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-03-14 21:11:40.284 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=70:fb46:c7d9 2024-03-14 21:11:40.286 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-03-14 21:11:40.287 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-03-14 21:11:40.289 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-03-14 21:11:40.290 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-03-14 21:11:40.292 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd70:fb46:c7d9::/56 2024-03-14 21:11:40.294 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd70:fb46:c7d9::/56 2024-03-14 21:11:40.295 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-03-14 21:11:40.298 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd70:fb46:c7d9::/64 2024-03-14 21:11:40.300 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-03-14 21:11:40.301 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-03-14 21:11:40.303 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-03-14 21:11:40.304 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-03-14 21:11:40.306 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-03-14 21:11:40.307 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY= 2024-03-14 21:11:40.309 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-03-14 21:11:40.310 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-03-14 21:11:40.312 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-03-14 21:11:40.313 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-03-14 21:11:40.315 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-03-14 21:11:40.316 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-03-14 21:11:40.318 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd70:fb46:c7d9::/56 2024-03-14 21:11:40.320 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-03-14 21:11:40.321 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-03-14 21:11:40.323 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-03-14 21:11:40.324 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-03-14 21:11:40.324 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-03-14 21:11:40.328 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-03-14 21:11:40.330 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-03-14 21:11:40.330 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-03-14 21:11:40.330 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-03-14 21:11:40.334 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-03-14 21:11:40.337 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-03-14 21:11:40.339 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-03-14 21:11:40.340 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-03-14 21:11:40.342 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-03-14 21:11:40.343 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-03-14 21:11:40.345 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-03-14 21:11:40.357 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-03-14 21:11:40.367 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-03-14 21:11:40.376 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-03-14 21:11:40.386 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-03-14 21:11:40.432 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-03-14 21:11:40.434 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-03-14 21:11:40.436 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-03-14 21:11:40.437 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-03-14 21:11:40.439 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-03-14 21:11:40.441 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-03-14 21:11:40.441 | False' 2024-03-14 21:11:40.443 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-03-14 21:11:40.454 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-03-14 21:11:40.456 | + stack.sh:main:650 : run_phase source 2024-03-14 21:11:40.458 | + functions-common:run_phase:1863 : local mode=source 2024-03-14 21:11:40.459 | + functions-common:run_phase:1864 : local phase= 2024-03-14 21:11:40.461 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:11:40.462 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:11:40.464 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:11:40.465 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:11:40.467 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:11:40.469 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:11:40.472 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:11:40.473 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:11:40.475 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:11:40.476 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-03-14 21:11:40.478 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:11:40.489 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:11:40.491 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-03-14 21:11:40.492 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-03-14 21:11:40.518 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-03-14 21:11:40.520 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-03-14 21:11:40.522 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-03-14 21:11:40.523 | + functions-common:run_phase:1885 : load_plugin_settings 2024-03-14 21:11:40.525 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-03-14 21:11:40.527 | + functions-common:load_plugin_settings:1800 : local plugin 2024-03-14 21:11:40.528 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-03-14 21:11:40.530 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-03-14 21:11:40.530 | Loading plugin settings 2024-03-14 21:11:40.532 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-03-14 21:11:40.533 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:11:40.535 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-03-14 21:11:40.537 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-03-14 21:11:40.538 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-03-14 21:11:40.540 | ++ functions-common:define_plugin:1907 : : 2024-03-14 21:11:40.542 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-03-14 21:11:40.543 | + functions-common:run_phase:1886 : verify_disabled_services 2024-03-14 21:11:40.545 | + functions-common:verify_disabled_services:2146 : local service 2024-03-14 21:11:40.547 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.549 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,key, ]] 2024-03-14 21:11:40.550 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.552 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-api, ]] 2024-03-14 21:11:40.555 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.557 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-cond, ]] 2024-03-14 21:11:40.559 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.560 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-sch, ]] 2024-03-14 21:11:40.562 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.564 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-api-meta, ]] 2024-03-14 21:11:40.566 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.567 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,placement-api, ]] 2024-03-14 21:11:40.569 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.571 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,placement-client, ]] 2024-03-14 21:11:40.573 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.574 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,g-api, ]] 2024-03-14 21:11:40.576 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.578 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,c-sch, ]] 2024-03-14 21:11:40.579 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.581 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,c-api, ]] 2024-03-14 21:11:40.583 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.584 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,c-vol, ]] 2024-03-14 21:11:40.586 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.588 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,ovs-vswitchd, ]] 2024-03-14 21:11:40.590 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.591 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,ovsdb-server, ]] 2024-03-14 21:11:40.593 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.595 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,q-svc, ]] 2024-03-14 21:11:40.597 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.598 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,horizon, ]] 2024-03-14 21:11:40.600 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.602 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,rabbit, ]] 2024-03-14 21:11:40.603 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.605 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,tempest, ]] 2024-03-14 21:11:40.607 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.609 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,mysql, ]] 2024-03-14 21:11:40.610 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:11:40.612 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,etcd3, ]] 2024-03-14 21:11:40.614 | + stack.sh:main:721 : initialize_database_backends 2024-03-14 21:11:40.616 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-03-14 21:11:40.618 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-03-14 21:11:40.629 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:11:40.631 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-03-14 21:11:40.633 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-03-14 21:11:40.634 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-03-14 21:11:40.646 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:11:40.648 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-03-14 21:11:40.649 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-03-14 21:11:40.651 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-03-14 21:11:40.653 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-03-14 21:11:40.655 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-03-14 21:11:40.656 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-03-14 21:11:40.658 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-03-14 21:11:40.660 | + lib/database:initialize_database_backends:92 : return 0 2024-03-14 21:11:40.662 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-03-14 21:11:40.662 | Using mysql database backend 2024-03-14 21:11:40.664 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-03-14 21:11:40.675 | + stack.sh:main:727 : define_database_baseurl 2024-03-14 21:11:40.678 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-03-14 21:11:40.680 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-03-14 21:11:40.682 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-03-14 21:11:40.684 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-14 21:11:40.686 | + stack.sh:main:739 : is_service_enabled rabbit 2024-03-14 21:11:40.698 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:11:40.700 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-03-14 21:11:40.713 | + stack.sh:main:747 : is_service_enabled keystone 2024-03-14 21:11:40.725 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:11:40.727 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-03-14 21:11:40.739 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-03-14 21:11:40.752 | + stack.sh:main:762 : is_service_enabled ldap 2024-03-14 21:11:40.764 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:11:40.766 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-03-14 21:11:40.779 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:11:40.780 | + stack.sh:main:783 : save_stackenv 783 2024-03-14 21:11:40.782 | + functions-common:save_stackenv:60 : local tag=783 2024-03-14 21:11:40.785 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-14 21:11:40.787 | + functions-common:save_stackenv:62 : time_stamp=2024-03-14-211140 2024-03-14 21:11:40.789 | + functions-common:save_stackenv:63 : echo '# 2024-03-14-211140 783' 2024-03-14 21:11:40.791 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.793 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-14 21:11:40.795 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.797 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-14 21:11:40.798 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.800 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-14 21:11:40.802 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.804 | + 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-14 21:11:40.806 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.808 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-14 21:11:40.810 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.812 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-14 21:11:40.813 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.815 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-14-211137 2024-03-14 21:11:40.817 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.819 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-14 21:11:40.821 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.823 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-14 21:11:40.825 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.827 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-14 21:11:40.829 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.830 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-14 21:11:40.832 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.834 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-14 21:11:40.836 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.838 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-14 21:11:40.840 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.842 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-14 21:11:40.843 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:11:40.845 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-14 21:11:40.847 | + stack.sh:main:796 : GIT_DEPTH=0 2024-03-14 21:11:40.849 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-03-14 21:11:40.851 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-03-14 21:11:40.852 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-03-14 21:11:40.854 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:11:40.855 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:11:40.857 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:11:40.859 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:11:40.861 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:11:40.863 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:11:40.875 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:11:40.876 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-03-14 21:11:40.878 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:11:40.880 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:11:40.880 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:11:40.884 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-03-14 21:11:40.885 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:11:40.887 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-03-14 21:11:40.889 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:11:40.890 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:11:40.892 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:11:40.894 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:11:40.895 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:11:40.897 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:11:40.898 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:40.900 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:40.902 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:40.905 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450700903 2024-03-14 21:11:40.907 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-03-14 21:11:40.909 | Cloning into '/opt/stack//requirements'... 2024-03-14 21:11:44.113 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:11:44.115 | + functions-common:time_stop:2435 : local name 2024-03-14 21:11:44.117 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:44.118 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:44.120 | + functions-common:time_stop:2438 : local total 2024-03-14 21:11:44.121 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:44.123 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:11:44.125 | + functions-common:time_stop:2442 : start_time=1710450700903 2024-03-14 21:11:44.126 | + functions-common:time_stop:2444 : [[ -z 1710450700903 ]] 2024-03-14 21:11:44.128 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:44.132 | + functions-common:time_stop:2447 : end_time=1710450704130 2024-03-14 21:11:44.133 | + functions-common:time_stop:2448 : elapsed_time=3227 2024-03-14 21:11:44.135 | + functions-common:time_stop:2449 : total=1871 2024-03-14 21:11:44.136 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:44.138 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5098 2024-03-14 21:11:44.140 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-03-14 21:11:44.141 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-03-14 21:11:44.143 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:11:44.144 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:11:44.146 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:11:44.148 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:11:44.149 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:11:44.151 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:11:44.152 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:44.154 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:44.156 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:44.159 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450704157 2024-03-14 21:11:44.161 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-03-14 21:11:44.863 | From https://opendev.org/openstack/requirements 2024-03-14 21:11:44.863 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:11:44.870 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:11:44.872 | + functions-common:time_stop:2435 : local name 2024-03-14 21:11:44.873 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:44.875 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:44.877 | + functions-common:time_stop:2438 : local total 2024-03-14 21:11:44.879 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:44.880 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:11:44.882 | + functions-common:time_stop:2442 : start_time=1710450704157 2024-03-14 21:11:44.883 | + functions-common:time_stop:2444 : [[ -z 1710450704157 ]] 2024-03-14 21:11:44.885 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:44.889 | + functions-common:time_stop:2447 : end_time=1710450704887 2024-03-14 21:11:44.890 | + functions-common:time_stop:2448 : elapsed_time=730 2024-03-14 21:11:44.892 | + functions-common:time_stop:2449 : total=5098 2024-03-14 21:11:44.893 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:44.895 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5828 2024-03-14 21:11:44.897 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:11:44.899 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:11:44.900 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:11:44.902 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:11:44.903 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:11:44.905 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:11:44.907 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:11:44.908 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:44.910 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:44.912 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:44.915 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450704913 2024-03-14 21:11:44.917 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:11:44.925 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:11:44.925 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:11:44.925 | state without impacting any branches by switching back to a branch. 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:11:44.925 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | git switch -c 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | Or undo this operation with: 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | git switch - 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:11:44.925 | 2024-03-14 21:11:44.925 | HEAD is now at b065698b Merge "Remove Xenial and CentOS 7 wheel cache build jobs" into stable/2023.1 2024-03-14 21:11:44.928 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:11:44.929 | + functions-common:time_stop:2435 : local name 2024-03-14 21:11:44.931 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:44.933 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:44.935 | + functions-common:time_stop:2438 : local total 2024-03-14 21:11:44.936 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:44.938 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:11:44.940 | + functions-common:time_stop:2442 : start_time=1710450704913 2024-03-14 21:11:44.941 | + functions-common:time_stop:2444 : [[ -z 1710450704913 ]] 2024-03-14 21:11:44.943 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:44.946 | + functions-common:time_stop:2447 : end_time=1710450704944 2024-03-14 21:11:44.948 | + functions-common:time_stop:2448 : elapsed_time=31 2024-03-14 21:11:44.950 | + functions-common:time_stop:2449 : total=5828 2024-03-14 21:11:44.951 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:44.953 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5859 2024-03-14 21:11:44.955 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-03-14 21:11:44.964 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-03-14 21:11:44.966 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:11:44.967 | + functions-common:git_clone:696 : head -1 2024-03-14 21:11:44.969 | b065698b Merge "Remove Xenial and CentOS 7 wheel cache build jobs" into stable/2023.1 2024-03-14 21:11:44.971 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:11:44.973 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-03-14 21:11:44.975 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:11:44.976 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-03-14 21:11:44.978 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-03-14 21:11:44.980 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-03-14 21:11:44.982 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-03-14 21:11:44.984 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-03-14 21:11:44.986 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-03-14 21:11:44.988 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-03-14 21:11:44.989 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-03-14 21:11:44.992 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-03-14 21:11:44.995 | ++ tools/install_prereqs.sh:source:47 : NOW=1710450704 2024-03-14 21:11:44.997 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-03-14 21:11:45.000 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-03-14 21:11:45.003 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-03-14 21:11:45.005 | ++ tools/install_prereqs.sh:source:49 : DELTA=1710450704 2024-03-14 21:11:45.007 | ++ tools/install_prereqs.sh:source:50 : [[ 1710450704 -lt 7200 ]] 2024-03-14 21:11:45.009 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-03-14 21:11:45.010 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-03-14 21:11:45.012 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-03-14 21:11:45.014 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-03-14 21:11:45.016 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-03-14 21:11:45.017 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-03-14 21:11:45.019 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-03-14 21:11:45.021 | +++ 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-14 21:11:45.047 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-03-14 21:11:45.047 | apache2-dev 2024-03-14 21:11:45.047 | bc 2024-03-14 21:11:45.047 | bsdmainutils 2024-03-14 21:11:45.047 | curl 2024-03-14 21:11:45.047 | g++ 2024-03-14 21:11:45.047 | gawk 2024-03-14 21:11:45.047 | gcc 2024-03-14 21:11:45.048 | gettext 2024-03-14 21:11:45.048 | git 2024-03-14 21:11:45.048 | graphviz 2024-03-14 21:11:45.048 | iputils-ping 2024-03-14 21:11:45.048 | libapache2-mod-proxy-uwsgi 2024-03-14 21:11:45.048 | libffi-dev 2024-03-14 21:11:45.048 | libjpeg-dev 2024-03-14 21:11:45.048 | libpcre3-dev 2024-03-14 21:11:45.048 | libpq-dev 2024-03-14 21:11:45.048 | libssl-dev 2024-03-14 21:11:45.048 | libsystemd-dev 2024-03-14 21:11:45.048 | libxml2-dev 2024-03-14 21:11:45.048 | libxslt1-dev 2024-03-14 21:11:45.048 | libyaml-dev 2024-03-14 21:11:45.048 | lsof 2024-03-14 21:11:45.048 | openssh-server 2024-03-14 21:11:45.048 | openssl 2024-03-14 21:11:45.048 | pkg-config 2024-03-14 21:11:45.048 | psmisc 2024-03-14 21:11:45.048 | python3-dev 2024-03-14 21:11:45.048 | python3-pip 2024-03-14 21:11:45.048 | python3-systemd 2024-03-14 21:11:45.048 | python3-venv 2024-03-14 21:11:45.048 | tar 2024-03-14 21:11:45.048 | tcpdump 2024-03-14 21:11:45.048 | unzip 2024-03-14 21:11:45.048 | uuid-runtime 2024-03-14 21:11:45.048 | wget 2024-03-14 21:11:45.048 | wget 2024-03-14 21:11:45.048 | zlib1g-dev 2024-03-14 21:11:45.048 | libkrb5-dev 2024-03-14 21:11:45.048 | libldap2-dev 2024-03-14 21:11:45.048 | libsasl2-dev 2024-03-14 21:11:45.048 | memcached 2024-03-14 21:11:45.048 | python3-mysqldb 2024-03-14 21:11:45.048 | sqlite3 2024-03-14 21:11:45.048 | conntrack 2024-03-14 21:11:45.048 | curl 2024-03-14 21:11:45.048 | ebtables 2024-03-14 21:11:45.048 | genisoimage 2024-03-14 21:11:45.048 | iptables 2024-03-14 21:11:45.048 | iputils-arping 2024-03-14 21:11:45.048 | kpartx 2024-03-14 21:11:45.048 | libjs-jquery-tablesorter 2024-03-14 21:11:45.049 | parted 2024-03-14 21:11:45.049 | pm-utils 2024-03-14 21:11:45.049 | python3-mysqldb 2024-03-14 21:11:45.049 | socat 2024-03-14 21:11:45.049 | sqlite3 2024-03-14 21:11:45.049 | sudo 2024-03-14 21:11:45.049 | vlan 2024-03-14 21:11:45.049 | lsscsi 2024-03-14 21:11:45.049 | open-iscsi 2024-03-14 21:11:45.049 | lvm2 2024-03-14 21:11:45.049 | qemu-utils 2024-03-14 21:11:45.049 | thin-provisioning-tools 2024-03-14 21:11:45.049 | acl 2024-03-14 21:11:45.049 | dnsmasq-base 2024-03-14 21:11:45.049 | dnsmasq-utils 2024-03-14 21:11:45.049 | ebtables 2024-03-14 21:11:45.049 | haproxy 2024-03-14 21:11:45.049 | iptables 2024-03-14 21:11:45.049 | iputils-arping 2024-03-14 21:11:45.049 | iputils-ping 2024-03-14 21:11:45.049 | postgresql-server-dev-all 2024-03-14 21:11:45.049 | python3-mysqldb 2024-03-14 21:11:45.049 | sqlite3 2024-03-14 21:11:45.049 | sudo 2024-03-14 21:11:45.049 | vlan' 2024-03-14 21:11:45.049 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-03-14 21:11:45.064 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-03-14 21:11:45.065 | apache2-dev 2024-03-14 21:11:45.065 | bc 2024-03-14 21:11:45.065 | bsdmainutils 2024-03-14 21:11:45.065 | curl 2024-03-14 21:11:45.065 | g++ 2024-03-14 21:11:45.065 | gawk 2024-03-14 21:11:45.065 | gcc 2024-03-14 21:11:45.065 | gettext 2024-03-14 21:11:45.065 | git 2024-03-14 21:11:45.065 | graphviz 2024-03-14 21:11:45.065 | iputils-ping 2024-03-14 21:11:45.065 | libapache2-mod-proxy-uwsgi 2024-03-14 21:11:45.065 | libffi-dev 2024-03-14 21:11:45.065 | libjpeg-dev 2024-03-14 21:11:45.065 | libpcre3-dev 2024-03-14 21:11:45.065 | libpq-dev 2024-03-14 21:11:45.065 | libssl-dev 2024-03-14 21:11:45.065 | libsystemd-dev 2024-03-14 21:11:45.065 | libxml2-dev 2024-03-14 21:11:45.065 | libxslt1-dev 2024-03-14 21:11:45.065 | libyaml-dev 2024-03-14 21:11:45.065 | lsof 2024-03-14 21:11:45.065 | openssh-server 2024-03-14 21:11:45.065 | openssl 2024-03-14 21:11:45.065 | pkg-config 2024-03-14 21:11:45.065 | psmisc 2024-03-14 21:11:45.065 | python3-dev 2024-03-14 21:11:45.065 | python3-pip 2024-03-14 21:11:45.065 | python3-systemd 2024-03-14 21:11:45.066 | python3-venv 2024-03-14 21:11:45.066 | tar 2024-03-14 21:11:45.066 | tcpdump 2024-03-14 21:11:45.066 | unzip 2024-03-14 21:11:45.066 | uuid-runtime 2024-03-14 21:11:45.066 | wget 2024-03-14 21:11:45.066 | wget 2024-03-14 21:11:45.066 | zlib1g-dev 2024-03-14 21:11:45.066 | libkrb5-dev 2024-03-14 21:11:45.066 | libldap2-dev 2024-03-14 21:11:45.066 | libsasl2-dev 2024-03-14 21:11:45.066 | memcached 2024-03-14 21:11:45.066 | python3-mysqldb 2024-03-14 21:11:45.066 | sqlite3 2024-03-14 21:11:45.066 | conntrack 2024-03-14 21:11:45.066 | curl 2024-03-14 21:11:45.066 | ebtables 2024-03-14 21:11:45.066 | genisoimage 2024-03-14 21:11:45.066 | iptables 2024-03-14 21:11:45.066 | iputils-arping 2024-03-14 21:11:45.066 | kpartx 2024-03-14 21:11:45.066 | libjs-jquery-tablesorter 2024-03-14 21:11:45.066 | parted 2024-03-14 21:11:45.066 | pm-utils 2024-03-14 21:11:45.066 | python3-mysqldb 2024-03-14 21:11:45.066 | socat 2024-03-14 21:11:45.066 | sqlite3 2024-03-14 21:11:45.066 | sudo 2024-03-14 21:11:45.066 | vlan 2024-03-14 21:11:45.066 | lsscsi 2024-03-14 21:11:45.066 | open-iscsi 2024-03-14 21:11:45.066 | lvm2 2024-03-14 21:11:45.067 | qemu-utils 2024-03-14 21:11:45.067 | thin-provisioning-tools 2024-03-14 21:11:45.067 | acl 2024-03-14 21:11:45.067 | dnsmasq-base 2024-03-14 21:11:45.067 | dnsmasq-utils 2024-03-14 21:11:45.067 | ebtables 2024-03-14 21:11:45.067 | haproxy 2024-03-14 21:11:45.067 | iptables 2024-03-14 21:11:45.067 | iputils-arping 2024-03-14 21:11:45.067 | iputils-ping 2024-03-14 21:11:45.067 | postgresql-server-dev-all 2024-03-14 21:11:45.067 | python3-mysqldb 2024-03-14 21:11:45.067 | sqlite3 2024-03-14 21:11:45.067 | sudo 2024-03-14 21:11:45.067 | vlan ' 2024-03-14 21:11:45.067 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-03-14 21:11:45.068 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:11:45.070 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:11:45.072 | ++ 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 2024-03-14 21:11:45.073 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-03-14 21:11:45.076 | ++ 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 2024-03-14 21:11:45.078 | ++ functions-common:install_package:1459 : update_package_repo 2024-03-14 21:11:45.080 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:11:45.081 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-03-14 21:11:45.083 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:11:45.085 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:11:45.087 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:11:45.088 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:11:45.090 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:11:45.092 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:11:45.093 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-03-14 21:11:45.095 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-03-14 21:11:45.096 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-03-14 21:11:45.098 | +++ functions-common:apt_get_update:1193 : id -u 2024-03-14 21:11:45.101 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-03-14 21:11:45.103 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-03-14 21:11:45.105 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-03-14 21:11:45.106 | ++ functions-common:time_start:2422 : local start_time= 2024-03-14 21:11:45.108 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:11:45.110 | +++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:11:45.113 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1710450705111 2024-03-14 21:11:45.114 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-03-14 21:11:45.116 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-03-14 21:11:45.117 | ++ 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-03-14 21:11:45.313 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-03-14 21:11:45.322 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [119 kB] 2024-03-14 21:11:45.346 | Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-14 21:11:45.352 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [109 kB] 2024-03-14 21:11:45.488 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,462 kB] 2024-03-14 21:11:45.523 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [285 kB] 2024-03-14 21:11:45.541 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,559 kB] 2024-03-14 21:11:45.563 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-14 21:11:45.572 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,056 kB] 2024-03-14 21:11:45.587 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-14 21:11:45.596 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-14 21:11:45.612 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-14 21:11:45.650 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,246 kB] 2024-03-14 21:11:45.786 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [225 kB] 2024-03-14 21:11:45.788 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,531 kB] 2024-03-14 21:11:45.814 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [255 kB] 2024-03-14 21:11:45.816 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [850 kB] 2024-03-14 21:11:45.826 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-14 21:11:48.959 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-14 21:11:48.972 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2024-03-14 21:11:51.438 | Fetched 9,587 kB in 4s (2,552 kB/s) 2024-03-14 21:11:52.343 | Reading package lists... 2024-03-14 21:11:52.365 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-03-14 21:11:52.367 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-03-14 21:11:52.369 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:11:52.371 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:52.372 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:52.374 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:11:52.375 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:52.377 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-03-14 21:11:52.378 | ++ functions-common:time_stop:2442 : start_time=1710450705111 2024-03-14 21:11:52.380 | ++ functions-common:time_stop:2444 : [[ -z 1710450705111 ]] 2024-03-14 21:11:52.382 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:52.385 | ++ functions-common:time_stop:2447 : end_time=1710450712383 2024-03-14 21:11:52.387 | ++ functions-common:time_stop:2448 : elapsed_time=7272 2024-03-14 21:11:52.389 | ++ functions-common:time_stop:2449 : total=0 2024-03-14 21:11:52.390 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:52.392 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7272 2024-03-14 21:11:52.394 | ++ 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 2024-03-14 21:11:52.396 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:11:52.397 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:11:52.399 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:11:52.401 | ++ 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 2024-03-14 21:11:52.417 | ++ 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 2024-03-14 21:11:52.471 | Reading package lists... 2024-03-14 21:11:52.646 | Building dependency tree... 2024-03-14 21:11:52.647 | Reading state information... 2024-03-14 21:11:52.652 | acl is already the newest version (2.3.1-1). 2024-03-14 21:11:52.652 | bc is already the newest version (1.07.1-3build1). 2024-03-14 21:11:52.652 | bc set to manually installed. 2024-03-14 21:11:52.652 | conntrack is already the newest version (1:1.4.6-2build2). 2024-03-14 21:11:52.652 | ebtables is already the newest version (2.0.11-4build2). 2024-03-14 21:11:52.652 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-03-14 21:11:52.652 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-03-14 21:11:52.652 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-03-14 21:11:52.652 | gettext is already the newest version (0.21-4ubuntu4). 2024-03-14 21:11:52.652 | iputils-arping is already the newest version (3:20211215-1). 2024-03-14 21:11:52.652 | iputils-ping is already the newest version (3:20211215-1). 2024-03-14 21:11:52.652 | iputils-ping set to manually installed. 2024-03-14 21:11:52.652 | libffi-dev is already the newest version (3.4.2-4). 2024-03-14 21:11:52.652 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-03-14 21:11:52.652 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-03-14 21:11:52.652 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-03-14 21:11:52.652 | lsof set to manually installed. 2024-03-14 21:11:52.652 | lsscsi is already the newest version (0.31-1build2). 2024-03-14 21:11:52.652 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-03-14 21:11:52.652 | lvm2 set to manually installed. 2024-03-14 21:11:52.652 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-03-14 21:11:52.652 | open-iscsi set to manually installed. 2024-03-14 21:11:52.652 | parted is already the newest version (3.4-2build1). 2024-03-14 21:11:52.652 | parted set to manually installed. 2024-03-14 21:11:52.653 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-03-14 21:11:52.653 | psmisc is already the newest version (23.4-2build3). 2024-03-14 21:11:52.653 | psmisc set to manually installed. 2024-03-14 21:11:52.653 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-03-14 21:11:52.653 | python3-systemd is already the newest version (234-3ubuntu2). 2024-03-14 21:11:52.653 | python3-systemd set to manually installed. 2024-03-14 21:11:52.653 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-03-14 21:11:52.653 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-03-14 21:11:52.653 | thin-provisioning-tools set to manually installed. 2024-03-14 21:11:52.653 | uuid-runtime is already the newest version (2.37.2-4ubuntu3). 2024-03-14 21:11:52.653 | uuid-runtime set to manually installed. 2024-03-14 21:11:52.653 | wget is already the newest version (1.21.2-2ubuntu1). 2024-03-14 21:11:52.653 | wget set to manually installed. 2024-03-14 21:11:52.653 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-03-14 21:11:52.653 | graphviz is already the newest version (2.42.2-6). 2024-03-14 21:11:52.653 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-03-14 21:11:52.653 | pm-utils is already the newest version (1.4.1-19). 2024-03-14 21:11:52.653 | postgresql-server-dev-all is already the newest version (238). 2024-03-14 21:11:52.653 | vlan is already the newest version (2.0.5ubuntu5). 2024-03-14 21:11:52.653 | curl is already the newest version (7.81.0-1ubuntu1.15). 2024-03-14 21:11:52.653 | curl set to manually installed. 2024-03-14 21:11:52.653 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-03-14 21:11:52.653 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-03-14 21:11:52.653 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-03-14 21:11:52.653 | gawk set to manually installed. 2024-03-14 21:11:52.653 | git is already the newest version (1:2.34.1-1ubuntu1.10). 2024-03-14 21:11:52.653 | git set to manually installed. 2024-03-14 21:11:52.653 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-03-14 21:11:52.653 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-03-14 21:11:52.653 | iptables set to manually installed. 2024-03-14 21:11:52.653 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-03-14 21:11:52.653 | kpartx set to manually installed. 2024-03-14 21:11:52.653 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-03-14 21:11:52.653 | libldap2-dev is already the newest version (2.5.16+dfsg-0ubuntu0.22.04.2). 2024-03-14 21:11:52.653 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-03-14 21:11:52.653 | libpq-dev is already the newest version (14.11-0ubuntu0.22.04.1). 2024-03-14 21:11:52.653 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-03-14 21:11:52.653 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-03-14 21:11:52.653 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-03-14 21:11:52.653 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-03-14 21:11:52.653 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-03-14 21:11:52.653 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-03-14 21:11:52.653 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.6). 2024-03-14 21:11:52.653 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-03-14 21:11:52.653 | openssl set to manually installed. 2024-03-14 21:11:52.653 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-03-14 21:11:52.653 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.17). 2024-03-14 21:11:52.653 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-03-14 21:11:52.653 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-03-14 21:11:52.653 | sudo set to manually installed. 2024-03-14 21:11:52.653 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-03-14 21:11:52.807 | tar set to manually installed. 2024-03-14 21:11:52.807 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-03-14 21:11:52.807 | tcpdump set to manually installed. 2024-03-14 21:11:52.807 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-03-14 21:11:52.807 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-03-14 21:11:52.807 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-03-14 21:11:52.807 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-03-14 21:11:52.807 | The following additional packages will be installed: 2024-03-14 21:11:52.808 | apache2-bin apache2-data apache2-utils 2024-03-14 21:11:52.810 | Suggested packages: 2024-03-14 21:11:52.810 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2024-03-14 21:11:52.830 | The following packages will be upgraded: 2024-03-14 21:11:52.830 | apache2 apache2-bin apache2-data apache2-dev apache2-utils 2024-03-14 21:11:52.832 | libapache2-mod-proxy-uwsgi 2024-03-14 21:11:53.235 | 6 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:11:53.235 | Need to get 0 B/1,889 kB of archives. 2024-03-14 21:11:53.235 | After this operation, 4,096 B of additional disk space will be used. 2024-03-14 21:11:53.685 | (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 ... 165230 files and directories currently installed.) 2024-03-14 21:11:53.691 | Preparing to unpack .../0-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.8_amd64.deb ... 2024-03-14 21:11:53.721 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.8) over (2.4.52-1ubuntu4.7) ... 2024-03-14 21:11:53.781 | Preparing to unpack .../1-apache2_2.4.52-1ubuntu4.8_amd64.deb ... 2024-03-14 21:11:53.798 | Unpacking apache2 (2.4.52-1ubuntu4.8) over (2.4.52-1ubuntu4.7) ... 2024-03-14 21:11:53.908 | Preparing to unpack .../2-apache2-bin_2.4.52-1ubuntu4.8_amd64.deb ... 2024-03-14 21:11:53.918 | Unpacking apache2-bin (2.4.52-1ubuntu4.8) over (2.4.52-1ubuntu4.7) ... 2024-03-14 21:11:54.017 | Preparing to unpack .../3-apache2-data_2.4.52-1ubuntu4.8_all.deb ... 2024-03-14 21:11:54.027 | Unpacking apache2-data (2.4.52-1ubuntu4.8) over (2.4.52-1ubuntu4.7) ... 2024-03-14 21:11:54.128 | Preparing to unpack .../4-apache2-utils_2.4.52-1ubuntu4.8_amd64.deb ... 2024-03-14 21:11:54.138 | Unpacking apache2-utils (2.4.52-1ubuntu4.8) over (2.4.52-1ubuntu4.7) ... 2024-03-14 21:11:54.197 | Preparing to unpack .../5-apache2-dev_2.4.52-1ubuntu4.8_amd64.deb ... 2024-03-14 21:11:54.208 | Unpacking apache2-dev (2.4.52-1ubuntu4.8) over (2.4.52-1ubuntu4.7) ... 2024-03-14 21:11:54.286 | Setting up apache2-bin (2.4.52-1ubuntu4.8) ... 2024-03-14 21:11:54.296 | Setting up apache2-data (2.4.52-1ubuntu4.8) ... 2024-03-14 21:11:54.306 | Setting up apache2-utils (2.4.52-1ubuntu4.8) ... 2024-03-14 21:11:54.316 | Setting up apache2-dev (2.4.52-1ubuntu4.8) ... 2024-03-14 21:11:54.326 | Setting up apache2 (2.4.52-1ubuntu4.8) ... 2024-03-14 21:11:54.809 | Installing new version of config file /etc/apache2/mods-available/setenvif.conf ... 2024-03-14 21:11:56.618 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2024-03-14 21:11:56.640 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.8) ... 2024-03-14 21:11:56.656 | Processing triggers for man-db (2.10.2-1) ... 2024-03-14 21:11:56.879 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2024-03-14 21:11:57.247 | NEEDRESTART-VER: 3.5 2024-03-14 21:11:57.635 | NEEDRESTART-KCUR: 6.5.0-25-generic 2024-03-14 21:11:57.635 | NEEDRESTART-KEXP: 6.5.0-25-generic 2024-03-14 21:11:57.635 | NEEDRESTART-KSTA: 1 2024-03-14 21:11:58.861 | ++ functions-common:apt_get:1230 : result=0 2024-03-14 21:11:58.863 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:11:58.865 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:11:58.866 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:11:58.868 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:11:58.869 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:11:58.871 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:11:58.873 | ++ functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:11:58.874 | ++ functions-common:time_stop:2442 : start_time=1710450712414 2024-03-14 21:11:58.876 | ++ functions-common:time_stop:2444 : [[ -z 1710450712414 ]] 2024-03-14 21:11:58.878 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:11:58.881 | ++ functions-common:time_stop:2447 : end_time=1710450718879 2024-03-14 21:11:58.882 | ++ functions-common:time_stop:2448 : elapsed_time=6465 2024-03-14 21:11:58.884 | ++ functions-common:time_stop:2449 : total=441 2024-03-14 21:11:58.885 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:11:58.887 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6906 2024-03-14 21:11:58.889 | ++ functions-common:apt_get:1234 : return 0 2024-03-14 21:11:58.890 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-03-14 21:11:58.892 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-03-14 21:11:58.894 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-03-14 21:11:58.897 | ++ tools/install_prereqs.sh:source:89 : date 2024-03-14 21:11:58.899 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-03-14 21:11:58.901 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-03-14 21:11:58.903 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-03-14 21:11:59.096 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-03-14 21:11:59.097 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-03-14 21:11:59.098 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-03-14 21:11:59.100 | + tools/install_pip.sh:main:43 : GetDistro 2024-03-14 21:11:59.101 | + functions-common:GetDistro:449 : GetOSVersion 2024-03-14 21:11:59.102 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-03-14 21:11:59.103 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-03-14 21:11:59.105 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-03-14 21:11:59.106 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-03-14 21:11:59.107 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-03-14 21:11:59.108 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-03-14 21:11:59.109 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-03-14 21:11:59.111 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-03-14 21:11:59.112 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-03-14 21:11:59.113 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-03-14 21:11:59.114 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-03-14 21:11:59.116 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-03-14 21:11:59.117 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-03-14 21:11:59.118 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-03-14 21:11:59.119 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-03-14 21:11:59.120 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-03-14 21:11:59.122 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-03-14 21:11:59.124 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-03-14 21:11:59.125 | + functions-common:_ensure_lsb_release:394 : return 2024-03-14 21:11:59.127 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-03-14 21:11:59.160 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-03-14 21:11:59.162 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-03-14 21:11:59.196 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-03-14 21:11:59.197 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-03-14 21:11:59.232 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-03-14 21:11:59.233 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-03-14 21:11:59.235 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-03-14 21:11:59.237 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-03-14 21:11:59.238 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-03-14 21:11:59.239 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-03-14 21:11:59.241 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-03-14 21:11:59.242 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-03-14 21:11:59.244 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-03-14 21:11:59.245 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-03-14 21:11:59.247 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-03-14 21:11:59.247 | Distro: jammy 2024-03-14 21:11:59.248 | + tools/install_pip.sh:main:124 : get_versions 2024-03-14 21:11:59.249 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-03-14 21:11:59.252 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-03-14 21:11:59.253 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-03-14 21:11:59.255 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-03-14 21:11:59.256 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-03-14 21:11:59.327 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-03-14 21:11:59.328 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-03-14 21:11:59.328 | pip: 0.1.15 2024-03-14 21:11:59.329 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-03-14 21:11:59.331 | + tools/install_pip.sh:main:130 : is_fedora 2024-03-14 21:11:59.332 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:11:59.333 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:11:59.334 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:11:59.336 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:11:59.337 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:11:59.338 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:11:59.339 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:11:59.341 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:11:59.342 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:11:59.343 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:11:59.344 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:11:59.345 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:11:59.347 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-03-14 21:11:59.348 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:11:59.349 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:11:59.350 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-03-14 21:11:59.354 | + tools/install_pip.sh:main:153 : set -x 2024-03-14 21:11:59.355 | + tools/install_pip.sh:main:156 : get_versions 2024-03-14 21:11:59.357 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-03-14 21:11:59.359 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-03-14 21:11:59.361 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-03-14 21:11:59.363 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-03-14 21:11:59.363 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-03-14 21:11:59.371 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-03-14 21:11:59.372 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-03-14 21:11:59.372 | pip: 0.1.15 2024-03-14 21:11:59.374 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-03-14 21:11:59.377 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-03-14 21:11:59.378 | + stack.sh:main:822 : fixup_all 2024-03-14 21:11:59.380 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-03-14 21:11:59.381 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-03-14 21:11:59.383 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:11:59.385 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:11:59.386 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-03-14 21:11:59.395 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-03-14 21:11:59.404 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-03-14 21:11:59.413 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-03-14 21:11:59.414 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-03-14 21:11:59.416 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:11:59.417 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:11:59.419 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:11:59.420 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:11:59.421 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:11:59.423 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:11:59.425 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:11:59.426 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:11:59.428 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:11:59.429 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:11:59.431 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:11:59.432 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:11:59.433 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-03-14 21:11:59.435 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-03-14 21:11:59.437 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-03-14 21:11:59.438 | + functions-common:is_suse:544 : is_opensuse 2024-03-14 21:11:59.440 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:11:59.441 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:11:59.443 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:11:59.444 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:11:59.446 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:11:59.447 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-03-14 21:11:59.449 | + stack.sh:main:825 : pip_install -U os-testr 2024-03-14 21:11:59.464 | Using python 3.10 to install os-testr 2024-03-14 21:11:59.465 | + 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-03-14 21:12:00.575 | Collecting os-testr 2024-03-14 21:12:00.577 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-03-14 21:12:00.583 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-03-14 21:12:00.626 | Collecting pbr!=2.1.0,>=2.0.0 2024-03-14 21:12:00.628 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-03-14 21:12:00.650 | Collecting python-subunit>=1.0.0 2024-03-14 21:12:00.653 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-03-14 21:12:00.661 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-03-14 21:12:00.847 | Installing collected packages: python-subunit, pbr, os-testr 2024-03-14 21:12:00.848 | Attempting uninstall: python-subunit 2024-03-14 21:12:00.849 | Found existing installation: python-subunit 1.4.0 2024-03-14 21:12:00.854 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:00.855 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-03-14 21:12:00.936 | Attempting uninstall: pbr 2024-03-14 21:12:00.937 | Found existing installation: pbr 5.8.0 2024-03-14 21:12:00.938 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:00.939 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-03-14 21:12:00.998 | Attempting uninstall: os-testr 2024-03-14 21:12:00.999 | Found existing installation: os-testr 2.0.1 2024-03-14 21:12:01.000 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:01.001 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-03-14 21:12:01.023 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-03-14 21:12:01.023 | 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-03-14 21:12:01.102 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:01.104 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:01.106 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:01.108 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:01.109 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:01.111 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:01.112 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:01.114 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:01.115 | + functions-common:time_stop:2442 : start_time=1710450719460 2024-03-14 21:12:01.117 | + functions-common:time_stop:2444 : [[ -z 1710450719460 ]] 2024-03-14 21:12:01.119 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:01.122 | + functions-common:time_stop:2447 : end_time=1710450721120 2024-03-14 21:12:01.123 | + functions-common:time_stop:2448 : elapsed_time=1660 2024-03-14 21:12:01.125 | + functions-common:time_stop:2449 : total=0 2024-03-14 21:12:01.126 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:01.128 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1660 2024-03-14 21:12:01.130 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:01.131 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-03-14 21:12:01.173 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-03-14 21:12:01.235 | + stack.sh:main:836 : install_infra 2024-03-14 21:12:01.237 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-14 21:12:01.239 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-03-14 21:12:01.241 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-03-14 21:12:04.368 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-14 21:12:04.369 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-03-14 21:12:04.387 | + 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-03-14 21:12:05.334 | Collecting pbr 2024-03-14 21:12:05.336 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-03-14 21:12:05.362 | Installing collected packages: pbr 2024-03-14 21:12:05.426 | Successfully installed pbr-5.11.1 2024-03-14 21:12:05.496 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:05.497 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:05.499 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:05.501 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:05.502 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:05.504 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:05.505 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:05.507 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:05.509 | + functions-common:time_stop:2442 : start_time=1710450724381 2024-03-14 21:12:05.510 | + functions-common:time_stop:2444 : [[ -z 1710450724381 ]] 2024-03-14 21:12:05.512 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:05.515 | + functions-common:time_stop:2447 : end_time=1710450725513 2024-03-14 21:12:05.517 | + functions-common:time_stop:2448 : elapsed_time=1132 2024-03-14 21:12:05.519 | + functions-common:time_stop:2449 : total=1660 2024-03-14 21:12:05.520 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:05.522 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2792 2024-03-14 21:12:05.523 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:05.525 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-14 21:12:05.527 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-03-14 21:12:05.543 | + 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-03-14 21:12:06.376 | Processing /opt/stack/requirements 2024-03-14 21:12:06.377 | Preparing metadata (setup.py): started 2024-03-14 21:12:07.036 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:12:07.142 | Collecting Parsley>=1.2 2024-03-14 21:12:07.144 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-03-14 21:12:07.247 | Collecting PyYAML>=3.12 2024-03-14 21:12:07.253 | 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-03-14 21:12:07.364 | Collecting beagle>=0.2.1 2024-03-14 21:12:07.366 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-03-14 21:12:07.389 | Collecting fixtures>=3.0.0 2024-03-14 21:12:07.390 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-03-14 21:12:07.436 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-03-14 21:12:07.438 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-03-14 21:12:07.487 | Collecting requests>=2.14.2 2024-03-14 21:12:07.489 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-03-14 21:12:07.515 | Collecting six>=1.10.0 2024-03-14 21:12:07.517 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-14 21:12:07.561 | Collecting cliff>=2.11.0 2024-03-14 21:12:07.563 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-03-14 21:12:07.565 | 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.dev6071) (5.11.1) 2024-03-14 21:12:07.627 | Collecting pyparsing!=3.0.5,>=2.0.2 2024-03-14 21:12:07.629 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-03-14 21:12:07.800 | Collecting charset-normalizer<3,>=2 2024-03-14 21:12:07.803 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-03-14 21:12:07.862 | Collecting urllib3<1.27,>=1.21.1 2024-03-14 21:12:07.864 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-03-14 21:12:07.907 | Collecting certifi>=2017.4.17 2024-03-14 21:12:07.909 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-14 21:12:07.935 | Collecting idna<4,>=2.5 2024-03-14 21:12:07.937 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-03-14 21:12:08.040 | Collecting importlib-metadata>=4.4 2024-03-14 21:12:08.042 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-03-14 21:12:08.185 | Collecting cmd2>=1.0.0 2024-03-14 21:12:08.188 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-03-14 21:12:08.220 | Collecting PrettyTable>=0.7.2 2024-03-14 21:12:08.222 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-03-14 21:12:08.244 | Collecting autopage>=0.4.0 2024-03-14 21:12:08.245 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-03-14 21:12:08.285 | Collecting stevedore>=2.0.1 2024-03-14 21:12:08.287 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-03-14 21:12:08.356 | Collecting wcwidth>=0.1.7 2024-03-14 21:12:08.358 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-03-14 21:12:08.378 | Collecting pyperclip>=1.6 2024-03-14 21:12:08.378 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-03-14 21:12:08.407 | Collecting attrs>=16.3.0 2024-03-14 21:12:08.409 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-03-14 21:12:08.466 | Collecting zipp>=0.5 2024-03-14 21:12:08.468 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-03-14 21:12:08.526 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-03-14 21:12:08.669 | 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-03-14 21:12:09.509 | Running setup.py install for openstack-requirements: started 2024-03-14 21:12:10.853 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-03-14 21:12:10.861 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.2.2 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6071 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-03-14 21:12:10.966 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:10.967 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:10.969 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:10.971 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:10.972 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:10.974 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:10.976 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:10.977 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:10.979 | + functions-common:time_stop:2442 : start_time=1710450725538 2024-03-14 21:12:10.980 | + functions-common:time_stop:2444 : [[ -z 1710450725538 ]] 2024-03-14 21:12:10.982 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:10.985 | + functions-common:time_stop:2447 : end_time=1710450730983 2024-03-14 21:12:10.986 | + functions-common:time_stop:2448 : elapsed_time=5445 2024-03-14 21:12:10.988 | + functions-common:time_stop:2449 : total=2792 2024-03-14 21:12:10.989 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:10.991 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8237 2024-03-14 21:12:10.993 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:10.994 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-03-14 21:12:10.996 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-03-14 21:12:10.998 | + inc/python:use_library_from_git:246 : local name=pbr 2024-03-14 21:12:10.999 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:11.001 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:11.003 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-03-14 21:12:11.004 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:11.006 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-03-14 21:12:11.021 | Using python 3.10 to install pbr 2024-03-14 21:12:11.022 | + 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-03-14 21:12:11.897 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-03-14 21:12:12.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-03-14 21:12:12.232 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:12.234 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:12.235 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:12.237 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:12.239 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:12.240 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:12.242 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:12.243 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:12.245 | + functions-common:time_stop:2442 : start_time=1710450731017 2024-03-14 21:12:12.246 | + functions-common:time_stop:2444 : [[ -z 1710450731017 ]] 2024-03-14 21:12:12.248 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:12.251 | + functions-common:time_stop:2447 : end_time=1710450732249 2024-03-14 21:12:12.253 | + functions-common:time_stop:2448 : elapsed_time=1232 2024-03-14 21:12:12.254 | + functions-common:time_stop:2449 : total=8237 2024-03-14 21:12:12.256 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:12.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9469 2024-03-14 21:12:12.259 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:12.261 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-03-14 21:12:15.364 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-03-14 21:12:15.978 | Collecting bindep 2024-03-14 21:12:15.981 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-03-14 21:12:16.008 | Collecting Parsley 2024-03-14 21:12:16.010 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-03-14 21:12:16.058 | Collecting pbr>=2.0.0 2024-03-14 21:12:16.061 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-03-14 21:12:16.103 | Collecting distro>=1.7.0 2024-03-14 21:12:16.105 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-03-14 21:12:16.145 | Collecting packaging 2024-03-14 21:12:16.147 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-03-14 21:12:16.182 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-03-14 21:12:16.425 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-03-14 21:12:16.506 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-03-14 21:12:16.508 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-03-14 21:12:16.510 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-03-14 21:12:16.524 | + stack.sh:main:845 : pkgs= 2024-03-14 21:12:16.526 | + stack.sh:main:846 : [[ -n '' ]] 2024-03-14 21:12:16.529 | + stack.sh:main:853 : run_phase stack pre-install 2024-03-14 21:12:16.530 | + functions-common:run_phase:1863 : local mode=stack 2024-03-14 21:12:16.532 | + functions-common:run_phase:1864 : local phase=pre-install 2024-03-14 21:12:16.534 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:12:16.536 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:12:16.538 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:12:16.540 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:12:16.541 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:12:16.543 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:12:16.547 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:12:16.549 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:12:16.551 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:12:16.553 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-03-14 21:12:16.554 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:12:16.567 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:16.568 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:12:16.570 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.572 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-03-14 21:12:16.573 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.575 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:12:16.576 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.578 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-03-14 21:12:16.579 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.581 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-03-14 21:12:16.582 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.584 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:12:16.586 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-14 21:12:16.588 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-14 21:12:16.589 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:12:16.591 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-14 21:12:16.592 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-03-14 21:12:16.594 | + functions-common:run_plugins:1849 : local mode=stack 2024-03-14 21:12:16.596 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-03-14 21:12:16.597 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-03-14 21:12:16.599 | + functions-common:run_plugins:1853 : local plugin 2024-03-14 21:12:16.601 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-03-14 21:12:16.603 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:12:16.604 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-14 21:12:16.606 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-03-14 21:12:16.608 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:12:16.609 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.611 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-03-14 21:12:16.612 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.614 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:12:16.615 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:12:16.617 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-03-14 21:12:16.619 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-03-14 21:12:16.620 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-03-14 21:12:16.622 | + functions:set_systemd_override:832 : local value=2048 2024-03-14 21:12:16.624 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-03-14 21:12:16.626 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-03-14 21:12:16.668 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-03-14 21:12:16.668 | Set systemd system override for DefaultLimitNOFILE=2048 2024-03-14 21:12:16.670 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-03-14 21:12:16.985 | + stack.sh:main:858 : install_rpc_backend 2024-03-14 21:12:16.987 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-03-14 21:12:17.001 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:17.003 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-03-14 21:12:17.005 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:12:17.006 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:12:17.008 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:12:17.010 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:12:17.012 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:12:17.014 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:12:17.015 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:17.017 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:17.019 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:12:17.020 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:12:17.022 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:12:17.024 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:12:17.026 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-03-14 21:12:17.028 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:12:17.030 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:17.032 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:17.034 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-03-14 21:12:17.061 | + 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-03-14 21:12:17.128 | Reading package lists... 2024-03-14 21:12:17.321 | Building dependency tree... 2024-03-14 21:12:17.322 | Reading state information... 2024-03-14 21:12:17.515 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-03-14 21:12:17.515 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:12:17.519 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:12:17.521 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:12:17.523 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:17.525 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:17.526 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:17.528 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:17.530 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:17.531 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:12:17.533 | + functions-common:time_stop:2442 : start_time=1710450737059 2024-03-14 21:12:17.535 | + functions-common:time_stop:2444 : [[ -z 1710450737059 ]] 2024-03-14 21:12:17.537 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:17.540 | + functions-common:time_stop:2447 : end_time=1710450737538 2024-03-14 21:12:17.541 | + functions-common:time_stop:2448 : elapsed_time=479 2024-03-14 21:12:17.543 | + functions-common:time_stop:2449 : total=6906 2024-03-14 21:12:17.545 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:17.546 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7385 2024-03-14 21:12:17.548 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:12:17.549 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-03-14 21:12:17.551 | + functions-common:is_suse:544 : is_opensuse 2024-03-14 21:12:17.553 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:12:17.555 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:12:17.556 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:12:17.558 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:12:17.560 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:12:17.561 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-03-14 21:12:17.563 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:12:17.565 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:12:17.566 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:12:17.568 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:12:17.569 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:12:17.571 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:12:17.572 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:12:17.574 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:12:17.576 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:12:17.577 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:12:17.579 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:12:17.580 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:12:17.582 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-03-14 21:12:17.584 | + functions-common:is_suse:544 : is_opensuse 2024-03-14 21:12:17.585 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:12:17.587 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:12:17.588 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:12:17.590 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:12:17.592 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:12:17.593 | + stack.sh:main:859 : restart_rpc_backend 2024-03-14 21:12:17.596 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-03-14 21:12:17.608 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:17.609 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-03-14 21:12:17.611 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:12:17.612 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-03-14 21:12:17.614 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-03-14 21:12:17.617 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-03-14 21:12:17.620 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-03-14 21:12:17.622 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-03-14 21:12:17.624 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-03-14 21:12:17.625 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-03-14 21:12:17.627 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-03-14 21:12:17.629 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-03-14 21:12:17.631 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-03-14 21:12:18.078 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-03-14 21:12:18.078 | user tags 2024-03-14 21:12:18.078 | guest [administrator]' 2024-03-14 21:12:18.081 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-03-14 21:12:18.082 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-03-14 21:12:18.082 | user tags 2024-03-14 21:12:18.082 | guest [administrator]' 2024-03-14 21:12:18.086 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-03-14 21:12:18.088 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-03-14 21:12:18.090 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-03-14 21:12:18.556 | Adding user "stackrabbit" ... 2024-03-14 21:12:18.563 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-03-14 21:12:18.575 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-03-14 21:12:18.998 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-03-14 21:12:19.057 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-03-14 21:12:19.059 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-03-14 21:12:19.480 | Changing password for user "stackrabbit" ... 2024-03-14 21:12:19.496 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-03-14 21:12:19.498 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-03-14 21:12:19.500 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-03-14 21:12:19.908 | Deleting user "guest" ... 2024-03-14 21:12:19.925 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-03-14 21:12:19.938 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:19.940 | + stack.sh:main:862 : install_database 2024-03-14 21:12:19.942 | + lib/database:install_database:118 : install_database_mysql 2024-03-14 21:12:19.944 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-03-14 21:12:19.947 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:19.949 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:19.950 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-03-14 21:12:20.069 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-03-14 21:12:20.071 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-03-14 21:12:20.074 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-03-14 21:12:20.076 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:20.077 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:20.079 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-03-14 21:12:20.081 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-03-14 21:12:20.083 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-03-14 21:12:20.085 | + stack.sh:main:864 : '[' -n mysql ']' 2024-03-14 21:12:20.086 | + stack.sh:main:865 : install_database_python 2024-03-14 21:12:20.088 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-03-14 21:12:20.090 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-03-14 21:12:20.091 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-03-14 21:12:20.093 | + inc/python:pip_install_gr:77 : local clean_name 2024-03-14 21:12:20.095 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-03-14 21:12:20.097 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-03-14 21:12:20.099 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-03-14 21:12:20.102 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:12:20.102 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-03-14 21:12:20.106 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-03-14 21:12:20.107 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-03-14 21:12:20.109 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-03-14 21:12:20.111 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-03-14 21:12:20.113 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-03-14 21:12:20.128 | Using python 3.10 to install PyMySQL 2024-03-14 21:12:20.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 PyMySQL 2024-03-14 21:12:21.092 | Collecting PyMySQL 2024-03-14 21:12:21.095 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-03-14 21:12:21.262 | Installing collected packages: PyMySQL 2024-03-14 21:12:21.299 | Successfully installed PyMySQL-1.0.2 2024-03-14 21:12:21.299 | 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-03-14 21:12:21.378 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:21.380 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:21.381 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:21.383 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:21.385 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:21.387 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:21.388 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:21.390 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:21.391 | + functions-common:time_stop:2442 : start_time=1710450740124 2024-03-14 21:12:21.393 | + functions-common:time_stop:2444 : [[ -z 1710450740124 ]] 2024-03-14 21:12:21.395 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:21.398 | + functions-common:time_stop:2447 : end_time=1710450741396 2024-03-14 21:12:21.400 | + functions-common:time_stop:2448 : elapsed_time=1272 2024-03-14 21:12:21.402 | + functions-common:time_stop:2449 : total=9469 2024-03-14 21:12:21.404 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:21.405 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10741 2024-03-14 21:12:21.407 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:21.408 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-03-14 21:12:21.410 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-03-14 21:12:21.411 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-03-14 21:12:21.413 | + stack.sh:main:868 : is_service_enabled neutron 2024-03-14 21:12:21.425 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:21.427 | + stack.sh:main:869 : install_neutron_agent_packages 2024-03-14 21:12:21.429 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-03-14 21:12:21.441 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:21.442 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-03-14 21:12:21.454 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:21.456 | + stack.sh:main:872 : is_service_enabled etcd3 2024-03-14 21:12:21.468 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:21.469 | + stack.sh:main:873 : install_etcd3 2024-03-14 21:12:21.471 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-03-14 21:12:21.471 | Installing etcd 2024-03-14 21:12:21.472 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-03-14 21:12:21.481 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-03-14 21:12:21.490 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-03-14 21:12:21.492 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-03-14 21:12:21.501 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-03-14 21:12:21.503 | ++ 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-03-14 21:12:21.505 | ++ 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-03-14 21:12:21.508 | +++ 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-03-14 21:12:21.510 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-03-14 21:12:21.512 | ++ 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-03-14 21:12:21.513 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-03-14 21:12:21.516 | ++ 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-03-14 21:12:21.523 | --2024-03-14 21:12:21-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-03-14 21:12:21.528 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-03-14 21:12:21.529 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-03-14 21:12:21.558 | HTTP request sent, awaiting response... 200 OK 2024-03-14 21:12:21.558 | Length: 11350736 (11M) [application/gzip] 2024-03-14 21:12:21.558 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-03-14 21:12:21.565 | 2024-03-14 21:12:21.612 | 0K ........ .. 100% 203M=0.05s 2024-03-14 21:12:21.612 | 2024-03-14 21:12:21.612 | 2024-03-14 21:12:21 (203 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-03-14 21:12:21.612 | 2024-03-14 21:12:21.616 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-03-14 21:12:21.617 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-03-14 21:12:21.619 | ++ functions:get_extra_file:74 : return 2024-03-14 21:12:21.621 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-03-14 21:12:21.623 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-03-14 21:12:21.625 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-03-14 21:12:21.626 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-03-14 21:12:21.691 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-03-14 21:12:21.693 | + 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-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/ 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/README.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-03-14 21:12:21.697 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-03-14 21:12:21.698 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-03-14 21:12:21.699 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-03-14 21:12:21.700 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-03-14 21:12:21.701 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-03-14 21:12:21.702 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-03-14 21:12:21.703 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-03-14 21:12:21.704 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-03-14 21:12:21.704 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-03-14 21:12:21.704 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-03-14 21:12:21.704 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-03-14 21:12:21.705 | etcd-v3.3.12-linux-amd64/etcdctl 2024-03-14 21:12:21.825 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-03-14 21:12:21.825 | etcd-v3.3.12-linux-amd64/etcd 2024-03-14 21:12:21.973 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-03-14 21:12:21.997 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-03-14 21:12:22.018 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-03-14 21:12:22.020 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-03-14 21:12:22.033 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:22.035 | + stack.sh:main:892 : install_dstat 2024-03-14 21:12:22.037 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-03-14 21:12:22.049 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:22.051 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-03-14 21:12:22.053 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:12:22.054 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-03-14 21:12:22.056 | + stack.sh:main:901 : install_libs 2024-03-14 21:12:22.058 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-03-14 21:12:22.060 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-03-14 21:12:22.061 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-03-14 21:12:22.063 | + inc/python:use_library_from_git:246 : local name=automaton 2024-03-14 21:12:22.065 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.067 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.069 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-03-14 21:12:22.070 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.072 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-03-14 21:12:22.074 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-03-14 21:12:22.075 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-03-14 21:12:22.077 | + inc/python:use_library_from_git:246 : local name=castellan 2024-03-14 21:12:22.079 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.080 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.082 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-03-14 21:12:22.084 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.085 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-03-14 21:12:22.087 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-03-14 21:12:22.089 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-03-14 21:12:22.091 | + inc/python:use_library_from_git:246 : local name=cliff 2024-03-14 21:12:22.092 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.094 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.096 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-03-14 21:12:22.097 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.099 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-03-14 21:12:22.101 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-03-14 21:12:22.102 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-03-14 21:12:22.104 | + inc/python:use_library_from_git:246 : local name=cursive 2024-03-14 21:12:22.106 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.107 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.109 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-03-14 21:12:22.111 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.112 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-03-14 21:12:22.114 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-03-14 21:12:22.116 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-03-14 21:12:22.117 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-03-14 21:12:22.119 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.121 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.122 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-03-14 21:12:22.124 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.126 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-03-14 21:12:22.128 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-03-14 21:12:22.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-03-14 21:12:22.131 | + inc/python:use_library_from_git:246 : local name=futurist 2024-03-14 21:12:22.133 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.135 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.136 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-03-14 21:12:22.138 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.140 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-03-14 21:12:22.141 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-03-14 21:12:22.143 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-03-14 21:12:22.145 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-03-14 21:12:22.147 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.148 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.150 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-03-14 21:12:22.152 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.153 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-03-14 21:12:22.155 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-03-14 21:12:22.157 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-03-14 21:12:22.159 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-03-14 21:12:22.160 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.162 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.164 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-03-14 21:12:22.165 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.167 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-03-14 21:12:22.169 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-03-14 21:12:22.171 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-03-14 21:12:22.172 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-03-14 21:12:22.174 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.176 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-03-14 21:12:22.179 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.181 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-03-14 21:12:22.182 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-03-14 21:12:22.184 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-03-14 21:12:22.186 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-03-14 21:12:22.188 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.189 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.191 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-03-14 21:12:22.193 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.194 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-03-14 21:12:22.196 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-03-14 21:12:22.198 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-03-14 21:12:22.200 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-03-14 21:12:22.201 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.203 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.205 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-03-14 21:12:22.206 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.208 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-03-14 21:12:22.210 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-03-14 21:12:22.212 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-03-14 21:12:22.213 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-03-14 21:12:22.215 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.217 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.218 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-03-14 21:12:22.220 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.222 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-03-14 21:12:22.224 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-03-14 21:12:22.225 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-03-14 21:12:22.227 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-03-14 21:12:22.229 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.231 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.233 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-03-14 21:12:22.234 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.236 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-03-14 21:12:22.238 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-03-14 21:12:22.240 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-03-14 21:12:22.241 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-03-14 21:12:22.243 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.245 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.247 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-03-14 21:12:22.248 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.250 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-03-14 21:12:22.252 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-03-14 21:12:22.253 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-03-14 21:12:22.255 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-03-14 21:12:22.257 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.259 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.261 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-03-14 21:12:22.262 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.264 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-03-14 21:12:22.266 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-03-14 21:12:22.268 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-03-14 21:12:22.269 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-03-14 21:12:22.271 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.273 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.275 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-03-14 21:12:22.276 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.280 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-03-14 21:12:22.281 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-03-14 21:12:22.283 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-03-14 21:12:22.285 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-03-14 21:12:22.287 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.289 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.290 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-03-14 21:12:22.292 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.294 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-03-14 21:12:22.296 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-03-14 21:12:22.297 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-03-14 21:12:22.299 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-03-14 21:12:22.301 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.303 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.304 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-03-14 21:12:22.306 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.308 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-03-14 21:12:22.309 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-03-14 21:12:22.311 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-03-14 21:12:22.313 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-03-14 21:12:22.315 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.317 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.319 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-03-14 21:12:22.320 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.322 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-03-14 21:12:22.324 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-03-14 21:12:22.325 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-03-14 21:12:22.327 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-03-14 21:12:22.329 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.331 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.333 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-03-14 21:12:22.334 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.336 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-03-14 21:12:22.338 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-03-14 21:12:22.340 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-03-14 21:12:22.341 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-03-14 21:12:22.343 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.345 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.347 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-03-14 21:12:22.349 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.351 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-03-14 21:12:22.352 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-03-14 21:12:22.354 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-03-14 21:12:22.356 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-03-14 21:12:22.357 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.359 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.361 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-03-14 21:12:22.363 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.365 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-03-14 21:12:22.366 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-03-14 21:12:22.368 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-03-14 21:12:22.370 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-03-14 21:12:22.371 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.373 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.375 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-03-14 21:12:22.377 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.378 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-03-14 21:12:22.380 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-03-14 21:12:22.381 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-03-14 21:12:22.384 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-03-14 21:12:22.385 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.387 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.389 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-03-14 21:12:22.391 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.392 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-03-14 21:12:22.394 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-03-14 21:12:22.396 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-03-14 21:12:22.397 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-03-14 21:12:22.400 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.401 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.403 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-03-14 21:12:22.405 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.406 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-03-14 21:12:22.408 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-03-14 21:12:22.410 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-03-14 21:12:22.412 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-03-14 21:12:22.413 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.415 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.417 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-03-14 21:12:22.418 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.420 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-03-14 21:12:22.422 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-03-14 21:12:22.424 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-03-14 21:12:22.425 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-03-14 21:12:22.427 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.429 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.431 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-03-14 21:12:22.433 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.434 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-03-14 21:12:22.436 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-03-14 21:12:22.438 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-03-14 21:12:22.440 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-03-14 21:12:22.441 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.443 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.445 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-03-14 21:12:22.447 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.449 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-03-14 21:12:22.450 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-03-14 21:12:22.452 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-03-14 21:12:22.454 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-03-14 21:12:22.455 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.457 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.459 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-03-14 21:12:22.461 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.463 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-03-14 21:12:22.464 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-03-14 21:12:22.466 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-03-14 21:12:22.468 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-03-14 21:12:22.469 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.471 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.473 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-03-14 21:12:22.475 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.477 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-03-14 21:12:22.479 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-03-14 21:12:22.480 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-03-14 21:12:22.482 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-03-14 21:12:22.484 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.486 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.488 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-03-14 21:12:22.489 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.491 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-03-14 21:12:22.493 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-03-14 21:12:22.495 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-03-14 21:12:22.496 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-03-14 21:12:22.498 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.500 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.501 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-03-14 21:12:22.503 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.505 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-03-14 21:12:22.507 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-03-14 21:12:22.509 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-03-14 21:12:22.510 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-03-14 21:12:22.512 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.514 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.516 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-03-14 21:12:22.517 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.519 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-03-14 21:12:22.521 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-03-14 21:12:22.523 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-03-14 21:12:22.525 | + inc/python:use_library_from_git:246 : local name=tooz 2024-03-14 21:12:22.526 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.528 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.530 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-03-14 21:12:22.532 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.534 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-03-14 21:12:22.536 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-03-14 21:12:22.537 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-03-14 21:12:22.539 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-03-14 21:12:22.541 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.543 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.544 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-03-14 21:12:22.546 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.548 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-03-14 21:12:22.549 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-03-14 21:12:22.551 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-03-14 21:12:22.553 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-03-14 21:12:22.555 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.557 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.559 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-03-14 21:12:22.560 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.562 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-03-14 21:12:22.564 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-03-14 21:12:22.565 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-03-14 21:12:22.567 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-03-14 21:12:22.569 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.571 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.573 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-03-14 21:12:22.574 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.576 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-03-14 21:12:22.578 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-03-14 21:12:22.580 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-03-14 21:12:22.581 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-03-14 21:12:22.583 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:22.585 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:22.587 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-03-14 21:12:22.589 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:22.591 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-03-14 21:12:22.606 | Using python 3.10 to install etcd3 2024-03-14 21:12:22.607 | + 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-03-14 21:12:23.575 | Collecting etcd3 2024-03-14 21:12:23.575 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-03-14 21:12:24.605 | Collecting grpcio>=1.27.1 2024-03-14 21:12:24.631 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-03-14 21:12:24.654 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-03-14 21:12:25.043 | Collecting protobuf>=3.6.1 2024-03-14 21:12:25.047 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-03-14 21:12:25.077 | Collecting tenacity>=6.1.0 2024-03-14 21:12:25.079 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-03-14 21:12:25.250 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-03-14 21:12:25.649 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-03-14 21:12:25.649 | 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-03-14 21:12:25.761 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:25.763 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:25.765 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:25.767 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:25.769 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:25.770 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:25.772 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:25.773 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:25.775 | + functions-common:time_stop:2442 : start_time=1710450742602 2024-03-14 21:12:25.777 | + functions-common:time_stop:2444 : [[ -z 1710450742602 ]] 2024-03-14 21:12:25.779 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:25.782 | + functions-common:time_stop:2447 : end_time=1710450745780 2024-03-14 21:12:25.784 | + functions-common:time_stop:2448 : elapsed_time=3178 2024-03-14 21:12:25.785 | + functions-common:time_stop:2449 : total=10741 2024-03-14 21:12:25.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:25.789 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13919 2024-03-14 21:12:25.790 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:25.792 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-03-14 21:12:25.808 | Using python 3.10 to install etcd3gw 2024-03-14 21:12:25.809 | + 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-03-14 21:12:26.886 | Collecting etcd3gw 2024-03-14 21:12:26.888 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-03-14 21:12:27.017 | Collecting futurist>=0.16.0 2024-03-14 21:12:27.019 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-03-14 21:12:27.021 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-03-14 21:12:27.070 | Collecting requests>=2.20.0 2024-03-14 21:12:27.072 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-03-14 21:12:27.081 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-03-14 21:12:27.105 | Collecting idna<4,>=2.5 2024-03-14 21:12:27.107 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-03-14 21:12:27.163 | Collecting urllib3<1.27,>=1.21.1 2024-03-14 21:12:27.165 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-03-14 21:12:27.321 | Collecting charset-normalizer<3,>=2 2024-03-14 21:12:27.324 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-03-14 21:12:27.543 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-03-14 21:12:27.544 | Attempting uninstall: urllib3 2024-03-14 21:12:27.545 | Found existing installation: urllib3 1.26.5 2024-03-14 21:12:27.548 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:27.549 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-03-14 21:12:27.615 | Attempting uninstall: idna 2024-03-14 21:12:27.616 | Found existing installation: idna 3.3 2024-03-14 21:12:27.618 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:27.618 | Can't uninstall 'idna'. No files were found to uninstall. 2024-03-14 21:12:27.750 | Attempting uninstall: requests 2024-03-14 21:12:27.750 | Found existing installation: requests 2.25.1 2024-03-14 21:12:27.752 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:27.752 | Can't uninstall 'requests'. No files were found to uninstall. 2024-03-14 21:12:27.807 | 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-03-14 21:12:27.807 | 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-03-14 21:12:27.897 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:27.899 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:27.900 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:27.902 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:27.904 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:27.905 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:27.907 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:27.908 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:27.910 | + functions-common:time_stop:2442 : start_time=1710450745804 2024-03-14 21:12:27.911 | + functions-common:time_stop:2444 : [[ -z 1710450745804 ]] 2024-03-14 21:12:27.914 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:27.916 | + functions-common:time_stop:2447 : end_time=1710450747914 2024-03-14 21:12:27.918 | + functions-common:time_stop:2448 : elapsed_time=2110 2024-03-14 21:12:27.919 | + functions-common:time_stop:2449 : total=13919 2024-03-14 21:12:27.921 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:27.922 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16029 2024-03-14 21:12:27.924 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:27.926 | + stack.sh:main:904 : install_apache_uwsgi 2024-03-14 21:12:27.928 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-03-14 21:12:27.929 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-03-14 21:12:27.931 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:12:27.932 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:12:27.934 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:12:27.936 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:12:27.938 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:12:27.939 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:12:27.941 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:12:27.943 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:12:27.945 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:12:27.946 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:12:27.948 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:12:27.949 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:12:27.951 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-03-14 21:12:27.953 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:27.955 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:27.956 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-03-14 21:12:27.958 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-14 21:12:27.960 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:12:27.961 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:12:27.963 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:12:27.965 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:12:27.966 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:12:27.968 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:12:27.969 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:27.971 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:27.973 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:12:27.974 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:12:27.976 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:12:27.978 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:12:27.979 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-14 21:12:27.981 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:12:27.983 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:27.984 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:27.986 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-14 21:12:28.001 | + 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-03-14 21:12:28.058 | Reading package lists... 2024-03-14 21:12:28.234 | Building dependency tree... 2024-03-14 21:12:28.235 | Reading state information... 2024-03-14 21:12:28.411 | uwsgi is already the newest version (2.0.20-4). 2024-03-14 21:12:28.411 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-03-14 21:12:28.411 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-03-14 21:12:28.411 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:12:28.415 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:12:28.417 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:12:28.418 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:28.420 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:28.422 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:28.424 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:28.425 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:28.427 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:12:28.428 | + functions-common:time_stop:2442 : start_time=1710450747999 2024-03-14 21:12:28.430 | + functions-common:time_stop:2444 : [[ -z 1710450747999 ]] 2024-03-14 21:12:28.432 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:28.435 | + functions-common:time_stop:2447 : end_time=1710450748433 2024-03-14 21:12:28.436 | + functions-common:time_stop:2448 : elapsed_time=434 2024-03-14 21:12:28.438 | + functions-common:time_stop:2449 : total=7385 2024-03-14 21:12:28.440 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:28.441 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7819 2024-03-14 21:12:28.443 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:12:28.445 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-03-14 21:12:28.446 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:28.448 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:28.449 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-03-14 21:12:28.483 | Enabling module proxy. 2024-03-14 21:12:28.487 | To activate the new configuration, you need to run: 2024-03-14 21:12:28.487 | systemctl restart apache2 2024-03-14 21:12:28.491 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-03-14 21:12:28.523 | Considering dependency proxy for proxy_uwsgi: 2024-03-14 21:12:28.523 | Module proxy already enabled 2024-03-14 21:12:28.523 | Enabling module proxy_uwsgi. 2024-03-14 21:12:28.527 | To activate the new configuration, you need to run: 2024-03-14 21:12:28.527 | systemctl restart apache2 2024-03-14 21:12:28.530 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-03-14 21:12:28.532 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:12:28.534 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:12:28.536 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:12:28.626 | + stack.sh:main:907 : install_keystoneauth 2024-03-14 21:12:28.628 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-03-14 21:12:28.629 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-03-14 21:12:28.631 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.632 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.634 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-03-14 21:12:28.636 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.638 | + stack.sh:main:908 : install_keystoneclient 2024-03-14 21:12:28.640 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-03-14 21:12:28.641 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-03-14 21:12:28.643 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.645 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.647 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-03-14 21:12:28.649 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.650 | + stack.sh:main:909 : install_glanceclient 2024-03-14 21:12:28.652 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-03-14 21:12:28.654 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-03-14 21:12:28.656 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.657 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.659 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-03-14 21:12:28.661 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.663 | + stack.sh:main:910 : install_cinderclient 2024-03-14 21:12:28.664 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-03-14 21:12:28.666 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-03-14 21:12:28.668 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.669 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.671 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-03-14 21:12:28.673 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.674 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-03-14 21:12:28.676 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-03-14 21:12:28.677 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.679 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.681 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-03-14 21:12:28.683 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.685 | + stack.sh:main:911 : install_novaclient 2024-03-14 21:12:28.687 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-03-14 21:12:28.688 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-03-14 21:12:28.690 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.692 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.693 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-03-14 21:12:28.696 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.697 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-03-14 21:12:28.710 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:28.712 | + stack.sh:main:913 : install_swiftclient 2024-03-14 21:12:28.714 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-03-14 21:12:28.716 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-03-14 21:12:28.717 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.719 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.721 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-03-14 21:12:28.723 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.724 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-03-14 21:12:28.737 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:28.739 | + stack.sh:main:916 : install_neutronclient 2024-03-14 21:12:28.740 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-03-14 21:12:28.742 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-03-14 21:12:28.744 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.745 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.748 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-03-14 21:12:28.749 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.751 | + stack.sh:main:920 : install_keystonemiddleware 2024-03-14 21:12:28.753 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-03-14 21:12:28.755 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-03-14 21:12:28.757 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:28.758 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:28.760 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-03-14 21:12:28.762 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:28.764 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-03-14 21:12:28.766 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-03-14 21:12:28.768 | + inc/python:pip_install_gr:77 : local clean_name 2024-03-14 21:12:28.770 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-03-14 21:12:28.772 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-03-14 21:12:28.773 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-03-14 21:12:28.777 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:12:28.777 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-03-14 21:12:28.781 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-03-14 21:12:28.782 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-03-14 21:12:28.784 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-03-14 21:12:28.787 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-03-14 21:12:28.788 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-03-14 21:12:28.803 | Using python 3.10 to install keystonemiddleware 2024-03-14 21:12:28.805 | + 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-03-14 21:12:29.885 | Collecting keystonemiddleware 2024-03-14 21:12:29.888 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-03-14 21:12:29.972 | Collecting oslo.utils>=3.33.0 2024-03-14 21:12:29.975 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-03-14 21:12:30.019 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-03-14 21:12:30.021 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-03-14 21:12:30.165 | Collecting oslo.cache>=1.26.0 2024-03-14 21:12:30.167 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-03-14 21:12:30.206 | Collecting python-keystoneclient>=3.20.0 2024-03-14 21:12:30.210 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-03-14 21:12:30.244 | Collecting WebOb>=1.7.1 2024-03-14 21:12:30.246 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-03-14 21:12:30.248 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-03-14 21:12:30.291 | Collecting oslo.context>=2.19.2 2024-03-14 21:12:30.293 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-03-14 21:12:30.349 | Collecting keystoneauth1>=3.12.0 2024-03-14 21:12:30.352 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-03-14 21:12:30.391 | Collecting oslo.i18n>=3.15.3 2024-03-14 21:12:30.393 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-03-14 21:12:30.509 | Collecting pycadf!=2.0.0,>=1.1.0 2024-03-14 21:12:30.511 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-03-14 21:12:30.598 | Collecting oslo.config>=5.2.0 2024-03-14 21:12:30.600 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-03-14 21:12:30.603 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-03-14 21:12:30.604 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-03-14 21:12:30.677 | Collecting oslo.log>=3.36.0 2024-03-14 21:12:30.679 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-03-14 21:12:30.743 | Collecting stevedore>=1.20.0 2024-03-14 21:12:30.745 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-03-14 21:12:30.770 | Collecting iso8601>=0.1.11 2024-03-14 21:12:30.772 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-03-14 21:12:30.789 | Collecting os-service-types>=1.2.0 2024-03-14 21:12:30.791 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-03-14 21:12:30.856 | Collecting dogpile.cache>=1.1.5 2024-03-14 21:12:30.858 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-03-14 21:12:30.900 | Collecting netaddr>=0.7.18 2024-03-14 21:12:30.915 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-03-14 21:12:31.015 | Collecting PyYAML>=5.1 2024-03-14 21:12:31.021 | 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-03-14 21:12:31.048 | Collecting rfc3986>=1.2.0 2024-03-14 21:12:31.050 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-03-14 21:12:31.100 | Collecting debtcollector>=1.2.0 2024-03-14 21:12:31.102 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-03-14 21:12:31.172 | Collecting python-dateutil>=2.7.0 2024-03-14 21:12:31.175 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-03-14 21:12:31.203 | Collecting pyinotify>=0.9.6 2024-03-14 21:12:31.203 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-03-14 21:12:31.335 | Collecting msgpack>=0.5.2 2024-03-14 21:12:31.339 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-03-14 21:12:31.412 | Collecting pytz>=2013.6 2024-03-14 21:12:31.416 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-03-14 21:12:31.461 | Collecting packaging>=20.4 2024-03-14 21:12:31.463 | Using cached packaging-21.3-py3-none-any.whl (40 kB) 2024-03-14 21:12:31.466 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-03-14 21:12:31.515 | Collecting pyparsing>=2.1.0 2024-03-14 21:12:31.517 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-03-14 21:12:31.548 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-03-14 21:12:31.549 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-03-14 21:12:31.550 | 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-03-14 21:12:31.550 | 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-03-14 21:12:31.746 | Collecting wrapt>=1.7.0 2024-03-14 21:12:31.749 | 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-03-14 21:12:31.786 | Collecting decorator>=4.0.0 2024-03-14 21:12:31.788 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-03-14 21:12:32.195 | 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-03-14 21:12:32.221 | Attempting uninstall: pytz 2024-03-14 21:12:32.222 | Found existing installation: pytz 2022.1 2024-03-14 21:12:32.224 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:32.225 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-03-14 21:12:32.535 | Attempting uninstall: stevedore 2024-03-14 21:12:32.536 | Found existing installation: stevedore 3.5.0 2024-03-14 21:12:32.537 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:32.537 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-03-14 21:12:32.677 | Attempting uninstall: pyparsing 2024-03-14 21:12:32.678 | Found existing installation: pyparsing 2.4.7 2024-03-14 21:12:32.679 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:32.680 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-03-14 21:12:33.680 | 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-03-14 21:12:33.680 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-03-14 21:12:33.804 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:33.807 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:33.809 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:33.810 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:33.812 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:33.814 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:33.816 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:33.817 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:33.819 | + functions-common:time_stop:2442 : start_time=1710450748799 2024-03-14 21:12:33.821 | + functions-common:time_stop:2444 : [[ -z 1710450748799 ]] 2024-03-14 21:12:33.823 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:33.826 | + functions-common:time_stop:2447 : end_time=1710450753824 2024-03-14 21:12:33.828 | + functions-common:time_stop:2448 : elapsed_time=5025 2024-03-14 21:12:33.829 | + functions-common:time_stop:2449 : total=16029 2024-03-14 21:12:33.832 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:33.833 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21054 2024-03-14 21:12:33.835 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:33.837 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-03-14 21:12:33.839 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-03-14 21:12:33.841 | + inc/python:pip_install_gr:77 : local clean_name 2024-03-14 21:12:33.843 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-03-14 21:12:33.845 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-03-14 21:12:33.847 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-03-14 21:12:33.850 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:12:33.851 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-03-14 21:12:33.855 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-03-14 21:12:33.856 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-03-14 21:12:33.858 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-03-14 21:12:33.860 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-03-14 21:12:33.862 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-03-14 21:12:33.878 | Using python 3.10 to install python-memcached 2024-03-14 21:12:33.880 | + 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-03-14 21:12:34.833 | Collecting python-memcached 2024-03-14 21:12:34.835 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-03-14 21:12:34.838 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-03-14 21:12:35.133 | Installing collected packages: python-memcached 2024-03-14 21:12:35.160 | Successfully installed python-memcached-1.59 2024-03-14 21:12:35.160 | 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-03-14 21:12:35.240 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:35.242 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:35.244 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:35.246 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:35.247 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:35.249 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:35.251 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:35.252 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:35.254 | + functions-common:time_stop:2442 : start_time=1710450753874 2024-03-14 21:12:35.255 | + functions-common:time_stop:2444 : [[ -z 1710450753874 ]] 2024-03-14 21:12:35.257 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:35.261 | + functions-common:time_stop:2447 : end_time=1710450755259 2024-03-14 21:12:35.262 | + functions-common:time_stop:2448 : elapsed_time=1385 2024-03-14 21:12:35.264 | + functions-common:time_stop:2449 : total=21054 2024-03-14 21:12:35.265 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:35.267 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22439 2024-03-14 21:12:35.269 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:35.270 | + stack.sh:main:922 : is_service_enabled keystone 2024-03-14 21:12:35.283 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:35.284 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-03-14 21:12:35.286 | + stack.sh:main:924 : stack_install_service keystone 2024-03-14 21:12:35.288 | + lib/stack:stack_install_service:20 : local service=keystone 2024-03-14 21:12:35.289 | + lib/stack:stack_install_service:21 : type install_keystone 2024-03-14 21:12:35.291 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:12:35.293 | + lib/stack:stack_install_service:32 : install_keystone 2024-03-14 21:12:35.294 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-03-14 21:12:35.305 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:35.307 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-03-14 21:12:35.308 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-03-14 21:12:35.310 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-03-14 21:12:35.311 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:12:35.313 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:12:35.315 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:12:35.317 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:12:35.318 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:12:35.320 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:12:35.331 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:12:35.333 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:12:35.334 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:12:35.336 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:12:35.338 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:12:35.338 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:12:35.341 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-03-14 21:12:35.343 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:12:35.345 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-03-14 21:12:35.346 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:12:35.347 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:12:35.349 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:12:35.350 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:12:35.352 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:12:35.353 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:12:35.355 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:12:35.356 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:12:35.358 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:12:35.361 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450755359 2024-03-14 21:12:35.362 | + 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-03-14 21:12:35.364 | Cloning into '/opt/stack//keystone'... 2024-03-14 21:12:37.630 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:12:37.631 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:37.633 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:37.634 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:37.636 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:37.637 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:37.639 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:12:37.641 | + functions-common:time_stop:2442 : start_time=1710450755359 2024-03-14 21:12:37.645 | + functions-common:time_stop:2444 : [[ -z 1710450755359 ]] 2024-03-14 21:12:37.647 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:37.650 | + functions-common:time_stop:2447 : end_time=1710450757648 2024-03-14 21:12:37.652 | + functions-common:time_stop:2448 : elapsed_time=2289 2024-03-14 21:12:37.657 | + functions-common:time_stop:2449 : total=5859 2024-03-14 21:12:37.659 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:37.660 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8148 2024-03-14 21:12:37.661 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-03-14 21:12:37.664 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-03-14 21:12:37.665 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:12:37.667 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:12:37.668 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:12:37.670 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:12:37.672 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:12:37.673 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:12:37.677 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:12:37.682 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:12:37.684 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:12:37.687 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450757685 2024-03-14 21:12:37.690 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-03-14 21:12:39.539 | From https://opendev.org/openstack/keystone 2024-03-14 21:12:39.540 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:12:39.544 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:12:39.546 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:39.547 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:39.549 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:39.551 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:39.552 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:39.554 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:12:39.555 | + functions-common:time_stop:2442 : start_time=1710450757685 2024-03-14 21:12:39.557 | + functions-common:time_stop:2444 : [[ -z 1710450757685 ]] 2024-03-14 21:12:39.559 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:39.562 | + functions-common:time_stop:2447 : end_time=1710450759560 2024-03-14 21:12:39.564 | + functions-common:time_stop:2448 : elapsed_time=1875 2024-03-14 21:12:39.566 | + functions-common:time_stop:2449 : total=8148 2024-03-14 21:12:39.568 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:39.569 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10023 2024-03-14 21:12:39.571 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:12:39.573 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:12:39.575 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:12:39.576 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:12:39.578 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:12:39.579 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:12:39.581 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:12:39.582 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:12:39.584 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:12:39.586 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:12:39.589 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450759587 2024-03-14 21:12:39.590 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:12:39.674 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:12:39.675 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:12:39.675 | state without impacting any branches by switching back to a branch. 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:12:39.675 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | git switch -c 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | Or undo this operation with: 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | git switch - 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:12:39.675 | 2024-03-14 21:12:39.675 | HEAD is now at ee9a966 Remove unused old job templates and experimental jobs 2024-03-14 21:12:39.678 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:12:39.679 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:39.681 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:39.683 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:39.685 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:39.686 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:39.688 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:12:39.690 | + functions-common:time_stop:2442 : start_time=1710450759587 2024-03-14 21:12:39.691 | + functions-common:time_stop:2444 : [[ -z 1710450759587 ]] 2024-03-14 21:12:39.693 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:39.696 | + functions-common:time_stop:2447 : end_time=1710450759694 2024-03-14 21:12:39.698 | + functions-common:time_stop:2448 : elapsed_time=107 2024-03-14 21:12:39.700 | + functions-common:time_stop:2449 : total=10023 2024-03-14 21:12:39.701 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:39.703 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10130 2024-03-14 21:12:39.704 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-03-14 21:12:39.715 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-03-14 21:12:39.717 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:12:39.717 | + functions-common:git_clone:696 : head -1 2024-03-14 21:12:39.718 | ee9a966 Remove unused old job templates and experimental jobs 2024-03-14 21:12:39.721 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:12:39.723 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-03-14 21:12:39.724 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:12:39.726 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-03-14 21:12:39.728 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-03-14 21:12:39.730 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:12:39.731 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-03-14 21:12:39.733 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:12:39.735 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-03-14 21:12:39.737 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-03-14 21:12:39.738 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:12:39.740 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:12:39.742 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-03-14 21:12:39.744 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:12:39.746 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-03-14 21:12:39.748 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:12:39.749 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:12:39.752 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-03-14 21:12:39.756 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-03-14 21:12:39.757 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-03-14 21:12:40.076 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-03-14 21:12:40.078 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:12:40.080 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:12:40.082 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:12:40.084 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-03-14 21:12:40.086 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-03-14 21:12:40.088 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:12:40.089 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:12:40.091 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:12:40.093 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:12:40.095 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:12:40.097 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:12:40.099 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:12:40.100 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-03-14 21:12:40.117 | Using python 3.10 to install /opt/stack/keystone 2024-03-14 21:12:40.119 | + 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-03-14 21:12:41.012 | Obtaining file:///opt/stack/keystone 2024-03-14 21:12:41.013 | Preparing metadata (setup.py): started 2024-03-14 21:12:41.494 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:12:41.648 | Collecting Flask!=0.11,>=1.0.2 2024-03-14 21:12:41.651 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-03-14 21:12:41.674 | Collecting Flask-RESTful>=0.3.5 2024-03-14 21:12:41.676 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-03-14 21:12:41.705 | Collecting PyJWT>=1.6.1 2024-03-14 21:12:41.707 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-03-14 21:12:42.375 | Collecting SQLAlchemy>=1.3.0 2024-03-14 21:12:42.387 | 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-03-14 21:12:42.398 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (1.8.7) 2024-03-14 21:12:42.474 | Collecting bcrypt>=3.1.3 2024-03-14 21:12:42.479 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-03-14 21:12:42.903 | Collecting cryptography>=2.7 2024-03-14 21:12:42.928 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-03-14 21:12:42.948 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (1.1.8) 2024-03-14 21:12:42.998 | Collecting jsonschema>=3.2.0 2024-03-14 21:12:43.001 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-03-14 21:12:43.003 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (10.2.0) 2024-03-14 21:12:43.004 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (1.0.4) 2024-03-14 21:12:43.026 | Collecting oauthlib>=0.6.2 2024-03-14 21:12:43.028 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-03-14 21:12:43.031 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (3.3.1) 2024-03-14 21:12:43.032 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (9.1.1) 2024-03-14 21:12:43.032 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (5.1.1) 2024-03-14 21:12:43.092 | Collecting oslo.db>=6.0.0 2024-03-14 21:12:43.094 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-03-14 21:12:43.097 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (6.0.0) 2024-03-14 21:12:43.098 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (5.2.0) 2024-03-14 21:12:43.179 | Collecting oslo.messaging>=5.29.0 2024-03-14 21:12:43.182 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-03-14 21:12:43.226 | Collecting oslo.middleware>=3.31.0 2024-03-14 21:12:43.228 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-03-14 21:12:43.291 | Collecting oslo.policy>=3.10.0 2024-03-14 21:12:43.294 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-03-14 21:12:43.296 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (5.1.1) 2024-03-14 21:12:43.410 | Collecting oslo.upgradecheck>=1.3.0 2024-03-14 21:12:43.412 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-03-14 21:12:43.414 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (6.1.0) 2024-03-14 21:12:43.534 | Collecting osprofiler>=1.4.0 2024-03-14 21:12:43.537 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-03-14 21:12:43.560 | Collecting passlib>=1.7.0 2024-03-14 21:12:43.564 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-03-14 21:12:43.569 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (5.11.1) 2024-03-14 21:12:43.569 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (3.1.1) 2024-03-14 21:12:43.602 | Collecting pysaml2>=5.0.0 2024-03-14 21:12:43.606 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-03-14 21:12:43.610 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (5.1.0) 2024-03-14 21:12:43.611 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (2022.4) 2024-03-14 21:12:43.703 | Collecting scrypt>=0.8.0 2024-03-14 21:12:43.711 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-03-14 21:12:43.738 | Collecting sqlalchemy-migrate>=0.13.0 2024-03-14 21:12:43.740 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-03-14 21:12:43.742 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev16) (5.0.0) 2024-03-14 21:12:43.998 | Collecting cffi>=1.12 2024-03-14 21:12:44.002 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-03-14 21:12:44.011 | 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.dev16) (5.1.1) 2024-03-14 21:12:44.077 | Collecting Werkzeug>=2.2.2 2024-03-14 21:12:44.080 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-03-14 21:12:44.112 | Collecting click>=8.0 2024-03-14 21:12:44.114 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-03-14 21:12:44.144 | Collecting Jinja2>=3.0 2024-03-14 21:12:44.146 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-03-14 21:12:44.166 | Collecting itsdangerous>=2.0 2024-03-14 21:12:44.168 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-03-14 21:12:44.174 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev16) (1.16.0) 2024-03-14 21:12:44.201 | Collecting aniso8601>=0.82 2024-03-14 21:12:44.203 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-03-14 21:12:44.222 | 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.dev16) (0.18.1) 2024-03-14 21:12:44.248 | Collecting attrs>=17.4.0 2024-03-14 21:12:44.250 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-03-14 21:12:44.274 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev16) (5.1.2) 2024-03-14 21:12:44.275 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev16) (2.28.1) 2024-03-14 21:12:44.351 | 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.dev16) (1.5.0) 2024-03-14 21:12:44.352 | 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.dev16) (0.8.0) 2024-03-14 21:12:44.353 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev16) (6.0) 2024-03-14 21:12:44.353 | 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.dev16) (2.5.0) 2024-03-14 21:12:44.426 | Collecting alembic>=0.9.6 2024-03-14 21:12:44.429 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-03-14 21:12:44.537 | Collecting testscenarios>=0.4 2024-03-14 21:12:44.549 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-03-14 21:12:44.572 | Collecting testresources>=2.0.0 2024-03-14 21:12:44.574 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-03-14 21:12:44.606 | 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.dev16) (2.8.2) 2024-03-14 21:12:44.608 | 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.dev16) (0.9.6) 2024-03-14 21:12:44.660 | Collecting cachetools>=2.0.0 2024-03-14 21:12:44.662 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-03-14 21:12:44.719 | Collecting kombu>=4.6.6 2024-03-14 21:12:44.722 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-03-14 21:12:44.746 | Collecting oslo.metrics>=0.2.1 2024-03-14 21:12:44.747 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-03-14 21:12:44.796 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-03-14 21:12:44.799 | Using cached oslo.service-3.1.1-py3-none-any.whl (77 kB) 2024-03-14 21:12:44.802 | 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.dev16) (2.4.1) 2024-03-14 21:12:44.837 | Collecting amqp>=2.5.2 2024-03-14 21:12:44.839 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-03-14 21:12:44.871 | Collecting statsd>=3.2.1 2024-03-14 21:12:44.873 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-03-14 21:12:44.924 | Collecting PrettyTable>=0.7.1 2024-03-14 21:12:44.926 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-03-14 21:12:44.946 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev16) (0.11.0) 2024-03-14 21:12:44.947 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev16) (21.3) 2024-03-14 21:12:44.948 | 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.dev16) (1.1.0) 2024-03-14 21:12:44.949 | 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.dev16) (3.0.9) 2024-03-14 21:12:45.009 | Collecting oslo.concurrency>=3.26.0 2024-03-14 21:12:45.011 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-03-14 21:12:45.079 | Collecting defusedxml 2024-03-14 21:12:45.081 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-03-14 21:12:45.108 | Collecting pyOpenSSL 2024-03-14 21:12:45.110 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-03-14 21:12:45.165 | Collecting xmlschema>=1.2.1 2024-03-14 21:12:45.169 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-03-14 21:12:45.173 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev16) (59.6.0) 2024-03-14 21:12:45.542 | Collecting greenlet!=0.4.17 2024-03-14 21:12:45.545 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-03-14 21:12:45.583 | Collecting sqlparse 2024-03-14 21:12:45.585 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-03-14 21:12:45.619 | Collecting Tempita>=0.4 2024-03-14 21:12:45.621 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-03-14 21:12:45.673 | Collecting Mako 2024-03-14 21:12:45.675 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-03-14 21:12:45.705 | Collecting vine>=5.0.0 2024-03-14 21:12:45.706 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-03-14 21:12:45.780 | Collecting pycparser 2024-03-14 21:12:45.783 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-03-14 21:12:45.799 | 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.dev16) (1.14.1) 2024-03-14 21:12:45.941 | Collecting MarkupSafe>=2.0 2024-03-14 21:12:45.944 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-03-14 21:12:46.021 | 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.dev16) (1.7.0) 2024-03-14 21:12:46.095 | Collecting fasteners>=0.7.0 2024-03-14 21:12:46.097 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-03-14 21:12:46.136 | Collecting prometheus-client>=0.6.0 2024-03-14 21:12:46.138 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-03-14 21:12:46.176 | Collecting PasteDeploy>=1.5.0 2024-03-14 21:12:46.178 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-03-14 21:12:46.221 | Collecting Yappi>=1.0 2024-03-14 21:12:46.223 | 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-03-14 21:12:46.251 | Collecting eventlet>=0.25.2 2024-03-14 21:12:46.254 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-03-14 21:12:46.282 | Collecting fixtures>=3.0.0 2024-03-14 21:12:46.282 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-03-14 21:12:46.308 | Collecting Routes>=2.3.1 2024-03-14 21:12:46.310 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-03-14 21:12:46.345 | Collecting Paste>=2.0.2 2024-03-14 21:12:46.349 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-03-14 21:12:46.375 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev16) (0.2.5) 2024-03-14 21:12:46.427 | 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.dev16) (3.4) 2024-03-14 21:12:46.427 | 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.dev16) (2.1.1) 2024-03-14 21:12:46.428 | 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.dev16) (2020.6.20) 2024-03-14 21:12:46.429 | 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.dev16) (1.26.12) 2024-03-14 21:12:46.479 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev16) (2.5.0) 2024-03-14 21:12:46.552 | Collecting elementpath<4.0.0,>=3.0.0 2024-03-14 21:12:46.555 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-03-14 21:12:46.684 | Collecting dnspython>=1.15.0 2024-03-14 21:12:46.687 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-03-14 21:12:46.805 | Collecting repoze.lru>=0.3 2024-03-14 21:12:46.807 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-03-14 21:12:46.956 | 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-03-14 21:12:46.956 | Reason for being yanked: Regression in OpenSSL. 2024-03-14 21:12:47.471 | 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-03-14 21:12:47.976 | Attempting uninstall: PyJWT 2024-03-14 21:12:47.977 | Found existing installation: PyJWT 2.3.0 2024-03-14 21:12:47.979 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:47.979 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-03-14 21:12:48.160 | Attempting uninstall: PrettyTable 2024-03-14 21:12:48.161 | Found existing installation: prettytable 2.5.0 2024-03-14 21:12:48.163 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.164 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-03-14 21:12:48.356 | Attempting uninstall: oauthlib 2024-03-14 21:12:48.358 | Found existing installation: oauthlib 3.2.0 2024-03-14 21:12:48.359 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.359 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-03-14 21:12:48.428 | Attempting uninstall: MarkupSafe 2024-03-14 21:12:48.429 | Found existing installation: MarkupSafe 2.0.1 2024-03-14 21:12:48.430 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.431 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-03-14 21:12:48.486 | Attempting uninstall: fixtures 2024-03-14 21:12:48.488 | Found existing installation: fixtures 3.0.0 2024-03-14 21:12:48.490 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.491 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-03-14 21:12:48.860 | Attempting uninstall: click 2024-03-14 21:12:48.861 | Found existing installation: click 8.0.3 2024-03-14 21:12:48.862 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.863 | Can't uninstall 'click'. No files were found to uninstall. 2024-03-14 21:12:48.931 | Attempting uninstall: bcrypt 2024-03-14 21:12:48.933 | Found existing installation: bcrypt 3.2.0 2024-03-14 21:12:48.934 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.934 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-03-14 21:12:48.955 | Attempting uninstall: attrs 2024-03-14 21:12:48.957 | Found existing installation: attrs 21.2.0 2024-03-14 21:12:48.958 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:48.959 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-03-14 21:12:50.021 | Attempting uninstall: jsonschema 2024-03-14 21:12:50.022 | Found existing installation: jsonschema 3.2.0 2024-03-14 21:12:50.024 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:50.024 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-03-14 21:12:50.084 | Attempting uninstall: Jinja2 2024-03-14 21:12:50.085 | Found existing installation: Jinja2 3.0.3 2024-03-14 21:12:50.087 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:50.087 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-03-14 21:12:50.704 | Attempting uninstall: cryptography 2024-03-14 21:12:50.705 | Found existing installation: cryptography 3.4.8 2024-03-14 21:12:50.706 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:50.707 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-03-14 21:12:51.026 | Attempting uninstall: pyOpenSSL 2024-03-14 21:12:51.027 | Found existing installation: pyOpenSSL 21.0.0 2024-03-14 21:12:51.029 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:12:51.029 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-03-14 21:12:51.815 | Running setup.py develop for keystone 2024-03-14 21:12:52.766 | 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-03-14 21:12:52.767 | 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-03-14 21:12:52.979 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:52.981 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:52.983 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:52.984 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:52.986 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:52.988 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:52.989 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:52.991 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:52.993 | + functions-common:time_stop:2442 : start_time=1710450760113 2024-03-14 21:12:52.994 | + functions-common:time_stop:2444 : [[ -z 1710450760113 ]] 2024-03-14 21:12:52.996 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:53.000 | + functions-common:time_stop:2447 : end_time=1710450772998 2024-03-14 21:12:53.001 | + functions-common:time_stop:2448 : elapsed_time=12885 2024-03-14 21:12:53.003 | + functions-common:time_stop:2449 : total=22439 2024-03-14 21:12:53.005 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:53.006 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35324 2024-03-14 21:12:53.008 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:53.014 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:12:53.016 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-03-14 21:12:53.017 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-03-14 21:12:53.036 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-03-14 21:12:53.047 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-03-14 21:12:53.049 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-03-14 21:12:53.051 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:53.054 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:53.056 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-03-14 21:12:53.060 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:53.061 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-03-14 21:12:53.075 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:53.077 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-03-14 21:12:53.079 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:12:53.081 | + stack.sh:main:925 : configure_keystone 2024-03-14 21:12:53.083 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-03-14 21:12:53.094 | + 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-03-14 21:12:53.096 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-03-14 21:12:53.099 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-03-14 21:12:53.115 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:53.117 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-03-14 21:12:53.153 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-03-14 21:12:53.187 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-03-14 21:12:53.224 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-03-14 21:12:53.254 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-03-14 21:12:53.278 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-03-14 21:12:53.303 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-03-14 21:12:53.325 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-03-14 21:12:53.348 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-03-14 21:12:53.349 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-03-14 21:12:53.351 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-03-14 21:12:53.353 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-03-14 21:12:53.355 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-03-14 21:12:53.357 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-03-14 21:12:53.368 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:53.370 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-03-14 21:12:53.372 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-03-14 21:12:53.374 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-03-14 21:12:53.387 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:53.388 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:12:53.390 | + 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-03-14 21:12:53.414 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-03-14 21:12:53.416 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-03-14 21:12:53.417 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-03-14 21:12:53.419 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-03-14 21:12:53.431 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:53.433 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-03-14 21:12:53.457 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-03-14 21:12:53.458 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-03-14 21:12:53.483 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-03-14 21:12:53.485 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-03-14 21:12:53.487 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-03-14 21:12:53.489 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-03-14 21:12:53.491 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:12:53.493 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:12:53.495 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:12:53.507 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:53.509 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:12:53.510 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-03-14 21:12:53.513 | + 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-03-14 21:12:53.537 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-03-14 21:12:53.539 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-03-14 21:12:53.541 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-03-14 21:12:53.543 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-03-14 21:12:53.545 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:12:53.558 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:12:53.560 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:12:53.562 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:12:53.564 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:12:53.566 | + 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-03-14 21:12:53.587 | + 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-03-14 21:12:53.609 | + 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-03-14 21:12:53.631 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:12:53.653 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-03-14 21:12:53.675 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-03-14 21:12:53.677 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-03-14 21:12:53.679 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-03-14 21:12:53.681 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-03-14 21:12:53.683 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-03-14 21:12:53.685 | + lib/apache:write_uwsgi_config:257 : local http= 2024-03-14 21:12:53.687 | + lib/apache:write_uwsgi_config:258 : local name= 2024-03-14 21:12:53.689 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-03-14 21:12:53.692 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-03-14 21:12:53.694 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-03-14 21:12:53.696 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-14 21:12:53.705 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-14 21:12:53.705 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:12:53.712 | d /var/run/uwsgi 0755 stack root 2024-03-14 21:12:53.714 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:12:53.722 | /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-03-14 21:12:53.725 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-03-14 21:12:53.727 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-03-14 21:12:53.730 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-03-14 21:12:53.754 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-03-14 21:12:53.776 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-03-14 21:12:53.797 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-03-14 21:12:53.819 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-03-14 21:12:53.842 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-03-14 21:12:53.863 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-03-14 21:12:53.885 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-03-14 21:12:53.907 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-03-14 21:12:53.929 | + 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-03-14 21:12:53.952 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-03-14 21:12:53.975 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-03-14 21:12:53.997 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-03-14 21:12:54.020 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-03-14 21:12:54.022 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-03-14 21:12:54.024 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-03-14 21:12:54.026 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-03-14 21:12:54.028 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-03-14 21:12:54.030 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:54.031 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:54.033 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-14 21:12:54.035 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-14 21:12:54.037 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-03-14 21:12:54.059 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-03-14 21:12:54.082 | + 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-03-14 21:12:54.083 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-14 21:12:54.089 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-03-14 21:12:54.092 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-03-14 21:12:54.094 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-03-14 21:12:54.096 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-03-14 21:12:54.098 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-03-14 21:12:54.100 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:12:54.101 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:54.103 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:54.105 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-14 21:12:54.107 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-03-14 21:12:54.108 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:12:54.110 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:12:54.112 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-03-14 21:12:54.145 | Enabling site keystone-wsgi-public. 2024-03-14 21:12:54.149 | To activate the new configuration, you need to run: 2024-03-14 21:12:54.149 | systemctl reload apache2 2024-03-14 21:12:54.152 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-03-14 21:12:54.154 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:12:54.156 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:12:54.158 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:12:54.255 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-03-14 21:12:54.280 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-03-14 21:12:54.306 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-03-14 21:12:54.330 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-03-14 21:12:54.332 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-03-14 21:12:54.356 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-03-14 21:12:54.380 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-03-14 21:12:54.403 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-03-14 21:12:54.427 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-03-14 21:12:54.429 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-03-14 21:12:54.431 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-03-14 21:12:54.453 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-03-14 21:12:54.476 | + stack.sh:main:929 : is_service_enabled swift 2024-03-14 21:12:54.488 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:54.490 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-03-14 21:12:54.503 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:54.505 | + stack.sh:main:945 : stack_install_service glance 2024-03-14 21:12:54.507 | + lib/stack:stack_install_service:20 : local service=glance 2024-03-14 21:12:54.509 | + lib/stack:stack_install_service:21 : type install_glance 2024-03-14 21:12:54.510 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:12:54.512 | + lib/stack:stack_install_service:32 : install_glance 2024-03-14 21:12:54.514 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-03-14 21:12:54.516 | + lib/glance:install_glance:511 : local glance_store_extras 2024-03-14 21:12:54.518 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-03-14 21:12:54.531 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:12:54.532 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-03-14 21:12:54.534 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-03-14 21:12:54.547 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:12:54.548 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-03-14 21:12:54.550 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-03-14 21:12:54.552 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:12:54.554 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:12:54.556 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-03-14 21:12:54.558 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:12:54.560 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-03-14 21:12:54.562 | ++ inc/python:join_extras:29 : local IFS=, 2024-03-14 21:12:54.564 | ++ inc/python:join_extras:30 : echo cinder 2024-03-14 21:12:54.566 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-03-14 21:12:54.568 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-03-14 21:12:54.570 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-03-14 21:12:54.572 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-03-14 21:12:54.574 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-03-14 21:12:54.576 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-03-14 21:12:54.578 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-03-14 21:12:54.581 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:12:54.581 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-03-14 21:12:54.585 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-03-14 21:12:54.587 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-03-14 21:12:54.589 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-03-14 21:12:54.591 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-03-14 21:12:54.593 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-03-14 21:12:54.608 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-03-14 21:12:54.610 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-03-14 21:12:55.703 | Collecting glance-store[cinder]!=0.29.0 2024-03-14 21:12:55.707 | Using cached glance_store-4.3.2-py3-none-any.whl (241 kB) 2024-03-14 21:12:55.745 | 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-03-14 21:12:55.746 | 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-03-14 21:12:55.747 | 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-03-14 21:12:55.747 | 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-03-14 21:12:55.748 | 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-03-14 21:12:55.749 | 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-03-14 21:12:55.750 | 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-03-14 21:12:55.750 | 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-03-14 21:12:55.751 | 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-03-14 21:12:55.752 | 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-03-14 21:12:55.753 | 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-03-14 21:12:55.793 | Collecting oslo.privsep>=1.23.0 2024-03-14 21:12:55.795 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-03-14 21:12:55.835 | Collecting oslo.rootwrap>=5.8.0 2024-03-14 21:12:55.838 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-03-14 21:12:55.904 | Collecting os-brick>=6.2.2 2024-03-14 21:12:55.908 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-03-14 21:12:55.954 | Collecting python-cinderclient>=4.1.0 2024-03-14 21:12:55.957 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-03-14 21:12:55.965 | 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-03-14 21:12:55.966 | 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-03-14 21:12:55.966 | 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-03-14 21:12:56.006 | 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-03-14 21:12:56.006 | 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-03-14 21:12:56.030 | 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-03-14 21:12:56.031 | 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-03-14 21:12:56.032 | 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-03-14 21:12:56.042 | 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-03-14 21:12:56.076 | Collecting os-win>=5.7.0 2024-03-14 21:12:56.079 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-03-14 21:12:56.083 | 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-03-14 21:12:56.084 | 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-03-14 21:12:56.085 | 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-03-14 21:12:56.094 | 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-03-14 21:12:56.111 | 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-03-14 21:12:56.112 | 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-03-14 21:12:56.113 | 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-03-14 21:12:56.114 | 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-03-14 21:12:56.123 | 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-03-14 21:12:56.124 | 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-03-14 21:12:56.130 | 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-03-14 21:12:56.136 | 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-03-14 21:12:56.137 | 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-03-14 21:12:56.138 | 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-03-14 21:12:56.145 | 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-03-14 21:12:56.161 | 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-03-14 21:12:56.162 | 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-03-14 21:12:56.163 | 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-03-14 21:12:56.164 | 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-03-14 21:12:56.203 | 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-03-14 21:12:56.213 | 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-03-14 21:12:56.288 | 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-03-14 21:12:56.290 | 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-03-14 21:12:56.303 | 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-03-14 21:12:56.304 | 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-03-14 21:12:56.305 | 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-03-14 21:12:56.306 | 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-03-14 21:12:56.307 | 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-03-14 21:12:56.308 | 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-03-14 21:12:56.326 | 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-03-14 21:12:56.401 | 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-03-14 21:12:56.429 | 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-03-14 21:12:56.954 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-03-14 21:12:57.713 | Successfully installed glance-store-4.3.2 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-03-14 21:12:57.713 | 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-03-14 21:12:57.820 | + inc/python:pip_install:196 : result=0 2024-03-14 21:12:57.822 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:12:57.824 | + functions-common:time_stop:2435 : local name 2024-03-14 21:12:57.826 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:12:57.827 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:12:57.829 | + functions-common:time_stop:2438 : local total 2024-03-14 21:12:57.831 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:12:57.832 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:12:57.834 | + functions-common:time_stop:2442 : start_time=1710450774604 2024-03-14 21:12:57.836 | + functions-common:time_stop:2444 : [[ -z 1710450774604 ]] 2024-03-14 21:12:57.838 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:12:57.841 | + functions-common:time_stop:2447 : end_time=1710450777839 2024-03-14 21:12:57.843 | + functions-common:time_stop:2448 : elapsed_time=3235 2024-03-14 21:12:57.845 | + functions-common:time_stop:2449 : total=35324 2024-03-14 21:12:57.847 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:12:57.848 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38559 2024-03-14 21:12:57.850 | + inc/python:pip_install:199 : return 0 2024-03-14 21:12:57.852 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-03-14 21:12:57.853 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-03-14 21:12:57.855 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-03-14 21:12:57.865 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-03-14 21:12:57.868 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-03-14 21:12:57.870 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-03-14 21:12:57.871 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-03-14 21:12:57.873 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:12:57.874 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:12:57.876 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:12:57.878 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:12:57.880 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:12:57.882 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:12:57.895 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:12:57.896 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:12:57.898 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:12:57.900 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:12:57.902 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:12:57.902 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:12:57.906 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-03-14 21:12:57.907 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:12:57.909 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-03-14 21:12:57.910 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:12:57.912 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:12:57.913 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:12:57.915 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:12:57.917 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:12:57.918 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:12:57.920 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:12:57.921 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:12:57.923 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:12:57.926 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450777924 2024-03-14 21:12:57.928 | + 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-03-14 21:12:57.930 | Cloning into '/opt/stack//glance'... 2024-03-14 21:13:00.154 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:00.156 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:00.157 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:00.159 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:00.160 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:00.162 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:00.163 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:00.165 | + functions-common:time_stop:2442 : start_time=1710450777924 2024-03-14 21:13:00.167 | + functions-common:time_stop:2444 : [[ -z 1710450777924 ]] 2024-03-14 21:13:00.168 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:00.172 | + functions-common:time_stop:2447 : end_time=1710450780170 2024-03-14 21:13:00.173 | + functions-common:time_stop:2448 : elapsed_time=2246 2024-03-14 21:13:00.175 | + functions-common:time_stop:2449 : total=10130 2024-03-14 21:13:00.176 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:00.178 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12376 2024-03-14 21:13:00.179 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-03-14 21:13:00.181 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-03-14 21:13:00.182 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:00.184 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:00.186 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:00.187 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:00.189 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:00.190 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:00.192 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:00.193 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:00.196 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:00.199 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450780197 2024-03-14 21:13:00.200 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-03-14 21:13:01.956 | From https://opendev.org/openstack/glance 2024-03-14 21:13:01.956 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:13:01.960 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:01.962 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:01.964 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:01.966 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:01.968 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:01.969 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:01.971 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:01.972 | + functions-common:time_stop:2442 : start_time=1710450780197 2024-03-14 21:13:01.974 | + functions-common:time_stop:2444 : [[ -z 1710450780197 ]] 2024-03-14 21:13:01.976 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:01.979 | + functions-common:time_stop:2447 : end_time=1710450781977 2024-03-14 21:13:01.981 | + functions-common:time_stop:2448 : elapsed_time=1780 2024-03-14 21:13:01.982 | + functions-common:time_stop:2449 : total=12376 2024-03-14 21:13:01.984 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:01.985 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14156 2024-03-14 21:13:01.987 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:13:01.989 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:01.991 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:01.992 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:01.994 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:01.995 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:01.997 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:01.998 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:02.000 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:02.002 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:02.005 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450782003 2024-03-14 21:13:02.007 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:13:02.074 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:13:02.074 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:13:02.074 | state without impacting any branches by switching back to a branch. 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:13:02.074 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | git switch -c 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | Or undo this operation with: 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | git switch - 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:13:02.074 | 2024-03-14 21:13:02.074 | HEAD is now at 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-03-14 21:13:02.077 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:02.079 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:02.080 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:02.082 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:02.084 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:02.085 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:02.087 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:02.088 | + functions-common:time_stop:2442 : start_time=1710450782003 2024-03-14 21:13:02.090 | + functions-common:time_stop:2444 : [[ -z 1710450782003 ]] 2024-03-14 21:13:02.092 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:02.095 | + functions-common:time_stop:2447 : end_time=1710450782093 2024-03-14 21:13:02.097 | + functions-common:time_stop:2448 : elapsed_time=90 2024-03-14 21:13:02.098 | + functions-common:time_stop:2449 : total=14156 2024-03-14 21:13:02.100 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:02.101 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14246 2024-03-14 21:13:02.103 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-03-14 21:13:02.113 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-03-14 21:13:02.115 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:13:02.115 | + functions-common:git_clone:696 : head -1 2024-03-14 21:13:02.117 | 285021b Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-03-14 21:13:02.119 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:13:02.121 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-03-14 21:13:02.123 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:13:02.124 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-03-14 21:13:02.126 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-03-14 21:13:02.128 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:13:02.129 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-03-14 21:13:02.131 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:13:02.133 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-03-14 21:13:02.135 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-03-14 21:13:02.136 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:13:02.138 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:13:02.140 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-03-14 21:13:02.142 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:13:02.144 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-03-14 21:13:02.145 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:13:02.147 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:13:02.149 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-03-14 21:13:02.154 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-03-14 21:13:02.155 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-03-14 21:13:02.472 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-03-14 21:13:02.474 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:13:02.476 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:13:02.478 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:13:02.479 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-03-14 21:13:02.481 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-03-14 21:13:02.483 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:13:02.485 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:13:02.486 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:13:02.488 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:13:02.490 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:13:02.492 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:13:02.493 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:13:02.495 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-03-14 21:13:02.511 | Using python 3.10 to install /opt/stack/glance 2024-03-14 21:13:02.513 | + 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-03-14 21:13:03.417 | Obtaining file:///opt/stack/glance 2024-03-14 21:13:03.418 | Preparing metadata (setup.py): started 2024-03-14 21:13:03.847 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:13:03.906 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.5.2) 2024-03-14 21:13:03.907 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:03.908 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.1) 2024-03-14 21:13:03.909 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.1) 2024-03-14 21:13:03.909 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.4.41) 2024-03-14 21:13:04.086 | Collecting WSME>=0.8.0 2024-03-14 21:13:04.088 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-03-14 21:13:04.091 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.7) 2024-03-14 21:13:04.092 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.1) 2024-03-14 21:13:04.219 | Collecting castellan>=0.17.0 2024-03-14 21:13:04.221 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-03-14 21:13:04.224 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (38.0.2) 2024-03-14 21:13:04.332 | Collecting cursive>=0.2.1 2024-03-14 21:13:04.334 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-03-14 21:13:04.336 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.0) 2024-03-14 21:13:04.336 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.7.1) 2024-03-14 21:13:04.337 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.33.1) 2024-03-14 21:13:04.338 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.4.1) 2024-03-14 21:13:04.339 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.3.2) 2024-03-14 21:13:04.364 | Collecting httplib2>=0.9.1 2024-03-14 21:13:04.366 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-03-14 21:13:04.368 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.1.0) 2024-03-14 21:13:04.368 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.16.0) 2024-03-14 21:13:04.369 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.2) 2024-03-14 21:13:04.370 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (10.2.0) 2024-03-14 21:13:04.371 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.9.0) 2024-03-14 21:13:04.371 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:04.372 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (9.1.1) 2024-03-14 21:13:04.373 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:04.374 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (12.3.2) 2024-03-14 21:13:04.374 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.0.0) 2024-03-14 21:13:04.489 | Collecting oslo.limit>=1.6.0 2024-03-14 21:13:04.491 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-03-14 21:13:04.493 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.2.0) 2024-03-14 21:13:04.493 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (14.2.4) 2024-03-14 21:13:04.494 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:04.495 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.1.1) 2024-03-14 21:13:04.619 | Collecting oslo.reports>=1.18.0 2024-03-14 21:13:04.621 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-03-14 21:13:04.624 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:04.625 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.1.0) 2024-03-14 21:13:04.625 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.3) 2024-03-14 21:13:04.626 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.11.1) 2024-03-14 21:13:04.627 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (22.1.0) 2024-03-14 21:13:04.628 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.0) 2024-03-14 21:13:04.646 | Collecting retrying!=1.3.0,>=1.2.3 2024-03-14 21:13:04.646 | Using cached retrying-1.3.3-py3-none-any.whl 2024-03-14 21:13:04.652 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.4.3) 2024-03-14 21:13:04.652 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.0.0) 2024-03-14 21:13:04.718 | Collecting taskflow>=4.0.0 2024-03-14 21:13:04.723 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-03-14 21:13:04.734 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev16) (1.2.3) 2024-03-14 21:13:04.880 | Collecting python-barbicanclient>=4.5.2 2024-03-14 21:13:04.883 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-03-14 21:13:04.886 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev16) (2.28.1) 2024-03-14 21:13:04.904 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev16) (1.15.1) 2024-03-14 21:13:04.910 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:04.917 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev16) (1.14.1) 2024-03-14 21:13:04.923 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (2.2.1) 2024-03-14 21:13:04.924 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.16.0) 2024-03-14 21:13:04.925 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.1.3) 2024-03-14 21:13:04.962 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev16) (3.0.9) 2024-03-14 21:13:04.982 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev16) (22.1.0) 2024-03-14 21:13:04.983 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev16) (0.18.1) 2024-03-14 21:13:05.007 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev16) (1.7.0) 2024-03-14 21:13:05.029 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev16) (3.3.1) 2024-03-14 21:13:05.030 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev16) (3.1.1) 2024-03-14 21:13:05.044 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev16) (0.18) 2024-03-14 21:13:05.062 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (0.8.0) 2024-03-14 21:13:05.064 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (6.0) 2024-03-14 21:13:05.064 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (1.5.0) 2024-03-14 21:13:05.088 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (2.0.1) 2024-03-14 21:13:05.089 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (0.5.0) 2024-03-14 21:13:05.090 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (0.13.0) 2024-03-14 21:13:05.157 | Collecting openstacksdk>=0.31.1 2024-03-14 21:13:05.168 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-03-14 21:13:05.202 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev16) (2.8.2) 2024-03-14 21:13:05.205 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev16) (0.9.6) 2024-03-14 21:13:05.229 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.2.4) 2024-03-14 21:13:05.230 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:05.231 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (3.1.1) 2024-03-14 21:13:05.232 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (0.6.0) 2024-03-14 21:13:05.233 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.2.0) 2024-03-14 21:13:05.242 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (4.0.0) 2024-03-14 21:13:05.244 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (3.1.2) 2024-03-14 21:13:05.245 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (3.3.0) 2024-03-14 21:13:05.430 | Collecting psutil>=3.2.2 2024-03-14 21:13:05.433 | 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-03-14 21:13:05.452 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (0.11.0) 2024-03-14 21:13:05.453 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (21.3) 2024-03-14 21:13:05.453 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (2022.4) 2024-03-14 21:13:05.482 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev16) (59.6.0) 2024-03-14 21:13:05.503 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev16) (0.2.5) 2024-03-14 21:13:05.576 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev16) (0.7) 2024-03-14 21:13:05.720 | Collecting networkx>=2.1.0 2024-03-14 21:13:05.733 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-03-14 21:13:05.776 | Collecting automaton>=1.9.0 2024-03-14 21:13:05.778 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-03-14 21:13:05.798 | Collecting pydot>=1.2.4 2024-03-14 21:13:05.799 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-03-14 21:13:05.802 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev16) (6.3.1) 2024-03-14 21:13:05.838 | Collecting simplegeneric 2024-03-14 21:13:05.838 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-03-14 21:13:05.848 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (5.0.0) 2024-03-14 21:13:05.909 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev16) (2.21) 2024-03-14 21:13:05.950 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:06.047 | Collecting requestsexceptions>=1.2.0 2024-03-14 21:13:06.049 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-03-14 21:13:06.076 | Collecting jmespath>=0.9.0 2024-03-14 21:13:06.078 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-03-14 21:13:06.079 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev16) (1.32) 2024-03-14 21:13:06.080 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev16) (1.1.8) 2024-03-14 21:13:06.099 | Collecting appdirs>=1.3.0 2024-03-14 21:13:06.101 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-03-14 21:13:06.103 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:06.147 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (0.14.1) 2024-03-14 21:13:06.158 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev16) (1.0.4) 2024-03-14 21:13:06.175 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (1.4.0) 2024-03-14 21:13:06.176 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev16) (4.0.1) 2024-03-14 21:13:06.306 | Collecting cliff!=2.9.0,>=2.8.0 2024-03-14 21:13:06.309 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-03-14 21:13:06.369 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (3.4) 2024-03-14 21:13:06.369 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (2020.6.20) 2024-03-14 21:13:06.370 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:06.371 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev16) (1.26.12) 2024-03-14 21:13:06.405 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev16) (0.5.2) 2024-03-14 21:13:06.456 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev16) (2.5.0) 2024-03-14 21:13:06.571 | Collecting autopage>=0.4.0 2024-03-14 21:13:06.573 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-03-14 21:13:06.645 | Collecting importlib-metadata>=4.4 2024-03-14 21:13:06.647 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-03-14 21:13:06.704 | Collecting cmd2>=1.0.0 2024-03-14 21:13:06.707 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-03-14 21:13:06.956 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev16) (1.8.2) 2024-03-14 21:13:07.023 | Collecting zipp>=0.5 2024-03-14 21:13:07.025 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-03-14 21:13:07.476 | 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-03-14 21:13:07.502 | Attempting uninstall: zipp 2024-03-14 21:13:07.504 | Found existing installation: zipp 1.0.0 2024-03-14 21:13:07.505 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:07.505 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-03-14 21:13:08.678 | Attempting uninstall: httplib2 2024-03-14 21:13:08.680 | Found existing installation: httplib2 0.20.2 2024-03-14 21:13:08.681 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:08.681 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-03-14 21:13:08.705 | Attempting uninstall: cmd2 2024-03-14 21:13:08.707 | Found existing installation: cmd2 0.0.0 2024-03-14 21:13:08.708 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:08.709 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-03-14 21:13:08.782 | Attempting uninstall: autopage 2024-03-14 21:13:08.783 | Found existing installation: autopage 0.4.0 2024-03-14 21:13:08.785 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:08.785 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-03-14 21:13:08.810 | Attempting uninstall: importlib-metadata 2024-03-14 21:13:08.812 | Found existing installation: importlib-metadata 4.6.4 2024-03-14 21:13:08.813 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:08.813 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-03-14 21:13:09.854 | Attempting uninstall: cliff 2024-03-14 21:13:09.855 | Found existing installation: cliff 3.10.0 2024-03-14 21:13:09.857 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:09.857 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-03-14 21:13:10.398 | Running setup.py develop for glance 2024-03-14 21:13:11.364 | 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-03-14 21:13:11.364 | 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-03-14 21:13:11.505 | + inc/python:pip_install:196 : result=0 2024-03-14 21:13:11.507 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:13:11.509 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:11.511 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:11.512 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:11.514 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:11.516 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:11.517 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:13:11.519 | + functions-common:time_stop:2442 : start_time=1710450782507 2024-03-14 21:13:11.521 | + functions-common:time_stop:2444 : [[ -z 1710450782507 ]] 2024-03-14 21:13:11.523 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:11.526 | + functions-common:time_stop:2447 : end_time=1710450791524 2024-03-14 21:13:11.528 | + functions-common:time_stop:2448 : elapsed_time=9017 2024-03-14 21:13:11.529 | + functions-common:time_stop:2449 : total=38559 2024-03-14 21:13:11.531 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:11.533 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47576 2024-03-14 21:13:11.535 | + inc/python:pip_install:199 : return 0 2024-03-14 21:13:11.537 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:13:11.538 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-03-14 21:13:11.540 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-03-14 21:13:11.554 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-03-14 21:13:11.564 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-03-14 21:13:11.565 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-03-14 21:13:11.568 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:13:11.569 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:13:11.571 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-03-14 21:13:11.573 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:13:11.575 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:13:11.577 | + stack.sh:main:946 : configure_glance 2024-03-14 21:13:11.579 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-03-14 21:13:11.588 | + lib/glance:configure_glance:326 : local dburl 2024-03-14 21:13:11.590 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-03-14 21:13:11.592 | ++ lib/database:database_connection_url:134 : local db=glance 2024-03-14 21:13:11.594 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-03-14 21:13:11.596 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-03-14 21:13:11.597 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:13:11.599 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:13:11.601 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:13:11.612 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:11.614 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:13:11.615 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-14 21:13:11.617 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-14 21:13:11.619 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-03-14 21:13:11.643 | + 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-03-14 21:13:11.666 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-03-14 21:13:11.688 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-03-14 21:13:11.709 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-03-14 21:13:11.733 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-03-14 21:13:11.757 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-03-14 21:13:11.759 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-03-14 21:13:11.761 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-03-14 21:13:11.762 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-14 21:13:11.764 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-03-14 21:13:11.787 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-03-14 21:13:11.808 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-14 21:13:11.830 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-03-14 21:13:11.852 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-03-14 21:13:11.875 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-03-14 21:13:11.896 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-03-14 21:13:11.918 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-03-14 21:13:11.940 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:13:11.962 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-03-14 21:13:11.984 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-03-14 21:13:12.009 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-03-14 21:13:12.010 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-03-14 21:13:12.012 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-03-14 21:13:12.014 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-03-14 21:13:12.016 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-03-14 21:13:12.018 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-03-14 21:13:12.030 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:12.032 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-03-14 21:13:12.034 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-03-14 21:13:12.036 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-03-14 21:13:12.048 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:12.050 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:13:12.053 | + 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-03-14 21:13:12.075 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-03-14 21:13:12.077 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-03-14 21:13:12.079 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-03-14 21:13:12.080 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-03-14 21:13:12.103 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-03-14 21:13:12.125 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-03-14 21:13:12.127 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-03-14 21:13:12.128 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-03-14 21:13:12.130 | + lib/glance:configure_glance_store:254 : local be 2024-03-14 21:13:12.132 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-03-14 21:13:12.134 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-03-14 21:13:12.136 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-03-14 21:13:12.160 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-03-14 21:13:12.162 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-03-14 21:13:12.186 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-03-14 21:13:12.188 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-03-14 21:13:12.200 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:12.201 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-03-14 21:13:12.224 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-03-14 21:13:12.236 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:12.238 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-03-14 21:13:12.239 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-03-14 21:13:12.241 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-03-14 21:13:12.243 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:13:12.255 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:13:12.257 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:13:12.259 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:13:12.261 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:13:12.262 | + 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-03-14 21:13:12.284 | + 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-03-14 21:13:12.306 | + 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-03-14 21:13:12.329 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:13:12.352 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-03-14 21:13:12.355 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-03-14 21:13:12.379 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-03-14 21:13:12.401 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-03-14 21:13:12.423 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-03-14 21:13:12.446 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-03-14 21:13:12.468 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-03-14 21:13:12.490 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-03-14 21:13:12.513 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-03-14 21:13:12.538 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-03-14 21:13:12.563 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-03-14 21:13:12.588 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-03-14 21:13:12.613 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-03-14 21:13:12.616 | + 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-03-14 21:13:12.621 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-03-14 21:13:12.633 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:12.635 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-03-14 21:13:12.637 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-03-14 21:13:12.639 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-03-14 21:13:12.641 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-03-14 21:13:12.643 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-03-14 21:13:12.646 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-03-14 21:13:12.649 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-03-14 21:13:12.651 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-03-14 21:13:12.654 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-03-14 21:13:12.679 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-03-14 21:13:12.681 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-03-14 21:13:12.683 | ++ functions:get_random_port:848 : true 2024-03-14 21:13:12.685 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-03-14 21:13:12.686 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-03-14 21:13:12.688 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-03-14 21:13:12.756 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-03-14 21:13:12.758 | ++ functions:get_random_port:852 : break 2 2024-03-14 21:13:12.759 | ++ functions:get_random_port:856 : echo 60999 2024-03-14 21:13:12.762 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-03-14 21:13:12.764 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-03-14 21:13:12.786 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-03-14 21:13:12.808 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-03-14 21:13:12.830 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-03-14 21:13:12.853 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-03-14 21:13:12.874 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-03-14 21:13:12.897 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-03-14 21:13:12.919 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-03-14 21:13:12.941 | + 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-03-14 21:13:12.964 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-14 21:13:12.986 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-03-14 21:13:13.008 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-14 21:13:13.030 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-03-14 21:13:13.053 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-03-14 21:13:13.075 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-03-14 21:13:13.098 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-03-14 21:13:13.120 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-03-14 21:13:13.142 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-03-14 21:13:13.164 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-03-14 21:13:13.186 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-03-14 21:13:13.188 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-03-14 21:13:13.189 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:13:13.191 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:13.193 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:13.195 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-03-14 21:13:13.197 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-03-14 21:13:13.225 | proxy (enabled by site administrator) 2024-03-14 21:13:13.227 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-03-14 21:13:13.229 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-03-14 21:13:13.231 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:13:13.233 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:13.235 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:13.236 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-03-14 21:13:13.238 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-03-14 21:13:13.265 | No module matches proxy_http 2024-03-14 21:13:13.268 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-03-14 21:13:13.299 | Considering dependency proxy for proxy_http: 2024-03-14 21:13:13.299 | Module proxy already enabled 2024-03-14 21:13:13.299 | Enabling module proxy_http. 2024-03-14 21:13:13.302 | To activate the new configuration, you need to run: 2024-03-14 21:13:13.302 | systemctl restart apache2 2024-03-14 21:13:13.305 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-03-14 21:13:13.307 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:13:13.309 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:13:13.311 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:13:13.432 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-03-14 21:13:13.434 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-03-14 21:13:13.436 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-03-14 21:13:13.438 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-03-14 21:13:13.440 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:13.442 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:13.443 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-14 21:13:13.446 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-14 21:13:13.448 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-03-14 21:13:13.448 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-14 21:13:13.455 | KeepAlive Off 2024-03-14 21:13:13.458 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-03-14 21:13:13.458 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-14 21:13:13.465 | SetEnv proxy-sendchunked 1 2024-03-14 21:13:13.469 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-03-14 21:13:13.469 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-14 21:13:13.476 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-03-14 21:13:13.478 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-03-14 21:13:13.480 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-03-14 21:13:13.482 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-03-14 21:13:13.484 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-03-14 21:13:13.486 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:13:13.488 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:13.489 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:13.491 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-14 21:13:13.493 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-03-14 21:13:13.495 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:13.497 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:13.499 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-03-14 21:13:13.531 | Enabling site glance-wsgi-api. 2024-03-14 21:13:13.535 | To activate the new configuration, you need to run: 2024-03-14 21:13:13.535 | systemctl reload apache2 2024-03-14 21:13:13.538 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-03-14 21:13:13.540 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:13:13.542 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:13:13.543 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:13:13.646 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-03-14 21:13:13.647 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-03-14 21:13:13.671 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-03-14 21:13:13.673 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-03-14 21:13:13.675 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-03-14 21:13:13.700 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-03-14 21:13:13.723 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-03-14 21:13:13.749 | + stack.sh:main:949 : is_service_enabled cinder 2024-03-14 21:13:13.763 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:13.765 | + stack.sh:main:951 : stack_install_service cinder 2024-03-14 21:13:13.767 | + lib/stack:stack_install_service:20 : local service=cinder 2024-03-14 21:13:13.769 | + lib/stack:stack_install_service:21 : type install_cinder 2024-03-14 21:13:13.771 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:13:13.773 | + lib/stack:stack_install_service:32 : install_cinder 2024-03-14 21:13:13.775 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-03-14 21:13:13.777 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-03-14 21:13:13.779 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-03-14 21:13:13.781 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:13:13.783 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:13:13.785 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:13:13.788 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:13:13.789 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:13:13.792 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:13:13.804 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:13:13.806 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:13:13.807 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:13:13.809 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:13.811 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:13:13.812 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:13:13.815 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-03-14 21:13:13.817 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:13.819 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-03-14 21:13:13.821 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:13.823 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:13.824 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:13.826 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:13.828 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:13.830 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:13.832 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:13.834 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:13.836 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:13.839 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450793837 2024-03-14 21:13:13.840 | + 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-03-14 21:13:13.843 | Cloning into '/opt/stack//cinder'... 2024-03-14 21:13:17.031 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:17.034 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:17.036 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:17.038 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:17.040 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:17.041 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:17.043 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:17.045 | + functions-common:time_stop:2442 : start_time=1710450793837 2024-03-14 21:13:17.047 | + functions-common:time_stop:2444 : [[ -z 1710450793837 ]] 2024-03-14 21:13:17.049 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:17.052 | + functions-common:time_stop:2447 : end_time=1710450797050 2024-03-14 21:13:17.053 | + functions-common:time_stop:2448 : elapsed_time=3213 2024-03-14 21:13:17.055 | + functions-common:time_stop:2449 : total=14246 2024-03-14 21:13:17.057 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:17.059 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17459 2024-03-14 21:13:17.061 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-03-14 21:13:17.062 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-03-14 21:13:17.064 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:17.066 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:17.068 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:17.069 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:17.071 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:17.073 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:17.074 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:17.076 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:17.079 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:17.081 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450797079 2024-03-14 21:13:17.083 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-03-14 21:13:19.795 | From https://opendev.org/openstack/cinder 2024-03-14 21:13:19.796 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:13:19.800 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:19.802 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:19.804 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:19.805 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:19.807 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:19.808 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:19.810 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:19.811 | + functions-common:time_stop:2442 : start_time=1710450797079 2024-03-14 21:13:19.813 | + functions-common:time_stop:2444 : [[ -z 1710450797079 ]] 2024-03-14 21:13:19.815 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:19.818 | + functions-common:time_stop:2447 : end_time=1710450799816 2024-03-14 21:13:19.819 | + functions-common:time_stop:2448 : elapsed_time=2737 2024-03-14 21:13:19.821 | + functions-common:time_stop:2449 : total=17459 2024-03-14 21:13:19.822 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:19.824 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20196 2024-03-14 21:13:19.826 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:13:19.827 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:19.829 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:19.831 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:19.832 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:19.834 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:19.835 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:19.837 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:19.839 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:19.841 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:19.844 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450799842 2024-03-14 21:13:19.845 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:13:20.078 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:13:20.078 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:13:20.078 | state without impacting any branches by switching back to a branch. 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:13:20.078 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | git switch -c 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | Or undo this operation with: 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | git switch - 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:13:20.078 | 2024-03-14 21:13:20.078 | HEAD is now at 8d7e292 Skip sparse copy during volume reimage 2024-03-14 21:13:20.082 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:20.084 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:20.086 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:20.088 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:20.089 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:20.091 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:20.092 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:20.094 | + functions-common:time_stop:2442 : start_time=1710450799842 2024-03-14 21:13:20.095 | + functions-common:time_stop:2444 : [[ -z 1710450799842 ]] 2024-03-14 21:13:20.097 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:20.100 | + functions-common:time_stop:2447 : end_time=1710450800098 2024-03-14 21:13:20.102 | + functions-common:time_stop:2448 : elapsed_time=256 2024-03-14 21:13:20.104 | + functions-common:time_stop:2449 : total=20196 2024-03-14 21:13:20.105 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:20.107 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20452 2024-03-14 21:13:20.108 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-03-14 21:13:20.119 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-03-14 21:13:20.121 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:13:20.121 | + functions-common:git_clone:696 : head -1 2024-03-14 21:13:20.126 | 8d7e292 Skip sparse copy during volume reimage 2024-03-14 21:13:20.128 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:13:20.130 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-03-14 21:13:20.131 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:13:20.133 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-03-14 21:13:20.135 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-03-14 21:13:20.136 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:13:20.138 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-03-14 21:13:20.140 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:13:20.141 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-03-14 21:13:20.143 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-03-14 21:13:20.145 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:13:20.146 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:13:20.148 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-03-14 21:13:20.150 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:13:20.152 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-03-14 21:13:20.154 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:13:20.156 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:13:20.158 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-03-14 21:13:20.161 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-03-14 21:13:20.164 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-03-14 21:13:20.472 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-03-14 21:13:20.474 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:13:20.475 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:13:20.477 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:13:20.479 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-03-14 21:13:20.481 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-03-14 21:13:20.482 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:13:20.484 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:13:20.486 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:13:20.487 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:13:20.489 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:13:20.491 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:13:20.492 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:13:20.494 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-03-14 21:13:20.509 | Using python 3.10 to install /opt/stack/cinder 2024-03-14 21:13:20.511 | + 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-03-14 21:13:21.434 | Obtaining file:///opt/stack/cinder 2024-03-14 21:13:21.434 | Preparing metadata (setup.py): started 2024-03-14 21:13:22.031 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:13:22.119 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.5.2) 2024-03-14 21:13:22.120 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.1.1) 2024-03-14 21:13:22.121 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.5.1) 2024-03-14 21:13:22.122 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.4.41) 2024-03-14 21:13:22.122 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.8.7) 2024-03-14 21:13:22.808 | Collecting boto3>=1.18.49 2024-03-14 21:13:22.811 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-03-14 21:13:22.815 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.1.0) 2024-03-14 21:13:22.816 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (38.0.2) 2024-03-14 21:13:22.816 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.2.3) 2024-03-14 21:13:22.817 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-03-14 21:13:22.818 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.33.1) 2024-03-14 21:13:22.927 | Collecting google-api-python-client>=1.11.0 2024-03-14 21:13:22.982 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-03-14 21:13:23.031 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.1.3) 2024-03-14 21:13:23.032 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.20.4) 2024-03-14 21:13:23.033 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.0.0) 2024-03-14 21:13:23.034 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (1.1.0) 2024-03-14 21:13:23.034 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.16.0) 2024-03-14 21:13:23.035 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.2) 2024-03-14 21:13:23.036 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (10.2.0) 2024-03-14 21:13:23.365 | Collecting lxml>=4.5.2 2024-03-14 21:13:23.399 | 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-03-14 21:13:23.469 | Collecting oauth2client>=4.1.3 2024-03-14 21:13:23.472 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-03-14 21:13:23.474 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.2.3) 2024-03-14 21:13:23.475 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.9.0) 2024-03-14 21:13:23.476 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-03-14 21:13:23.477 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (9.1.1) 2024-03-14 21:13:23.478 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-03-14 21:13:23.478 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (12.3.2) 2024-03-14 21:13:23.479 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.0.0) 2024-03-14 21:13:23.480 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.2.0) 2024-03-14 21:13:23.481 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (14.2.4) 2024-03-14 21:13:23.482 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-03-14 21:13:23.482 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (4.1.1) 2024-03-14 21:13:23.483 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.1.0) 2024-03-14 21:13:23.484 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.0.0) 2024-03-14 21:13:23.485 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (7.0.1) 2024-03-14 21:13:23.485 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.1) 2024-03-14 21:13:23.486 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.1.1) 2024-03-14 21:13:23.487 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.1.1) 2024-03-14 21:13:23.488 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.1.0) 2024-03-14 21:13:23.529 | Collecting oslo.versionedobjects>=2.4.0 2024-03-14 21:13:23.531 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-03-14 21:13:23.671 | Collecting oslo.vmware>=3.10.0 2024-03-14 21:13:23.676 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-03-14 21:13:23.680 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.4.3) 2024-03-14 21:13:23.681 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (21.3) 2024-03-14 21:13:23.730 | Collecting paramiko>=2.7.2 2024-03-14 21:13:23.733 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-03-14 21:13:23.736 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.11.1) 2024-03-14 21:13:23.736 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.9.2) 2024-03-14 21:13:23.737 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (3.0.9) 2024-03-14 21:13:23.738 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.5.0) 2024-03-14 21:13:23.866 | Collecting python-glanceclient>=3.2.2 2024-03-14 21:13:23.869 | Using cached python_glanceclient-4.3.0-py3-none-any.whl (205 kB) 2024-03-14 21:13:23.873 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.0) 2024-03-14 21:13:23.917 | Collecting python-novaclient>=17.2.1 2024-03-14 21:13:23.920 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-03-14 21:13:23.955 | Collecting python-swiftclient>=3.10.1 2024-03-14 21:13:23.957 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-03-14 21:13:23.959 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2022.4) 2024-03-14 21:13:23.960 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (2.28.1) 2024-03-14 21:13:23.979 | Collecting rtslib-fb>=2.1.74 2024-03-14 21:13:23.980 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-03-14 21:13:23.989 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev23) (1.16.0) 2024-03-14 21:13:23.990 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (0.13.0) 2024-03-14 21:13:23.991 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.0.0) 2024-03-14 21:13:24.019 | Collecting tabulate>=0.8.7 2024-03-14 21:13:24.023 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-03-14 21:13:24.025 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (5.1.0) 2024-03-14 21:13:24.026 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev23) (6.3.1) 2024-03-14 21:13:24.086 | Collecting tooz>=2.8.0 2024-03-14 21:13:24.099 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-03-14 21:13:24.207 | Collecting zstd>=1.4.5.1 2024-03-14 21:13:24.218 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-03-14 21:13:24.890 | Collecting botocore<1.28.0,>=1.27.89 2024-03-14 21:13:24.954 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-03-14 21:13:25.032 | Collecting s3transfer<0.7.0,>=0.6.0 2024-03-14 21:13:25.034 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-03-14 21:13:25.037 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2024-03-14 21:13:25.063 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2024-03-14 21:13:25.076 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.2.1) 2024-03-14 21:13:25.105 | Collecting google-auth-httplib2>=0.1.0 2024-03-14 21:13:25.107 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-03-14 21:13:25.127 | Collecting uritemplate<5,>=3.0.1 2024-03-14 21:13:25.129 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-03-14 21:13:25.219 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-03-14 21:13:25.222 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-03-14 21:13:25.343 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-03-14 21:13:25.346 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-03-14 21:13:25.376 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.8.1) 2024-03-14 21:13:25.395 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.18.1) 2024-03-14 21:13:25.396 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (22.1.0) 2024-03-14 21:13:25.421 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2024-03-14 21:13:25.444 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.3.1) 2024-03-14 21:13:25.445 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2024-03-14 21:13:25.494 | Collecting pyasn1-modules>=0.0.5 2024-03-14 21:13:25.496 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-03-14 21:13:25.499 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev23) (0.4.8) 2024-03-14 21:13:25.525 | Collecting rsa>=3.1.4 2024-03-14 21:13:25.527 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-03-14 21:13:25.553 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2024-03-14 21:13:25.571 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (1.5.0) 2024-03-14 21:13:25.572 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2024-03-14 21:13:25.573 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2024-03-14 21:13:25.573 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2024-03-14 21:13:25.598 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2024-03-14 21:13:25.599 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2024-03-14 21:13:25.600 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.8.1) 2024-03-14 21:13:25.624 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2024-03-14 21:13:25.625 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2024-03-14 21:13:25.650 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2024-03-14 21:13:25.651 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2024-03-14 21:13:25.652 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.6.0) 2024-03-14 21:13:25.654 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2024-03-14 21:13:25.655 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.0) 2024-03-14 21:13:25.664 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2024-03-14 21:13:25.665 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.0) 2024-03-14 21:13:25.667 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.3.0) 2024-03-14 21:13:25.685 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.4) 2024-03-14 21:13:25.716 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2024-03-14 21:13:25.718 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2024-03-14 21:13:25.726 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.4.1) 2024-03-14 21:13:25.736 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2024-03-14 21:13:25.782 | Collecting suds-community>=0.6 2024-03-14 21:13:25.784 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-03-14 21:13:25.788 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.12) 2024-03-14 21:13:25.936 | Collecting pynacl>=1.0.1 2024-03-14 21:13:25.942 | 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-03-14 21:13:25.957 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (59.6.0) 2024-03-14 21:13:26.005 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.2.0) 2024-03-14 21:13:26.019 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (22.1.0) 2024-03-14 21:13:26.127 | Collecting warlock>=1.2.0 2024-03-14 21:13:26.129 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-03-14 21:13:26.132 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.14.1) 2024-03-14 21:13:26.197 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2020.6.20) 2024-03-14 21:13:26.198 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2024-03-14 21:13:26.198 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2.1.1) 2024-03-14 21:13:26.211 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2024-03-14 21:13:26.242 | Collecting pyudev>=0.16.1 2024-03-14 21:13:26.244 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-03-14 21:13:26.333 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev23) (0.5.2) 2024-03-14 21:13:26.334 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev23) (0.4.3) 2024-03-14 21:13:26.385 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (2.8.7) 2024-03-14 21:13:26.387 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2024-03-14 21:13:26.388 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1.0) 2024-03-14 21:13:26.461 | Collecting voluptuous>=0.8.9 2024-03-14 21:13:26.463 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-03-14 21:13:26.504 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.3) 2024-03-14 21:13:26.515 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2024-03-14 21:13:26.617 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2024-03-14 21:13:26.643 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.2) 2024-03-14 21:13:26.644 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2024-03-14 21:13:26.782 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-03-14 21:13:26.785 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-03-14 21:13:26.789 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.21.7) 2024-03-14 21:13:26.856 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.1) 2024-03-14 21:13:27.002 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2024-03-14 21:13:27.020 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.14.1) 2024-03-14 21:13:27.037 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.5) 2024-03-14 21:13:27.560 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.5.0) 2024-03-14 21:13:27.633 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2024-03-14 21:13:27.751 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2024-03-14 21:13:28.352 | 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-03-14 21:13:28.397 | Attempting uninstall: voluptuous 2024-03-14 21:13:28.399 | Found existing installation: voluptuous 0.12.2 2024-03-14 21:13:28.400 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:28.401 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-03-14 21:13:28.555 | Attempting uninstall: pyudev 2024-03-14 21:13:28.557 | Found existing installation: pyudev 0.22.0 2024-03-14 21:13:28.558 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:28.558 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-03-14 21:13:31.112 | Running setup.py develop for cinder 2024-03-14 21:13:32.009 | 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.0 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-03-14 21:13:32.010 | 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-03-14 21:13:32.228 | + inc/python:pip_install:196 : result=0 2024-03-14 21:13:32.230 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:13:32.232 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:32.233 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:32.235 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:32.237 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:32.238 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:32.240 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:13:32.241 | + functions-common:time_stop:2442 : start_time=1710450800505 2024-03-14 21:13:32.243 | + functions-common:time_stop:2444 : [[ -z 1710450800505 ]] 2024-03-14 21:13:32.245 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:32.249 | + functions-common:time_stop:2447 : end_time=1710450812246 2024-03-14 21:13:32.250 | + functions-common:time_stop:2448 : elapsed_time=11741 2024-03-14 21:13:32.252 | + functions-common:time_stop:2449 : total=47576 2024-03-14 21:13:32.253 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:32.255 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59317 2024-03-14 21:13:32.257 | + inc/python:pip_install:199 : return 0 2024-03-14 21:13:32.259 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:13:32.260 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-03-14 21:13:32.262 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-03-14 21:13:32.275 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-03-14 21:13:32.284 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-03-14 21:13:32.285 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-03-14 21:13:32.287 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:13:32.289 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:13:32.290 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-03-14 21:13:32.292 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:13:32.294 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-03-14 21:13:32.296 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-03-14 21:13:32.297 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-03-14 21:13:32.299 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:32.301 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:32.302 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-03-14 21:13:32.311 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-03-14 21:13:32.313 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:13:32.314 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:13:32.316 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:13:32.318 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:13:32.320 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:32.321 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:13:32.323 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:32.325 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:32.326 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:13:32.328 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:13:32.330 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:13:32.332 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:13:32.333 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-03-14 21:13:32.335 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:13:32.337 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:32.338 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:32.340 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-03-14 21:13:32.356 | + 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-03-14 21:13:32.410 | Reading package lists... 2024-03-14 21:13:32.588 | Building dependency tree... 2024-03-14 21:13:32.589 | Reading state information... 2024-03-14 21:13:32.767 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-03-14 21:13:32.767 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:13:32.771 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:13:32.773 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:13:32.775 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:32.777 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:32.779 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:32.781 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:32.782 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:32.784 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:13:32.786 | + functions-common:time_stop:2442 : start_time=1710450812353 2024-03-14 21:13:32.788 | + functions-common:time_stop:2444 : [[ -z 1710450812353 ]] 2024-03-14 21:13:32.790 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:32.793 | + functions-common:time_stop:2447 : end_time=1710450812791 2024-03-14 21:13:32.795 | + functions-common:time_stop:2448 : elapsed_time=438 2024-03-14 21:13:32.797 | + functions-common:time_stop:2449 : total=7819 2024-03-14 21:13:32.798 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:32.800 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8257 2024-03-14 21:13:32.802 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:13:32.804 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:13:32.805 | + stack.sh:main:952 : configure_cinder 2024-03-14 21:13:32.807 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-03-14 21:13:32.817 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-03-14 21:13:32.819 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-03-14 21:13:32.821 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-03-14 21:13:32.822 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-03-14 21:13:32.825 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-03-14 21:13:32.825 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-03-14 21:13:32.828 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-03-14 21:13:32.829 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-03-14 21:13:32.831 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-03-14 21:13:32.833 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-03-14 21:13:32.834 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-03-14 21:13:32.836 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-03-14 21:13:32.837 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-03-14 21:13:32.839 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-03-14 21:13:32.847 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-03-14 21:13:32.857 | + 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-03-14 21:13:32.865 | + 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-03-14 21:13:32.874 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-03-14 21:13:32.884 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-03-14 21:13:32.885 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-03-14 21:13:32.889 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.eBkHhSKbFP 2024-03-14 21:13:32.890 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-03-14 21:13:32.892 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-03-14 21:13:32.894 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-03-14 21:13:32.896 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.eBkHhSKbFP 2024-03-14 21:13:32.899 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.eBkHhSKbFP 2024-03-14 21:13:32.907 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.eBkHhSKbFP /etc/sudoers.d/cinder-rootwrap 2024-03-14 21:13:32.916 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-03-14 21:13:32.919 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-03-14 21:13:32.921 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-03-14 21:13:32.922 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-03-14 21:13:32.924 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-03-14 21:13:32.925 | + 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-03-14 21:13:32.927 | + 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-03-14 21:13:32.929 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-03-14 21:13:32.930 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-03-14 21:13:32.933 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-03-14 21:13:32.936 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-03-14 21:13:32.950 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-03-14 21:13:32.963 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-03-14 21:13:32.977 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-03-14 21:13:32.990 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-03-14 21:13:33.004 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-03-14 21:13:33.017 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-03-14 21:13:33.030 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-03-14 21:13:33.043 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-03-14 21:13:33.044 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-03-14 21:13:33.046 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-03-14 21:13:33.048 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-14 21:13:33.049 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-03-14 21:13:33.072 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-03-14 21:13:33.094 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-14 21:13:33.116 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-03-14 21:13:33.139 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-03-14 21:13:33.161 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-03-14 21:13:33.183 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-03-14 21:13:33.205 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-03-14 21:13:33.227 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:13:33.249 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-03-14 21:13:33.272 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-03-14 21:13:33.296 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-03-14 21:13:33.318 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-03-14 21:13:33.320 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-03-14 21:13:33.322 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-03-14 21:13:33.324 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-03-14 21:13:33.326 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:13:33.328 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:13:33.329 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:13:33.342 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:33.344 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:13:33.346 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-03-14 21:13:33.348 | + 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-03-14 21:13:33.373 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-03-14 21:13:33.395 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-03-14 21:13:33.417 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-03-14 21:13:33.440 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-03-14 21:13:33.462 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-03-14 21:13:33.485 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-03-14 21:13:33.509 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-03-14 21:13:33.532 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-03-14 21:13:33.556 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-03-14 21:13:33.569 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 2cce7797f947e3195e8b333ad95ab67c 2024-03-14 21:13:33.592 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-03-14 21:13:33.594 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-03-14 21:13:33.617 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-03-14 21:13:33.640 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-03-14 21:13:33.661 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-03-14 21:13:33.685 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-03-14 21:13:33.697 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:33.699 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-03-14 21:13:33.701 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-03-14 21:13:33.702 | + lib/cinder:configure_cinder:330 : local default_name= 2024-03-14 21:13:33.704 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-03-14 21:13:33.706 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-14 21:13:33.708 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-03-14 21:13:33.709 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-03-14 21:13:33.711 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-03-14 21:13:33.713 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-03-14 21:13:33.715 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-03-14 21:13:33.717 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-03-14 21:13:33.741 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-03-14 21:13:33.763 | + 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-03-14 21:13:33.785 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-03-14 21:13:33.807 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-03-14 21:13:33.830 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-03-14 21:13:33.832 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-03-14 21:13:33.833 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-03-14 21:13:33.836 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-03-14 21:13:33.858 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-03-14 21:13:33.860 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-03-14 21:13:33.881 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-03-14 21:13:33.883 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-03-14 21:13:33.885 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-03-14 21:13:33.887 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-03-14 21:13:33.909 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-03-14 21:13:33.911 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-03-14 21:13:33.913 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-03-14 21:13:33.925 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:33.926 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-03-14 21:13:33.939 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:33.940 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-03-14 21:13:33.953 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:33.955 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-03-14 21:13:33.956 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-03-14 21:13:33.958 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-03-14 21:13:33.960 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-03-14 21:13:33.962 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-03-14 21:13:33.964 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-03-14 21:13:33.965 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-03-14 21:13:33.978 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:33.980 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-03-14 21:13:33.982 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-03-14 21:13:33.984 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-03-14 21:13:33.996 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:33.998 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:13:34.000 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:13:34.023 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-03-14 21:13:34.025 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-03-14 21:13:34.027 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-03-14 21:13:34.028 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-03-14 21:13:34.030 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-03-14 21:13:34.032 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:13:34.045 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:13:34.047 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:13:34.048 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:13:34.050 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:13:34.052 | + 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-03-14 21:13:34.074 | + 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-03-14 21:13:34.098 | + 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-03-14 21:13:34.121 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:13:34.144 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-03-14 21:13:34.156 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:34.158 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-03-14 21:13:34.160 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-03-14 21:13:34.161 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-03-14 21:13:34.163 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-03-14 21:13:34.165 | + lib/apache:write_uwsgi_config:257 : local http= 2024-03-14 21:13:34.167 | + lib/apache:write_uwsgi_config:258 : local name= 2024-03-14 21:13:34.169 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-03-14 21:13:34.172 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-03-14 21:13:34.173 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-03-14 21:13:34.176 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-14 21:13:34.185 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-14 21:13:34.185 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:13:34.191 | d /var/run/uwsgi 0755 stack root 2024-03-14 21:13:34.194 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:13:34.202 | /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-03-14 21:13:34.205 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-03-14 21:13:34.207 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-03-14 21:13:34.209 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-03-14 21:13:34.233 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-03-14 21:13:34.255 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-03-14 21:13:34.277 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-03-14 21:13:34.298 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-03-14 21:13:34.320 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-14 21:13:34.341 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-03-14 21:13:34.364 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-03-14 21:13:34.386 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-03-14 21:13:34.409 | + 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-03-14 21:13:34.431 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-03-14 21:13:34.453 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-14 21:13:34.475 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-03-14 21:13:34.506 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-03-14 21:13:34.508 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-03-14 21:13:34.510 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-03-14 21:13:34.512 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-03-14 21:13:34.514 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-03-14 21:13:34.516 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:34.518 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:34.520 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-03-14 21:13:34.522 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-03-14 21:13:34.524 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-03-14 21:13:34.546 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-03-14 21:13:34.568 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-03-14 21:13:34.568 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-03-14 21:13:34.575 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-03-14 21:13:34.578 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-03-14 21:13:34.580 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-03-14 21:13:34.581 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-03-14 21:13:34.583 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-03-14 21:13:34.585 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:13:34.587 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:34.589 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:34.590 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-14 21:13:34.592 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-03-14 21:13:34.594 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:13:34.596 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:13:34.597 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-03-14 21:13:34.628 | Enabling site cinder-wsgi. 2024-03-14 21:13:34.631 | To activate the new configuration, you need to run: 2024-03-14 21:13:34.631 | systemctl reload apache2 2024-03-14 21:13:34.635 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-03-14 21:13:34.637 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:13:34.638 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:13:34.640 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:13:34.739 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-03-14 21:13:34.741 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-03-14 21:13:34.743 | + 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-03-14 21:13:34.765 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-03-14 21:13:34.789 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-03-14 21:13:34.812 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-03-14 21:13:34.835 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-03-14 21:13:34.858 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-03-14 21:13:34.881 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-03-14 21:13:34.892 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:34.894 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-03-14 21:13:34.896 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-03-14 21:13:34.898 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-14 21:13:34.900 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-03-14 21:13:34.901 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-03-14 21:13:34.925 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-03-14 21:13:34.948 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-03-14 21:13:34.970 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-03-14 21:13:34.992 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-03-14 21:13:35.014 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-03-14 21:13:35.037 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-03-14 21:13:35.060 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-03-14 21:13:35.082 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:13:35.105 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-03-14 21:13:35.128 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-03-14 21:13:35.150 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-03-14 21:13:35.174 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-03-14 21:13:35.175 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-03-14 21:13:35.188 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:35.189 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-03-14 21:13:35.214 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-03-14 21:13:35.216 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-03-14 21:13:35.218 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-03-14 21:13:35.242 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-03-14 21:13:35.265 | + stack.sh:main:955 : is_service_enabled neutron 2024-03-14 21:13:35.278 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:35.280 | + stack.sh:main:957 : stack_install_service neutron 2024-03-14 21:13:35.282 | + lib/stack:stack_install_service:20 : local service=neutron 2024-03-14 21:13:35.284 | + lib/stack:stack_install_service:21 : type install_neutron 2024-03-14 21:13:35.285 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:13:35.287 | + lib/stack:stack_install_service:32 : install_neutron 2024-03-14 21:13:35.289 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-03-14 21:13:35.291 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-03-14 21:13:35.293 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:13:35.295 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:13:35.297 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-03-14 21:13:35.299 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:13:35.301 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-03-14 21:13:35.302 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-03-14 21:13:35.304 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-03-14 21:13:35.305 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:13:35.307 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:13:35.310 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:13:35.312 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:13:35.314 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:13:35.316 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:13:35.328 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:13:35.330 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:13:35.332 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:13:35.334 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:35.336 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:13:35.336 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:13:35.340 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-03-14 21:13:35.342 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:35.344 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-03-14 21:13:35.346 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:35.347 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:35.349 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:35.351 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:35.353 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:35.355 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:35.356 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:35.358 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:35.360 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:35.363 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450815361 2024-03-14 21:13:35.365 | + 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-03-14 21:13:35.367 | Cloning into '/opt/stack//neutron'... 2024-03-14 21:13:39.219 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:39.221 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:39.223 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:39.225 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:39.227 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:39.229 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:39.231 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:39.232 | + functions-common:time_stop:2442 : start_time=1710450815361 2024-03-14 21:13:39.234 | + functions-common:time_stop:2444 : [[ -z 1710450815361 ]] 2024-03-14 21:13:39.237 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:39.239 | + functions-common:time_stop:2447 : end_time=1710450819238 2024-03-14 21:13:39.241 | + functions-common:time_stop:2448 : elapsed_time=3877 2024-03-14 21:13:39.243 | + functions-common:time_stop:2449 : total=20452 2024-03-14 21:13:39.245 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:39.247 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24329 2024-03-14 21:13:39.249 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-03-14 21:13:39.251 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-03-14 21:13:39.252 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:39.254 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:39.256 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:39.258 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:39.260 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:39.262 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:39.264 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:39.266 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:39.268 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:39.271 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450819269 2024-03-14 21:13:39.273 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-03-14 21:13:42.065 | From https://opendev.org/openstack/neutron 2024-03-14 21:13:42.066 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:13:42.070 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:42.072 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:42.074 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:42.076 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:42.078 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:42.080 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:42.082 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:42.084 | + functions-common:time_stop:2442 : start_time=1710450819269 2024-03-14 21:13:42.085 | + functions-common:time_stop:2444 : [[ -z 1710450819269 ]] 2024-03-14 21:13:42.087 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:42.091 | + functions-common:time_stop:2447 : end_time=1710450822089 2024-03-14 21:13:42.093 | + functions-common:time_stop:2448 : elapsed_time=2820 2024-03-14 21:13:42.095 | + functions-common:time_stop:2449 : total=24329 2024-03-14 21:13:42.096 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:42.098 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27149 2024-03-14 21:13:42.100 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:13:42.102 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:42.104 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:42.105 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:42.107 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:42.109 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:42.111 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:42.113 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:42.115 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:42.117 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:42.120 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450822118 2024-03-14 21:13:42.122 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:13:42.372 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:13:42.372 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:13:42.372 | state without impacting any branches by switching back to a branch. 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:13:42.372 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | git switch -c 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | Or undo this operation with: 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | git switch - 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:13:42.372 | 2024-03-14 21:13:42.372 | HEAD is now at a8bf8cd Fix TestOVNMechanismDriver ipv6 tests 2024-03-14 21:13:42.377 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:42.379 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:42.381 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:42.382 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:42.384 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:42.386 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:42.388 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:42.389 | + functions-common:time_stop:2442 : start_time=1710450822118 2024-03-14 21:13:42.391 | + functions-common:time_stop:2444 : [[ -z 1710450822118 ]] 2024-03-14 21:13:42.394 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:42.397 | + functions-common:time_stop:2447 : end_time=1710450822395 2024-03-14 21:13:42.399 | + functions-common:time_stop:2448 : elapsed_time=277 2024-03-14 21:13:42.401 | + functions-common:time_stop:2449 : total=27149 2024-03-14 21:13:42.402 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:42.404 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27426 2024-03-14 21:13:42.406 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-03-14 21:13:42.417 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-03-14 21:13:42.419 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:13:42.420 | + functions-common:git_clone:696 : head -1 2024-03-14 21:13:42.424 | a8bf8cd Fix TestOVNMechanismDriver ipv6 tests 2024-03-14 21:13:42.426 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:13:42.428 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-03-14 21:13:42.430 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:13:42.432 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-03-14 21:13:42.434 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-03-14 21:13:42.436 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:13:42.438 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-03-14 21:13:42.440 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:13:42.441 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-03-14 21:13:42.444 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-03-14 21:13:42.445 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:13:42.447 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:13:42.450 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-03-14 21:13:42.452 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:13:42.454 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-03-14 21:13:42.456 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:13:42.458 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:13:42.460 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-03-14 21:13:42.465 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-03-14 21:13:42.467 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-03-14 21:13:42.781 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-03-14 21:13:42.783 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:13:42.785 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:13:42.787 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:13:42.789 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-03-14 21:13:42.791 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-03-14 21:13:42.793 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:13:42.795 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:13:42.796 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:13:42.798 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:13:42.800 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:13:42.801 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:13:42.804 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:13:42.805 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-03-14 21:13:42.821 | Using python 3.10 to install /opt/stack/neutron 2024-03-14 21:13:42.823 | + 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-03-14 21:13:43.744 | Obtaining file:///opt/stack/neutron 2024-03-14 21:13:43.745 | Preparing metadata (setup.py): started 2024-03-14 21:13:44.338 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:13:44.410 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.1.2) 2024-03-14 21:13:44.411 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.5.2) 2024-03-14 21:13:44.411 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:44.412 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (2.5.1) 2024-03-14 21:13:44.413 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (1.4.41) 2024-03-14 21:13:44.414 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (1.8.7) 2024-03-14 21:13:44.414 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (1.8.1) 2024-03-14 21:13:44.415 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (2.5.0) 2024-03-14 21:13:44.416 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:44.417 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (0.33.1) 2024-03-14 21:13:44.417 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (2.4.1) 2024-03-14 21:13:44.418 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (0.20.4) 2024-03-14 21:13:44.419 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.1.2) 2024-03-14 21:13:44.420 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (10.2.0) 2024-03-14 21:13:44.420 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (0.8.0) 2024-03-14 21:13:44.421 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev16) (0.11.0) 2024-03-14 21:13:44.631 | Collecting neutron-lib>=3.4.2 2024-03-14 21:13:44.637 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-03-14 21:13:44.645 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (1.0.1) 2024-03-14 21:13:44.764 | Collecting os-ken>=2.2.0 2024-03-14 21:13:44.776 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-03-14 21:13:44.903 | Collecting os-resource-classes>=1.1.0 2024-03-14 21:13:44.905 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-03-14 21:13:45.040 | Collecting os-vif>=3.1.0 2024-03-14 21:13:45.042 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-03-14 21:13:45.045 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.3.1) 2024-03-14 21:13:45.046 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:45.047 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (9.1.1) 2024-03-14 21:13:45.068 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:45.069 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (12.3.2) 2024-03-14 21:13:45.070 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (6.0.0) 2024-03-14 21:13:45.071 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.2.0) 2024-03-14 21:13:45.071 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (14.2.4) 2024-03-14 21:13:45.072 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:45.073 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (4.1.1) 2024-03-14 21:13:45.074 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.1.0) 2024-03-14 21:13:45.075 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.0.0) 2024-03-14 21:13:45.075 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (7.0.1) 2024-03-14 21:13:45.076 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.1.1) 2024-03-14 21:13:45.077 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.1.1) 2024-03-14 21:13:45.078 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:45.078 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (6.1.0) 2024-03-14 21:13:45.079 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.1.0) 2024-03-14 21:13:45.080 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.4.3) 2024-03-14 21:13:45.102 | Collecting ovs>=2.10.0 2024-03-14 21:13:45.102 | Using cached ovs-2.17.7-py3-none-any.whl 2024-03-14 21:13:45.153 | Collecting ovsdbapp>=2.2.1 2024-03-14 21:13:45.156 | Using cached ovsdbapp-2.2.1-py3-none-any.whl (134 kB) 2024-03-14 21:13:45.159 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (21.3) 2024-03-14 21:13:45.160 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.11.1) 2024-03-14 21:13:45.201 | Collecting pecan>=1.4.0 2024-03-14 21:13:45.202 | Using cached pecan-1.4.2-py3-none-any.whl 2024-03-14 21:13:45.205 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.9.2) 2024-03-14 21:13:45.206 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (22.1.0) 2024-03-14 21:13:45.242 | Collecting pyroute2>=0.7.3 2024-03-14 21:13:45.247 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-03-14 21:13:45.373 | Collecting python-designateclient>=2.7.0 2024-03-14 21:13:45.375 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-03-14 21:13:45.417 | Collecting python-neutronclient>=7.8.0 2024-03-14 21:13:45.421 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-03-14 21:13:45.427 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (18.3.0) 2024-03-14 21:13:45.427 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (2.28.1) 2024-03-14 21:13:45.428 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (5.0.0) 2024-03-14 21:13:45.429 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (6.3.1) 2024-03-14 21:13:45.430 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev16) (3.2.0) 2024-03-14 21:13:45.436 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev16) (1.2.3) 2024-03-14 21:13:45.439 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev16) (1.14.1) 2024-03-14 21:13:45.444 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev16) (2.2.1) 2024-03-14 21:13:45.445 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev16) (1.1.3) 2024-03-14 21:13:45.446 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev16) (1.16.0) 2024-03-14 21:13:45.453 | 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.dev16) (3.0.9) 2024-03-14 21:13:45.456 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:45.481 | 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.dev16) (1.7.0) 2024-03-14 21:13:45.482 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev16) (1.1.0) 2024-03-14 21:13:45.506 | 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.dev16) (3.1.1) 2024-03-14 21:13:45.507 | 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.dev16) (5.1.0) 2024-03-14 21:13:45.612 | Collecting setproctitle>=1.1.10 2024-03-14 21:13:45.614 | 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-03-14 21:13:45.740 | Collecting os-traits>=0.9.0 2024-03-14 21:13:45.742 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-03-14 21:13:45.756 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev16) (1.0.1) 2024-03-14 21:13:45.757 | 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.dev16) (1.1.8) 2024-03-14 21:13:45.758 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev16) (6.0) 2024-03-14 21:13:45.759 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev16) (1.4.4) 2024-03-14 21:13:45.760 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev16) (1.4.0) 2024-03-14 21:13:45.760 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev16) (38.0.2) 2024-03-14 21:13:45.761 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev16) (1.32) 2024-03-14 21:13:45.769 | 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.dev16) (1.0.4) 2024-03-14 21:13:45.798 | Collecting ncclient>=0.6.13 2024-03-14 21:13:45.798 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-03-14 21:13:45.851 | 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.dev16) (0.18) 2024-03-14 21:13:45.870 | 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.dev16) (1.5.0) 2024-03-14 21:13:45.895 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev16) (0.5.0) 2024-03-14 21:13:45.896 | 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.dev16) (0.13.0) 2024-03-14 21:13:45.897 | 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.dev16) (2.0.1) 2024-03-14 21:13:45.919 | 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.dev16) (0.9.6) 2024-03-14 21:13:45.920 | 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.dev16) (2.8.2) 2024-03-14 21:13:45.945 | 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.dev16) (5.2.4) 2024-03-14 21:13:45.946 | 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.dev16) (5.1.1) 2024-03-14 21:13:45.947 | 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.dev16) (5.2.0) 2024-03-14 21:13:45.948 | 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.dev16) (0.6.0) 2024-03-14 21:13:45.958 | 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.dev16) (3.3.0) 2024-03-14 21:13:45.959 | 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.dev16) (4.0.0) 2024-03-14 21:13:46.003 | 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.dev16) (1.15.1) 2024-03-14 21:13:46.021 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev16) (2022.4) 2024-03-14 21:13:46.035 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev16) (1.4.0) 2024-03-14 21:13:46.036 | 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.dev16) (4.0.1) 2024-03-14 21:13:46.044 | 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.dev16) (3.4.1) 2024-03-14 21:13:46.119 | Collecting sortedcontainers 2024-03-14 21:13:46.121 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-03-14 21:13:46.147 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev16) (59.6.0) 2024-03-14 21:13:46.188 | Collecting logutils>=0.3 2024-03-14 21:13:46.189 | Using cached logutils-0.3.5-py3-none-any.whl 2024-03-14 21:13:46.236 | 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.dev16) (4.2.0) 2024-03-14 21:13:46.237 | 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.dev16) (4.16.0) 2024-03-14 21:13:46.271 | Collecting osc-lib>=1.8.0 2024-03-14 21:13:46.273 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-03-14 21:13:46.331 | Collecting os-client-config>=1.28.0 2024-03-14 21:13:46.333 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-03-14 21:13:46.504 | Collecting simplejson>=3.5.1 2024-03-14 21:13:46.507 | 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-03-14 21:13:46.536 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev16) (2020.6.20) 2024-03-14 21:13:46.537 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev16) (2.1.1) 2024-03-14 21:13:46.538 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev16) (3.4) 2024-03-14 21:13:46.539 | 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.dev16) (1.26.12) 2024-03-14 21:13:46.551 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev16) (0.7) 2024-03-14 21:13:46.673 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev16) (0.13.1) 2024-03-14 21:13:46.698 | 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.dev16) (5.0.0) 2024-03-14 21:13:46.745 | 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.dev16) (2.21) 2024-03-14 21:13:46.769 | 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.dev16) (2.4.2) 2024-03-14 21:13:46.769 | 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.dev16) (0.5.1) 2024-03-14 21:13:46.770 | 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.dev16) (5.0.0) 2024-03-14 21:13:46.923 | 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.dev16) (22.1.0) 2024-03-14 21:13:46.924 | 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.dev16) (0.18.1) 2024-03-14 21:13:47.010 | 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.dev16) (2.11.0) 2024-03-14 21:13:47.011 | 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.dev16) (4.9.1) 2024-03-14 21:13:47.077 | 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.dev16) (0.14.1) 2024-03-14 21:13:47.095 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev16) (0.2.5) 2024-03-14 21:13:47.283 | 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.dev16) (0.5.2) 2024-03-14 21:13:47.283 | 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.dev16) (0.4.3) 2024-03-14 21:13:47.326 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev16) (2.5.0) 2024-03-14 21:13:47.484 | 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.dev16) (1.8.2) 2024-03-14 21:13:47.514 | 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.dev16) (3.8.1) 2024-03-14 21:13:47.557 | 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.dev16) (1.5.0) 2024-03-14 21:13:48.213 | 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-03-14 21:13:48.213 | Attempting uninstall: sortedcontainers 2024-03-14 21:13:48.215 | Found existing installation: sortedcontainers 2.1.0 2024-03-14 21:13:48.217 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:48.218 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-03-14 21:13:48.607 | Attempting uninstall: ovs 2024-03-14 21:13:48.609 | Found existing installation: ovs 2.17.8 2024-03-14 21:13:48.610 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:13:48.610 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-03-14 21:13:50.877 | Running setup.py develop for neutron 2024-03-14 21:13:51.979 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.1 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-03-14 21:13:51.980 | 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-03-14 21:13:52.111 | + inc/python:pip_install:196 : result=0 2024-03-14 21:13:52.113 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:13:52.115 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:52.116 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:52.118 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:52.120 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:52.121 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:52.123 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:13:52.125 | + functions-common:time_stop:2442 : start_time=1710450822817 2024-03-14 21:13:52.127 | + functions-common:time_stop:2444 : [[ -z 1710450822817 ]] 2024-03-14 21:13:52.129 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:52.132 | + functions-common:time_stop:2447 : end_time=1710450832130 2024-03-14 21:13:52.134 | + functions-common:time_stop:2448 : elapsed_time=9313 2024-03-14 21:13:52.136 | + functions-common:time_stop:2449 : total=59317 2024-03-14 21:13:52.137 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:52.139 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68630 2024-03-14 21:13:52.141 | + inc/python:pip_install:199 : return 0 2024-03-14 21:13:52.143 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:13:52.145 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-03-14 21:13:52.147 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-03-14 21:13:52.161 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-03-14 21:13:52.170 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-03-14 21:13:52.172 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-03-14 21:13:52.174 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:13:52.176 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:13:52.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-03-14 21:13:52.180 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:13:52.181 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-03-14 21:13:52.184 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:13:52.185 | + stack.sh:main:960 : is_service_enabled nova 2024-03-14 21:13:52.199 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:13:52.200 | + stack.sh:main:962 : stack_install_service nova 2024-03-14 21:13:52.202 | + lib/stack:stack_install_service:20 : local service=nova 2024-03-14 21:13:52.204 | + lib/stack:stack_install_service:21 : type install_nova 2024-03-14 21:13:52.206 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:13:52.208 | + lib/stack:stack_install_service:32 : install_nova 2024-03-14 21:13:52.209 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-03-14 21:13:52.211 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-03-14 21:13:52.213 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:13:52.215 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:13:52.217 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-03-14 21:13:52.219 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:13:52.221 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-03-14 21:13:52.232 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:52.234 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-03-14 21:13:52.246 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:52.248 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-03-14 21:13:52.261 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:13:52.262 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/23/913223/1 2024-03-14 21:13:52.264 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-03-14 21:13:52.266 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-03-14 21:13:52.268 | + functions-common:git_clone:614 : local git_ref=refs/changes/23/913223/1 2024-03-14 21:13:52.269 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:13:52.271 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:13:52.273 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:13:52.275 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:13:52.277 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:13:52.289 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:13:52.291 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:13:52.293 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:13:52.294 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:52.296 | + functions-common:git_clone:633 : echo refs/changes/23/913223/1 2024-03-14 21:13:52.297 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:13:52.301 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-03-14 21:13:52.302 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-03-14 21:13:52.304 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-03-14 21:13:52.306 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:52.307 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:52.309 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:52.311 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:52.312 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:52.314 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:52.316 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:52.317 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:52.319 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:52.322 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450832320 2024-03-14 21:13:52.324 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-03-14 21:13:52.326 | Cloning into '/opt/stack//nova'... 2024-03-14 21:13:56.367 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:13:56.369 | + functions-common:time_stop:2435 : local name 2024-03-14 21:13:56.370 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:13:56.372 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:13:56.374 | + functions-common:time_stop:2438 : local total 2024-03-14 21:13:56.375 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:13:56.377 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:13:56.378 | + functions-common:time_stop:2442 : start_time=1710450832320 2024-03-14 21:13:56.380 | + functions-common:time_stop:2444 : [[ -z 1710450832320 ]] 2024-03-14 21:13:56.382 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:13:56.385 | + functions-common:time_stop:2447 : end_time=1710450836383 2024-03-14 21:13:56.386 | + functions-common:time_stop:2448 : elapsed_time=4063 2024-03-14 21:13:56.388 | + functions-common:time_stop:2449 : total=27426 2024-03-14 21:13:56.389 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:13:56.391 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=31489 2024-03-14 21:13:56.393 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-03-14 21:13:56.394 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/23/913223/1 2024-03-14 21:13:56.396 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:13:56.397 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:13:56.399 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:13:56.401 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:13:56.403 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:13:56.404 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:13:56.406 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:13:56.407 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:13:56.409 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:13:56.412 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450836410 2024-03-14 21:13:56.414 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/23/913223/1 2024-03-14 21:14:53.587 | From https://opendev.org/openstack/nova 2024-03-14 21:14:53.587 | * branch refs/changes/23/913223/1 -> FETCH_HEAD 2024-03-14 21:14:53.592 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:14:53.594 | + functions-common:time_stop:2435 : local name 2024-03-14 21:14:53.595 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:14:53.597 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:14:53.599 | + functions-common:time_stop:2438 : local total 2024-03-14 21:14:53.600 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:14:53.602 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:14:53.604 | + functions-common:time_stop:2442 : start_time=1710450836410 2024-03-14 21:14:53.605 | + functions-common:time_stop:2444 : [[ -z 1710450836410 ]] 2024-03-14 21:14:53.607 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:14:53.611 | + functions-common:time_stop:2447 : end_time=1710450893609 2024-03-14 21:14:53.612 | + functions-common:time_stop:2448 : elapsed_time=57199 2024-03-14 21:14:53.613 | + functions-common:time_stop:2449 : total=31489 2024-03-14 21:14:53.615 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:14:53.617 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88688 2024-03-14 21:14:53.619 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-03-14 21:14:53.942 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:14:53.942 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:14:53.942 | state without impacting any branches by switching back to a branch. 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:14:53.942 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | git switch -c 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | Or undo this operation with: 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | git switch - 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:14:53.942 | 2024-03-14 21:14:53.942 | HEAD is now at 6ea5c691f3 Reproducer for not powering on isolated emulator threads cores 2024-03-14 21:14:53.948 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-03-14 21:14:53.959 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-03-14 21:14:53.961 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:14:53.961 | + functions-common:git_clone:696 : head -1 2024-03-14 21:14:53.964 | 6ea5c691f3 Reproducer for not powering on isolated emulator threads cores 2024-03-14 21:14:53.966 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:14:53.968 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-03-14 21:14:53.970 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:14:53.972 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-03-14 21:14:53.973 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-03-14 21:14:53.975 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:14:53.977 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-03-14 21:14:53.979 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:14:53.980 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-03-14 21:14:53.982 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-03-14 21:14:53.984 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:14:53.985 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:14:53.988 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-03-14 21:14:53.990 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:14:53.992 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-03-14 21:14:53.994 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:14:53.996 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:14:53.998 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-03-14 21:14:54.002 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-03-14 21:14:54.004 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-03-14 21:14:54.317 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-03-14 21:14:54.318 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:14:54.320 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:14:54.322 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:14:54.324 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-03-14 21:14:54.326 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-03-14 21:14:54.328 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:14:54.329 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:14:54.331 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:14:54.333 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:14:54.334 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:14:54.336 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:14:54.338 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:14:54.340 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-03-14 21:14:54.356 | Using python 3.10 to install /opt/stack/nova 2024-03-14 21:14:54.357 | + 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-03-14 21:14:55.286 | Obtaining file:///opt/stack/nova 2024-03-14 21:14:55.287 | Preparing metadata (setup.py): started 2024-03-14 21:14:58.173 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:14:58.261 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.1.2) 2024-03-14 21:14:58.262 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.5.2) 2024-03-14 21:14:58.263 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.1.1) 2024-03-14 21:14:58.264 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.4.1) 2024-03-14 21:14:58.264 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (6.0) 2024-03-14 21:14:58.265 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.5.1) 2024-03-14 21:14:58.266 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.4.41) 2024-03-14 21:14:58.267 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.8.7) 2024-03-14 21:14:58.267 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.8.1) 2024-03-14 21:14:58.268 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (4.1.0) 2024-03-14 21:14:58.269 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (38.0.2) 2024-03-14 21:14:58.270 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (0.2.3) 2024-03-14 21:14:58.270 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.1.1) 2024-03-14 21:14:58.271 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (0.33.1) 2024-03-14 21:14:58.272 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.4.1) 2024-03-14 21:14:58.273 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.1.3) 2024-03-14 21:14:58.274 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.1.0) 2024-03-14 21:14:58.274 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (4.16.0) 2024-03-14 21:14:58.275 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.1.2) 2024-03-14 21:14:58.276 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (10.2.0) 2024-03-14 21:14:58.277 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (4.9.1) 2024-03-14 21:14:58.488 | Collecting microversion-parse>=0.2.1 2024-03-14 21:14:58.491 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-03-14 21:14:58.493 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (0.8.0) 2024-03-14 21:14:58.494 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60243) (0.11.0) 2024-03-14 21:14:58.495 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.0.1) 2024-03-14 21:14:58.496 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (6.2.3) 2024-03-14 21:14:58.496 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.1.0) 2024-03-14 21:14:58.497 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.7.0) 2024-03-14 21:14:58.498 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.10.0) 2024-03-14 21:14:58.499 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.1.1) 2024-03-14 21:14:58.500 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.3.1) 2024-03-14 21:14:58.500 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.1.1) 2024-03-14 21:14:58.501 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (9.1.1) 2024-03-14 21:14:58.502 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.1.1) 2024-03-14 21:14:58.503 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (12.3.2) 2024-03-14 21:14:58.504 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (6.0.0) 2024-03-14 21:14:58.505 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.1.0) 2024-03-14 21:14:58.506 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.2.0) 2024-03-14 21:14:58.506 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (14.2.4) 2024-03-14 21:14:58.507 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.1.1) 2024-03-14 21:14:58.508 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (4.1.1) 2024-03-14 21:14:58.530 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.1.0) 2024-03-14 21:14:58.530 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.0.0) 2024-03-14 21:14:58.531 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (7.0.1) 2024-03-14 21:14:58.532 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.1.1) 2024-03-14 21:14:58.533 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.1.1) 2024-03-14 21:14:58.534 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.1.1) 2024-03-14 21:14:58.534 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (6.1.0) 2024-03-14 21:14:58.535 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.1.0) 2024-03-14 21:14:58.536 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (21.3) 2024-03-14 21:14:58.537 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.11.0) 2024-03-14 21:14:58.538 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.11.1) 2024-03-14 21:14:58.538 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.9.2) 2024-03-14 21:14:58.539 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (9.3.0) 2024-03-14 21:14:58.540 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.8.2) 2024-03-14 21:14:58.541 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (4.3.0) 2024-03-14 21:14:58.542 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (9.0.0) 2024-03-14 21:14:58.542 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (2.28.1) 2024-03-14 21:14:58.543 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.3.3) 2024-03-14 21:14:58.544 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (1.5.0) 2024-03-14 21:14:58.545 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (0.13.0) 2024-03-14 21:14:58.546 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (5.0.0) 2024-03-14 21:14:58.546 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60243) (3.2.0) 2024-03-14 21:14:58.566 | Collecting websockify>=0.9.0 2024-03-14 21:14:58.566 | Using cached websockify-0.10.0-py3-none-any.whl 2024-03-14 21:14:58.577 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60243) (1.2.3) 2024-03-14 21:14:58.586 | 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.dev60243) (5.5.0) 2024-03-14 21:14:58.604 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60243) (1.15.1) 2024-03-14 21:14:58.617 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60243) (2.2.1) 2024-03-14 21:14:58.618 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60243) (1.16.0) 2024-03-14 21:14:58.626 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60243) (2.1.1) 2024-03-14 21:14:58.644 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60243) (22.1.0) 2024-03-14 21:14:58.645 | 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.dev60243) (0.18.1) 2024-03-14 21:14:58.692 | 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.dev60243) (3.1.1) 2024-03-14 21:14:58.693 | 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.dev60243) (5.1.0) 2024-03-14 21:14:58.716 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60243) (1.0.1) 2024-03-14 21:14:58.717 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60243) (1.32) 2024-03-14 21:14:58.717 | 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.dev60243) (1.1.8) 2024-03-14 21:14:58.719 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60243) (1.4.0) 2024-03-14 21:14:58.719 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60243) (1.4.4) 2024-03-14 21:14:58.731 | 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.dev60243) (5.9.0) 2024-03-14 21:14:58.732 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60243) (6.3.1) 2024-03-14 21:14:58.751 | 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.dev60243) (2.5.0) 2024-03-14 21:14:58.752 | 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.dev60243) (0.7.3) 2024-03-14 21:14:58.753 | 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.dev60243) (2.2.1) 2024-03-14 21:14:58.779 | 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.dev60243) (0.18) 2024-03-14 21:14:58.823 | 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.dev60243) (2.0.1) 2024-03-14 21:14:58.824 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60243) (0.5.0) 2024-03-14 21:14:58.856 | 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.dev60243) (0.9.6) 2024-03-14 21:14:58.881 | 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.dev60243) (0.6.0) 2024-03-14 21:14:58.882 | 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.dev60243) (5.1.1) 2024-03-14 21:14:58.884 | 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.dev60243) (5.2.4) 2024-03-14 21:14:58.885 | 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.dev60243) (5.2.0) 2024-03-14 21:14:58.895 | 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.dev60243) (4.0.0) 2024-03-14 21:14:58.897 | 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.dev60243) (3.3.0) 2024-03-14 21:14:58.915 | 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.dev60243) (1.0.4) 2024-03-14 21:14:58.936 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60243) (2022.4) 2024-03-14 21:14:58.950 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60243) (1.4.0) 2024-03-14 21:14:58.951 | 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.dev60243) (4.0.1) 2024-03-14 21:14:58.969 | 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.dev60243) (3.0.9) 2024-03-14 21:14:59.012 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60243) (1.5.0) 2024-03-14 21:14:59.022 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60243) (59.6.0) 2024-03-14 21:14:59.076 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60243) (0.2.5) 2024-03-14 21:14:59.124 | 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.dev60243) (1.14.1) 2024-03-14 21:14:59.125 | 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.dev60243) (22.1.0) 2024-03-14 21:14:59.126 | 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.dev60243) (2.0.1) 2024-03-14 21:14:59.143 | 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.dev60243) (2.7.0) 2024-03-14 21:14:59.144 | 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.dev60243) (3.17.6) 2024-03-14 21:14:59.146 | 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.dev60243) (2.1.0) 2024-03-14 21:14:59.147 | 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.dev60243) (4.2.0) 2024-03-14 21:14:59.168 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60243) (2020.6.20) 2024-03-14 21:14:59.169 | 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.dev60243) (1.26.12) 2024-03-14 21:14:59.170 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60243) (3.4) 2024-03-14 21:14:59.171 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60243) (2.1.1) 2024-03-14 21:14:59.203 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60243) (0.7) 2024-03-14 21:14:59.283 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60243) (0.5.2) 2024-03-14 21:14:59.284 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60243) (0.4.3) 2024-03-14 21:14:59.328 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60243) (0.13.1) 2024-03-14 21:14:59.746 | Collecting numpy 2024-03-14 21:14:59.828 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-03-14 21:14:59.921 | 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.dev60243) (5.0.0) 2024-03-14 21:15:00.021 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60243) (2.21) 2024-03-14 21:15:00.046 | 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.dev60243) (5.0.0) 2024-03-14 21:15:00.047 | 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.dev60243) (2.4.2) 2024-03-14 21:15:00.048 | 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.dev60243) (0.5.1) 2024-03-14 21:15:00.256 | 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.dev60243) (0.14.1) 2024-03-14 21:15:00.270 | 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.dev60243) (2.17.7) 2024-03-14 21:15:00.538 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60243) (2.5.0) 2024-03-14 21:15:00.724 | 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.dev60243) (1.8.2) 2024-03-14 21:15:00.754 | 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.dev60243) (3.8.1) 2024-03-14 21:15:00.769 | 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.dev60243) (2.4.0) 2024-03-14 21:15:01.360 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-03-14 21:15:03.146 | Running setup.py develop for nova 2024-03-14 21:15:06.538 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-03-14 21:15:06.538 | 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-03-14 21:15:06.671 | + inc/python:pip_install:196 : result=0 2024-03-14 21:15:06.673 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:15:06.675 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:06.676 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:06.678 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:06.680 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:06.681 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:06.683 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:15:06.684 | + functions-common:time_stop:2442 : start_time=1710450894351 2024-03-14 21:15:06.686 | + functions-common:time_stop:2444 : [[ -z 1710450894351 ]] 2024-03-14 21:15:06.688 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:06.691 | + functions-common:time_stop:2447 : end_time=1710450906689 2024-03-14 21:15:06.692 | + functions-common:time_stop:2448 : elapsed_time=12338 2024-03-14 21:15:06.694 | + functions-common:time_stop:2449 : total=68630 2024-03-14 21:15:06.696 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:06.697 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80968 2024-03-14 21:15:06.699 | + inc/python:pip_install:199 : return 0 2024-03-14 21:15:06.701 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:15:06.703 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-03-14 21:15:06.705 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-03-14 21:15:06.718 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-03-14 21:15:06.728 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-03-14 21:15:06.729 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-03-14 21:15:06.731 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:15:06.733 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:15:06.735 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-03-14 21:15:06.736 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:15:06.738 | + 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-03-14 21:15:06.749 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:15:06.751 | + stack.sh:main:963 : configure_nova 2024-03-14 21:15:06.753 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-03-14 21:15:06.762 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-03-14 21:15:06.764 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-03-14 21:15:06.765 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-03-14 21:15:06.768 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-03-14 21:15:06.768 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-03-14 21:15:06.772 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-03-14 21:15:06.773 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-03-14 21:15:06.775 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-03-14 21:15:06.777 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-03-14 21:15:06.779 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-03-14 21:15:06.780 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-03-14 21:15:06.782 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-03-14 21:15:06.784 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-03-14 21:15:06.792 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-03-14 21:15:06.801 | + 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-03-14 21:15:06.810 | + 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-03-14 21:15:06.820 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-03-14 21:15:06.829 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-03-14 21:15:06.832 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-03-14 21:15:06.835 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.jiCDGULHY8 2024-03-14 21:15:06.837 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-03-14 21:15:06.839 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-03-14 21:15:06.841 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-03-14 21:15:06.842 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-03-14 21:15:06.844 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-03-14 21:15:06.846 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.jiCDGULHY8 2024-03-14 21:15:06.849 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.jiCDGULHY8 2024-03-14 21:15:06.860 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.jiCDGULHY8 /etc/sudoers.d/nova-rootwrap 2024-03-14 21:15:06.870 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-03-14 21:15:06.873 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-03-14 21:15:06.875 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-03-14 21:15:06.877 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-03-14 21:15:06.878 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-03-14 21:15:06.880 | + 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-03-14 21:15:06.882 | + 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-03-14 21:15:06.884 | + 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,horizon,rabbit,tempest,mysql,etcd3 =~ n-api ]] 2024-03-14 21:15:06.886 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-03-14 21:15:06.889 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-03-14 21:15:06.901 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:06.903 | + lib/nova:configure_nova:356 : create_nova_conf 2024-03-14 21:15:06.904 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-03-14 21:15:06.907 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-03-14 21:15:06.909 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-03-14 21:15:06.932 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-03-14 21:15:06.934 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-03-14 21:15:06.956 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-03-14 21:15:06.979 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-03-14 21:15:07.000 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-03-14 21:15:07.024 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-03-14 21:15:07.047 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-03-14 21:15:07.072 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-03-14 21:15:07.094 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-03-14 21:15:07.116 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-03-14 21:15:07.137 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-03-14 21:15:07.160 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-03-14 21:15:07.182 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-03-14 21:15:07.207 | + lib/nova:create_nova_conf:451 : is_fedora 2024-03-14 21:15:07.208 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:15:07.210 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:15:07.212 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:15:07.213 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:15:07.215 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:15:07.217 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:15:07.219 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:15:07.220 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:15:07.222 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:15:07.224 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:15:07.225 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:15:07.227 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:15:07.229 | + lib/nova:create_nova_conf:451 : is_suse 2024-03-14 21:15:07.231 | + functions-common:is_suse:544 : is_opensuse 2024-03-14 21:15:07.232 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:15:07.234 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:15:07.236 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:15:07.237 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:15:07.239 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:15:07.241 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-03-14 21:15:07.253 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:07.255 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:15:07.256 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-03-14 21:15:07.259 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-03-14 21:15:07.261 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-03-14 21:15:07.263 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-03-14 21:15:07.265 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-03-14 21:15:07.266 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:15:07.268 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:07.270 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:15:07.281 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:07.283 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:15:07.285 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-14 21:15:07.287 | + 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-03-14 21:15:07.312 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-03-14 21:15:07.314 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-03-14 21:15:07.316 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-03-14 21:15:07.318 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-03-14 21:15:07.320 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:15:07.321 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:07.323 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:15:07.335 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:07.337 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:15:07.339 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-03-14 21:15:07.341 | + 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-03-14 21:15:07.365 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-03-14 21:15:07.388 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-03-14 21:15:07.411 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-03-14 21:15:07.433 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-03-14 21:15:07.445 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:07.447 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-03-14 21:15:07.459 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:07.462 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-03-14 21:15:07.462 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-03-14 21:15:07.467 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-03-14 21:15:07.468 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-03-14 21:15:07.490 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:07.492 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:07.493 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-03-14 21:15:07.517 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-03-14 21:15:07.539 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-03-14 21:15:07.551 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:07.553 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-03-14 21:15:07.554 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-03-14 21:15:07.556 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-14 21:15:07.558 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-14 21:15:07.559 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-03-14 21:15:07.583 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-03-14 21:15:07.605 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-14 21:15:07.628 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-03-14 21:15:07.651 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-03-14 21:15:07.674 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-03-14 21:15:07.697 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-03-14 21:15:07.720 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-03-14 21:15:07.743 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:15:07.765 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-03-14 21:15:07.786 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-03-14 21:15:07.798 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:07.800 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-03-14 21:15:07.802 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-03-14 21:15:07.825 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-03-14 21:15:07.848 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-03-14 21:15:07.870 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-03-14 21:15:07.892 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-03-14 21:15:07.914 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-03-14 21:15:07.936 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-03-14 21:15:07.958 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-03-14 21:15:07.980 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-03-14 21:15:07.992 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:07.994 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-03-14 21:15:07.996 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-03-14 21:15:08.017 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-03-14 21:15:08.042 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-03-14 21:15:08.044 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-03-14 21:15:08.066 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-03-14 21:15:08.068 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-03-14 21:15:08.069 | + lib/nova:create_nova_conf:526 : is_suse 2024-03-14 21:15:08.072 | + functions-common:is_suse:544 : is_opensuse 2024-03-14 21:15:08.073 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:15:08.075 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:15:08.077 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:15:08.079 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:15:08.080 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:15:08.082 | + lib/nova:create_nova_conf:526 : is_fedora 2024-03-14 21:15:08.084 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:15:08.085 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:15:08.087 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:15:08.089 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:15:08.090 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:15:08.092 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:15:08.094 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:15:08.095 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:15:08.097 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:15:08.099 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:15:08.101 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:15:08.102 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:15:08.104 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-03-14 21:15:08.105 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-03-14 21:15:08.108 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-03-14 21:15:08.110 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:15:08.123 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:15:08.125 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:15:08.127 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:08.128 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:15:08.130 | + 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-03-14 21:15:08.153 | + 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-03-14 21:15:08.176 | + 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-03-14 21:15:08.198 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:15:08.220 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-03-14 21:15:08.244 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-03-14 21:15:08.256 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:08.258 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-03-14 21:15:08.260 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-03-14 21:15:08.261 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-03-14 21:15:08.263 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-03-14 21:15:08.265 | + lib/apache:write_uwsgi_config:257 : local http= 2024-03-14 21:15:08.267 | + lib/apache:write_uwsgi_config:258 : local name= 2024-03-14 21:15:08.269 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-03-14 21:15:08.272 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-03-14 21:15:08.274 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-03-14 21:15:08.276 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-14 21:15:08.285 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-14 21:15:08.286 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:15:08.292 | d /var/run/uwsgi 0755 stack root 2024-03-14 21:15:08.295 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:15:08.303 | /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-03-14 21:15:08.307 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-03-14 21:15:08.309 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-03-14 21:15:08.311 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-03-14 21:15:08.336 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-03-14 21:15:08.357 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-03-14 21:15:08.380 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-03-14 21:15:08.401 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-03-14 21:15:08.423 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-14 21:15:08.444 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-03-14 21:15:08.465 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-03-14 21:15:08.488 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-03-14 21:15:08.510 | + 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-03-14 21:15:08.532 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-03-14 21:15:08.554 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-14 21:15:08.576 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-03-14 21:15:08.598 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-03-14 21:15:08.600 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-03-14 21:15:08.602 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-03-14 21:15:08.604 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-03-14 21:15:08.606 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-03-14 21:15:08.608 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:08.609 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:08.611 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-14 21:15:08.613 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-14 21:15:08.615 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-03-14 21:15:08.637 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-03-14 21:15:08.659 | + 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-03-14 21:15:08.660 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-14 21:15:08.666 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-03-14 21:15:08.669 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-03-14 21:15:08.671 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-03-14 21:15:08.673 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-03-14 21:15:08.675 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-03-14 21:15:08.676 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:15:08.678 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:08.680 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:08.682 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-14 21:15:08.684 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-03-14 21:15:08.685 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:08.687 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:08.689 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-03-14 21:15:08.720 | Enabling site nova-api-wsgi. 2024-03-14 21:15:08.724 | To activate the new configuration, you need to run: 2024-03-14 21:15:08.724 | systemctl reload apache2 2024-03-14 21:15:08.727 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-03-14 21:15:08.729 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:15:08.731 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:15:08.733 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:15:08.848 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-03-14 21:15:08.860 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:08.862 | + 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-03-14 21:15:08.864 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-03-14 21:15:08.866 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-03-14 21:15:08.867 | + lib/apache:write_uwsgi_config:256 : local url= 2024-03-14 21:15:08.869 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-03-14 21:15:08.871 | + lib/apache:write_uwsgi_config:258 : local name= 2024-03-14 21:15:08.873 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-03-14 21:15:08.877 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-03-14 21:15:08.878 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-03-14 21:15:08.880 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-14 21:15:08.890 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-14 21:15:08.890 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:15:08.896 | d /var/run/uwsgi 0755 stack root 2024-03-14 21:15:08.900 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:15:08.907 | /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-03-14 21:15:08.911 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-03-14 21:15:08.912 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-03-14 21:15:08.915 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-03-14 21:15:08.940 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-03-14 21:15:08.962 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-03-14 21:15:08.984 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-03-14 21:15:09.006 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-03-14 21:15:09.028 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-14 21:15:09.051 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-03-14 21:15:09.073 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-03-14 21:15:09.094 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-03-14 21:15:09.116 | + 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-03-14 21:15:09.139 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-03-14 21:15:09.162 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-14 21:15:09.184 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-03-14 21:15:09.206 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-03-14 21:15:09.208 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-03-14 21:15:09.231 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-03-14 21:15:09.243 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:09.245 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-03-14 21:15:09.269 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-03-14 21:15:09.271 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-03-14 21:15:09.273 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-03-14 21:15:09.287 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.288 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:15:09.291 | + 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-03-14 21:15:09.313 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-03-14 21:15:09.339 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-03-14 21:15:09.341 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-03-14 21:15:09.342 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-03-14 21:15:09.344 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-03-14 21:15:09.346 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-03-14 21:15:09.348 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-03-14 21:15:09.361 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.363 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-03-14 21:15:09.365 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-03-14 21:15:09.367 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-03-14 21:15:09.379 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.381 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:15:09.383 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:15:09.406 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-03-14 21:15:09.408 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-03-14 21:15:09.410 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-03-14 21:15:09.433 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-03-14 21:15:09.456 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-03-14 21:15:09.481 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-03-14 21:15:09.493 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:09.495 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-03-14 21:15:09.518 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-03-14 21:15:09.520 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-03-14 21:15:09.521 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-03-14 21:15:09.545 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-03-14 21:15:09.568 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-03-14 21:15:09.591 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-03-14 21:15:09.613 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-03-14 21:15:09.635 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-03-14 21:15:09.658 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-03-14 21:15:09.680 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-03-14 21:15:09.703 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-03-14 21:15:09.726 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-03-14 21:15:09.738 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.740 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-03-14 21:15:09.744 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-14 21:15:09.745 | + lib/nova:create_nova_conf:574 : local conf 2024-03-14 21:15:09.747 | + lib/nova:create_nova_conf:575 : local vhost 2024-03-14 21:15:09.749 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-03-14 21:15:09.751 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-03-14 21:15:09.753 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-03-14 21:15:09.756 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-03-14 21:15:09.757 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-03-14 21:15:09.759 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-03-14 21:15:09.762 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-03-14 21:15:09.764 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-03-14 21:15:09.766 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-03-14 21:15:09.768 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-03-14 21:15:09.770 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:15:09.772 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:09.774 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:15:09.787 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.789 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:15:09.790 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-14 21:15:09.793 | + 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-03-14 21:15:09.817 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-03-14 21:15:09.842 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-03-14 21:15:09.866 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:15:09.868 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-03-14 21:15:09.870 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-03-14 21:15:09.872 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-03-14 21:15:09.873 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-03-14 21:15:09.875 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-03-14 21:15:09.877 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-03-14 21:15:09.889 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.891 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-03-14 21:15:09.893 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-03-14 21:15:09.895 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-03-14 21:15:09.907 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:09.909 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:15:09.911 | + 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-03-14 21:15:09.933 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-03-14 21:15:09.935 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-03-14 21:15:09.937 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-03-14 21:15:09.938 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-03-14 21:15:09.940 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-03-14 21:15:09.942 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:15:09.956 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:15:09.957 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:15:09.959 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:09.961 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:15:09.963 | + 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-03-14 21:15:09.985 | + 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-03-14 21:15:10.008 | + 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-03-14 21:15:10.031 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:15:10.054 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:15:10.056 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-03-14 21:15:10.057 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-03-14 21:15:10.059 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-03-14 21:15:10.061 | + lib/nova:configure_console_proxies:724 : offset=0 2024-03-14 21:15:10.063 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-03-14 21:15:10.075 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:10.077 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-03-14 21:15:10.078 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-03-14 21:15:10.090 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:10.092 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-03-14 21:15:10.104 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:10.106 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-03-14 21:15:10.119 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:10.120 | + stack.sh:main:966 : is_service_enabled placement 2024-03-14 21:15:10.133 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:10.136 | + stack.sh:main:968 : stack_install_service placement 2024-03-14 21:15:10.137 | + lib/stack:stack_install_service:20 : local service=placement 2024-03-14 21:15:10.140 | + lib/stack:stack_install_service:21 : type install_placement 2024-03-14 21:15:10.141 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:15:10.144 | + lib/stack:stack_install_service:32 : install_placement 2024-03-14 21:15:10.145 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-03-14 21:15:10.148 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-03-14 21:15:10.150 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:10.152 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:10.153 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-03-14 21:15:10.156 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:15:10.157 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:15:10.159 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:15:10.161 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:15:10.163 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:10.165 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:15:10.167 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:10.169 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:10.171 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:15:10.173 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:10.175 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:15:10.177 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:15:10.179 | + functions-common:install_package:1460 : real_install_package apache2 2024-03-14 21:15:10.181 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:15:10.183 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:10.185 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:10.187 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-03-14 21:15:10.203 | + 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-03-14 21:15:10.260 | Reading package lists... 2024-03-14 21:15:10.446 | Building dependency tree... 2024-03-14 21:15:10.447 | Reading state information... 2024-03-14 21:15:10.629 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-14 21:15:10.629 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:15:10.633 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:15:10.635 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:15:10.637 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:10.639 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:10.641 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:10.643 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:10.645 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:10.647 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:15:10.649 | + functions-common:time_stop:2442 : start_time=1710450910201 2024-03-14 21:15:10.651 | + functions-common:time_stop:2444 : [[ -z 1710450910201 ]] 2024-03-14 21:15:10.653 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:10.656 | + functions-common:time_stop:2447 : end_time=1710450910654 2024-03-14 21:15:10.658 | + functions-common:time_stop:2448 : elapsed_time=453 2024-03-14 21:15:10.660 | + functions-common:time_stop:2449 : total=8257 2024-03-14 21:15:10.661 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:10.664 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8710 2024-03-14 21:15:10.666 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:15:10.667 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-03-14 21:15:10.670 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-03-14 21:15:10.672 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-03-14 21:15:10.674 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-03-14 21:15:10.676 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-03-14 21:15:10.689 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-03-14 21:15:10.691 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:15:10.693 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:15:10.695 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:15:10.697 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:15:10.699 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:10.701 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:15:10.703 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:10.705 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:10.707 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:15:10.709 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:10.711 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:15:10.713 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:15:10.715 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-03-14 21:15:10.717 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:15:10.719 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:10.721 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:10.723 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-03-14 21:15:10.740 | + 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-03-14 21:15:10.795 | Reading package lists... 2024-03-14 21:15:10.977 | Building dependency tree... 2024-03-14 21:15:10.978 | Reading state information... 2024-03-14 21:15:11.156 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-03-14 21:15:11.156 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:15:11.160 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:15:11.163 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:15:11.165 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:11.167 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:11.169 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:11.171 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:11.173 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:11.175 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:15:11.177 | + functions-common:time_stop:2442 : start_time=1710450910738 2024-03-14 21:15:11.178 | + functions-common:time_stop:2444 : [[ -z 1710450910738 ]] 2024-03-14 21:15:11.181 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:11.184 | + functions-common:time_stop:2447 : end_time=1710450911182 2024-03-14 21:15:11.186 | + functions-common:time_stop:2448 : elapsed_time=444 2024-03-14 21:15:11.188 | + functions-common:time_stop:2449 : total=8710 2024-03-14 21:15:11.190 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:11.192 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9154 2024-03-14 21:15:11.194 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:15:11.196 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-03-14 21:15:11.198 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-03-14 21:15:11.200 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:15:11.202 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:11.204 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:11.206 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-03-14 21:15:11.208 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-03-14 21:15:11.237 | wsgi (enabled by maintainer script) 2024-03-14 21:15:11.239 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-03-14 21:15:11.242 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-03-14 21:15:11.244 | + inc/python:pip_install_gr:77 : local clean_name 2024-03-14 21:15:11.247 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-03-14 21:15:11.249 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-03-14 21:15:11.252 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-03-14 21:15:11.255 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:15:11.255 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-03-14 21:15:11.259 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-03-14 21:15:11.261 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-03-14 21:15:11.263 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-03-14 21:15:11.265 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-03-14 21:15:11.267 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-03-14 21:15:11.284 | Using python 3.10 to install osc-placement 2024-03-14 21:15:11.286 | + 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-03-14 21:15:12.426 | Collecting osc-placement 2024-03-14 21:15:12.429 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-03-14 21:15:12.436 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-03-14 21:15:12.437 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-03-14 21:15:12.438 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-03-14 21:15:12.438 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-03-14 21:15:12.439 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-03-14 21:15:12.464 | 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-03-14 21:15:12.465 | 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-03-14 21:15:12.466 | 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-03-14 21:15:12.467 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-03-14 21:15:12.469 | 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-03-14 21:15:12.475 | 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-03-14 21:15:12.476 | 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-03-14 21:15:12.477 | 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-03-14 21:15:12.483 | 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-03-14 21:15:12.484 | 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-03-14 21:15:12.485 | 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-03-14 21:15:12.485 | 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-03-14 21:15:12.486 | 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-03-14 21:15:12.487 | 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-03-14 21:15:12.494 | 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-03-14 21:15:12.495 | 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-03-14 21:15:12.496 | 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-03-14 21:15:12.497 | 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-03-14 21:15:12.497 | 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-03-14 21:15:12.501 | 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-03-14 21:15:12.515 | 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-03-14 21:15:12.516 | 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-03-14 21:15:12.517 | 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-03-14 21:15:12.518 | 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-03-14 21:15:12.519 | 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-03-14 21:15:12.520 | 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-03-14 21:15:12.521 | 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-03-14 21:15:12.540 | 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-03-14 21:15:12.541 | 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-03-14 21:15:12.542 | 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-03-14 21:15:12.542 | 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-03-14 21:15:12.597 | 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-03-14 21:15:12.598 | 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-03-14 21:15:12.599 | 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-03-14 21:15:12.617 | 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-03-14 21:15:12.645 | 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-03-14 21:15:12.705 | 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-03-14 21:15:13.545 | Installing collected packages: osc-placement 2024-03-14 21:15:13.622 | Successfully installed osc-placement-4.1.0 2024-03-14 21:15:13.622 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-03-14 21:15:13.724 | + inc/python:pip_install:196 : result=0 2024-03-14 21:15:13.726 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:15:13.728 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:13.730 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:13.732 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:13.735 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:13.737 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:13.739 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:15:13.741 | + functions-common:time_stop:2442 : start_time=1710450911280 2024-03-14 21:15:13.743 | + functions-common:time_stop:2444 : [[ -z 1710450911280 ]] 2024-03-14 21:15:13.746 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:13.749 | + functions-common:time_stop:2447 : end_time=1710450913747 2024-03-14 21:15:13.751 | + functions-common:time_stop:2448 : elapsed_time=2467 2024-03-14 21:15:13.753 | + functions-common:time_stop:2449 : total=80968 2024-03-14 21:15:13.755 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:13.757 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83435 2024-03-14 21:15:13.759 | + inc/python:pip_install:199 : return 0 2024-03-14 21:15:13.761 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-03-14 21:15:13.763 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-03-14 21:15:13.765 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-03-14 21:15:13.767 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:15:13.769 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:15:13.771 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:15:13.773 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:15:13.776 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:15:13.778 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:15:13.791 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:15:13.793 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:15:13.795 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:15:13.797 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:13.799 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:15:13.800 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:15:13.805 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-03-14 21:15:13.806 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:13.808 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-03-14 21:15:13.810 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:15:13.812 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:15:13.814 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:15:13.816 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:15:13.817 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:15:13.820 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:15:13.821 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:13.823 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:13.825 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:13.829 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450913827 2024-03-14 21:15:13.831 | + 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-03-14 21:15:13.833 | Cloning into '/opt/stack//placement'... 2024-03-14 21:15:15.733 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:15:15.735 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:15.736 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:15.738 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:15.740 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:15.742 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:15.743 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:15:15.745 | + functions-common:time_stop:2442 : start_time=1710450913827 2024-03-14 21:15:15.747 | + functions-common:time_stop:2444 : [[ -z 1710450913827 ]] 2024-03-14 21:15:15.749 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:15.752 | + functions-common:time_stop:2447 : end_time=1710450915750 2024-03-14 21:15:15.754 | + functions-common:time_stop:2448 : elapsed_time=1923 2024-03-14 21:15:15.756 | + functions-common:time_stop:2449 : total=88688 2024-03-14 21:15:15.758 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:15.759 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90611 2024-03-14 21:15:15.761 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-03-14 21:15:15.763 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-03-14 21:15:15.765 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:15:15.767 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:15:15.768 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:15:15.770 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:15:15.772 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:15:15.774 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:15:15.775 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:15.777 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:15.780 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:15.783 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450915780 2024-03-14 21:15:15.785 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-03-14 21:15:16.986 | From https://opendev.org/openstack/placement 2024-03-14 21:15:16.986 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:15:16.990 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:15:16.992 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:16.994 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:16.996 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:16.997 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:16.999 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:17.001 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:15:17.002 | + functions-common:time_stop:2442 : start_time=1710450915780 2024-03-14 21:15:17.004 | + functions-common:time_stop:2444 : [[ -z 1710450915780 ]] 2024-03-14 21:15:17.006 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:17.009 | + functions-common:time_stop:2447 : end_time=1710450917007 2024-03-14 21:15:17.011 | + functions-common:time_stop:2448 : elapsed_time=1227 2024-03-14 21:15:17.013 | + functions-common:time_stop:2449 : total=90611 2024-03-14 21:15:17.014 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:17.016 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91838 2024-03-14 21:15:17.018 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:15:17.020 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:15:17.021 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:15:17.023 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:15:17.025 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:15:17.027 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:15:17.028 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:15:17.030 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:17.032 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:17.034 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:17.037 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450917035 2024-03-14 21:15:17.039 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:15:17.065 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:15:17.065 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:15:17.065 | state without impacting any branches by switching back to a branch. 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:15:17.065 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | git switch -c 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | Or undo this operation with: 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | git switch - 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:15:17.065 | 2024-03-14 21:15:17.065 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-03-14 21:15:17.068 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:15:17.069 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:17.071 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:17.073 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:17.075 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:17.076 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:17.078 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:15:17.080 | + functions-common:time_stop:2442 : start_time=1710450917035 2024-03-14 21:15:17.081 | + functions-common:time_stop:2444 : [[ -z 1710450917035 ]] 2024-03-14 21:15:17.084 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:17.087 | + functions-common:time_stop:2447 : end_time=1710450917085 2024-03-14 21:15:17.088 | + functions-common:time_stop:2448 : elapsed_time=50 2024-03-14 21:15:17.090 | + functions-common:time_stop:2449 : total=91838 2024-03-14 21:15:17.092 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:17.093 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91888 2024-03-14 21:15:17.095 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-03-14 21:15:17.105 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-03-14 21:15:17.107 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:15:17.108 | + functions-common:git_clone:696 : head -1 2024-03-14 21:15:17.110 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-03-14 21:15:17.112 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:15:17.114 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-03-14 21:15:17.116 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:15:17.118 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-03-14 21:15:17.120 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-03-14 21:15:17.121 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:15:17.123 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-03-14 21:15:17.125 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:15:17.127 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-03-14 21:15:17.128 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-03-14 21:15:17.130 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:15:17.132 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:15:17.134 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-03-14 21:15:17.136 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:15:17.139 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-03-14 21:15:17.141 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:15:17.142 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:15:17.145 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-03-14 21:15:17.149 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-03-14 21:15:17.151 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-03-14 21:15:17.463 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-03-14 21:15:17.465 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:15:17.467 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:15:17.469 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:15:17.470 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-03-14 21:15:17.472 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-03-14 21:15:17.474 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:15:17.476 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:15:17.477 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:15:17.479 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:15:17.481 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:15:17.483 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:15:17.485 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:15:17.487 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-03-14 21:15:17.503 | Using python 3.10 to install /opt/stack/placement 2024-03-14 21:15:17.505 | + 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-03-14 21:15:18.442 | Obtaining file:///opt/stack/placement 2024-03-14 21:15:18.443 | Preparing metadata (setup.py): started 2024-03-14 21:15:18.839 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:15:18.896 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (2.5.1) 2024-03-14 21:15:18.897 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (1.4.41) 2024-03-14 21:15:18.898 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (1.8.7) 2024-03-14 21:15:18.899 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (4.16.0) 2024-03-14 21:15:18.900 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (10.2.0) 2024-03-14 21:15:18.900 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (1.0.1) 2024-03-14 21:15:18.901 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (1.1.0) 2024-03-14 21:15:18.902 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (2.10.0) 2024-03-14 21:15:18.903 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (5.1.1) 2024-03-14 21:15:18.903 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (9.1.1) 2024-03-14 21:15:18.904 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (5.1.1) 2024-03-14 21:15:18.905 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (12.3.2) 2024-03-14 21:15:18.906 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (5.2.0) 2024-03-14 21:15:18.907 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (5.1.1) 2024-03-14 21:15:18.908 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (4.1.1) 2024-03-14 21:15:18.908 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (5.1.1) 2024-03-14 21:15:18.909 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (2.1.1) 2024-03-14 21:15:18.910 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (6.1.0) 2024-03-14 21:15:18.911 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (5.11.1) 2024-03-14 21:15:18.911 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==9.0.1.dev2) (2.28.1) 2024-03-14 21:15:18.912 | 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==9.0.1.dev2) (59.6.0) 2024-03-14 21:15:18.931 | 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==9.0.1.dev2) (0.18.1) 2024-03-14 21:15:18.932 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==9.0.1.dev2) (22.1.0) 2024-03-14 21:15:18.956 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==9.0.1.dev2) (5.1.2) 2024-03-14 21:15:18.957 | 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==9.0.1.dev2) (3.1.1) 2024-03-14 21:15:18.958 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==9.0.1.dev2) (5.1.0) 2024-03-14 21:15:18.959 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==9.0.1.dev2) (3.3.1) 2024-03-14 21:15:18.960 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==9.0.1.dev2) (1.16.0) 2024-03-14 21:15:18.961 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==9.0.1.dev2) (6.0.0) 2024-03-14 21:15:18.970 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==9.0.1.dev2) (0.18) 2024-03-14 21:15:18.988 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==9.0.1.dev2) (0.8.0) 2024-03-14 21:15:18.989 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==9.0.1.dev2) (1.5.0) 2024-03-14 21:15:18.989 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==9.0.1.dev2) (2.5.0) 2024-03-14 21:15:18.990 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==9.0.1.dev2) (6.0) 2024-03-14 21:15:18.991 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==9.0.1.dev2) (5.0.0) 2024-03-14 21:15:19.034 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==9.0.1.dev2) (2.0.1) 2024-03-14 21:15:19.036 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==9.0.1.dev2) (0.13.0) 2024-03-14 21:15:19.037 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==9.0.1.dev2) (1.8.1) 2024-03-14 21:15:19.038 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==9.0.1.dev2) (0.5.0) 2024-03-14 21:15:19.055 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==9.0.1.dev2) (2.8.2) 2024-03-14 21:15:19.058 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==9.0.1.dev2) (0.9.6) 2024-03-14 21:15:19.065 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==9.0.1.dev2) (3.1.2) 2024-03-14 21:15:19.067 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==9.0.1.dev2) (3.3.0) 2024-03-14 21:15:19.068 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==9.0.1.dev2) (4.0.0) 2024-03-14 21:15:19.078 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==9.0.1.dev2) (1.0.4) 2024-03-14 21:15:19.079 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==9.0.1.dev2) (2022.4) 2024-03-14 21:15:19.085 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==9.0.1.dev2) (3.4.1) 2024-03-14 21:15:19.092 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==9.0.1.dev2) (3.0.9) 2024-03-14 21:15:19.092 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==9.0.1.dev2) (0.11.0) 2024-03-14 21:15:19.093 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==9.0.1.dev2) (1.1.0) 2024-03-14 21:15:19.094 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==9.0.1.dev2) (21.3) 2024-03-14 21:15:19.105 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==9.0.1.dev2) (3.4) 2024-03-14 21:15:19.106 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==9.0.1.dev2) (2.1.1) 2024-03-14 21:15:19.107 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==9.0.1.dev2) (2020.6.20) 2024-03-14 21:15:19.107 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==9.0.1.dev2) (1.26.12) 2024-03-14 21:15:19.114 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==9.0.1.dev2) (0.7) 2024-03-14 21:15:19.177 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==9.0.1.dev2) (1.1.3) 2024-03-14 21:15:19.191 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==9.0.1.dev2) (1.2.3) 2024-03-14 21:15:19.234 | 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==9.0.1.dev2) (1.14.1) 2024-03-14 21:15:19.252 | 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==9.0.1.dev2) (2.1.1) 2024-03-14 21:15:19.278 | 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==9.0.1.dev2) (1.7.0) 2024-03-14 21:15:19.310 | 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==9.0.1.dev2) (1.1.8) 2024-03-14 21:15:19.329 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==9.0.1.dev2) (0.2.5) 2024-03-14 21:15:19.400 | 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==9.0.1.dev2) (0.5.2) 2024-03-14 21:15:19.400 | 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==9.0.1.dev2) (5.1.1) 2024-03-14 21:15:19.401 | 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==9.0.1.dev2) (0.4.3) 2024-03-14 21:15:19.427 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==9.0.1.dev2) (2.5.0) 2024-03-14 21:15:20.224 | Installing collected packages: openstack-placement 2024-03-14 21:15:20.224 | Running setup.py develop for openstack-placement 2024-03-14 21:15:20.870 | Successfully installed openstack-placement 2024-03-14 21:15:20.870 | 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-03-14 21:15:20.980 | + inc/python:pip_install:196 : result=0 2024-03-14 21:15:20.982 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:15:20.984 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:20.985 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:20.987 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:20.989 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:20.991 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:20.992 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:15:20.994 | + functions-common:time_stop:2442 : start_time=1710450917498 2024-03-14 21:15:20.996 | + functions-common:time_stop:2444 : [[ -z 1710450917498 ]] 2024-03-14 21:15:20.998 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:21.001 | + functions-common:time_stop:2447 : end_time=1710450920999 2024-03-14 21:15:21.003 | + functions-common:time_stop:2448 : elapsed_time=3501 2024-03-14 21:15:21.005 | + functions-common:time_stop:2449 : total=83435 2024-03-14 21:15:21.006 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:21.008 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86936 2024-03-14 21:15:21.010 | + inc/python:pip_install:199 : return 0 2024-03-14 21:15:21.012 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:15:21.013 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-03-14 21:15:21.016 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-03-14 21:15:21.029 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-03-14 21:15:21.039 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-03-14 21:15:21.040 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-03-14 21:15:21.042 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:15:21.044 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:15:21.046 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-03-14 21:15:21.048 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:15:21.050 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:15:21.052 | + stack.sh:main:969 : configure_placement 2024-03-14 21:15:21.053 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-03-14 21:15:21.063 | + lib/placement:configure_placement:113 : create_placement_conf 2024-03-14 21:15:21.065 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-03-14 21:15:21.068 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-03-14 21:15:21.070 | ++ lib/database:database_connection_url:134 : local db=placement 2024-03-14 21:15:21.072 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-03-14 21:15:21.074 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-03-14 21:15:21.076 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:15:21.078 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:21.080 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:15:21.093 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:21.095 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:15:21.096 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-03-14 21:15:21.099 | + 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-03-14 21:15:21.125 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-03-14 21:15:21.150 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-03-14 21:15:21.175 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-03-14 21:15:21.177 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-03-14 21:15:21.179 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-03-14 21:15:21.180 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-14 21:15:21.182 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-03-14 21:15:21.207 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-03-14 21:15:21.231 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-14 21:15:21.256 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-03-14 21:15:21.279 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-03-14 21:15:21.303 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-03-14 21:15:21.327 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-03-14 21:15:21.351 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-03-14 21:15:21.376 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:15:21.400 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-03-14 21:15:21.424 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-03-14 21:15:21.426 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-03-14 21:15:21.428 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-03-14 21:15:21.430 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:15:21.445 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:15:21.446 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:15:21.448 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:21.450 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:15:21.452 | + 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-03-14 21:15:21.476 | + 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-03-14 21:15:21.501 | + 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-03-14 21:15:21.525 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:15:21.549 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-03-14 21:15:21.552 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-03-14 21:15:21.554 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-03-14 21:15:21.556 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-03-14 21:15:21.557 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-03-14 21:15:21.559 | + lib/apache:write_uwsgi_config:257 : local http= 2024-03-14 21:15:21.561 | + lib/apache:write_uwsgi_config:258 : local name= 2024-03-14 21:15:21.564 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-03-14 21:15:21.567 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-03-14 21:15:21.569 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-03-14 21:15:21.571 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-14 21:15:21.582 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-14 21:15:21.582 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:15:21.588 | d /var/run/uwsgi 0755 stack root 2024-03-14 21:15:21.592 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-14 21:15:21.600 | /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-03-14 21:15:21.603 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-03-14 21:15:21.605 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-03-14 21:15:21.608 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-03-14 21:15:21.633 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-03-14 21:15:21.656 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-03-14 21:15:21.680 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-03-14 21:15:21.704 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-03-14 21:15:21.728 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-14 21:15:21.751 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-03-14 21:15:21.775 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-03-14 21:15:21.798 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-03-14 21:15:21.821 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-14 21:15:21.845 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-03-14 21:15:21.869 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-14 21:15:21.893 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-03-14 21:15:21.916 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-03-14 21:15:21.918 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-03-14 21:15:21.920 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-03-14 21:15:21.923 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-03-14 21:15:21.925 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-03-14 21:15:21.927 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:21.929 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:21.930 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-03-14 21:15:21.933 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-03-14 21:15:21.935 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-03-14 21:15:21.958 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-03-14 21:15:21.982 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-03-14 21:15:21.982 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-03-14 21:15:21.989 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-03-14 21:15:21.992 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-03-14 21:15:21.993 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-03-14 21:15:21.996 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-03-14 21:15:21.997 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-03-14 21:15:22.000 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:15:22.001 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:22.004 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:22.006 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-14 21:15:22.008 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-03-14 21:15:22.009 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:22.012 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:22.013 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-03-14 21:15:22.045 | Enabling site placement-api. 2024-03-14 21:15:22.049 | To activate the new configuration, you need to run: 2024-03-14 21:15:22.049 | systemctl reload apache2 2024-03-14 21:15:22.053 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-03-14 21:15:22.055 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:15:22.057 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:15:22.059 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:15:22.151 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:22.153 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:22.155 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-03-14 21:15:22.181 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-03-14 21:15:22.206 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-03-14 21:15:22.219 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:22.221 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-03-14 21:15:22.235 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:22.237 | + stack.sh:main:977 : is_service_enabled n-sch 2024-03-14 21:15:22.251 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:22.253 | + stack.sh:main:978 : configure_placement_nova_compute 2024-03-14 21:15:22.255 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-03-14 21:15:22.257 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-03-14 21:15:22.283 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-03-14 21:15:22.307 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-03-14 21:15:22.332 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-03-14 21:15:22.356 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-03-14 21:15:22.379 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-03-14 21:15:22.403 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-03-14 21:15:22.427 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-03-14 21:15:22.450 | + stack.sh:main:982 : is_service_enabled horizon 2024-03-14 21:15:22.464 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:22.466 | + stack.sh:main:984 : stack_install_service horizon 2024-03-14 21:15:22.468 | + lib/stack:stack_install_service:20 : local service=horizon 2024-03-14 21:15:22.470 | + lib/stack:stack_install_service:21 : type install_horizon 2024-03-14 21:15:22.472 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-14 21:15:22.473 | + lib/stack:stack_install_service:32 : install_horizon 2024-03-14 21:15:22.476 | + lib/horizon:install_horizon:164 : install_apache_wsgi 2024-03-14 21:15:22.477 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-03-14 21:15:22.479 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:22.481 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:22.483 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-03-14 21:15:22.485 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:15:22.487 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:15:22.489 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:15:22.491 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:15:22.492 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:22.495 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:15:22.496 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:22.498 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:22.500 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:15:22.502 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:22.504 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:15:22.506 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:15:22.508 | + functions-common:install_package:1460 : real_install_package apache2 2024-03-14 21:15:22.509 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:15:22.512 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:22.513 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:22.516 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-03-14 21:15:22.531 | + 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-03-14 21:15:22.586 | Reading package lists... 2024-03-14 21:15:22.763 | Building dependency tree... 2024-03-14 21:15:22.764 | Reading state information... 2024-03-14 21:15:22.943 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-14 21:15:22.943 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:15:22.947 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:15:22.949 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:15:22.952 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:22.954 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:22.956 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:22.957 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:22.959 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:22.961 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:15:22.963 | + functions-common:time_stop:2442 : start_time=1710450922529 2024-03-14 21:15:22.965 | + functions-common:time_stop:2444 : [[ -z 1710450922529 ]] 2024-03-14 21:15:22.967 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:22.970 | + functions-common:time_stop:2447 : end_time=1710450922968 2024-03-14 21:15:22.972 | + functions-common:time_stop:2448 : elapsed_time=439 2024-03-14 21:15:22.973 | + functions-common:time_stop:2449 : total=9154 2024-03-14 21:15:22.976 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:22.977 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9593 2024-03-14 21:15:22.979 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:15:22.981 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-03-14 21:15:22.983 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-03-14 21:15:22.985 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-03-14 21:15:22.987 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-03-14 21:15:22.989 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-03-14 21:15:23.003 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-03-14 21:15:23.005 | + functions-common:install_package:1459 : update_package_repo 2024-03-14 21:15:23.006 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-03-14 21:15:23.008 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-03-14 21:15:23.010 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-03-14 21:15:23.012 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:23.014 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-03-14 21:15:23.016 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:23.018 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:23.020 | + functions-common:update_package_repo:1440 : apt_get_update 2024-03-14 21:15:23.022 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:23.024 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-03-14 21:15:23.026 | + functions-common:apt_get_update:1186 : return 2024-03-14 21:15:23.028 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-03-14 21:15:23.029 | + functions-common:real_install_package:1445 : is_ubuntu 2024-03-14 21:15:23.032 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:23.033 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:23.036 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-03-14 21:15:23.052 | + 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-03-14 21:15:23.107 | Reading package lists... 2024-03-14 21:15:23.289 | Building dependency tree... 2024-03-14 21:15:23.290 | Reading state information... 2024-03-14 21:15:23.465 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-03-14 21:15:23.465 | 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-03-14 21:15:23.470 | + functions-common:apt_get:1230 : result=0 2024-03-14 21:15:23.472 | + functions-common:apt_get:1233 : time_stop apt-get 2024-03-14 21:15:23.474 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:23.476 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:23.478 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:23.480 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:23.481 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:23.484 | + functions-common:time_stop:2441 : name=apt-get 2024-03-14 21:15:23.485 | + functions-common:time_stop:2442 : start_time=1710450923050 2024-03-14 21:15:23.487 | + functions-common:time_stop:2444 : [[ -z 1710450923050 ]] 2024-03-14 21:15:23.489 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:23.493 | + functions-common:time_stop:2447 : end_time=1710450923491 2024-03-14 21:15:23.495 | + functions-common:time_stop:2448 : elapsed_time=441 2024-03-14 21:15:23.496 | + functions-common:time_stop:2449 : total=9593 2024-03-14 21:15:23.498 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:23.500 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10034 2024-03-14 21:15:23.502 | + functions-common:apt_get:1234 : return 0 2024-03-14 21:15:23.504 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-03-14 21:15:23.506 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-03-14 21:15:23.508 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:15:23.510 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:23.512 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:23.513 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-03-14 21:15:23.516 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-03-14 21:15:23.544 | wsgi (enabled by maintainer script) 2024-03-14 21:15:23.547 | + lib/horizon:install_horizon:166 : git_clone https://opendev.org/openstack/horizon.git /opt/stack//horizon stable/2023.1 2024-03-14 21:15:23.548 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/horizon.git 2024-03-14 21:15:23.550 | + functions-common:git_clone:613 : local git_dest=/opt/stack//horizon 2024-03-14 21:15:23.552 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-03-14 21:15:23.554 | + functions-common:git_clone:615 : local orig_dir 2024-03-14 21:15:23.556 | ++ functions-common:git_clone:616 : pwd 2024-03-14 21:15:23.559 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:15:23.561 | + functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:15:23.563 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:15:23.577 | + functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:15:23.578 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:15:23.580 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:15:23.583 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:23.584 | + functions-common:git_clone:633 : echo stable/2023.1 2024-03-14 21:15:23.585 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:15:23.589 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//horizon ]] 2024-03-14 21:15:23.591 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:15:23.593 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/horizon.git /opt/stack//horizon 2024-03-14 21:15:23.595 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:15:23.597 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:15:23.598 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:15:23.600 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:15:23.602 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:15:23.604 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:15:23.605 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:23.607 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:23.609 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:23.613 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450923610 2024-03-14 21:15:23.614 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/horizon.git /opt/stack//horizon 2024-03-14 21:15:23.616 | Cloning into '/opt/stack//horizon'... 2024-03-14 21:15:26.683 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:15:26.685 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:26.687 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:26.689 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:26.691 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:26.693 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:26.694 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:15:26.696 | + functions-common:time_stop:2442 : start_time=1710450923610 2024-03-14 21:15:26.698 | + functions-common:time_stop:2444 : [[ -z 1710450923610 ]] 2024-03-14 21:15:26.700 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:26.703 | + functions-common:time_stop:2447 : end_time=1710450926701 2024-03-14 21:15:26.705 | + functions-common:time_stop:2448 : elapsed_time=3091 2024-03-14 21:15:26.707 | + functions-common:time_stop:2449 : total=91888 2024-03-14 21:15:26.709 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:26.710 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94979 2024-03-14 21:15:26.712 | + functions-common:git_clone:654 : cd /opt/stack//horizon 2024-03-14 21:15:26.714 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-03-14 21:15:26.716 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:15:26.717 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:15:26.720 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:15:26.721 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:15:26.723 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:15:26.725 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:15:26.727 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:26.728 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:26.730 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:26.734 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450926732 2024-03-14 21:15:26.736 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-03-14 21:15:29.716 | From https://opendev.org/openstack/horizon 2024-03-14 21:15:29.716 | * branch stable/2023.1 -> FETCH_HEAD 2024-03-14 21:15:29.720 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:15:29.722 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:29.724 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:29.726 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:29.728 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:29.730 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:29.732 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:15:29.733 | + functions-common:time_stop:2442 : start_time=1710450926732 2024-03-14 21:15:29.735 | + functions-common:time_stop:2444 : [[ -z 1710450926732 ]] 2024-03-14 21:15:29.737 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:29.740 | + functions-common:time_stop:2447 : end_time=1710450929738 2024-03-14 21:15:29.742 | + functions-common:time_stop:2448 : elapsed_time=3006 2024-03-14 21:15:29.744 | + functions-common:time_stop:2449 : total=94979 2024-03-14 21:15:29.745 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:29.747 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97985 2024-03-14 21:15:29.749 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:15:29.750 | + functions-common:git_timed:720 : local count=0 2024-03-14 21:15:29.752 | + functions-common:git_timed:721 : local timeout=0 2024-03-14 21:15:29.754 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:15:29.756 | + functions-common:git_timed:724 : timeout=0 2024-03-14 21:15:29.757 | + functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:15:29.759 | + functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:15:29.761 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:29.763 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:29.765 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:29.768 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450929766 2024-03-14 21:15:29.770 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:15:29.968 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:15:29.968 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:15:29.968 | state without impacting any branches by switching back to a branch. 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:15:29.968 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | git switch -c 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | Or undo this operation with: 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | git switch - 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:15:29.968 | 2024-03-14 21:15:29.968 | HEAD is now at e621c9d Extend configurable skippability of neutron calls to project instance detail 2024-03-14 21:15:29.972 | + functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:15:29.974 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:29.976 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:29.977 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:29.979 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:29.981 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:29.982 | + functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:15:29.984 | + functions-common:time_stop:2442 : start_time=1710450929766 2024-03-14 21:15:29.986 | + functions-common:time_stop:2444 : [[ -z 1710450929766 ]] 2024-03-14 21:15:29.988 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:29.991 | + functions-common:time_stop:2447 : end_time=1710450929989 2024-03-14 21:15:29.993 | + functions-common:time_stop:2448 : elapsed_time=223 2024-03-14 21:15:29.995 | + functions-common:time_stop:2449 : total=97985 2024-03-14 21:15:29.997 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:29.999 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98208 2024-03-14 21:15:30.001 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//horizon 2024-03-14 21:15:30.011 | + functions-common:git_clone:695 : cd /opt/stack//horizon 2024-03-14 21:15:30.014 | + functions-common:git_clone:696 : git show --oneline 2024-03-14 21:15:30.014 | + functions-common:git_clone:696 : head -1 2024-03-14 21:15:30.018 | e621c9d Extend configurable skippability of neutron calls to project instance detail 2024-03-14 21:15:30.020 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:15:30.022 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-14 21:15:30.024 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-03-14 21:15:30.038 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:30.039 | + stack.sh:main:995 : run_phase stack install 2024-03-14 21:15:30.041 | + functions-common:run_phase:1863 : local mode=stack 2024-03-14 21:15:30.043 | + functions-common:run_phase:1864 : local phase=install 2024-03-14 21:15:30.045 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:15:30.047 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:15:30.049 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:15:30.051 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:15:30.053 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:15:30.056 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:15:30.059 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:15:30.061 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:15:30.063 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:15:30.065 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-03-14 21:15:30.067 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:15:30.079 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:30.081 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:15:30.083 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:15:30.085 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-03-14 21:15:30.086 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-03-14 21:15:30.088 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:15:30.090 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-03-14 21:15:30.092 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-03-14 21:15:30.094 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-03-14 21:15:30.140 | ++ inc/async:async_inner:63 : install_tempest 2024-03-14 21:15:30.169 | [4746 Async install_tempest:28262]: running: install_tempest 2024-03-14 21:15:30.171 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-14 21:15:30.173 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-14 21:15:30.176 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:15:30.177 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-14 21:15:30.179 | + functions-common:run_phase:1890 : run_plugins stack install 2024-03-14 21:15:30.182 | + functions-common:run_plugins:1849 : local mode=stack 2024-03-14 21:15:30.184 | + functions-common:run_plugins:1850 : local phase=install 2024-03-14 21:15:30.186 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-03-14 21:15:30.188 | + functions-common:run_plugins:1853 : local plugin 2024-03-14 21:15:30.191 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-03-14 21:15:30.193 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:15:30.195 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-14 21:15:30.197 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-03-14 21:15:30.199 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:15:30.201 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:15:30.203 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-03-14 21:15:30.205 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-03-14 21:15:30.207 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:15:30.209 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-03-14 21:15:30.211 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-03-14 21:15:30.213 | ++ inc/python:setup_develop:334 : local bindep 2024-03-14 21:15:30.215 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-03-14 21:15:30.217 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-03-14 21:15:30.219 | ++ inc/python:setup_develop:340 : local extras= 2024-03-14 21:15:30.221 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-03-14 21:15:30.223 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:15:30.225 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-03-14 21:15:30.227 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-03-14 21:15:30.228 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:15:30.230 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:15:30.233 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-03-14 21:15:30.235 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:15:30.237 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-03-14 21:15:30.239 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:15:30.240 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:15:30.243 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-03-14 21:15:30.247 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-03-14 21:15:30.249 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-03-14 21:15:30.562 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-03-14 21:15:30.564 | ++ inc/python:setup_package:414 : local bindep=0 2024-03-14 21:15:30.567 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:15:30.569 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:15:30.571 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-03-14 21:15:30.572 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-03-14 21:15:30.574 | ++ inc/python:setup_package:423 : local flags=-e 2024-03-14 21:15:30.576 | ++ inc/python:setup_package:424 : local extras= 2024-03-14 21:15:30.578 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:15:30.580 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:15:30.582 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:15:30.584 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:15:30.586 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:15:30.588 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-03-14 21:15:30.603 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-03-14 21:15:30.605 | ++ 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-03-14 21:15:31.558 | Obtaining file:///opt/stack/networking-nsx-t 2024-03-14 21:15:31.559 | Preparing metadata (setup.py): started 2024-03-14 21:15:31.942 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:15:32.091 | Collecting Babel>=1.3 2024-03-14 21:15:32.139 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-03-14 21:15:32.188 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (22.1.0) 2024-03-14 21:15:32.212 | Collecting ipaddress 2024-03-14 21:15:32.214 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-03-14 21:15:32.215 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.8.0) 2024-03-14 21:15:32.216 | 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-03-14 21:15:32.217 | 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-03-14 21:15:32.217 | 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-03-14 21:15:32.218 | 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-03-14 21:15:32.219 | 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-03-14 21:15:32.220 | 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-03-14 21:15:32.220 | 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-03-14 21:15:32.221 | 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-03-14 21:15:32.222 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (0.14.1) 2024-03-14 21:15:32.223 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (9.0.0) 2024-03-14 21:15:32.334 | Collecting ratelimiter 2024-03-14 21:15:32.335 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-03-14 21:15:32.337 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev22) (3.2.0) 2024-03-14 21:15:32.339 | 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-03-14 21:15:32.355 | 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-03-14 21:15:32.356 | 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-03-14 21:15:32.357 | 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-03-14 21:15:32.358 | 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-03-14 21:15:32.358 | 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-03-14 21:15:32.359 | 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-03-14 21:15:32.360 | 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-03-14 21:15:32.361 | 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-03-14 21:15:32.361 | 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-03-14 21:15:32.362 | 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-03-14 21:15:32.363 | 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-03-14 21:15:32.364 | 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-03-14 21:15:32.364 | 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-03-14 21:15:32.365 | 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-03-14 21:15:32.367 | 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-03-14 21:15:32.386 | 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-03-14 21:15:32.387 | 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-03-14 21:15:32.387 | 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-03-14 21:15:32.388 | 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-03-14 21:15:32.433 | 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-03-14 21:15:32.433 | 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-03-14 21:15:32.438 | 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-03-14 21:15:32.448 | 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-03-14 21:15:32.449 | 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-03-14 21:15:32.450 | 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-03-14 21:15:32.451 | 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-03-14 21:15:32.452 | 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-03-14 21:15:32.453 | 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-03-14 21:15:32.454 | 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-03-14 21:15:32.460 | 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-03-14 21:15:32.460 | 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-03-14 21:15:32.461 | 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-03-14 21:15:32.462 | 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-03-14 21:15:32.506 | 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-03-14 21:15:32.506 | 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-03-14 21:15:32.507 | 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-03-14 21:15:32.508 | 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-03-14 21:15:32.509 | 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-03-14 21:15:32.541 | 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-03-14 21:15:32.542 | 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-03-14 21:15:32.543 | 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-03-14 21:15:32.543 | 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-03-14 21:15:32.550 | 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-03-14 21:15:32.551 | 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-03-14 21:15:32.552 | 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-03-14 21:15:32.552 | 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-03-14 21:15:32.558 | 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-03-14 21:15:32.565 | 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-03-14 21:15:32.565 | 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-03-14 21:15:32.611 | 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-03-14 21:15:32.621 | 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-03-14 21:15:32.630 | 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-03-14 21:15:32.631 | 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-03-14 21:15:32.676 | 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-03-14 21:15:32.677 | 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-03-14 21:15:32.678 | 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-03-14 21:15:32.679 | 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-03-14 21:15:32.704 | 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-03-14 21:15:32.705 | 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-03-14 21:15:32.706 | 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-03-14 21:15:32.708 | 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-03-14 21:15:32.709 | 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-03-14 21:15:32.763 | 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-03-14 21:15:32.779 | 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-03-14 21:15:32.780 | 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-03-14 21:15:32.833 | 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-03-14 21:15:32.833 | 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-03-14 21:15:32.834 | 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-03-14 21:15:32.835 | 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-03-14 21:15:32.852 | 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-03-14 21:15:32.992 | 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-03-14 21:15:33.047 | 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-03-14 21:15:33.047 | 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-03-14 21:15:33.096 | 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-03-14 21:15:33.139 | 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-03-14 21:15:33.150 | 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-03-14 21:15:33.151 | 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-03-14 21:15:33.167 | 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-03-14 21:15:33.168 | 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-03-14 21:15:33.169 | 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-03-14 21:15:33.170 | 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-03-14 21:15:33.171 | 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-03-14 21:15:33.172 | 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-03-14 21:15:33.172 | 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-03-14 21:15:33.233 | 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-03-14 21:15:33.234 | 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-03-14 21:15:33.235 | 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-03-14 21:15:33.245 | 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-03-14 21:15:33.287 | 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-03-14 21:15:33.288 | 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-03-14 21:15:33.310 | 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-03-14 21:15:33.383 | 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-03-14 21:15:33.473 | 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-03-14 21:15:33.585 | 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-03-14 21:15:34.137 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-03-14 21:15:34.171 | Attempting uninstall: Babel 2024-03-14 21:15:34.173 | Found existing installation: Babel 2.8.0 2024-03-14 21:15:34.174 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-03-14 21:15:34.174 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-03-14 21:15:34.562 | Running setup.py develop for networking-nsxv3 2024-03-14 21:15:35.380 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-03-14 21:15:35.381 | 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-03-14 21:15:35.507 | ++ inc/python:pip_install:196 : result=0 2024-03-14 21:15:35.509 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:15:35.511 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:15:35.513 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:35.515 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:35.516 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:15:35.518 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:35.520 | ++ functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:15:35.522 | ++ functions-common:time_stop:2442 : start_time=1710450930600 2024-03-14 21:15:35.524 | ++ functions-common:time_stop:2444 : [[ -z 1710450930600 ]] 2024-03-14 21:15:35.526 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:35.529 | ++ functions-common:time_stop:2447 : end_time=1710450935527 2024-03-14 21:15:35.531 | ++ functions-common:time_stop:2448 : elapsed_time=4927 2024-03-14 21:15:35.533 | ++ functions-common:time_stop:2449 : total=86936 2024-03-14 21:15:35.535 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:35.537 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91863 2024-03-14 21:15:35.539 | ++ inc/python:pip_install:199 : return 0 2024-03-14 21:15:35.541 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:15:35.543 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-03-14 21:15:35.545 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-03-14 21:15:35.559 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-03-14 21:15:35.569 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-03-14 21:15:35.571 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-03-14 21:15:35.573 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:15:35.575 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:15:35.577 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-03-14 21:15:35.579 | ++ inc/python:use_library_from_git:249 : return 1 2024-03-14 21:15:35.581 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-03-14 21:15:35.583 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-03-14 21:15:35.585 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:15:35.586 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:15:35.588 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-03-14 21:15:35.590 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:15:35.592 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-03-14 21:15:35.594 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-03-14 21:15:35.596 | + inc/python:pip_install_gr:77 : local clean_name 2024-03-14 21:15:35.599 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-03-14 21:15:35.601 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-03-14 21:15:35.603 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-03-14 21:15:35.607 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:15:35.607 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-03-14 21:15:35.611 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-03-14 21:15:35.613 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-03-14 21:15:35.615 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-03-14 21:15:35.617 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-03-14 21:15:35.619 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-03-14 21:15:35.635 | Using python 3.10 to install python-openstackclient 2024-03-14 21:15:35.637 | + 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-03-14 21:15:36.712 | Collecting python-openstackclient 2024-03-14 21:15:36.720 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-03-14 21:15:36.739 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-03-14 21:15:36.739 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-03-14 21:15:36.740 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-03-14 21:15:36.741 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-03-14 21:15:36.742 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-03-14 21:15:36.743 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-03-14 21:15:36.743 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-03-14 21:15:36.744 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-03-14 21:15:36.745 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-03-14 21:15:36.746 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-03-14 21:15:36.746 | 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-03-14 21:15:36.751 | 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-03-14 21:15:36.752 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-03-14 21:15:36.753 | 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-03-14 21:15:36.754 | 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-03-14 21:15:36.755 | 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-03-14 21:15:36.766 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-03-14 21:15:36.766 | 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-03-14 21:15:36.767 | 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-03-14 21:15:36.768 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-03-14 21:15:36.769 | 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-03-14 21:15:36.770 | 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-03-14 21:15:36.771 | 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-03-14 21:15:36.771 | 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-03-14 21:15:36.772 | 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-03-14 21:15:36.773 | 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-03-14 21:15:36.779 | 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-03-14 21:15:36.787 | 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-03-14 21:15:36.788 | 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-03-14 21:15:36.789 | 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-03-14 21:15:36.789 | 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-03-14 21:15:36.790 | 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-03-14 21:15:36.798 | 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-03-14 21:15:36.807 | 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-03-14 21:15:36.808 | 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-03-14 21:15:36.810 | 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-03-14 21:15:36.868 | 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-03-14 21:15:36.869 | 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-03-14 21:15:36.870 | 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-03-14 21:15:36.888 | 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-03-14 21:15:36.893 | 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-03-14 21:15:36.918 | 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-03-14 21:15:36.976 | 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-03-14 21:15:36.982 | 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-03-14 21:15:37.014 | 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-03-14 21:15:37.014 | 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-03-14 21:15:37.015 | 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-03-14 21:15:37.016 | 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-03-14 21:15:37.062 | 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-03-14 21:15:37.943 | Installing collected packages: python-openstackclient 2024-03-14 21:15:38.816 | Successfully installed python-openstackclient-6.2.0 2024-03-14 21:15:38.816 | 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-03-14 21:15:38.939 | + inc/python:pip_install:196 : result=0 2024-03-14 21:15:38.942 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:15:38.944 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:38.946 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:38.947 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:38.949 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:38.951 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:38.953 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:15:38.955 | + functions-common:time_stop:2442 : start_time=1710450935631 2024-03-14 21:15:38.957 | + functions-common:time_stop:2444 : [[ -z 1710450935631 ]] 2024-03-14 21:15:38.959 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:38.962 | + functions-common:time_stop:2447 : end_time=1710450938960 2024-03-14 21:15:38.964 | + functions-common:time_stop:2448 : elapsed_time=3329 2024-03-14 21:15:38.966 | + functions-common:time_stop:2449 : total=91863 2024-03-14 21:15:38.968 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:38.970 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95192 2024-03-14 21:15:38.972 | + inc/python:pip_install:199 : return 0 2024-03-14 21:15:38.974 | + stack.sh:main:1007 : install_oscwrap 2024-03-14 21:15:38.976 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-03-14 21:15:38.980 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.SWTz7QPQQB 2024-03-14 21:15:38.982 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-03-14 21:15:38.984 | + functions-common:install_oscwrap:2486 : unalias -a 2024-03-14 21:15:38.986 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-03-14 21:15:38.988 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-03-14 21:15:38.990 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-14 21:15:38.991 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-03-14 21:15:39.006 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:39.008 | + stack.sh:main:1061 : configure_database 2024-03-14 21:15:39.010 | + lib/database:configure_database:128 : configure_database_mysql 2024-03-14 21:15:39.012 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-03-14 21:15:39.013 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-03-14 21:15:39.015 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:15:39.017 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-03-14 21:15:39.019 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-03-14 21:15:39.020 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:39.022 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:39.024 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-03-14 21:15:39.026 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-03-14 21:15:39.028 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-03-14 21:15:39.029 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-03-14 21:15:39.032 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-03-14 21:15:39.082 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-03-14 21:15:39.083 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-03-14 21:15:39.085 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-03-14 21:15:39.087 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-03-14 21:15:39.088 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-03-14 21:15:39.090 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-14 21:15:39.092 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-14 21:15:39.094 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-03-14 21:15:39.096 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-03-14 21:15:39.098 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-03-14 21:15:39.099 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-03-14 21:15:39.103 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-03-14 21:15:39.105 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-03-14 21:15:39.110 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-03-14 21:15:39.112 | + functions-common:is_suse:544 : is_opensuse 2024-03-14 21:15:39.114 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-03-14 21:15:39.116 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-03-14 21:15:39.118 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-03-14 21:15:39.120 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-03-14 21:15:39.121 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-03-14 21:15:39.124 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-03-14 21:15:39.125 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:39.127 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:39.129 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-03-14 21:15:39.131 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:15:39.132 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-03-14 21:15:39.606 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-03-14 21:15:39.608 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:39.610 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:39.612 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-03-14 21:15:39.615 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-03-14 21:15:39.617 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-03-14 21:15:39.619 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:39.620 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:39.622 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-03-14 21:15:39.625 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-03-14 21:15:39.627 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-03-14 21:15:39.628 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:39.630 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:39.632 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-03-14 21:15:39.634 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-03-14 21:15:39.636 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-03-14 21:15:39.640 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-03-14 21:15:39.659 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-03-14 21:15:39.662 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:15:39.664 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:15:39.666 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-03-14 21:15:39.668 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-03-14 21:15:39.671 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-03-14 21:15:39.723 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-03-14 21:15:39.771 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-03-14 21:15:39.813 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:39.815 | + lib/databases/mysql:configure_database_mysql:166 : [[ True == \T\r\u\e ]] 2024-03-14 21:15:39.816 | + lib/databases/mysql:configure_database_mysql:167 : echo 'enabling MySQL performance counting' 2024-03-14 21:15:39.816 | enabling MySQL performance counting 2024-03-14 21:15:39.818 | + lib/databases/mysql:configure_database_mysql:170 : pip_install /opt/stack/devstack/tools/dbcounter 2024-03-14 21:15:39.835 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-03-14 21:15:39.837 | + 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-03-14 21:15:40.796 | Processing ./tools/dbcounter 2024-03-14 21:15:41.150 | Installing build dependencies: started 2024-03-14 21:15:47.088 | Installing build dependencies: finished with status 'done' 2024-03-14 21:15:47.088 | Getting requirements to build wheel: started 2024-03-14 21:15:47.292 | Getting requirements to build wheel: finished with status 'done' 2024-03-14 21:15:47.405 | Installing backend dependencies: started 2024-03-14 21:15:50.364 | Installing backend dependencies: finished with status 'done' 2024-03-14 21:15:50.367 | Preparing metadata (pyproject.toml): started 2024-03-14 21:15:50.587 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-14 21:15:50.590 | Building wheels for collected packages: dbcounter 2024-03-14 21:15:50.591 | Building wheel for dbcounter (pyproject.toml): started 2024-03-14 21:15:50.824 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-03-14 21:15:50.825 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3217 sha256=0636a94357662386f7a701a531c8e081c572075eaefc0f7297405c9ab2fb9136 2024-03-14 21:15:50.826 | Stored in directory: /tmp/pip-ephem-wheel-cache-ihj6xqk5/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-03-14 21:15:50.828 | Successfully built dbcounter 2024-03-14 21:15:51.814 | ++ inc/async:async_inner:64 : rc=0 2024-03-14 21:15:51.832 | [28262 Async install_tempest:28262]: finished successfully 2024-03-14 21:15:51.883 | Installing collected packages: dbcounter 2024-03-14 21:15:51.926 | Successfully installed dbcounter-0.1 2024-03-14 21:15:51.926 | 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-03-14 21:15:52.039 | + inc/python:pip_install:196 : result=0 2024-03-14 21:15:52.041 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:15:52.043 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:52.045 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:52.047 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:52.049 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:52.050 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:52.052 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:15:52.054 | + functions-common:time_stop:2442 : start_time=1710450939831 2024-03-14 21:15:52.056 | + functions-common:time_stop:2444 : [[ -z 1710450939831 ]] 2024-03-14 21:15:52.058 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:52.061 | + functions-common:time_stop:2447 : end_time=1710450952059 2024-03-14 21:15:52.063 | + functions-common:time_stop:2448 : elapsed_time=12228 2024-03-14 21:15:52.065 | + functions-common:time_stop:2449 : total=95192 2024-03-14 21:15:52.067 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:52.069 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=107420 2024-03-14 21:15:52.071 | + inc/python:pip_install:199 : return 0 2024-03-14 21:15:52.072 | + lib/databases/mysql:configure_database_mysql:173 : recreate_database stats 2024-03-14 21:15:52.074 | + lib/database:recreate_database:112 : local db=stats 2024-03-14 21:15:52.076 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-03-14 21:15:52.078 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2024-03-14 21:15:52.080 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-03-14 21:15:52.089 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-03-14 21:15:52.097 | + 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-03-14 21:15:52.097 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-03-14 21:15:52.118 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:52.120 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-03-14 21:15:52.122 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:15:52.124 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-03-14 21:15:52.576 | + stack.sh:main:1065 : save_stackenv 1065 2024-03-14 21:15:52.577 | + functions-common:save_stackenv:60 : local tag=1065 2024-03-14 21:15:52.580 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-14 21:15:52.584 | + functions-common:save_stackenv:62 : time_stamp=2024-03-14-211552 2024-03-14 21:15:52.587 | + functions-common:save_stackenv:63 : echo '# 2024-03-14-211552 1065' 2024-03-14 21:15:52.589 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.591 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-14 21:15:52.593 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.595 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-14 21:15:52.597 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.599 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-14 21:15:52.600 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.602 | + 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-14 21:15:52.604 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.606 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-14 21:15:52.608 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.610 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-14 21:15:52.612 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.613 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-14-211137 2024-03-14 21:15:52.615 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.617 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-14 21:15:52.619 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.621 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-14 21:15:52.623 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.625 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-14 21:15:52.627 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.629 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-14 21:15:52.630 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.632 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-14 21:15:52.634 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.636 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-14 21:15:52.638 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.640 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-14 21:15:52.641 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:15:52.644 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-14 21:15:52.645 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-03-14 21:15:52.647 | + stack.sh:main:1091 : start_dstat 2024-03-14 21:15:52.649 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-03-14 21:15:52.651 | + functions-common:run_process:1689 : local service=dstat 2024-03-14 21:15:52.653 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-03-14 21:15:52.655 | + functions-common:run_process:1691 : local group= 2024-03-14 21:15:52.656 | + functions-common:run_process:1692 : local user= 2024-03-14 21:15:52.658 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:15:52.660 | + functions-common:run_process:1695 : local name=dstat 2024-03-14 21:15:52.662 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:15:52.664 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:15:52.666 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:52.668 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:52.670 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:52.673 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450952671 2024-03-14 21:15:52.676 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-03-14 21:15:52.690 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:52.692 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:15:52.694 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:52.696 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:52.698 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:52.700 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:52.702 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:52.704 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:15:52.706 | + functions-common:time_stop:2442 : start_time=1710450952671 2024-03-14 21:15:52.708 | + functions-common:time_stop:2444 : [[ -z 1710450952671 ]] 2024-03-14 21:15:52.711 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:52.714 | + functions-common:time_stop:2447 : end_time=1710450952712 2024-03-14 21:15:52.716 | + functions-common:time_stop:2448 : elapsed_time=41 2024-03-14 21:15:52.717 | + functions-common:time_stop:2449 : total=0 2024-03-14 21:15:52.720 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:52.722 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41 2024-03-14 21:15:52.724 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-03-14 21:15:52.726 | + functions-common:run_process:1689 : local service=memory_tracker 2024-03-14 21:15:52.728 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-03-14 21:15:52.730 | + functions-common:run_process:1691 : local group= 2024-03-14 21:15:52.732 | + functions-common:run_process:1692 : local user=root 2024-03-14 21:15:52.735 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:15:52.737 | + functions-common:run_process:1695 : local name=memory_tracker 2024-03-14 21:15:52.739 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:15:52.741 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:15:52.742 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:52.744 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:52.747 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:52.750 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450952748 2024-03-14 21:15:52.752 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-03-14 21:15:52.766 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:52.768 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:15:52.770 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:52.772 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:52.774 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:52.776 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:52.777 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:52.780 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:15:52.781 | + functions-common:time_stop:2442 : start_time=1710450952748 2024-03-14 21:15:52.783 | + functions-common:time_stop:2444 : [[ -z 1710450952748 ]] 2024-03-14 21:15:52.785 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:52.789 | + functions-common:time_stop:2447 : end_time=1710450952787 2024-03-14 21:15:52.791 | + functions-common:time_stop:2448 : elapsed_time=39 2024-03-14 21:15:52.793 | + functions-common:time_stop:2449 : total=41 2024-03-14 21:15:52.795 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:52.797 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80 2024-03-14 21:15:52.799 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-03-14 21:15:52.813 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:52.815 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-03-14 21:15:52.817 | + functions-common:run_process:1689 : local service=file_tracker 2024-03-14 21:15:52.819 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-03-14 21:15:52.821 | + functions-common:run_process:1691 : local group= 2024-03-14 21:15:52.824 | + functions-common:run_process:1692 : local user= 2024-03-14 21:15:52.826 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:15:52.828 | + functions-common:run_process:1695 : local name=file_tracker 2024-03-14 21:15:52.830 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:15:52.832 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:15:52.834 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:52.836 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:52.838 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:52.842 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450952839 2024-03-14 21:15:52.844 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-03-14 21:15:52.857 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:52.859 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:15:52.861 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:52.863 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:52.865 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:52.867 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:52.868 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:52.870 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:15:52.872 | + functions-common:time_stop:2442 : start_time=1710450952839 2024-03-14 21:15:52.874 | + functions-common:time_stop:2444 : [[ -z 1710450952839 ]] 2024-03-14 21:15:52.876 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:52.880 | + functions-common:time_stop:2447 : end_time=1710450952878 2024-03-14 21:15:52.881 | + functions-common:time_stop:2448 : elapsed_time=39 2024-03-14 21:15:52.884 | + functions-common:time_stop:2449 : total=80 2024-03-14 21:15:52.886 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:52.888 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=119 2024-03-14 21:15:52.889 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-03-14 21:15:52.903 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:52.905 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-03-14 21:15:52.918 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:52.920 | + stack.sh:main:1104 : start_etcd3 2024-03-14 21:15:52.922 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-03-14 21:15:52.924 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-03-14 21:15:52.926 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-03-14 21:15:52.928 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-03-14 21:15:52.930 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-03-14 21:15:52.932 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-03-14 21:15:52.934 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-03-14 21:15:52.936 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-03-14 21:15:52.938 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-03-14 21:15:52.940 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-03-14 21:15:52.942 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-03-14 21:15:52.944 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-03-14 21:15:52.946 | + 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-03-14 21:15:52.948 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-03-14 21:15:52.950 | + 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-03-14 21:15:52.952 | + functions-common:write_user_unit_file:1560 : local group= 2024-03-14 21:15:52.953 | + functions-common:write_user_unit_file:1561 : local user=root 2024-03-14 21:15:52.955 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-03-14 21:15:52.957 | + functions-common:write_user_unit_file:1563 : local extra= 2024-03-14 21:15:52.959 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-03-14 21:15:52.961 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-03-14 21:15:52.963 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-03-14 21:15:52.966 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-03-14 21:15:53.015 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-03-14 21:15:53.063 | + 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-03-14 21:15:53.105 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-03-14 21:15:53.147 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-03-14 21:15:53.187 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:15:53.227 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-03-14 21:15:53.229 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-03-14 21:15:53.231 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-03-14 21:15:53.279 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-03-14 21:15:53.637 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-03-14 21:15:53.680 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-03-14 21:15:53.723 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-03-14 21:15:53.766 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-03-14 21:15:53.808 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-03-14 21:15:53.810 | ++ functions-common:is_arch:507 : uname -m 2024-03-14 21:15:53.814 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-03-14 21:15:53.816 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-03-14 21:15:54.161 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-03-14 21:15:54.171 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-03-14 21:15:54.497 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-03-14 21:15:55.385 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-03-14 21:15:55.400 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:55.401 | + stack.sh:main:1115 : write_clouds_yaml 2024-03-14 21:15:55.404 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-03-14 21:15:55.406 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-03-14 21:15:55.410 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-03-14 21:15:55.419 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-03-14 21:15:55.428 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-03-14 21:15:55.430 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-14 21:15:55.432 | + 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-03-14 21:15:55.475 | The user clouds.yaml file didn't exist. 2024-03-14 21:15:55.483 | + 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-03-14 21:15:55.535 | + 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-03-14 21:15:55.588 | + 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-03-14 21:15:55.644 | + 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-03-14 21:15:55.703 | + 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-03-14 21:15:55.762 | + 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-03-14 21:15:55.821 | + 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-03-14 21:15:55.883 | + 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-03-14 21:15:55.948 | + 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-03-14 21:15:56.014 | + functions-common:write_clouds_yaml:198 : cat 2024-03-14 21:15:56.018 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-03-14 21:15:56.021 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-03-14 21:15:56.023 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-03-14 21:15:56.027 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-03-14 21:15:56.029 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-03-14 21:15:56.031 | + stack.sh:main:1118 : is_service_enabled keystone 2024-03-14 21:15:56.044 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:15:56.046 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-03-14 21:15:56.048 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:15:56.050 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-03-14 21:15:56.052 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-03-14 21:15:56.054 | + stack.sh:main:1122 : init_keystone 2024-03-14 21:15:56.056 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-03-14 21:15:56.068 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:15:56.069 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-03-14 21:15:56.072 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-03-14 21:15:56.073 | + lib/database:recreate_database:112 : local db=keystone 2024-03-14 21:15:56.075 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-03-14 21:15:56.077 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-03-14 21:15:56.079 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-03-14 21:15:56.088 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-03-14 21:15:56.097 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-03-14 21:15:56.099 | + functions-common:time_start:2421 : local name=dbsync 2024-03-14 21:15:56.100 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:15:56.102 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:15:56.105 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:15:56.108 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450956106 2024-03-14 21:15:56.110 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-03-14 21:15:57.888 | INFO dbcounter [-] Registered counter for database keystone 2024-03-14 21:15:57.897 | 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=30737) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:15:57.900 | DEBUG dbcounter [-] [30737] Writer thread running {{(pid=30737) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:15:57.902 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:15:57.902 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:15:57.903 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-03-14 21:15:57.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.904 | 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=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.904 | 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=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.904 | 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=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-03-14 21:15:57.905 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=30737) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-03-14 21:15:57.916 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:15:57.917 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:15:57.943 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-03-14 21:15:58.497 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30737) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-03-14 21:15:58.497 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-03-14 21:15:58.498 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30737) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:15:58.499 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-03-14 21:15:58.500 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30737) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-03-14 21:15:58.760 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-03-14 21:15:58.762 | + functions-common:time_stop:2435 : local name 2024-03-14 21:15:58.765 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:15:58.767 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:15:58.769 | + functions-common:time_stop:2438 : local total 2024-03-14 21:15:58.771 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:15:58.772 | + functions-common:time_stop:2441 : name=dbsync 2024-03-14 21:15:58.774 | + functions-common:time_stop:2442 : start_time=1710450956106 2024-03-14 21:15:58.776 | + functions-common:time_stop:2444 : [[ -z 1710450956106 ]] 2024-03-14 21:15:58.779 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:15:58.782 | + functions-common:time_stop:2447 : end_time=1710450958780 2024-03-14 21:15:58.784 | + functions-common:time_stop:2448 : elapsed_time=2674 2024-03-14 21:15:58.786 | + functions-common:time_stop:2449 : total=0 2024-03-14 21:15:58.788 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:15:58.790 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2674 2024-03-14 21:15:58.792 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-03-14 21:15:58.793 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-03-14 21:15:58.797 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-03-14 21:16:00.410 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-03-14 21:16:00.412 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-03-14 21:16:00.412 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-03-14 21:16:00.412 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-03-14 21:16:00.413 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-03-14 21:16:00.413 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-03-14 21:16:00.413 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-03-14 21:16:00.413 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-03-14 21:16:00.416 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-03-14 21:16:00.704 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-03-14 21:16:00.708 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-03-14 21:16:02.310 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-03-14 21:16:02.310 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-03-14 21:16:02.310 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-03-14 21:16:02.311 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-03-14 21:16:02.311 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-03-14 21:16:02.311 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-03-14 21:16:02.311 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-03-14 21:16:02.311 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-03-14 21:16:02.311 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-03-14 21:16:02.551 | + stack.sh:main:1123 : start_keystone 2024-03-14 21:16:02.553 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-03-14 21:16:02.555 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-03-14 21:16:02.557 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-03-14 21:16:02.569 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:16:02.572 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-03-14 21:16:02.574 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-03-14 21:16:02.577 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-03-14 21:16:02.580 | + functions-common:run_process:1689 : local service=keystone 2024-03-14 21:16:02.581 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-14 21:16:02.583 | + functions-common:run_process:1691 : local group= 2024-03-14 21:16:02.585 | + functions-common:run_process:1692 : local user= 2024-03-14 21:16:02.587 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:16:02.589 | + functions-common:run_process:1695 : local name=keystone 2024-03-14 21:16:02.591 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:16:02.592 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:16:02.594 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:16:02.596 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:16:02.598 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:16:02.602 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450962600 2024-03-14 21:16:02.604 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-03-14 21:16:02.616 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:16:02.617 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-03-14 21:16:02.619 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-03-14 21:16:02.621 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-14 21:16:02.622 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-14 21:16:02.624 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-14 21:16:02.626 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-14 21:16:02.628 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-03-14 21:16:02.630 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-03-14 21:16:02.632 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-03-14 21:16:02.633 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:16:02.635 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:16:02.637 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:16:02.639 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:16:02.641 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-03-14 21:16:02.643 | + 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-03-14 21:16:02.644 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-03-14 21:16:02.646 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-14 21:16:02.647 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-03-14 21:16:02.649 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-03-14 21:16:02.651 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-03-14 21:16:02.652 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-03-14 21:16:02.654 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-03-14 21:16:02.657 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-03-14 21:16:02.711 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-03-14 21:16:02.764 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-03-14 21:16:02.807 | + 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-03-14 21:16:02.850 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:16:02.891 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-03-14 21:16:02.932 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-03-14 21:16:02.974 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-03-14 21:16:03.015 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-03-14 21:16:03.054 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-03-14 21:16:03.095 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-03-14 21:16:03.097 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-03-14 21:16:03.099 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-03-14 21:16:03.147 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-03-14 21:16:03.473 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-03-14 21:16:03.515 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-03-14 21:16:03.811 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-03-14 21:16:03.918 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:16:03.920 | + functions-common:time_stop:2435 : local name 2024-03-14 21:16:03.922 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:16:03.924 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:16:03.926 | + functions-common:time_stop:2438 : local total 2024-03-14 21:16:03.927 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:16:03.929 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:16:03.931 | + functions-common:time_stop:2442 : start_time=1710450962600 2024-03-14 21:16:03.933 | + functions-common:time_stop:2444 : [[ -z 1710450962600 ]] 2024-03-14 21:16:03.935 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:16:03.938 | + functions-common:time_stop:2447 : end_time=1710450963936 2024-03-14 21:16:03.940 | + functions-common:time_stop:2448 : elapsed_time=1336 2024-03-14 21:16:03.942 | + functions-common:time_stop:2449 : total=119 2024-03-14 21:16:03.944 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:16:03.946 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1455 2024-03-14 21:16:03.948 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-03-14 21:16:03.948 | Waiting for keystone to start... 2024-03-14 21:16:03.950 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-03-14 21:16:03.952 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-03-14 21:16:03.954 | + functions:wait_for_service:468 : local timeout=60 2024-03-14 21:16:03.956 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-03-14 21:16:03.958 | + functions:wait_for_service:470 : local rval=0 2024-03-14 21:16:03.959 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-14 21:16:03.961 | + functions-common:time_start:2421 : local name=wait_for_service 2024-03-14 21:16:03.963 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:16:03.965 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:16:03.967 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:16:03.971 | + functions-common:time_start:2426 : _TIME_START[$name]=1710450963969 2024-03-14 21:16:03.973 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-14 21:16:03.976 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-03-14 21:16:06.331 | + :: : [[ 200 == 503 ]] 2024-03-14 21:16:06.332 | + :: : [[ 0 -eq 7 ]] 2024-03-14 21:16:06.335 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-14 21:16:06.337 | + functions-common:time_stop:2435 : local name 2024-03-14 21:16:06.339 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:16:06.340 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:16:06.342 | + functions-common:time_stop:2438 : local total 2024-03-14 21:16:06.344 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:16:06.345 | + functions-common:time_stop:2441 : name=wait_for_service 2024-03-14 21:16:06.347 | + functions-common:time_stop:2442 : start_time=1710450963969 2024-03-14 21:16:06.349 | + functions-common:time_stop:2444 : [[ -z 1710450963969 ]] 2024-03-14 21:16:06.352 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:16:06.355 | + functions-common:time_stop:2447 : end_time=1710450966353 2024-03-14 21:16:06.357 | + functions-common:time_stop:2448 : elapsed_time=2384 2024-03-14 21:16:06.359 | + functions-common:time_stop:2449 : total=0 2024-03-14 21:16:06.361 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:16:06.364 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2384 2024-03-14 21:16:06.365 | + functions:wait_for_service:478 : return 0 2024-03-14 21:16:06.367 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-03-14 21:16:06.381 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:16:06.383 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-03-14 21:16:06.385 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:16:06.387 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-03-14 21:16:07.109 | + stack.sh:main:1124 : bootstrap_keystone 2024-03-14 21:16:07.111 | + 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-03-14 21:16:08.768 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.768 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.769 | 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=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.772 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.780 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.780 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.796 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.811 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.811 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.920 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.927 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.932 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.933 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.933 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.933 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.933 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.933 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31503) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-14 21:16:08.964 | INFO dbcounter [-] Registered counter for database keystone 2024-03-14 21:16:08.972 | 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=31503) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:16:08.976 | DEBUG dbcounter [-] [31503] Writer thread running {{(pid=31503) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:16:09.068 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created domain default 2024-03-14 21:16:09.091 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created project admin 2024-03-14 21:16:09.105 | WARNING keystone.common.password_hashing [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-03-14 21:16:09.106 | DEBUG passlib.handlers.bcrypt [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=31503) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-03-14 21:16:09.106 | DEBUG passlib.handlers.bcrypt [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=31503) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-03-14 21:16:09.141 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created user admin 2024-03-14 21:16:09.147 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created role reader 2024-03-14 21:16:09.163 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created role member 2024-03-14 21:16:09.174 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created implied role where 4c04131455fd423ca02fb84baec5f376 implies 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:09.178 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created role admin 2024-03-14 21:16:09.186 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created implied role where f6db482f08ac473abf2c2c3d781ccce7 implies 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:09.194 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Granted role admin on project admin to user admin. 2024-03-14 21:16:09.197 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Granted role admin on the system to user admin. 2024-03-14 21:16:09.202 | WARNING py.warnings [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 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-03-14 21:16:09.202 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-03-14 21:16:09.202 |  2024-03-14 21:16:09.204 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created region RegionOne 2024-03-14 21:16:09.219 | INFO keystone.cmd.bootstrap [None req-4124db06-3e53-4c4f-a487-7db639e8cdf9 None None] Created public endpoint http://10.180.1.21/identity 2024-03-14 21:16:09.531 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-03-14 21:16:09.533 | + stack.sh:main:1127 : create_keystone_accounts 2024-03-14 21:16:09.536 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-03-14 21:16:09.538 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-03-14 21:16:11.170 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:11.173 | + lib/keystone:create_keystone_accounts:315 : admin_project=25d665ad6806416b8fafc47324d01123 2024-03-14 21:16:11.175 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-03-14 21:16:11.177 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-03-14 21:16:12.384 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:12.387 | + lib/keystone:create_keystone_accounts:317 : admin_user=1c2e7c832a5947daa2c2c38e51b3e53f 2024-03-14 21:16:12.388 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-03-14 21:16:12.390 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-03-14 21:16:12.392 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-03-14 21:16:12.394 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 1c2e7c832a5947daa2c2c38e51b3e53f default 2024-03-14 21:16:12.439 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 1c2e7c832a5947daa2c2c38e51b3e53f default 2024-03-14 21:16:12.468 | [4746 Async ks-domain-role:31632]: running: get_or_add_user_domain_role admin 1c2e7c832a5947daa2c2c38e51b3e53f default 2024-03-14 21:16:12.470 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-03-14 21:16:12.471 | + functions-common:get_or_create_domain:895 : local domain_id 2024-03-14 21:16:12.474 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-03-14 21:16:13.991 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:13.994 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-03-14 21:16:13.995 | + functions-common:get_or_create_domain:901 : echo default 2024-03-14 21:16:13.996 | default 2024-03-14 21:16:13.997 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-03-14 21:16:14.044 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-03-14 21:16:14.074 | [4746 Async ks-project:31744]: running: get_or_create_project service Default 2024-03-14 21:16:14.076 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-03-14 21:16:14.122 | + inc/async:async_inner:63 : get_or_create_role service 2024-03-14 21:16:14.152 | [4746 Async ks-service:31838]: running: get_or_create_role service 2024-03-14 21:16:14.154 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-03-14 21:16:14.219 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-03-14 21:16:14.251 | [4746 Async ks-reseller:31939]: running: get_or_create_role ResellerAdmin 2024-03-14 21:16:14.253 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-03-14 21:16:14.255 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-03-14 21:16:14.301 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-03-14 21:16:14.331 | [4746 Async ks-anotherrole:32048]: running: get_or_create_role anotherrole 2024-03-14 21:16:14.333 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-03-14 21:16:14.335 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-03-14 21:16:14.337 | ++ functions-common:get_or_create_project:945 : local project_id 2024-03-14 21:16:14.339 | +++ 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-03-14 21:16:15.605 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:15.626 | [31838 Async ks-service:31838]: finished successfully 2024-03-14 21:16:15.714 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:15.734 | [31744 Async ks-project:31744]: finished successfully 2024-03-14 21:16:15.819 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:15.839 | [31939 Async ks-reseller:31939]: finished successfully 2024-03-14 21:16:16.036 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:16.056 | [32048 Async ks-anotherrole:32048]: finished successfully 2024-03-14 21:16:16.077 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:16.079 | ++ functions-common:get_or_create_project:951 : project_id=5b26139f244a490498e3462415edd963 2024-03-14 21:16:16.081 | ++ functions-common:get_or_create_project:952 : echo 5b26139f244a490498e3462415edd963 2024-03-14 21:16:16.083 | + lib/keystone:create_keystone_accounts:345 : invis_project=5b26139f244a490498e3462415edd963 2024-03-14 21:16:16.086 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-03-14 21:16:16.088 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-03-14 21:16:16.090 | ++ functions-common:get_or_create_project:945 : local project_id 2024-03-14 21:16:16.093 | +++ 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-03-14 21:16:16.125 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:16.145 | [31632 Async ks-domain-role:31632]: finished successfully 2024-03-14 21:16:17.491 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:17.493 | ++ functions-common:get_or_create_project:951 : project_id=765bdf70ec86423586227997078d2f43 2024-03-14 21:16:17.495 | ++ functions-common:get_or_create_project:952 : echo 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:17.497 | + lib/keystone:create_keystone_accounts:349 : demo_project=765bdf70ec86423586227997078d2f43 2024-03-14 21:16:17.499 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-03-14 21:16:17.501 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-03-14 21:16:17.503 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:17.505 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-03-14 21:16:17.507 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-03-14 21:16:17.510 | +++ 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-03-14 21:16:18.878 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:18.881 | ++ functions-common:get_or_create_user:938 : user_id=2f21928bc6fc458d9e4e50826e1aceb6 2024-03-14 21:16:18.882 | ++ functions-common:get_or_create_user:939 : echo 2f21928bc6fc458d9e4e50826e1aceb6 2024-03-14 21:16:18.885 | + lib/keystone:create_keystone_accounts:352 : demo_user=2f21928bc6fc458d9e4e50826e1aceb6 2024-03-14 21:16:18.887 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-03-14 21:16:18.922 | [4746 Async ks-domain-role:31632]: Waiting for completion of get_or_add_user_domain_role admin 1c2e7c832a5947daa2c2c38e51b3e53f default running on PID 31632 (6 other jobs running) 2024-03-14 21:16:18.940 | [4746 Async ks-domain-role:31632]: Signaling child to exit 2024-03-14 21:16:18.940 | WAKEUP 2024-03-14 21:16:18.956 | [4746 Async ks-domain-role:31632]: Signaled 2024-03-14 21:16:18.957 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-03-14 21:16:18.957 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 1c2e7c832a5947daa2c2c38e51b3e53f --domain default 2024-03-14 21:16:18.957 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1c2e7c832a5947daa2c2c38e51b3e53f --domain default -c Role -f value 2024-03-14 21:16:18.957 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:18.957 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:18.957 | + functions-common:get_or_add_user_domain_role:1022 : echo f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:18.957 | f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:18.987 | [4746 Async ks-domain-role:31632]: finished get_or_add_user_domain_role admin 1c2e7c832a5947daa2c2c38e51b3e53f default with result 0 in 3 seconds 2024-03-14 21:16:18.992 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-03-14 21:16:19.017 | [4746 Async ks-project:31744]: Waiting for completion of get_or_create_project service Default running on PID 31744 (5 other jobs running) 2024-03-14 21:16:19.034 | [4746 Async ks-project:31744]: Signaling child to exit 2024-03-14 21:16:19.034 | WAKEUP 2024-03-14 21:16:19.050 | [4746 Async ks-project:31744]: Signaled 2024-03-14 21:16:19.050 | + functions-common:get_or_create_project:945 : local project_id 2024-03-14 21:16:19.050 | ++ 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-03-14 21:16:19.050 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:19.050 | + functions-common:get_or_create_project:951 : project_id=91e2794f41b949aeb806cf0c5962ad36 2024-03-14 21:16:19.050 | + functions-common:get_or_create_project:952 : echo 91e2794f41b949aeb806cf0c5962ad36 2024-03-14 21:16:19.050 | 91e2794f41b949aeb806cf0c5962ad36 2024-03-14 21:16:19.081 | [4746 Async ks-project:31744]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-03-14 21:16:19.107 | [4746 Async ks-service:31838]: Waiting for completion of get_or_create_role service running on PID 31838 (4 other jobs running) 2024-03-14 21:16:19.125 | [4746 Async ks-service:31838]: Signaling child to exit 2024-03-14 21:16:19.125 | WAKEUP 2024-03-14 21:16:19.140 | [4746 Async ks-service:31838]: Signaled 2024-03-14 21:16:19.141 | + functions-common:get_or_create_role:958 : local role_id 2024-03-14 21:16:19.141 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-03-14 21:16:19.141 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:19.141 | + functions-common:get_or_create_role:963 : role_id=532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:16:19.141 | + functions-common:get_or_create_role:964 : echo 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:16:19.141 | 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:16:19.172 | [4746 Async ks-service:31838]: finished get_or_create_role service with result 0 in 1 seconds 2024-03-14 21:16:19.198 | [4746 Async ks-reseller:31939]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31939 (3 other jobs running) 2024-03-14 21:16:19.215 | [4746 Async ks-reseller:31939]: Signaling child to exit 2024-03-14 21:16:19.216 | WAKEUP 2024-03-14 21:16:19.231 | [4746 Async ks-reseller:31939]: Signaled 2024-03-14 21:16:19.232 | + functions-common:get_or_create_role:958 : local role_id 2024-03-14 21:16:19.232 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-03-14 21:16:19.232 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:19.232 | + functions-common:get_or_create_role:963 : role_id=6e66f774a463415d855d14c449791c7e 2024-03-14 21:16:19.232 | + functions-common:get_or_create_role:964 : echo 6e66f774a463415d855d14c449791c7e 2024-03-14 21:16:19.232 | 6e66f774a463415d855d14c449791c7e 2024-03-14 21:16:19.263 | [4746 Async ks-reseller:31939]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-03-14 21:16:19.288 | [4746 Async ks-anotherrole:32048]: Waiting for completion of get_or_create_role anotherrole running on PID 32048 (2 other jobs running) 2024-03-14 21:16:19.305 | [4746 Async ks-anotherrole:32048]: Signaling child to exit 2024-03-14 21:16:19.305 | WAKEUP 2024-03-14 21:16:19.320 | [4746 Async ks-anotherrole:32048]: Signaled 2024-03-14 21:16:19.321 | + functions-common:get_or_create_role:958 : local role_id 2024-03-14 21:16:19.321 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-03-14 21:16:19.321 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:19.321 | + functions-common:get_or_create_role:963 : role_id=7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:19.321 | + functions-common:get_or_create_role:964 : echo 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:19.321 | 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:19.352 | [4746 Async ks-anotherrole:32048]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-03-14 21:16:19.355 | + inc/async:async_wait:197 : return 0 2024-03-14 21:16:19.356 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.403 | + inc/async:async_inner:63 : get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.433 | [4746 Async ks-demo-member:32934]: running: get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.435 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 1c2e7c832a5947daa2c2c38e51b3e53f 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.481 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 1c2e7c832a5947daa2c2c38e51b3e53f 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.511 | [4746 Async ks-demo-admin:33030]: running: get_or_add_user_project_role admin 1c2e7c832a5947daa2c2c38e51b3e53f 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.513 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.561 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.592 | [4746 Async ks-demo-another:33127]: running: get_or_add_user_project_role anotherrole 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:19.594 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 5b26139f244a490498e3462415edd963 2024-03-14 21:16:19.642 | + inc/async:async_inner:63 : get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 5b26139f244a490498e3462415edd963 2024-03-14 21:16:19.672 | [4746 Async ks-demo-invis:33224]: running: get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 5b26139f244a490498e3462415edd963 2024-03-14 21:16:19.674 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-03-14 21:16:19.676 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-03-14 21:16:19.678 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:19.680 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-03-14 21:16:19.682 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-03-14 21:16:19.685 | +++ 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-03-14 21:16:21.353 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:21.356 | ++ functions-common:get_or_create_user:938 : user_id=38495b0ff6f640259f646f7cab7efa3d 2024-03-14 21:16:21.358 | ++ functions-common:get_or_create_user:939 : echo 38495b0ff6f640259f646f7cab7efa3d 2024-03-14 21:16:21.361 | + lib/keystone:create_keystone_accounts:365 : demo_reader=38495b0ff6f640259f646f7cab7efa3d 2024-03-14 21:16:21.363 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 38495b0ff6f640259f646f7cab7efa3d 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:21.414 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 38495b0ff6f640259f646f7cab7efa3d 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:21.446 | [4746 Async ks-demo-reader:33379]: running: get_or_add_user_project_role reader 38495b0ff6f640259f646f7cab7efa3d 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:21.448 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-03-14 21:16:21.451 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-03-14 21:16:21.454 | ++ functions-common:get_or_create_project:945 : local project_id 2024-03-14 21:16:21.456 | +++ 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-03-14 21:16:23.083 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:23.086 | ++ functions-common:get_or_create_project:951 : project_id=898acb091d6941bd8672910d5748606b 2024-03-14 21:16:23.088 | ++ functions-common:get_or_create_project:952 : echo 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:23.089 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=898acb091d6941bd8672910d5748606b 2024-03-14 21:16:23.091 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-03-14 21:16:23.094 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-03-14 21:16:23.096 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:23.098 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-03-14 21:16:23.100 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-03-14 21:16:23.103 | +++ 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-03-14 21:16:23.803 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:23.824 | [32934 Async ks-demo-member:32934]: finished successfully 2024-03-14 21:16:23.902 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:23.921 | [33030 Async ks-demo-admin:33030]: finished successfully 2024-03-14 21:16:24.025 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:24.043 | [33127 Async ks-demo-another:33127]: finished successfully 2024-03-14 21:16:24.057 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:24.075 | [33224 Async ks-demo-invis:33224]: finished successfully 2024-03-14 21:16:24.571 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:24.573 | ++ functions-common:get_or_create_user:938 : user_id=fe5b48d0966341749c952419c5d6fde2 2024-03-14 21:16:24.575 | ++ functions-common:get_or_create_user:939 : echo fe5b48d0966341749c952419c5d6fde2 2024-03-14 21:16:24.577 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=fe5b48d0966341749c952419c5d6fde2 2024-03-14 21:16:24.579 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:24.627 | + inc/async:async_inner:63 : get_or_add_user_project_role admin fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:24.657 | [4746 Async ks-alt-admin:33787]: running: get_or_add_user_project_role admin fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:24.659 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:24.711 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:24.743 | [4746 Async ks-alt-another:33883]: running: get_or_add_user_project_role anotherrole fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:24.745 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-03-14 21:16:24.748 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-03-14 21:16:24.750 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:24.751 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-03-14 21:16:24.753 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-03-14 21:16:24.755 | +++ 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-03-14 21:16:25.337 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:25.355 | [33379 Async ks-demo-reader:33379]: finished successfully 2024-03-14 21:16:26.228 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:26.230 | ++ functions-common:get_or_create_user:938 : user_id=bb85bb5e80604f2988500a77f88dde6d 2024-03-14 21:16:26.232 | ++ functions-common:get_or_create_user:939 : echo bb85bb5e80604f2988500a77f88dde6d 2024-03-14 21:16:26.235 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=bb85bb5e80604f2988500a77f88dde6d 2024-03-14 21:16:26.237 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member bb85bb5e80604f2988500a77f88dde6d 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:26.288 | + inc/async:async_inner:63 : get_or_add_user_project_role member bb85bb5e80604f2988500a77f88dde6d 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:26.322 | [4746 Async ks-alt-member-user:34060]: running: get_or_add_user_project_role member bb85bb5e80604f2988500a77f88dde6d 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:26.325 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-03-14 21:16:26.328 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-03-14 21:16:26.330 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:26.333 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-03-14 21:16:26.335 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-03-14 21:16:26.337 | +++ 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-03-14 21:16:27.839 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:27.842 | ++ functions-common:get_or_create_user:938 : user_id=98a6ea9482bc4e559759acd58d4da663 2024-03-14 21:16:27.844 | ++ functions-common:get_or_create_user:939 : echo 98a6ea9482bc4e559759acd58d4da663 2024-03-14 21:16:27.846 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=98a6ea9482bc4e559759acd58d4da663 2024-03-14 21:16:27.848 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 98a6ea9482bc4e559759acd58d4da663 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:27.900 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 98a6ea9482bc4e559759acd58d4da663 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:27.931 | [4746 Async ks-alt-reader-user:34236]: running: get_or_add_user_project_role reader 98a6ea9482bc4e559759acd58d4da663 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:27.933 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-03-14 21:16:27.935 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:27.937 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-03-14 21:16:27.939 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-03-14 21:16:27.942 | +++ 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-03-14 21:16:28.324 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:28.342 | [33787 Async ks-alt-admin:33787]: finished successfully 2024-03-14 21:16:28.427 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:28.446 | [33883 Async ks-alt-another:33883]: finished successfully 2024-03-14 21:16:29.329 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:29.332 | ++ functions-common:get_or_create_user:938 : user_id=748c99a6b9024f4aafc9190740bda85b 2024-03-14 21:16:29.333 | ++ functions-common:get_or_create_user:939 : echo 748c99a6b9024f4aafc9190740bda85b 2024-03-14 21:16:29.336 | + lib/keystone:create_keystone_accounts:397 : system_member_user=748c99a6b9024f4aafc9190740bda85b 2024-03-14 21:16:29.338 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 748c99a6b9024f4aafc9190740bda85b all 2024-03-14 21:16:29.389 | + inc/async:async_inner:63 : get_or_add_user_system_role member 748c99a6b9024f4aafc9190740bda85b all 2024-03-14 21:16:29.420 | [4746 Async ks-system-member:34469]: running: get_or_add_user_system_role member 748c99a6b9024f4aafc9190740bda85b all 2024-03-14 21:16:29.423 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-03-14 21:16:29.425 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:16:29.427 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-03-14 21:16:29.429 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-03-14 21:16:29.431 | +++ 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-03-14 21:16:29.982 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:30.000 | [34060 Async ks-alt-member-user:34060]: finished successfully 2024-03-14 21:16:30.838 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:30.841 | ++ functions-common:get_or_create_user:938 : user_id=244e8b3792a44e8c8608af811c9f4089 2024-03-14 21:16:30.843 | ++ functions-common:get_or_create_user:939 : echo 244e8b3792a44e8c8608af811c9f4089 2024-03-14 21:16:30.845 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=244e8b3792a44e8c8608af811c9f4089 2024-03-14 21:16:30.847 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 244e8b3792a44e8c8608af811c9f4089 all 2024-03-14 21:16:30.897 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 244e8b3792a44e8c8608af811c9f4089 all 2024-03-14 21:16:30.928 | [4746 Async ks-system-reader:34677]: running: get_or_add_user_system_role reader 244e8b3792a44e8c8608af811c9f4089 all 2024-03-14 21:16:30.930 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-03-14 21:16:30.933 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-03-14 21:16:30.936 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-03-14 21:16:30.938 | ++ functions-common:get_or_create_group:908 : local group_id 2024-03-14 21:16:30.941 | +++ 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-03-14 21:16:31.351 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:31.370 | [34236 Async ks-alt-reader-user:34236]: finished successfully 2024-03-14 21:16:32.397 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:32.399 | ++ functions-common:get_or_create_group:915 : group_id=5d3780fe67b74eaaaadb512038b4a25f 2024-03-14 21:16:32.401 | ++ functions-common:get_or_create_group:916 : echo 5d3780fe67b74eaaaadb512038b4a25f 2024-03-14 21:16:32.404 | + lib/keystone:create_keystone_accounts:407 : admin_group=5d3780fe67b74eaaaadb512038b4a25f 2024-03-14 21:16:32.406 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-03-14 21:16:32.408 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-03-14 21:16:32.410 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-03-14 21:16:32.412 | ++ functions-common:get_or_create_group:908 : local group_id 2024-03-14 21:16:32.415 | +++ 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-03-14 21:16:33.801 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:33.804 | ++ functions-common:get_or_create_group:915 : group_id=e4227c54a27043788f5ef2e6b9eb4926 2024-03-14 21:16:33.806 | ++ functions-common:get_or_create_group:916 : echo e4227c54a27043788f5ef2e6b9eb4926 2024-03-14 21:16:33.808 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=e4227c54a27043788f5ef2e6b9eb4926 2024-03-14 21:16:33.810 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:33.861 | + inc/async:async_inner:63 : get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:33.890 | [4746 Async ks-group-memberdemo:34944]: running: get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:33.892 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:33.958 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:33.974 | [4746 Async ks-group-anotherdemo:35023]: running: get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:33.974 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.021 | + inc/async:async_inner:63 : get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.051 | [4746 Async ks-group-memberalt:35103]: running: get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.053 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.102 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.134 | [4746 Async ks-group-anotheralt:35183]: running: get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.137 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 5d3780fe67b74eaaaadb512038b4a25f 25d665ad6806416b8fafc47324d01123 2024-03-14 21:16:34.138 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:34.159 | [34469 Async ks-system-member:34469]: finished successfully 2024-03-14 21:16:34.191 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 5d3780fe67b74eaaaadb512038b4a25f 25d665ad6806416b8fafc47324d01123 2024-03-14 21:16:34.219 | [4746 Async ks-group-admin:35321]: running: get_or_add_group_project_role admin 5d3780fe67b74eaaaadb512038b4a25f 25d665ad6806416b8fafc47324d01123 2024-03-14 21:16:34.221 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-03-14 21:16:34.257 | [4746 Async ks-demo-member:32934]: Waiting for completion of get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 running on PID 32934 (17 other jobs running) 2024-03-14 21:16:34.274 | [4746 Async ks-demo-member:32934]: Signaling child to exit 2024-03-14 21:16:34.274 | WAKEUP 2024-03-14 21:16:34.290 | [4746 Async ks-demo-member:32934]: Signaled 2024-03-14 21:16:34.291 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.291 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.291 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.291 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.291 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.291 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.291 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.291 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.291 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.291 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 2f21928bc6fc458d9e4e50826e1aceb6 --project 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:34.291 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 2f21928bc6fc458d9e4e50826e1aceb6 --project 765bdf70ec86423586227997078d2f43 -c Role -f value 2024-03-14 21:16:34.291 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.291 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:34.291 | + functions-common:get_or_add_user_project_role:1003 : echo 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:34.291 | 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:34.322 | [4746 Async ks-demo-member:32934]: finished get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 with result 0 in 4 seconds 2024-03-14 21:16:34.348 | [4746 Async ks-demo-admin:33030]: Waiting for completion of get_or_add_user_project_role admin 1c2e7c832a5947daa2c2c38e51b3e53f 765bdf70ec86423586227997078d2f43 running on PID 33030 (16 other jobs running) 2024-03-14 21:16:34.365 | [4746 Async ks-demo-admin:33030]: Signaling child to exit 2024-03-14 21:16:34.365 | WAKEUP 2024-03-14 21:16:34.381 | [4746 Async ks-demo-admin:33030]: Signaled 2024-03-14 21:16:34.382 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.382 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.382 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.382 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.382 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.382 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.382 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.382 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.382 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.382 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 1c2e7c832a5947daa2c2c38e51b3e53f --project 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:34.382 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1c2e7c832a5947daa2c2c38e51b3e53f --project 765bdf70ec86423586227997078d2f43 -c Role -f value 2024-03-14 21:16:34.382 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.382 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:34.382 | + functions-common:get_or_add_user_project_role:1003 : echo f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:34.382 | f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:34.413 | [4746 Async ks-demo-admin:33030]: finished get_or_add_user_project_role admin 1c2e7c832a5947daa2c2c38e51b3e53f 765bdf70ec86423586227997078d2f43 with result 0 in 4 seconds 2024-03-14 21:16:34.438 | [4746 Async ks-demo-another:33127]: Waiting for completion of get_or_add_user_project_role anotherrole 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 running on PID 33127 (15 other jobs running) 2024-03-14 21:16:34.455 | [4746 Async ks-demo-another:33127]: Signaling child to exit 2024-03-14 21:16:34.455 | WAKEUP 2024-03-14 21:16:34.471 | [4746 Async ks-demo-another:33127]: Signaled 2024-03-14 21:16:34.472 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.472 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.472 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.472 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.472 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.472 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.472 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.472 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.472 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.472 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 2f21928bc6fc458d9e4e50826e1aceb6 --project 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:34.472 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 2f21928bc6fc458d9e4e50826e1aceb6 --project 765bdf70ec86423586227997078d2f43 -c Role -f value 2024-03-14 21:16:34.472 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.472 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:34.472 | + functions-common:get_or_add_user_project_role:1003 : echo 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:34.472 | 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:34.503 | [4746 Async ks-demo-another:33127]: finished get_or_add_user_project_role anotherrole 2f21928bc6fc458d9e4e50826e1aceb6 765bdf70ec86423586227997078d2f43 with result 0 in 4 seconds 2024-03-14 21:16:34.529 | [4746 Async ks-demo-invis:33224]: Waiting for completion of get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 5b26139f244a490498e3462415edd963 running on PID 33224 (14 other jobs running) 2024-03-14 21:16:34.546 | [4746 Async ks-demo-invis:33224]: Signaling child to exit 2024-03-14 21:16:34.546 | WAKEUP 2024-03-14 21:16:34.562 | [4746 Async ks-demo-invis:33224]: Signaled 2024-03-14 21:16:34.562 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.562 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.562 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.562 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.562 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.562 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.562 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.562 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.562 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.562 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 2f21928bc6fc458d9e4e50826e1aceb6 --project 5b26139f244a490498e3462415edd963 2024-03-14 21:16:34.562 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 2f21928bc6fc458d9e4e50826e1aceb6 --project 5b26139f244a490498e3462415edd963 -c Role -f value 2024-03-14 21:16:34.562 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.562 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:34.562 | + functions-common:get_or_add_user_project_role:1003 : echo 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:34.562 | 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:34.594 | [4746 Async ks-demo-invis:33224]: finished get_or_add_user_project_role member 2f21928bc6fc458d9e4e50826e1aceb6 5b26139f244a490498e3462415edd963 with result 0 in 4 seconds 2024-03-14 21:16:34.619 | [4746 Async ks-demo-reader:33379]: Waiting for completion of get_or_add_user_project_role reader 38495b0ff6f640259f646f7cab7efa3d 765bdf70ec86423586227997078d2f43 running on PID 33379 (13 other jobs running) 2024-03-14 21:16:34.635 | [4746 Async ks-demo-reader:33379]: Signaling child to exit 2024-03-14 21:16:34.636 | WAKEUP 2024-03-14 21:16:34.651 | [4746 Async ks-demo-reader:33379]: Signaled 2024-03-14 21:16:34.651 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.651 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.651 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.651 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.651 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.651 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.651 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.651 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.651 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.652 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 38495b0ff6f640259f646f7cab7efa3d --project 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:34.652 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 38495b0ff6f640259f646f7cab7efa3d --project 765bdf70ec86423586227997078d2f43 -c Role -f value 2024-03-14 21:16:34.652 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.652 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:34.652 | + functions-common:get_or_add_user_project_role:1003 : echo 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:34.652 | 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:34.682 | [4746 Async ks-demo-reader:33379]: finished get_or_add_user_project_role reader 38495b0ff6f640259f646f7cab7efa3d 765bdf70ec86423586227997078d2f43 with result 0 in 3 seconds 2024-03-14 21:16:34.685 | + inc/async:async_wait:197 : return 0 2024-03-14 21:16:34.687 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-03-14 21:16:34.723 | [4746 Async ks-alt-admin:33787]: Waiting for completion of get_or_add_user_project_role admin fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b running on PID 33787 (12 other jobs running) 2024-03-14 21:16:34.740 | [4746 Async ks-alt-admin:33787]: Signaling child to exit 2024-03-14 21:16:34.740 | WAKEUP 2024-03-14 21:16:34.756 | [4746 Async ks-alt-admin:33787]: Signaled 2024-03-14 21:16:34.756 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.756 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.756 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.756 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.756 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.756 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.756 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.756 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.756 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.756 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user fe5b48d0966341749c952419c5d6fde2 --project 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.756 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user fe5b48d0966341749c952419c5d6fde2 --project 898acb091d6941bd8672910d5748606b -c Role -f value 2024-03-14 21:16:34.756 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.756 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:34.756 | + functions-common:get_or_add_user_project_role:1003 : echo f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:34.756 | f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:34.787 | [4746 Async ks-alt-admin:33787]: finished get_or_add_user_project_role admin fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b with result 0 in 3 seconds 2024-03-14 21:16:34.812 | [4746 Async ks-alt-another:33883]: Waiting for completion of get_or_add_user_project_role anotherrole fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b running on PID 33883 (11 other jobs running) 2024-03-14 21:16:34.851 | [4746 Async ks-alt-another:33883]: Signaling child to exit 2024-03-14 21:16:34.853 | WAKEUP 2024-03-14 21:16:34.881 | [4746 Async ks-alt-another:33883]: Signaled 2024-03-14 21:16:34.882 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:34.882 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:34.882 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:34.882 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:34.882 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:34.882 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:34.882 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:34.882 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:34.882 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:34.882 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user fe5b48d0966341749c952419c5d6fde2 --project 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:34.882 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user fe5b48d0966341749c952419c5d6fde2 --project 898acb091d6941bd8672910d5748606b -c Role -f value 2024-03-14 21:16:34.882 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:34.882 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:34.882 | + functions-common:get_or_add_user_project_role:1003 : echo 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:34.882 | 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:34.929 | [4746 Async ks-alt-another:33883]: finished get_or_add_user_project_role anotherrole fe5b48d0966341749c952419c5d6fde2 898acb091d6941bd8672910d5748606b with result 0 in 3 seconds 2024-03-14 21:16:34.956 | [4746 Async ks-alt-member-user:34060]: Waiting for completion of get_or_add_user_project_role member bb85bb5e80604f2988500a77f88dde6d 898acb091d6941bd8672910d5748606b running on PID 34060 (10 other jobs running) 2024-03-14 21:16:34.986 | [4746 Async ks-alt-member-user:34060]: Signaling child to exit 2024-03-14 21:16:34.988 | WAKEUP 2024-03-14 21:16:35.017 | [4746 Async ks-alt-member-user:34060]: Signaled 2024-03-14 21:16:35.018 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:35.018 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:35.018 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:35.018 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:35.018 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:35.018 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:35.018 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:35.018 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:35.018 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:35.018 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user bb85bb5e80604f2988500a77f88dde6d --project 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:35.018 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bb85bb5e80604f2988500a77f88dde6d --project 898acb091d6941bd8672910d5748606b -c Role -f value 2024-03-14 21:16:35.018 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:35.018 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:35.018 | + functions-common:get_or_add_user_project_role:1003 : echo 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:35.018 | 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:35.072 | [4746 Async ks-alt-member-user:34060]: finished get_or_add_user_project_role member bb85bb5e80604f2988500a77f88dde6d 898acb091d6941bd8672910d5748606b with result 0 in 3 seconds 2024-03-14 21:16:35.133 | [4746 Async ks-alt-reader-user:34236]: Waiting for completion of get_or_add_user_project_role reader 98a6ea9482bc4e559759acd58d4da663 898acb091d6941bd8672910d5748606b running on PID 34236 (9 other jobs running) 2024-03-14 21:16:35.152 | [4746 Async ks-alt-reader-user:34236]: Signaling child to exit 2024-03-14 21:16:35.152 | WAKEUP 2024-03-14 21:16:35.179 | [4746 Async ks-alt-reader-user:34236]: Signaled 2024-03-14 21:16:35.180 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:16:35.180 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:16:35.180 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-03-14 21:16:35.180 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:35.180 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:35.180 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:35.180 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:35.180 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:35.180 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-03-14 21:16:35.180 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 98a6ea9482bc4e559759acd58d4da663 --project 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:35.180 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 98a6ea9482bc4e559759acd58d4da663 --project 898acb091d6941bd8672910d5748606b -c Role -f value 2024-03-14 21:16:35.180 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:35.180 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:35.180 | + functions-common:get_or_add_user_project_role:1003 : echo 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:35.180 | 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:35.228 | [4746 Async ks-alt-reader-user:34236]: finished get_or_add_user_project_role reader 98a6ea9482bc4e559759acd58d4da663 898acb091d6941bd8672910d5748606b with result 0 in 3 seconds 2024-03-14 21:16:35.231 | + inc/async:async_wait:197 : return 0 2024-03-14 21:16:35.233 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-03-14 21:16:35.313 | [4746 Async ks-system-member:34469]: Waiting for completion of get_or_add_user_system_role member 748c99a6b9024f4aafc9190740bda85b all running on PID 34469 (8 other jobs running) 2024-03-14 21:16:35.346 | [4746 Async ks-system-member:34469]: Signaling child to exit 2024-03-14 21:16:35.346 | WAKEUP 2024-03-14 21:16:35.363 | [4746 Async ks-system-member:34469]: Signaled 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-03-14 21:16:35.364 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-03-14 21:16:35.364 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:35.364 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:35.364 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:35.364 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:35.364 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-03-14 21:16:35.364 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 748c99a6b9024f4aafc9190740bda85b --system all -f value -c Role 2024-03-14 21:16:35.364 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 748c99a6b9024f4aafc9190740bda85b --system all 2024-03-14 21:16:35.364 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 748c99a6b9024f4aafc9190740bda85b --system all -f value -c Role 2024-03-14 21:16:35.364 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:35.364 | + functions-common:get_or_add_user_system_role:1053 : echo 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:35.365 | 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:35.397 | [4746 Async ks-system-member:34469]: finished get_or_add_user_system_role member 748c99a6b9024f4aafc9190740bda85b all with result 0 in 4 seconds 2024-03-14 21:16:35.428 | [4746 Async ks-system-reader:34677]: Waiting for completion of get_or_add_user_system_role reader 244e8b3792a44e8c8608af811c9f4089 all running on PID 34677 (7 other jobs running) 2024-03-14 21:16:35.449 | [4746 Async ks-system-reader:34677]: Signaling child to exit 2024-03-14 21:16:35.764 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:35.782 | [34677 Async ks-system-reader:34677]: finished successfully 2024-03-14 21:16:35.798 | WAKEUP 2024-03-14 21:16:35.815 | [4746 Async ks-system-reader:34677]: Signaled 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-03-14 21:16:35.816 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-03-14 21:16:35.816 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:16:35.816 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:16:35.816 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-03-14 21:16:35.816 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-03-14 21:16:35.816 | ++ functions-common:_get_domain_args:980 : echo 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-03-14 21:16:35.816 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 244e8b3792a44e8c8608af811c9f4089 --system all -f value -c Role 2024-03-14 21:16:35.816 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 244e8b3792a44e8c8608af811c9f4089 --system all 2024-03-14 21:16:35.816 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 244e8b3792a44e8c8608af811c9f4089 --system all -f value -c Role 2024-03-14 21:16:35.816 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:35.816 | + functions-common:get_or_add_user_system_role:1053 : echo 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:35.816 | 371ad38a03fb4a69970bb226ff13f613 2024-03-14 21:16:35.847 | [4746 Async ks-system-reader:34677]: finished get_or_add_user_system_role reader 244e8b3792a44e8c8608af811c9f4089 all with result 0 in 4 seconds 2024-03-14 21:16:35.850 | + inc/async:async_wait:197 : return 0 2024-03-14 21:16:35.851 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-03-14 21:16:35.888 | [4746 Async ks-group-memberdemo:34944]: Waiting for completion of get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 running on PID 34944 (6 other jobs running) 2024-03-14 21:16:35.906 | [4746 Async ks-group-memberdemo:34944]: Signaling child to exit 2024-03-14 21:16:37.484 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:37.503 | [34944 Async ks-group-memberdemo:34944]: finished successfully 2024-03-14 21:16:37.521 | WAKEUP 2024-03-14 21:16:37.538 | [4746 Async ks-group-memberdemo:34944]: Signaled 2024-03-14 21:16:37.539 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-03-14 21:16:37.539 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group e4227c54a27043788f5ef2e6b9eb4926 --project 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:37.539 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group e4227c54a27043788f5ef2e6b9eb4926 --project 765bdf70ec86423586227997078d2f43 -f value -c Role 2024-03-14 21:16:37.539 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:37.539 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:37.539 | + functions-common:get_or_add_group_project_role:1072 : echo 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:37.539 | 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:37.554 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:37.573 | [35023 Async ks-group-anotherdemo:35023]: finished successfully 2024-03-14 21:16:37.576 | [4746 Async ks-group-memberdemo:34944]: finished get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 with result 0 in 3 seconds 2024-03-14 21:16:37.603 | [4746 Async ks-group-anotherdemo:35023]: Waiting for completion of get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 running on PID 35023 (5 other jobs running) 2024-03-14 21:16:37.621 | [4746 Async ks-group-anotherdemo:35023]: Signaling child to exit 2024-03-14 21:16:37.621 | WAKEUP 2024-03-14 21:16:37.637 | [4746 Async ks-group-anotherdemo:35023]: Signaled 2024-03-14 21:16:37.638 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-03-14 21:16:37.638 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group e4227c54a27043788f5ef2e6b9eb4926 --project 765bdf70ec86423586227997078d2f43 2024-03-14 21:16:37.638 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group e4227c54a27043788f5ef2e6b9eb4926 --project 765bdf70ec86423586227997078d2f43 -f value -c Role 2024-03-14 21:16:37.638 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:37.638 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:37.638 | + functions-common:get_or_add_group_project_role:1072 : echo 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:37.638 | 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:37.674 | [4746 Async ks-group-anotherdemo:35023]: finished get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 765bdf70ec86423586227997078d2f43 with result 0 in 3 seconds 2024-03-14 21:16:37.704 | [4746 Async ks-group-memberalt:35103]: Waiting for completion of get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b running on PID 35103 (4 other jobs running) 2024-03-14 21:16:37.726 | [4746 Async ks-group-memberalt:35103]: Signaling child to exit 2024-03-14 21:16:37.792 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:37.811 | [35103 Async ks-group-memberalt:35103]: finished successfully 2024-03-14 21:16:37.829 | WAKEUP 2024-03-14 21:16:37.845 | [4746 Async ks-group-memberalt:35103]: Signaled 2024-03-14 21:16:37.846 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-03-14 21:16:37.846 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group e4227c54a27043788f5ef2e6b9eb4926 --project 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:37.846 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group e4227c54a27043788f5ef2e6b9eb4926 --project 898acb091d6941bd8672910d5748606b -f value -c Role 2024-03-14 21:16:37.847 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:37.847 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:37.847 | + functions-common:get_or_add_group_project_role:1072 : echo 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:37.847 | 4c04131455fd423ca02fb84baec5f376 2024-03-14 21:16:37.879 | [4746 Async ks-group-memberalt:35103]: finished get_or_add_group_project_role member e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b with result 0 in 3 seconds 2024-03-14 21:16:37.906 | [4746 Async ks-group-anotheralt:35183]: Waiting for completion of get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b running on PID 35183 (3 other jobs running) 2024-03-14 21:16:37.924 | [4746 Async ks-group-anotheralt:35183]: Signaling child to exit 2024-03-14 21:16:37.937 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:37.949 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:37.957 | [35183 Async ks-group-anotheralt:35183]: finished successfully 2024-03-14 21:16:37.968 | [35321 Async ks-group-admin:35321]: finished successfully 2024-03-14 21:16:37.975 | WAKEUP 2024-03-14 21:16:37.991 | [4746 Async ks-group-anotheralt:35183]: Signaled 2024-03-14 21:16:37.992 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-03-14 21:16:37.992 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group e4227c54a27043788f5ef2e6b9eb4926 --project 898acb091d6941bd8672910d5748606b 2024-03-14 21:16:37.992 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group e4227c54a27043788f5ef2e6b9eb4926 --project 898acb091d6941bd8672910d5748606b -f value -c Role 2024-03-14 21:16:37.992 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:37.992 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:37.992 | + functions-common:get_or_add_group_project_role:1072 : echo 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:37.992 | 7c556328cc1b4cdaa04fbe9cb18a0413 2024-03-14 21:16:38.023 | [4746 Async ks-group-anotheralt:35183]: finished get_or_add_group_project_role anotherrole e4227c54a27043788f5ef2e6b9eb4926 898acb091d6941bd8672910d5748606b with result 0 in 3 seconds 2024-03-14 21:16:38.049 | [4746 Async ks-group-admin:35321]: Waiting for completion of get_or_add_group_project_role admin 5d3780fe67b74eaaaadb512038b4a25f 25d665ad6806416b8fafc47324d01123 running on PID 35321 (2 other jobs running) 2024-03-14 21:16:38.067 | [4746 Async ks-group-admin:35321]: Signaling child to exit 2024-03-14 21:16:38.067 | WAKEUP 2024-03-14 21:16:38.083 | [4746 Async ks-group-admin:35321]: Signaled 2024-03-14 21:16:38.083 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-03-14 21:16:38.084 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 5d3780fe67b74eaaaadb512038b4a25f --project 25d665ad6806416b8fafc47324d01123 2024-03-14 21:16:38.084 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 5d3780fe67b74eaaaadb512038b4a25f --project 25d665ad6806416b8fafc47324d01123 -f value -c Role 2024-03-14 21:16:38.084 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:16:38.084 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:38.084 | + functions-common:get_or_add_group_project_role:1072 : echo f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:38.084 | f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:16:38.115 | [4746 Async ks-group-admin:35321]: finished get_or_add_group_project_role admin 5d3780fe67b74eaaaadb512038b4a25f 25d665ad6806416b8fafc47324d01123 with result 0 in 3 seconds 2024-03-14 21:16:38.118 | + inc/async:async_wait:197 : return 0 2024-03-14 21:16:38.120 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-03-14 21:16:38.133 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:16:38.135 | + stack.sh:main:1128 : is_service_enabled nova 2024-03-14 21:16:38.149 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:16:38.151 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-03-14 21:16:38.153 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-03-14 21:16:38.199 | + inc/async:async_inner:63 : create_nova_accounts 2024-03-14 21:16:38.230 | [4746 Async create_nova_accounts:37172]: running: create_nova_accounts 2024-03-14 21:16:38.232 | + stack.sh:main:1131 : is_service_enabled glance 2024-03-14 21:16:38.246 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:16:38.248 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-03-14 21:16:38.250 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-03-14 21:16:38.298 | + inc/async:async_inner:63 : create_glance_accounts 2024-03-14 21:16:38.329 | [4746 Async create_glance_accounts:37295]: running: create_glance_accounts 2024-03-14 21:16:38.332 | + stack.sh:main:1134 : is_service_enabled cinder 2024-03-14 21:16:38.346 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:16:38.348 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-03-14 21:16:38.350 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-03-14 21:16:38.398 | + inc/async:async_inner:63 : create_cinder_accounts 2024-03-14 21:16:38.430 | [4746 Async create_cinder_accounts:37434]: running: create_cinder_accounts 2024-03-14 21:16:38.433 | + stack.sh:main:1137 : is_service_enabled neutron 2024-03-14 21:16:38.448 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:16:38.450 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-03-14 21:16:38.452 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-03-14 21:16:38.499 | + inc/async:async_inner:63 : create_neutron_accounts 2024-03-14 21:16:38.532 | [4746 Async create_neutron_accounts:37577]: running: create_neutron_accounts 2024-03-14 21:16:38.535 | + stack.sh:main:1140 : is_service_enabled swift 2024-03-14 21:16:38.549 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:16:38.552 | + stack.sh:main:1149 : is_service_enabled horizon 2024-03-14 21:16:38.565 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:16:38.567 | + stack.sh:main:1150 : echo_summary 'Configuring Horizon' 2024-03-14 21:16:38.569 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:16:38.571 | + stack.sh:echo_summary:472 : echo -e Configuring Horizon 2024-03-14 21:16:38.573 | + stack.sh:main:1151 : async_runfunc configure_horizon 2024-03-14 21:16:38.575 | + inc/async:async_runfunc:116 : async_run configure_horizon configure_horizon 2024-03-14 21:16:38.623 | + inc/async:async_inner:63 : configure_horizon 2024-03-14 21:16:38.656 | [4746 Async configure_horizon:37749]: running: configure_horizon 2024-03-14 21:16:38.659 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-03-14 21:16:38.696 | [4746 Async create_nova_accounts:37172]: Waiting for completion of create_nova_accounts running on PID 37172 (6 other jobs running) 2024-03-14 21:16:38.714 | [4746 Async create_nova_accounts:37172]: Signaling child to exit 2024-03-14 21:16:52.273 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:52.293 | [37577 Async create_neutron_accounts:37577]: finished successfully 2024-03-14 21:16:54.602 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:16:54.621 | [37749 Async configure_horizon:37749]: finished successfully 2024-03-14 21:17:01.626 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:01.645 | [37434 Async create_cinder_accounts:37434]: finished successfully 2024-03-14 21:17:02.631 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:02.649 | [37172 Async create_nova_accounts:37172]: finished successfully 2024-03-14 21:17:02.665 | WAKEUP 2024-03-14 21:17:02.682 | [4746 Async create_nova_accounts:37172]: Signaled 2024-03-14 21:17:02.682 | + 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,horizon,rabbit,tempest,mysql,etcd3 =~ n-api ]] 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-03-14 21:17:02.683 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-03-14 21:17:02.683 | + functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:17:02.683 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-03-14 21:17:02.683 | + functions-common:get_or_create_user:926 : local email= 2024-03-14 21:17:02.683 | ++ 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-03-14 21:17:02.683 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.683 | + functions-common:get_or_create_user:938 : user_id=b5dea954e4874dea8687c921f256e16b 2024-03-14 21:17:02.683 | + functions-common:get_or_create_user:939 : echo b5dea954e4874dea8687c921f256e16b 2024-03-14 21:17:02.683 | b5dea954e4874dea8687c921f256e16b 2024-03-14 21:17:02.683 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:02.683 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:02.683 | + 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-03-14 21:17:02.683 | ++ 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-03-14 21:17:02.683 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:1003 : echo 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:02.683 | 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:02.683 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-03-14 21:17:02.683 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:02.683 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:02.683 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:02.683 | + 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-03-14 21:17:02.683 | ++ 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-03-14 21:17:02.683 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:17:02.683 | + functions-common:get_or_add_user_project_role:1003 : echo f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:17:02.683 | f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-03-14 21:17:02.683 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:02.683 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-03-14 21:17:02.683 | ++ 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-03-14 21:17:02.683 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.683 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:02.683 | 62aa1dcbae1246c3a2d8b9aa8fd6e0fb' 2024-03-14 21:17:02.683 | + functions-common:get_or_create_service:1090 : echo 62aa1dcbae1246c3a2d8b9aa8fd6e0fb 2024-03-14 21:17:02.683 | 62aa1dcbae1246c3a2d8b9aa8fd6e0fb 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-03-14 21:17:02.683 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:02.683 | ++ 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-03-14 21:17:02.683 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:02.683 | +++ 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-03-14 21:17:02.683 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.683 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:02.683 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:02.683 | +++ 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-03-14 21:17:02.683 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.683 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=db3d440ff7f4467ba897159f2232a067 2024-03-14 21:17:02.683 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo db3d440ff7f4467ba897159f2232a067 2024-03-14 21:17:02.683 | + functions-common:get_or_create_endpoint:1123 : public_id=db3d440ff7f4467ba897159f2232a067 2024-03-14 21:17:02.683 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:02.683 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:02.683 | + functions-common:get_or_create_endpoint:1132 : echo db3d440ff7f4467ba897159f2232a067 2024-03-14 21:17:02.683 | db3d440ff7f4467ba897159f2232a067 2024-03-14 21:17:02.683 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-03-14 21:17:02.684 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:02.684 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-03-14 21:17:02.684 | ++ 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-03-14 21:17:02.684 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.684 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:02.684 | 8e985b0a8aa54b719944e493b95db0d8' 2024-03-14 21:17:02.684 | + functions-common:get_or_create_service:1090 : echo 8e985b0a8aa54b719944e493b95db0d8 2024-03-14 21:17:02.684 | 8e985b0a8aa54b719944e493b95db0d8 2024-03-14 21:17:02.684 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-03-14 21:17:02.684 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:02.684 | ++ 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-03-14 21:17:02.684 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:02.684 | +++ 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-03-14 21:17:02.684 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.684 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:02.684 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:02.684 | +++ 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-03-14 21:17:02.684 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:02.684 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=f0d7e220fa6e4e37ab1fcd7bfc644a12 2024-03-14 21:17:02.684 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo f0d7e220fa6e4e37ab1fcd7bfc644a12 2024-03-14 21:17:02.684 | + functions-common:get_or_create_endpoint:1123 : public_id=f0d7e220fa6e4e37ab1fcd7bfc644a12 2024-03-14 21:17:02.684 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:02.684 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:02.684 | + functions-common:get_or_create_endpoint:1132 : echo f0d7e220fa6e4e37ab1fcd7bfc644a12 2024-03-14 21:17:02.684 | f0d7e220fa6e4e37ab1fcd7bfc644a12 2024-03-14 21:17:02.684 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-03-14 21:17:02.684 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:02.684 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-03-14 21:17:02.684 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:02.684 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-03-14 21:17:02.684 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:02.684 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-03-14 21:17:02.684 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:02.684 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-03-14 21:17:02.716 | [4746 Async create_nova_accounts:37172]: finished create_nova_accounts with result 0 in 24 seconds 2024-03-14 21:17:02.742 | [4746 Async create_glance_accounts:37295]: Waiting for completion of create_glance_accounts running on PID 37295 (5 other jobs running) 2024-03-14 21:17:02.760 | [4746 Async create_glance_accounts:37295]: Signaling child to exit 2024-03-14 21:17:03.583 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:03.602 | [37295 Async create_glance_accounts:37295]: finished successfully 2024-03-14 21:17:03.620 | WAKEUP 2024-03-14 21:17:03.636 | [4746 Async create_glance_accounts:37295]: Signaled 2024-03-14 21:17:03.637 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-03-14 21:17:03.637 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:03.637 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-03-14 21:17:03.637 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-03-14 21:17:03.637 | + functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:17:03.637 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-03-14 21:17:03.637 | + functions-common:get_or_create_user:926 : local email= 2024-03-14 21:17:03.637 | ++ 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-03-14 21:17:03.637 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.637 | + functions-common:get_or_create_user:938 : user_id=043d7b6d47664fee838017234bd745c8 2024-03-14 21:17:03.637 | + functions-common:get_or_create_user:939 : echo 043d7b6d47664fee838017234bd745c8 2024-03-14 21:17:03.637 | 043d7b6d47664fee838017234bd745c8 2024-03-14 21:17:03.637 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-03-14 21:17:03.637 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:03.637 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:03.637 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:03.637 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:03.637 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:03.637 | + 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-03-14 21:17:03.637 | ++ 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-03-14 21:17:03.637 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.637 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.637 | + functions-common:get_or_add_user_project_role:1003 : echo 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.637 | 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.637 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-14 21:17:03.637 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-03-14 21:17:03.637 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:03.637 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-03-14 21:17:03.637 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:03.637 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-03-14 21:17:03.637 | ++ 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-03-14 21:17:03.637 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.637 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:03.637 | 85c36c7088744d1597965d34f513176d' 2024-03-14 21:17:03.637 | + functions-common:get_or_create_service:1090 : echo 85c36c7088744d1597965d34f513176d 2024-03-14 21:17:03.638 | 85c36c7088744d1597965d34f513176d 2024-03-14 21:17:03.638 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-03-14 21:17:03.638 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:03.638 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-03-14 21:17:03.638 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:03.638 | +++ 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-03-14 21:17:03.638 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.638 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:03.638 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:03.638 | +++ 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-03-14 21:17:03.638 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.638 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=d314eccb21a7442c914001d60a7216ec 2024-03-14 21:17:03.638 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo d314eccb21a7442c914001d60a7216ec 2024-03-14 21:17:03.638 | + functions-common:get_or_create_endpoint:1123 : public_id=d314eccb21a7442c914001d60a7216ec 2024-03-14 21:17:03.638 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:03.638 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:03.638 | + functions-common:get_or_create_endpoint:1132 : echo d314eccb21a7442c914001d60a7216ec 2024-03-14 21:17:03.638 | d314eccb21a7442c914001d60a7216ec 2024-03-14 21:17:03.638 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-03-14 21:17:03.638 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-03-14 21:17:03.638 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-03-14 21:17:03.638 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.638 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-03-14 21:17:03.638 | ++ functions-common:get_or_create_domain:901 : echo default 2024-03-14 21:17:03.638 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-03-14 21:17:03.638 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-03-14 21:17:03.638 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-03-14 21:17:03.638 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-03-14 21:17:03.638 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-03-14 21:17:03.638 | + 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-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | Field | Value | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | default_limit | 1000 | 2024-03-14 21:17:03.638 | | description | None | 2024-03-14 21:17:03.638 | | id | 2a768c307ec64f43bbed4f5d980ffef4 | 2024-03-14 21:17:03.638 | | region_id | RegionOne | 2024-03-14 21:17:03.638 | | resource_name | image_size_total | 2024-03-14 21:17:03.638 | | service_id | 85c36c7088744d1597965d34f513176d | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | + 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-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | Field | Value | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | default_limit | 1000 | 2024-03-14 21:17:03.638 | | description | None | 2024-03-14 21:17:03.638 | | id | bbdf95c4df1a4a1d9ac92696b400d462 | 2024-03-14 21:17:03.638 | | region_id | RegionOne | 2024-03-14 21:17:03.638 | | resource_name | image_stage_total | 2024-03-14 21:17:03.638 | | service_id | 85c36c7088744d1597965d34f513176d | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | + 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-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | Field | Value | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | default_limit | 100 | 2024-03-14 21:17:03.638 | | description | None | 2024-03-14 21:17:03.638 | | id | 312d71b958bd42b58602b2f67c44f964 | 2024-03-14 21:17:03.638 | | region_id | RegionOne | 2024-03-14 21:17:03.638 | | resource_name | image_count_total | 2024-03-14 21:17:03.638 | | service_id | 85c36c7088744d1597965d34f513176d | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | + 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-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | Field | Value | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | | default_limit | 100 | 2024-03-14 21:17:03.638 | | description | None | 2024-03-14 21:17:03.638 | | id | 9a9dd80bfe8d48ada6964b214c179b72 | 2024-03-14 21:17:03.638 | | region_id | RegionOne | 2024-03-14 21:17:03.638 | | resource_name | image_count_uploading | 2024-03-14 21:17:03.638 | | service_id | 85c36c7088744d1597965d34f513176d | 2024-03-14 21:17:03.638 | +---------------+----------------------------------+ 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-03-14 21:17:03.638 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-03-14 21:17:03.638 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id d314eccb21a7442c914001d60a7216ec 2024-03-14 21:17:03.638 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-03-14 21:17:03.670 | [4746 Async create_glance_accounts:37295]: finished create_glance_accounts with result 0 in 25 seconds 2024-03-14 21:17:03.696 | [4746 Async create_cinder_accounts:37434]: Waiting for completion of create_cinder_accounts running on PID 37434 (4 other jobs running) 2024-03-14 21:17:03.714 | [4746 Async create_cinder_accounts:37434]: Signaling child to exit 2024-03-14 21:17:03.714 | WAKEUP 2024-03-14 21:17:03.730 | [4746 Async create_cinder_accounts:37434]: Signaled 2024-03-14 21:17:03.731 | + 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,horizon,rabbit,tempest,mysql,etcd3 =~ c-api ]] 2024-03-14 21:17:03.731 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-03-14 21:17:03.731 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-03-14 21:17:03.731 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:03.731 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-03-14 21:17:03.731 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-03-14 21:17:03.731 | + functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:17:03.731 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-03-14 21:17:03.731 | + functions-common:get_or_create_user:926 : local email= 2024-03-14 21:17:03.731 | ++ 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-03-14 21:17:03.731 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.731 | + functions-common:get_or_create_user:938 : user_id=4d9c06ec8c174b18a2c95a011f9793b9 2024-03-14 21:17:03.731 | + functions-common:get_or_create_user:939 : echo 4d9c06ec8c174b18a2c95a011f9793b9 2024-03-14 21:17:03.731 | 4d9c06ec8c174b18a2c95a011f9793b9 2024-03-14 21:17:03.731 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-03-14 21:17:03.731 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:03.731 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:03.731 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:03.731 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:03.731 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:03.731 | + 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-03-14 21:17:03.731 | ++ 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-03-14 21:17:03.731 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.731 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.731 | + functions-common:get_or_add_user_project_role:1003 : echo 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.731 | 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.731 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-14 21:17:03.731 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-03-14 21:17:03.731 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:03.731 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-03-14 21:17:03.731 | ++ 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-03-14 21:17:03.731 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.731 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:03.731 | caeb227e3ac745f9a86cd7a606dfa7b8' 2024-03-14 21:17:03.731 | + functions-common:get_or_create_service:1090 : echo caeb227e3ac745f9a86cd7a606dfa7b8 2024-03-14 21:17:03.731 | caeb227e3ac745f9a86cd7a606dfa7b8 2024-03-14 21:17:03.731 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-03-14 21:17:03.731 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-03-14 21:17:03.731 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:03.731 | ++ 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-03-14 21:17:03.731 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:03.731 | +++ 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-03-14 21:17:03.731 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.731 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:03.731 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:03.731 | +++ 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-03-14 21:17:03.732 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=fdfa2b3395784680a36ff10b260d965a 2024-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo fdfa2b3395784680a36ff10b260d965a 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1123 : public_id=fdfa2b3395784680a36ff10b260d965a 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1132 : echo fdfa2b3395784680a36ff10b260d965a 2024-03-14 21:17:03.732 | fdfa2b3395784680a36ff10b260d965a 2024-03-14 21:17:03.732 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-03-14 21:17:03.732 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:03.732 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-03-14 21:17:03.732 | ++ 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-03-14 21:17:03.732 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.732 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:03.732 | 10f5a51837ba47c9954be012a066b578' 2024-03-14 21:17:03.732 | + functions-common:get_or_create_service:1090 : echo 10f5a51837ba47c9954be012a066b578 2024-03-14 21:17:03.732 | 10f5a51837ba47c9954be012a066b578 2024-03-14 21:17:03.732 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:03.732 | ++ 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-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:03.732 | +++ 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-03-14 21:17:03.732 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:03.732 | +++ 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-03-14 21:17:03.732 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=4ee0843b427e49ed9d60b646d450187c 2024-03-14 21:17:03.732 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 4ee0843b427e49ed9d60b646d450187c 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1123 : public_id=4ee0843b427e49ed9d60b646d450187c 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:03.732 | + functions-common:get_or_create_endpoint:1132 : echo 4ee0843b427e49ed9d60b646d450187c 2024-03-14 21:17:03.732 | 4ee0843b427e49ed9d60b646d450187c 2024-03-14 21:17:03.732 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-03-14 21:17:03.732 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-03-14 21:17:03.732 | ++ functions-common:get_or_create_project:945 : local project_id 2024-03-14 21:17:03.732 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-03-14 21:17:03.732 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.732 | ++ functions-common:get_or_create_project:951 : project_id=91e2794f41b949aeb806cf0c5962ad36 2024-03-14 21:17:03.732 | ++ functions-common:get_or_create_project:952 : echo 91e2794f41b949aeb806cf0c5962ad36 2024-03-14 21:17:03.732 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 91e2794f41b949aeb806cf0c5962ad36 2024-03-14 21:17:03.732 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-03-14 21:17:03.732 | ++ functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:17:03.733 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-03-14 21:17:03.733 | ++ functions-common:get_or_create_user:926 : local email= 2024-03-14 21:17:03.733 | +++ 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-03-14 21:17:03.733 | No password was supplied, authentication will fail when a user does not have a password. 2024-03-14 21:17:03.733 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.733 | ++ functions-common:get_or_create_user:938 : user_id=4d9c06ec8c174b18a2c95a011f9793b9 2024-03-14 21:17:03.733 | ++ functions-common:get_or_create_user:939 : echo 4d9c06ec8c174b18a2c95a011f9793b9 2024-03-14 21:17:03.733 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 4d9c06ec8c174b18a2c95a011f9793b9 2024-03-14 21:17:03.763 | [4746 Async create_cinder_accounts:37434]: finished create_cinder_accounts with result 0 in 23 seconds 2024-03-14 21:17:03.765 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:03.768 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-03-14 21:17:03.804 | [4746 Async create_neutron_accounts:37577]: Waiting for completion of create_neutron_accounts running on PID 37577 (3 other jobs running) 2024-03-14 21:17:03.822 | [4746 Async create_neutron_accounts:37577]: Signaling child to exit 2024-03-14 21:17:03.822 | WAKEUP 2024-03-14 21:17:03.839 | [4746 Async create_neutron_accounts:37577]: Signaled 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-03-14 21:17:03.840 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-03-14 21:17:03.840 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-03-14 21:17:03.840 | + functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:17:03.840 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-03-14 21:17:03.840 | + functions-common:get_or_create_user:926 : local email= 2024-03-14 21:17:03.840 | ++ 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-03-14 21:17:03.840 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.840 | + functions-common:get_or_create_user:938 : user_id=05ab8d61537c4ec69f023038c9b03a04 2024-03-14 21:17:03.840 | + functions-common:get_or_create_user:939 : echo 05ab8d61537c4ec69f023038c9b03a04 2024-03-14 21:17:03.840 | 05ab8d61537c4ec69f023038c9b03a04 2024-03-14 21:17:03.840 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-03-14 21:17:03.840 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:03.840 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:03.840 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:03.840 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:03.840 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:03.840 | + 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-03-14 21:17:03.840 | ++ 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-03-14 21:17:03.840 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.840 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.840 | + functions-common:get_or_add_user_project_role:1003 : echo 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.840 | 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:03.840 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-03-14 21:17:03.840 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:03.840 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-03-14 21:17:03.840 | ++ 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-03-14 21:17:03.840 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.840 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:03.840 | a5cddc4039f54e258bf61c2799b9d742' 2024-03-14 21:17:03.840 | + functions-common:get_or_create_service:1090 : echo a5cddc4039f54e258bf61c2799b9d742 2024-03-14 21:17:03.840 | a5cddc4039f54e258bf61c2799b9d742 2024-03-14 21:17:03.840 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-03-14 21:17:03.840 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:03.840 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-03-14 21:17:03.840 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:03.840 | +++ 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-03-14 21:17:03.841 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:03.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:03.841 | +++ 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-03-14 21:17:03.841 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:03.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=467a9969daf24aab85e14cefa71597cb 2024-03-14 21:17:03.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 467a9969daf24aab85e14cefa71597cb 2024-03-14 21:17:03.841 | + functions-common:get_or_create_endpoint:1123 : public_id=467a9969daf24aab85e14cefa71597cb 2024-03-14 21:17:03.841 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:03.841 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:03.841 | + functions-common:get_or_create_endpoint:1132 : echo 467a9969daf24aab85e14cefa71597cb 2024-03-14 21:17:03.841 | 467a9969daf24aab85e14cefa71597cb 2024-03-14 21:17:03.872 | [4746 Async create_neutron_accounts:37577]: finished create_neutron_accounts with result 0 in 13 seconds 2024-03-14 21:17:03.877 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-03-14 21:17:03.902 | [4746 Async configure_horizon:37749]: Waiting for completion of configure_horizon running on PID 37749 (2 other jobs running) 2024-03-14 21:17:03.919 | [4746 Async configure_horizon:37749]: Signaling child to exit 2024-03-14 21:17:03.919 | WAKEUP 2024-03-14 21:17:03.936 | [4746 Async configure_horizon:37749]: Signaled 2024-03-14 21:17:03.936 | + lib/horizon:configure_horizon:75 : setup_develop /opt/stack//horizon 2024-03-14 21:17:03.936 | + inc/python:setup_develop:334 : local bindep 2024-03-14 21:17:03.936 | + inc/python:setup_develop:335 : [[ /opt/stack//horizon == -bindep* ]] 2024-03-14 21:17:03.936 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//horizon 2024-03-14 21:17:03.936 | + inc/python:setup_develop:340 : local extras= 2024-03-14 21:17:03.936 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//horizon -e 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//horizon == -bindep* ]] 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//horizon 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-03-14 21:17:03.936 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//horizon 2024-03-14 21:17:03.936 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/horizon 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-03-14 21:17:03.936 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/horizon/setup.cfg 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:381 : name=horizon 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- horizon 2024-03-14 21:17:03.936 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/horizon -e 2024-03-14 21:17:03.937 | + inc/python:setup_package:414 : local bindep=0 2024-03-14 21:17:03.937 | + inc/python:setup_package:415 : local bindep_flag= 2024-03-14 21:17:03.937 | + inc/python:setup_package:416 : local bindep_profiles= 2024-03-14 21:17:03.937 | + inc/python:setup_package:417 : [[ /opt/stack/horizon == -bindep* ]] 2024-03-14 21:17:03.937 | + inc/python:setup_package:422 : local project_dir=/opt/stack/horizon 2024-03-14 21:17:03.937 | + inc/python:setup_package:423 : local flags=-e 2024-03-14 21:17:03.937 | + inc/python:setup_package:424 : local extras= 2024-03-14 21:17:03.937 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-03-14 21:17:03.937 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-03-14 21:17:03.937 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-03-14 21:17:03.937 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-03-14 21:17:03.937 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-03-14 21:17:03.937 | + inc/python:setup_package:442 : pip_install -e /opt/stack/horizon 2024-03-14 21:17:03.937 | Using python 3.10 to install /opt/stack/horizon 2024-03-14 21:17:03.937 | + 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/horizon 2024-03-14 21:17:03.937 | Obtaining file:///opt/stack/horizon 2024-03-14 21:17:03.937 | Preparing metadata (setup.py): started 2024-03-14 21:17:03.937 | Preparing metadata (setup.py): finished with status 'done' 2024-03-14 21:17:03.937 | Requirement already satisfied: Babel>=2.6.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (2.10.3) 2024-03-14 21:17:03.937 | Collecting Django<3.3,>=3.2 2024-03-14 21:17:03.937 | Using cached Django-3.2.16-py3-none-any.whl (7.9 MB) 2024-03-14 21:17:03.937 | Requirement already satisfied: PyYAML>=6.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (6.0) 2024-03-14 21:17:03.937 | Collecting XStatic-Angular-Bootstrap>=2.2.0.0 2024-03-14 21:17:03.937 | Using cached XStatic_Angular_Bootstrap-2.5.0.0-py2.py3-none-any.whl (61 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Angular-FileUpload>=12.0.4.0 2024-03-14 21:17:03.937 | Using cached XStatic_Angular_FileUpload-12.0.4.0-py3-none-any.whl 2024-03-14 21:17:03.937 | Collecting XStatic-Angular-Gettext>=2.3.8.0 2024-03-14 21:17:03.937 | Using cached XStatic_Angular_Gettext-2.4.1.0-py2.py3-none-any.whl (12 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Angular-Schema-Form>=0.8.13.0 2024-03-14 21:17:03.937 | Using cached XStatic_Angular_Schema_Form-0.8.13.0-py3-none-any.whl 2024-03-14 21:17:03.937 | Collecting XStatic-Angular-lrdragndrop>=1.0.2.2 2024-03-14 21:17:03.937 | Using cached XStatic_Angular_lrdragndrop-1.0.2.4-py2.py3-none-any.whl (6.4 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Angular>=1.8.2.2 2024-03-14 21:17:03.937 | Using cached XStatic_Angular-1.8.2.2-py2.py3-none-any.whl (495 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Bootstrap-Datepicker>=1.3.1.0 2024-03-14 21:17:03.937 | Using cached XStatic_Bootstrap_Datepicker-1.4.0.0-py3-none-any.whl (67 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Bootstrap-SCSS>=3.3.7.1 2024-03-14 21:17:03.937 | Using cached XStatic_Bootstrap_SCSS-3.4.1.0-py2.py3-none-any.whl (250 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-D3>=3.5.17.0 2024-03-14 21:17:03.937 | Using cached XStatic_D3-3.5.17.0-py2.py3-none-any.whl (78 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Font-Awesome>=4.7.0.0 2024-03-14 21:17:03.937 | Using cached XStatic_Font_Awesome-4.7.0.0-py2.py3-none-any.whl (675 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-Hogan>=2.0.0.2 2024-03-14 21:17:03.937 | Using cached XStatic_Hogan-2.0.0.3-py3-none-any.whl (7.8 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-JQuery-Migrate>=1.2.1.1 2024-03-14 21:17:03.937 | Using cached XStatic_JQuery_Migrate-1.2.1.2-py3-none-any.whl (12 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-JQuery.TableSorter>=2.14.5.1 2024-03-14 21:17:03.937 | Using cached XStatic_JQuery.TableSorter-2.14.5.2-py3-none-any.whl (20 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-JQuery.quicksearch>=2.0.3.1 2024-03-14 21:17:03.937 | Using cached XStatic_JQuery.quicksearch-2.0.3.2-py3-none-any.whl (8.3 kB) 2024-03-14 21:17:03.937 | Collecting XStatic-JSEncrypt>=2.3.1.1 2024-03-14 21:17:03.937 | Using cached XStatic_JSEncrypt-2.3.1.1-py2.py3-none-any.whl (35 kB) 2024-03-14 21:17:03.938 | Collecting XStatic-Jasmine>=2.4.1.1 2024-03-14 21:17:03.938 | Using cached XStatic_Jasmine-2.4.1.2-py2.py3-none-any.whl (41 kB) 2024-03-14 21:17:03.938 | Collecting XStatic-Rickshaw>=1.5.0.0 2024-03-14 21:17:03.938 | Using cached XStatic_Rickshaw-1.5.1.0-py3-none-any.whl (28 kB) 2024-03-14 21:17:03.938 | Collecting XStatic-Spin>=1.2.5.2 2024-03-14 21:17:03.938 | Using cached XStatic_Spin-1.2.5.3-py3-none-any.whl (5.9 kB) 2024-03-14 21:17:03.938 | Collecting XStatic-bootswatch>=3.3.7.0 2024-03-14 21:17:03.938 | Using cached XStatic_bootswatch-3.3.7.0-py2.py3-none-any.whl (1.6 MB) 2024-03-14 21:17:03.938 | Collecting XStatic-jQuery<2,>=1.12.4.1 2024-03-14 21:17:03.938 | Using cached XStatic_jQuery-1.12.4.1-py3-none-any.whl 2024-03-14 21:17:03.938 | Collecting XStatic-jquery-ui>=1.12.1.1 2024-03-14 21:17:03.938 | Using cached XStatic_jquery_ui-1.13.0.1-py3-none-any.whl 2024-03-14 21:17:03.938 | Collecting XStatic-mdi>=1.6.50.2 2024-03-14 21:17:03.938 | Using cached XStatic_mdi-1.6.50.2-py2.py3-none-any.whl (786 kB) 2024-03-14 21:17:03.938 | Collecting XStatic-objectpath>=1.2.1.0 2024-03-14 21:17:03.938 | Using cached XStatic_objectpath-1.2.1.0-py3-none-any.whl 2024-03-14 21:17:03.938 | Collecting XStatic-roboto-fontface>=0.5.0.0 2024-03-14 21:17:03.938 | Using cached XStatic_roboto_fontface-0.5.0.0-py2.py3-none-any.whl (5.5 MB) 2024-03-14 21:17:03.938 | Collecting XStatic-smart-table>=1.4.13.2 2024-03-14 21:17:03.938 | Using cached XStatic_smart_table-1.4.13.2-py2.py3-none-any.whl (14 kB) 2024-03-14 21:17:03.938 | Collecting XStatic-term.js>=0.0.7.0 2024-03-14 21:17:03.938 | Using cached XStatic_term.js-0.0.7.0-py3-none-any.whl 2024-03-14 21:17:03.938 | Collecting XStatic-tv4>=1.2.7.0 2024-03-14 21:17:03.938 | Using cached XStatic_tv4-1.2.7.0-py3-none-any.whl 2024-03-14 21:17:03.938 | Collecting XStatic>=1.0.0 2024-03-14 21:17:03.938 | Using cached XStatic-1.0.2-py3-none-any.whl 2024-03-14 21:17:03.938 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (2.5.0) 2024-03-14 21:17:03.938 | Collecting django-compressor>=2.4.1 2024-03-14 21:17:03.938 | Using cached django_compressor-4.1-py2.py3-none-any.whl (148 kB) 2024-03-14 21:17:03.938 | Collecting django-debreach>=1.4.2 2024-03-14 21:17:03.938 | Using cached django_debreach-2.1.0-py3-none-any.whl (7.7 kB) 2024-03-14 21:17:03.938 | Collecting django-pyscss>=2.0.2 2024-03-14 21:17:03.938 | Using cached django_pyscss-2.0.2-py3-none-any.whl 2024-03-14 21:17:03.938 | Collecting enmerkar>=0.7.1 2024-03-14 21:17:03.938 | Using cached enmerkar-0.7.1-py3-none-any.whl (12 kB) 2024-03-14 21:17:03.938 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (2.4.1) 2024-03-14 21:17:03.938 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (1.1.0) 2024-03-14 21:17:03.938 | Requirement already satisfied: keystoneauth1>=4.3.1 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (5.1.2) 2024-03-14 21:17:03.938 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (0.8.0) 2024-03-14 21:17:03.938 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (5.1.1) 2024-03-14 21:17:03.938 | Requirement already satisfied: oslo.config>=8.8.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (9.1.1) 2024-03-14 21:17:03.938 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (6.0.0) 2024-03-14 21:17:03.938 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (4.1.1) 2024-03-14 21:17:03.938 | Requirement already satisfied: oslo.serialization>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (5.1.1) 2024-03-14 21:17:03.939 | Requirement already satisfied: oslo.upgradecheck>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (2.1.1) 2024-03-14 21:17:03.939 | Requirement already satisfied: oslo.utils>=4.12.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (6.1.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: osprofiler>=3.4.2 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (3.4.3) 2024-03-14 21:17:03.939 | Requirement already satisfied: pbr>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (5.11.1) 2024-03-14 21:17:03.939 | Collecting pyScss>=1.4.0 2024-03-14 21:17:03.939 | Using cached pyScss-1.4.0-cp310-cp310-linux_x86_64.whl 2024-03-14 21:17:03.939 | Collecting pymongo!=3.1,>=3.0.2 2024-03-14 21:17:03.939 | Using cached pymongo-4.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB) 2024-03-14 21:17:03.939 | Requirement already satisfied: python-cinderclient>=8.0.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (9.3.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (4.3.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (5.1.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: python-neutronclient>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (9.0.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (18.3.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (4.2.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (2022.4) 2024-03-14 21:17:03.939 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from horizon==0.0.1.dev15) (2.28.1) 2024-03-14 21:17:03.939 | Collecting semantic-version>=2.3.1 2024-03-14 21:17:03.939 | Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) 2024-03-14 21:17:03.939 | Requirement already satisfied: six>=1.16.0 in /usr/lib/python3/dist-packages (from horizon==0.0.1.dev15) (1.16.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->horizon==0.0.1.dev15) (1.14.1) 2024-03-14 21:17:03.939 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from Django<3.3,>=3.2->horizon==0.0.1.dev15) (0.4.3) 2024-03-14 21:17:03.939 | Collecting asgiref<4,>=3.3.2 2024-03-14 21:17:03.939 | Using cached asgiref-3.5.2-py3-none-any.whl (22 kB) 2024-03-14 21:17:03.939 | Collecting django-appconf>=1.0.3 2024-03-14 21:17:03.939 | Using cached django_appconf-1.0.5-py3-none-any.whl (6.4 kB) 2024-03-14 21:17:03.939 | Collecting rcssmin==1.1.0 2024-03-14 21:17:03.939 | Using cached rcssmin-1.1.0-cp310-cp310-manylinux1_x86_64.whl (43 kB) 2024-03-14 21:17:03.939 | Collecting rjsmin==1.2.0 2024-03-14 21:17:03.939 | Using cached rjsmin-1.2.0-cp310-cp310-manylinux2014_x86_64.whl (47 kB) 2024-03-14 21:17:03.939 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.3.1->horizon==0.0.1.dev15) (1.7.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.3.1->horizon==0.0.1.dev15) (5.0.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->horizon==0.0.1.dev15) (0.18) 2024-03-14 21:17:03.939 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.8.0->horizon==0.0.1.dev15) (1.5.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from oslo.policy>=3.11.0->horizon==0.0.1.dev15) (5.1.1) 2024-03-14 21:17:03.939 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.3.0->horizon==0.0.1.dev15) (1.0.4) 2024-03-14 21:17:03.939 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.5.0->horizon==0.0.1.dev15) (3.4.1) 2024-03-14 21:17:03.939 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.0->horizon==0.0.1.dev15) (21.3) 2024-03-14 21:17:03.939 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.0->horizon==0.0.1.dev15) (0.11.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.0->horizon==0.0.1.dev15) (3.0.9) 2024-03-14 21:17:03.939 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from osprofiler>=3.4.2->horizon==0.0.1.dev15) (1.8.7) 2024-03-14 21:17:03.939 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (22.1.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (2.0.1) 2024-03-14 21:17:03.939 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (4.2.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (2.1.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (3.17.6) 2024-03-14 21:17:03.939 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (5.2.0) 2024-03-14 21:17:03.939 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (2.7.0) 2024-03-14 21:17:03.940 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->horizon==0.0.1.dev15) (1.26.12) 2024-03-14 21:17:03.940 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->horizon==0.0.1.dev15) (3.4) 2024-03-14 21:17:03.940 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->horizon==0.0.1.dev15) (2020.6.20) 2024-03-14 21:17:03.940 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->horizon==0.0.1.dev15) (2.1.1) 2024-03-14 21:17:03.940 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (2.4.2) 2024-03-14 21:17:03.940 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (0.5.1) 2024-03-14 21:17:03.940 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (5.0.0) 2024-03-14 21:17:03.940 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (1.0.1) 2024-03-14 21:17:03.940 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.36.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (0.9.6) 2024-03-14 21:17:03.940 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.36.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (2.8.2) 2024-03-14 21:17:03.940 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.5.0->horizon==0.0.1.dev15) (0.2.5) 2024-03-14 21:17:03.940 | Requirement already satisfied: cryptography<39,>=38.0.0 in /usr/local/lib/python3.10/dist-packages (from pyOpenSSL>=17.1.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (38.0.2) 2024-03-14 21:17:03.940 | Requirement already satisfied: jsonschema<5,>=4 in /usr/local/lib/python3.10/dist-packages (from warlock>=1.2.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (4.16.0) 2024-03-14 21:17:03.940 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (1.32) 2024-03-14 21:17:03.940 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (1.8.2) 2024-03-14 21:17:03.940 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev15) (22.1.0) 2024-03-14 21:17:03.940 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography<39,>=38.0.0->pyOpenSSL>=17.1.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (1.15.1) 2024-03-14 21:17:03.940 | 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>=8.1.0->horizon==0.0.1.dev15) (3.8.1) 2024-03-14 21:17:03.940 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema<5,>=4->warlock>=1.2.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (0.18.1) 2024-03-14 21:17:03.940 | 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>=8.1.0->horizon==0.0.1.dev15) (1.4.0) 2024-03-14 21:17:03.940 | 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>=8.1.0->horizon==0.0.1.dev15) (5.1.1) 2024-03-14 21:17:03.940 | 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>=8.1.0->horizon==0.0.1.dev15) (1.1.8) 2024-03-14 21:17:03.940 | 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>=8.1.0->horizon==0.0.1.dev15) (1.0.1) 2024-03-14 21:17:03.940 | 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>=8.1.0->horizon==0.0.1.dev15) (1.4.4) 2024-03-14 21:17:03.940 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography<39,>=38.0.0->pyOpenSSL>=17.1.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev15) (2.21) 2024-03-14 21:17:03.940 | Installing collected packages: XStatic-tv4, XStatic-term.js, XStatic-Spin, XStatic-smart-table, XStatic-roboto-fontface, XStatic-Rickshaw, XStatic-objectpath, XStatic-mdi, XStatic-JSEncrypt, XStatic-JQuery.TableSorter, XStatic-JQuery.quicksearch, XStatic-JQuery-Migrate, XStatic-jQuery, XStatic-Jasmine, XStatic-Hogan, XStatic-Font-Awesome, XStatic-D3, XStatic-bootswatch, XStatic-Bootstrap-SCSS, XStatic-Bootstrap-Datepicker, XStatic-Angular-Schema-Form, XStatic-Angular-lrdragndrop, XStatic-Angular-Gettext, XStatic-Angular-FileUpload, XStatic-Angular-Bootstrap, XStatic-Angular, XStatic, rjsmin, rcssmin, XStatic-jquery-ui, semantic-version, pyScss, pymongo, django-debreach, asgiref, Django, enmerkar, django-pyscss, django-appconf, django-compressor, horizon 2024-03-14 21:17:03.940 | Running setup.py develop for horizon 2024-03-14 21:17:03.940 | Successfully installed Django-3.2.16 XStatic-1.0.2 XStatic-Angular-1.8.2.2 XStatic-Angular-Bootstrap-2.5.0.0 XStatic-Angular-FileUpload-12.0.4.0 XStatic-Angular-Gettext-2.4.1.0 XStatic-Angular-Schema-Form-0.8.13.0 XStatic-Angular-lrdragndrop-1.0.2.4 XStatic-Bootstrap-Datepicker-1.4.0.0 XStatic-Bootstrap-SCSS-3.4.1.0 XStatic-D3-3.5.17.0 XStatic-Font-Awesome-4.7.0.0 XStatic-Hogan-2.0.0.3 XStatic-JQuery-Migrate-1.2.1.2 XStatic-JQuery.TableSorter-2.14.5.2 XStatic-JQuery.quicksearch-2.0.3.2 XStatic-JSEncrypt-2.3.1.1 XStatic-Jasmine-2.4.1.2 XStatic-Rickshaw-1.5.1.0 XStatic-Spin-1.2.5.3 XStatic-bootswatch-3.3.7.0 XStatic-jQuery-1.12.4.1 XStatic-jquery-ui-1.13.0.1 XStatic-mdi-1.6.50.2 XStatic-objectpath-1.2.1.0 XStatic-roboto-fontface-0.5.0.0 XStatic-smart-table-1.4.13.2 XStatic-term.js-0.0.7.0 XStatic-tv4-1.2.7.0 asgiref-3.5.2 django-appconf-1.0.5 django-compressor-4.1 django-debreach-2.1.0 django-pyscss-2.0.2 enmerkar-0.7.1 horizon pyScss-1.4.0 pymongo-4.2.0 rcssmin-1.1.0 rjsmin-1.2.0 semantic-version-2.10.0 2024-03-14 21:17:03.940 | 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-03-14 21:17:03.940 | + inc/python:pip_install:196 : result=0 2024-03-14 21:17:03.940 | + inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:17:03.940 | + functions-common:time_stop:2435 : local name 2024-03-14 21:17:03.940 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:17:03.940 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:17:03.940 | + functions-common:time_stop:2438 : local total 2024-03-14 21:17:03.940 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:17:03.940 | + functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:17:03.940 | + functions-common:time_stop:2442 : start_time=1710450999022 2024-03-14 21:17:03.940 | + functions-common:time_stop:2444 : [[ -z 1710450999022 ]] 2024-03-14 21:17:03.940 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:17:03.940 | + functions-common:time_stop:2447 : end_time=1710451012747 2024-03-14 21:17:03.940 | + functions-common:time_stop:2448 : elapsed_time=13725 2024-03-14 21:17:03.940 | + functions-common:time_stop:2449 : total=107420 2024-03-14 21:17:03.940 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:17:03.941 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=121145 2024-03-14 21:17:03.941 | + inc/python:pip_install:199 : return 0 2024-03-14 21:17:03.941 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-03-14 21:17:03.941 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/horizon/horizon.egg-info 2024-03-14 21:17:03.941 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/horizon/horizon.egg-info 2024-03-14 21:17:03.941 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/horizon/horizon.egg-info 2024-03-14 21:17:03.941 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/horizon 2024-03-14 21:17:03.941 | + inc/python:use_library_from_git:246 : local name=/opt/stack/horizon 2024-03-14 21:17:03.941 | + inc/python:use_library_from_git:247 : local enabled=1 2024-03-14 21:17:03.941 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-03-14 21:17:03.941 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/horizon, ]] 2024-03-14 21:17:03.941 | + inc/python:use_library_from_git:249 : return 1 2024-03-14 21:17:03.941 | + lib/horizon:configure_horizon:81 : cd /opt/stack//horizon 2024-03-14 21:17:03.941 | + lib/horizon:configure_horizon:81 : /usr/bin/python3.10 manage.py compilemessages 2024-03-14 21:17:03.941 | No local_settings file found. 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mai/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ks/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/id/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/id/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/hi/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hant/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hant/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/bn_IN/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hans/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hans/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ta/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mr/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/as/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.941 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mni/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pl_PL/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/gu/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ne/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pa_IN/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kn/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/brx/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kok/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ur/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/id/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/id/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/hi/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_Hant/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_Hant/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_Hans/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_Hans/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/pt/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file django.po in /opt/stack/horizon/horizon/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.942 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/sl_SI/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/es_MX/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/fi_FI/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/ca/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ar/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/fil/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/hu/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/sr/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/de/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/de/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-user.po in /opt/stack/horizon/doc/source/locale/de/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-contributor.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-configuration.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-user.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/es/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/ja/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-contributor.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-configuration.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-user.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/ne/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/zh_CN/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file doc.po in /opt/stack/horizon/doc/source/locale/pt_BR/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/de/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/id/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/zh_Hant/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ru/LC_MESSAGES 2024-03-14 21:17:03.943 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/fr/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/es/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/zh_Hans/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ja/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ko_KR/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/en_GB/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ne/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/eo/LC_MESSAGES 2024-03-14 21:17:03.944 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/pt_BR/LC_MESSAGES 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:84 : local local_settings=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:85 : cp /opt/stack//horizon/openstack_dashboard/local/local_settings.py.example /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:88 : echo 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:90 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' WEBROOT '"/dashboard/"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:42 : local option=WEBROOT 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:43 : local 'value="/dashboard/"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:46 : sed -e '/^WEBROOT/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:47 : echo 'WEBROOT = "/dashboard/"' 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:92 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' COMPRESS_OFFLINE True 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:42 : local option=COMPRESS_OFFLINE 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:43 : local value=True 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:46 : sed -e '/^COMPRESS_OFFLINE/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:47 : echo 'COMPRESS_OFFLINE = True' 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:93 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_KEYSTONE_DEFAULT_ROLE '"member"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:42 : local option=OPENSTACK_KEYSTONE_DEFAULT_ROLE 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:43 : local 'value="member"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:46 : sed -e '/^OPENSTACK_KEYSTONE_DEFAULT_ROLE/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:47 : echo 'OPENSTACK_KEYSTONE_DEFAULT_ROLE = "member"' 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:95 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_HOST '"10.180.1.21"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:42 : local option=OPENSTACK_HOST 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:43 : local 'value="10.180.1.21"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:46 : sed -e '/^OPENSTACK_HOST/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:47 : echo 'OPENSTACK_HOST = "10.180.1.21"' 2024-03-14 21:17:03.944 | + lib/horizon:configure_horizon:97 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_KEYSTONE_URL '"http://10.180.1.21/identity/v3"' 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.944 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:42 : local option=OPENSTACK_KEYSTONE_URL 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:43 : local 'value="http://10.180.1.21/identity/v3"' 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:46 : sed -e '/^OPENSTACK_KEYSTONE_URL/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:47 : echo 'OPENSTACK_KEYSTONE_URL = "http://10.180.1.21/identity/v3"' 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:102 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' ALLOWED_HOSTS '["*"]' 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:42 : local option=ALLOWED_HOSTS 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:43 : local 'value=["*"]' 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:46 : sed -e '/^ALLOWED_HOSTS/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-14 21:17:03.945 | + lib/horizon:_horizon_config_set:47 : echo 'ALLOWED_HOSTS = ["*"]' 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:104 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:108 : is_service_enabled ldap 2024-03-14 21:17:03.945 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:113 : sudo mkdir -p /opt/stack//horizon/.blackhole 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:115 : local horizon_conf 2024-03-14 21:17:03.945 | ++ lib/horizon:configure_horizon:116 : apache_site_config_for horizon 2024-03-14 21:17:03.945 | ++ lib/apache:apache_site_config_for:186 : local site=horizon 2024-03-14 21:17:03.945 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-03-14 21:17:03.945 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:17:03.945 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:17:03.945 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/horizon.conf 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:116 : horizon_conf=/etc/apache2/sites-available/horizon.conf 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:120 : sudo sh -c 'sed -e " 2024-03-14 21:17:03.945 | s,%USER%,stack,g; 2024-03-14 21:17:03.945 | s,%GROUP%,stack,g; 2024-03-14 21:17:03.945 | s,%HORIZON_DIR%,/opt/stack//horizon,g; 2024-03-14 21:17:03.945 | s,%APACHE_NAME%,apache2,g; 2024-03-14 21:17:03.945 | s,%DEST%,/opt/stack/,g; 2024-03-14 21:17:03.945 | s,%WEBROOT%,/dashboard,g; 2024-03-14 21:17:03.945 | " /opt/stack/devstack/files/apache-horizon.template >/etc/apache2/sites-available/horizon.conf' 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:129 : is_ubuntu 2024-03-14 21:17:03.945 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:17:03.945 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:130 : disable_apache_site 000-default 2024-03-14 21:17:03.945 | + lib/apache:disable_apache_site:219 : local site=000-default 2024-03-14 21:17:03.945 | + lib/apache:disable_apache_site:220 : is_ubuntu 2024-03-14 21:17:03.945 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:17:03.945 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:17:03.945 | + lib/apache:disable_apache_site:221 : sudo a2dissite 000-default 2024-03-14 21:17:03.945 | Site 000-default disabled. 2024-03-14 21:17:03.945 | To activate the new configuration, you need to run: 2024-03-14 21:17:03.945 | systemctl reload apache2 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:131 : sudo touch /etc/apache2/sites-available/horizon.conf 2024-03-14 21:17:03.945 | + lib/horizon:configure_horizon:137 : enable_apache_site horizon 2024-03-14 21:17:03.945 | + lib/apache:enable_apache_site:203 : local site=horizon 2024-03-14 21:17:03.946 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-03-14 21:17:03.946 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-03-14 21:17:03.946 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-03-14 21:17:03.946 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:17:03.946 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:17:03.946 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-14 21:17:03.946 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-03-14 21:17:03.946 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:17:03.946 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:17:03.946 | + lib/apache:enable_apache_site:207 : sudo a2ensite horizon 2024-03-14 21:17:03.946 | Enabling site horizon. 2024-03-14 21:17:03.946 | To activate the new configuration, you need to run: 2024-03-14 21:17:03.946 | systemctl reload apache2 2024-03-14 21:17:03.969 | [4746 Async configure_horizon:37749]: finished configure_horizon with result 0 in 16 seconds 2024-03-14 21:17:03.972 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:03.974 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-03-14 21:17:03.988 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:03.990 | + stack.sh:main:1161 : is_service_enabled glance 2024-03-14 21:17:04.003 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:04.005 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-03-14 21:17:04.007 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:17:04.009 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-03-14 21:17:04.011 | + stack.sh:main:1163 : async_runfunc init_glance 2024-03-14 21:17:04.013 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-03-14 21:17:04.061 | + inc/async:async_inner:63 : init_glance 2024-03-14 21:17:04.091 | [4746 Async init_glance:40645]: running: init_glance 2024-03-14 21:17:04.093 | + stack.sh:main:1170 : is_service_enabled neutron 2024-03-14 21:17:04.107 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:04.109 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-03-14 21:17:04.112 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:17:04.114 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-03-14 21:17:04.115 | + stack.sh:main:1173 : configure_neutron 2024-03-14 21:17:04.118 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-03-14 21:17:04.119 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-03-14 21:17:04.121 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-03-14 21:17:04.132 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-03-14 21:17:04.134 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-03-14 21:17:08.358 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:08.376 | [40645 Async init_glance:40645]: finished successfully 2024-03-14 21:17:24.161 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-03-14 21:17:24.165 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-03-14 21:17:24.167 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-03-14 21:17:24.169 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-03-14 21:17:24.171 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-03-14 21:17:24.172 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-03-14 21:17:24.174 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-03-14 21:17:24.176 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-03-14 21:17:24.177 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-03-14 21:17:24.180 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-03-14 21:17:24.181 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-03-14 21:17:24.183 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-03-14 21:17:24.185 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-03-14 21:17:24.187 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-03-14 21:17:24.189 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-03-14 21:17:24.191 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-03-14 21:17:24.193 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:24.196 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:24.197 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-03-14 21:17:24.199 | + 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-03-14 21:17:24.203 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-03-14 21:17:24.205 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-03-14 21:17:24.207 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-03-14 21:17:24.209 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-03-14 21:17:24.211 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:17:24.212 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:17:24.214 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:17:24.226 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:24.228 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:17:24.230 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-03-14 21:17:24.232 | + 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-03-14 21:17:24.257 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-03-14 21:17:24.280 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-03-14 21:17:24.305 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-03-14 21:17:24.329 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-03-14 21:17:24.353 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-03-14 21:17:24.378 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-03-14 21:17:24.380 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-03-14 21:17:24.381 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-03-14 21:17:24.384 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-03-14 21:17:24.386 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-14 21:17:24.399 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-14 21:17:24.401 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-14 21:17:24.403 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-14 21:17:24.404 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-14 21:17:24.406 | + 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-03-14 21:17:24.429 | + 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-03-14 21:17:24.453 | + 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-03-14 21:17:24.477 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-14 21:17:24.501 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-03-14 21:17:24.514 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.516 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-03-14 21:17:24.517 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-03-14 21:17:24.520 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-03-14 21:17:24.521 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-03-14 21:17:24.523 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-03-14 21:17:24.525 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-03-14 21:17:24.527 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-03-14 21:17:24.529 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-03-14 21:17:24.539 | + 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-03-14 21:17:24.548 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-03-14 21:17:24.550 | + 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-03-14 21:17:24.559 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-03-14 21:17:24.568 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-03-14 21:17:24.578 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-03-14 21:17:24.580 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-14 21:17:24.583 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-03-14 21:17:24.586 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.OY02DBXtFt 2024-03-14 21:17:24.588 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-03-14 21:17:24.590 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-14 21:17:24.592 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.OY02DBXtFt 2024-03-14 21:17:24.595 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.OY02DBXtFt 2024-03-14 21:17:24.604 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.OY02DBXtFt /etc/sudoers.d/neutron-rootwrap 2024-03-14 21:17:24.613 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-03-14 21:17:24.615 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-03-14 21:17:24.617 | + 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-03-14 21:17:24.641 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-03-14 21:17:24.643 | + 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-03-14 21:17:24.666 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-03-14 21:17:24.668 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-03-14 21:17:24.670 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-03-14 21:17:24.672 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-03-14 21:17:24.674 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-03-14 21:17:24.676 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-03-14 21:17:24.689 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:24.692 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-03-14 21:17:24.694 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-03-14 21:17:24.696 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-03-14 21:17:24.709 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:24.712 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:17:24.714 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-14 21:17:24.739 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-03-14 21:17:24.741 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-03-14 21:17:24.743 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-03-14 21:17:24.756 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.758 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-03-14 21:17:24.771 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.773 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-03-14 21:17:24.785 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.787 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-03-14 21:17:24.801 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.803 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-03-14 21:17:24.816 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.818 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-14 21:17:24.820 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-03-14 21:17:24.834 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.836 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-03-14 21:17:24.838 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-03-14 21:17:24.851 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.853 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-03-14 21:17:24.867 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.869 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-03-14 21:17:24.882 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:24.884 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-03-14 21:17:24.898 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:24.900 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-03-14 21:17:24.902 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-03-14 21:17:24.904 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-03-14 21:17:24.907 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-03-14 21:17:24.909 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-03-14 21:17:24.911 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-03-14 21:17:24.914 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-03-14 21:17:24.917 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-03-14 21:17:24.919 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-03-14 21:17:24.923 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-03-14 21:17:24.927 | + 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-03-14 21:17:24.931 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-03-14 21:17:24.956 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-03-14 21:17:24.981 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-03-14 21:17:25.006 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-03-14 21:17:25.031 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-03-14 21:17:25.034 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-14 21:17:25.036 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-03-14 21:17:25.038 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-14 21:17:25.040 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-03-14 21:17:25.064 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-03-14 21:17:25.089 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-14 21:17:25.114 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-03-14 21:17:25.139 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-03-14 21:17:25.164 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-03-14 21:17:25.189 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-03-14 21:17:25.213 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-03-14 21:17:25.238 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:17:25.263 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-03-14 21:17:25.288 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-03-14 21:17:25.312 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-03-14 21:17:25.338 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-03-14 21:17:25.340 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-14 21:17:25.342 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-14 21:17:25.344 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-03-14 21:17:25.346 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-03-14 21:17:25.372 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-03-14 21:17:25.396 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-03-14 21:17:25.421 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-03-14 21:17:25.445 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-03-14 21:17:25.470 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-03-14 21:17:25.494 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-03-14 21:17:25.519 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-03-14 21:17:25.544 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:17:25.569 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-03-14 21:17:25.594 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-03-14 21:17:25.597 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-14 21:17:25.599 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-03-14 21:17:25.601 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-03-14 21:17:25.603 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-03-14 21:17:25.628 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-03-14 21:17:25.653 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-03-14 21:17:25.680 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-03-14 21:17:25.706 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-03-14 21:17:25.732 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-03-14 21:17:25.758 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-03-14 21:17:25.785 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-03-14 21:17:25.810 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-03-14 21:17:25.834 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-03-14 21:17:25.859 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-03-14 21:17:25.861 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-03-14 21:17:25.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-03-14 21:17:25.865 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-03-14 21:17:25.867 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-03-14 21:17:25.869 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ public != '' ]] 2024-03-14 21:17:25.871 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=public 2024-03-14 21:17:25.873 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-03-14 21:17:25.875 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=public:2:999 2024-03-14 21:17:25.878 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ public:2:999 != '' ]] 2024-03-14 21:17:25.880 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-03-14 21:17:25.882 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-03-14 21:17:25.884 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n public ]] 2024-03-14 21:17:25.886 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-03-14 21:17:25.888 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n public ]] 2024-03-14 21:17:25.890 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=public, 2024-03-14 21:17:25.892 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-03-14 21:17:25.894 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ public != \d\e\f\a\u\l\t ]] 2024-03-14 21:17:25.896 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:110 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-03-14 21:17:25.898 | + 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-03-14 21:17:25.900 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:25.902 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-03-14 21:17:25.904 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-03-14 21:17:25.906 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-03-14 21:17:25.908 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:25.910 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-03-14 21:17:25.933 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-03-14 21:17:25.935 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:25.937 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-14 21:17:25.939 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-03-14 21:17:25.941 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-03-14 21:17:25.943 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:25.945 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-03-14 21:17:25.969 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-03-14 21:17:25.971 | + 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-03-14 21:17:25.973 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:25.975 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-14 21:17:25.977 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-03-14 21:17:25.979 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-03-14 21:17:25.981 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:25.983 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-03-14 21:17:26.006 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-03-14 21:17:26.008 | + 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-03-14 21:17:26.010 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.012 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-14 21:17:26.014 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-03-14 21:17:26.016 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-03-14 21:17:26.018 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.020 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-03-14 21:17:26.044 | + 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-03-14 21:17:26.046 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.048 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-14 21:17:26.050 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-03-14 21:17:26.052 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-03-14 21:17:26.054 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.056 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-03-14 21:17:26.080 | + 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-03-14 21:17:26.082 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.084 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-03-14 21:17:26.086 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-03-14 21:17:26.088 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-03-14 21:17:26.090 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.091 | + 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-03-14 21:17:26.116 | + 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-03-14 21:17:26.118 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.120 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-03-14 21:17:26.122 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-03-14 21:17:26.124 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-03-14 21:17:26.126 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.127 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-03-14 21:17:26.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=public,default, 2024-03-14 21:17:26.153 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.155 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-03-14 21:17:26.157 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=public,default, 2024-03-14 21:17:26.159 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=public,default, ']' 2024-03-14 21:17:26.161 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.163 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks public,default, 2024-03-14 21:17:26.186 | + 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=public:2:999 2024-03-14 21:17:26.189 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.191 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-03-14 21:17:26.193 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=public:2:999 2024-03-14 21:17:26.194 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=public:2:999 ']' 2024-03-14 21:17:26.196 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.198 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges public:2:999 2024-03-14 21:17:26.222 | + 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-03-14 21:17:26.223 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:17:26.225 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-03-14 21:17:26.227 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-03-14 21:17:26.229 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-03-14 21:17:26.231 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-14 21:17:26.233 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-03-14 21:17:26.257 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-14 21:17:26.259 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-03-14 21:17:26.284 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-03-14 21:17:26.308 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-03-14 21:17:26.310 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-03-14 21:17:26.324 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:26.326 | + stack.sh:main:1176 : is_service_enabled neutron 2024-03-14 21:17:26.339 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:26.341 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-03-14 21:17:26.343 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-03-14 21:17:26.389 | + inc/async:async_inner:63 : init_neutron 2024-03-14 21:17:26.419 | [4746 Async init_neutron:43099]: running: init_neutron 2024-03-14 21:17:26.421 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-03-14 21:17:26.435 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:26.437 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-03-14 21:17:26.451 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:26.453 | + stack.sh:main:1205 : configure_os_vif 2024-03-14 21:17:26.454 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-03-14 21:17:26.456 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-03-14 21:17:26.483 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-03-14 21:17:26.485 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-03-14 21:17:26.512 | + stack.sh:main:1211 : is_service_enabled swift 2024-03-14 21:17:26.526 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:26.528 | + stack.sh:main:1220 : is_service_enabled cinder 2024-03-14 21:17:26.542 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:26.544 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-03-14 21:17:26.546 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:17:26.548 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-03-14 21:17:26.550 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-03-14 21:17:26.552 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-03-14 21:17:26.599 | + inc/async:async_inner:63 : init_cinder 2024-03-14 21:17:26.630 | [4746 Async init_cinder:43337]: running: init_cinder 2024-03-14 21:17:26.631 | + stack.sh:main:1228 : is_service_enabled placement 2024-03-14 21:17:26.649 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:26.651 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-03-14 21:17:26.654 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:17:26.656 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-03-14 21:17:26.659 | + stack.sh:main:1230 : async_runfunc init_placement 2024-03-14 21:17:26.660 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-03-14 21:17:26.709 | + inc/async:async_inner:63 : init_placement 2024-03-14 21:17:26.740 | [4746 Async init_placement:43483]: running: init_placement 2024-03-14 21:17:26.742 | + stack.sh:main:1234 : async_wait init_neutron 2024-03-14 21:17:26.779 | [4746 Async init_neutron:43099]: Waiting for completion of init_neutron running on PID 43099 (5 other jobs running) 2024-03-14 21:17:26.797 | [4746 Async init_neutron:43099]: Signaling child to exit 2024-03-14 21:17:29.887 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:29.906 | [43337 Async init_cinder:43337]: finished successfully 2024-03-14 21:17:34.295 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:34.314 | [43099 Async init_neutron:43099]: finished successfully 2024-03-14 21:17:34.330 | WAKEUP 2024-03-14 21:17:34.347 | [4746 Async init_neutron:43099]: Signaled 2024-03-14 21:17:34.348 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-03-14 21:17:34.348 | + lib/database:recreate_database:112 : local db=neutron 2024-03-14 21:17:34.348 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-03-14 21:17:34.348 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-03-14 21:17:34.348 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-03-14 21:17:34.348 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-03-14 21:17:34.348 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-03-14 21:17:34.348 | + functions-common:time_start:2421 : local name=dbsync 2024-03-14 21:17:34.348 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:17:34.348 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:17:34.348 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:17:34.348 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451046427 2024-03-14 21:17:34.348 | + 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-03-14 21:17:34.348 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-03-14 21:17:34.349 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-03-14 21:17:34.350 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-03-14 21:17:34.351 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-03-14 21:17:34.351 | Running upgrade for neutron ... 2024-03-14 21:17:34.351 | OK 2024-03-14 21:17:34.351 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-03-14 21:17:34.351 | + functions-common:time_stop:2435 : local name 2024-03-14 21:17:34.351 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:17:34.351 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:17:34.351 | + functions-common:time_stop:2438 : local total 2024-03-14 21:17:34.351 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:17:34.352 | + functions-common:time_stop:2441 : name=dbsync 2024-03-14 21:17:34.352 | + functions-common:time_stop:2442 : start_time=1710451046427 2024-03-14 21:17:34.352 | + functions-common:time_stop:2444 : [[ -z 1710451046427 ]] 2024-03-14 21:17:34.352 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:17:34.352 | + functions-common:time_stop:2447 : end_time=1710451054282 2024-03-14 21:17:34.352 | + functions-common:time_stop:2448 : elapsed_time=7855 2024-03-14 21:17:34.352 | + functions-common:time_stop:2449 : total=2674 2024-03-14 21:17:34.352 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:17:34.352 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10529 2024-03-14 21:17:34.382 | [4746 Async init_neutron:43099]: finished init_neutron with result 0 in 7 seconds 2024-03-14 21:17:34.385 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:34.388 | + stack.sh:main:1235 : async_wait init_placement 2024-03-14 21:17:34.427 | [4746 Async init_placement:43483]: Waiting for completion of init_placement running on PID 43483 (4 other jobs running) 2024-03-14 21:17:34.445 | [4746 Async init_placement:43483]: Signaling child to exit 2024-03-14 21:17:44.643 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:44.661 | [43483 Async init_placement:43483]: finished successfully 2024-03-14 21:17:44.676 | WAKEUP 2024-03-14 21:17:44.693 | [4746 Async init_placement:43483]: Signaled 2024-03-14 21:17:44.694 | + lib/placement:init_placement:143 : recreate_database placement 2024-03-14 21:17:44.694 | + lib/database:recreate_database:112 : local db=placement 2024-03-14 21:17:44.694 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-03-14 21:17:44.694 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-03-14 21:17:44.694 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-03-14 21:17:44.694 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-03-14 21:17:44.694 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-03-14 21:17:44.694 | + lib/placement:init_placement:145 : create_placement_accounts 2024-03-14 21:17:44.694 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-03-14 21:17:44.694 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-03-14 21:17:44.694 | + functions-common:get_or_create_user:922 : local user_id 2024-03-14 21:17:44.694 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-03-14 21:17:44.694 | + functions-common:get_or_create_user:926 : local email= 2024-03-14 21:17:44.694 | ++ 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-03-14 21:17:44.694 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:44.694 | + functions-common:get_or_create_user:938 : user_id=31533c466db043e0bfc5e24b4d462143 2024-03-14 21:17:44.694 | + functions-common:get_or_create_user:939 : echo 31533c466db043e0bfc5e24b4d462143 2024-03-14 21:17:44.695 | 31533c466db043e0bfc5e24b4d462143 2024-03-14 21:17:44.695 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:44.695 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:44.695 | + 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-03-14 21:17:44.695 | ++ 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-03-14 21:17:44.695 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:1003 : echo 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:44.695 | 532f3ac9b4b847f2a3295e948c342a7d 2024-03-14 21:17:44.695 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-03-14 21:17:44.695 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-03-14 21:17:44.695 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:970 : local domain 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:971 : domain= 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-03-14 21:17:44.695 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-03-14 21:17:44.695 | + 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-03-14 21:17:44.695 | ++ 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-03-14 21:17:44.695 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:17:44.695 | + functions-common:get_or_add_user_project_role:1003 : echo f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:17:44.695 | f6db482f08ac473abf2c2c3d781ccce7 2024-03-14 21:17:44.695 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-03-14 21:17:44.695 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-03-14 21:17:44.695 | + functions-common:get_or_create_service:1078 : local service_id 2024-03-14 21:17:44.695 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-03-14 21:17:44.695 | ++ 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-03-14 21:17:44.695 | ++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:44.695 | + functions-common:get_or_create_service:1089 : service_id=' 2024-03-14 21:17:44.695 | 3895f48c17014383a28228c0413b245e' 2024-03-14 21:17:44.695 | + functions-common:get_or_create_service:1090 : echo 3895f48c17014383a28228c0413b245e 2024-03-14 21:17:44.695 | 3895f48c17014383a28228c0413b245e 2024-03-14 21:17:44.695 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-03-14 21:17:44.695 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-03-14 21:17:44.696 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-03-14 21:17:44.696 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-03-14 21:17:44.696 | +++ 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-03-14 21:17:44.696 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:44.696 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-03-14 21:17:44.696 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-03-14 21:17:44.696 | +++ 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-03-14 21:17:44.696 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:17:44.696 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=695135d80638420da64eae44637ddc28 2024-03-14 21:17:44.696 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 695135d80638420da64eae44637ddc28 2024-03-14 21:17:44.696 | + functions-common:get_or_create_endpoint:1123 : public_id=695135d80638420da64eae44637ddc28 2024-03-14 21:17:44.696 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-03-14 21:17:44.696 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-03-14 21:17:44.696 | + functions-common:get_or_create_endpoint:1132 : echo 695135d80638420da64eae44637ddc28 2024-03-14 21:17:44.696 | 695135d80638420da64eae44637ddc28 2024-03-14 21:17:44.727 | [4746 Async init_placement:43483]: finished init_placement with result 0 in 17 seconds 2024-03-14 21:17:44.730 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:44.732 | + stack.sh:main:1236 : async_wait init_glance 2024-03-14 21:17:44.768 | [4746 Async init_glance:40645]: Waiting for completion of init_glance running on PID 40645 (3 other jobs running) 2024-03-14 21:17:44.786 | [4746 Async init_glance:40645]: Signaling child to exit 2024-03-14 21:17:44.786 | WAKEUP 2024-03-14 21:17:44.802 | [4746 Async init_glance:40645]: Signaled 2024-03-14 21:17:44.803 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-03-14 21:17:44.803 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-03-14 21:17:44.803 | + lib/glance:init_glance:489 : recreate_database glance 2024-03-14 21:17:44.803 | + lib/database:recreate_database:112 : local db=glance 2024-03-14 21:17:44.803 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-03-14 21:17:44.803 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-03-14 21:17:44.803 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-03-14 21:17:44.803 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-03-14 21:17:44.803 | + lib/glance:init_glance:491 : time_start dbsync 2024-03-14 21:17:44.803 | + functions-common:time_start:2421 : local name=dbsync 2024-03-14 21:17:44.803 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:17:44.803 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:17:44.803 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:17:44.803 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451024106 2024-03-14 21:17:44.803 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-03-14 21:17:44.803 | INFO dbcounter [-] Registered counter for database glance 2024-03-14 21:17:44.803 | 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=40732) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:17:44.803 | DEBUG dbcounter [-] [40732] Writer thread running {{(pid=40732) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:44.803 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-03-14 21:17:44.804 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-03-14 21:17:44.805 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-03-14 21:17:44.805 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-03-14 21:17:44.805 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.805 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.805 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-14 21:17:44.805 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-14 21:17:44.805 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-03-14 21:17:44.805 | Database migration is up to date. No migration needed. 2024-03-14 21:17:44.805 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-03-14 21:17:44.805 | Database is synced successfully. 2024-03-14 21:17:44.805 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-03-14 21:17:44.805 | INFO dbcounter [-] Registered counter for database glance 2024-03-14 21:17:44.805 | 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=40764) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writer thread running {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=76,glance:SHOW=6,glance:INSERT=18 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=77,glance:INSERT=23 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-03-14 21:17:44.805 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.805 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-03-14 21:17:44.806 | DEBUG dbcounter [-] [40764] Writing DB stats glance:INSERT=21,glance:SELECT=79 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-03-14 21:17:44.806 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-03-14 21:17:44.806 | DEBUG dbcounter [-] [40764] Writing DB stats glance:INSERT=24,glance:SELECT=76 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-03-14 21:17:44.806 | DEBUG dbcounter [-] [40764] Writing DB stats glance:SELECT=80,glance:INSERT=20 {{(pid=40764) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-03-14 21:17:44.806 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-03-14 21:17:44.806 | + lib/glance:init_glance:497 : time_stop dbsync 2024-03-14 21:17:44.806 | + functions-common:time_stop:2435 : local name 2024-03-14 21:17:44.806 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:17:44.806 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:17:44.806 | + functions-common:time_stop:2438 : local total 2024-03-14 21:17:44.806 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:17:44.806 | + functions-common:time_stop:2441 : name=dbsync 2024-03-14 21:17:44.806 | + functions-common:time_stop:2442 : start_time=1710451024106 2024-03-14 21:17:44.806 | + functions-common:time_stop:2444 : [[ -z 1710451024106 ]] 2024-03-14 21:17:44.806 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:17:44.806 | + functions-common:time_stop:2447 : end_time=1710451028346 2024-03-14 21:17:44.806 | + functions-common:time_stop:2448 : elapsed_time=4240 2024-03-14 21:17:44.806 | + functions-common:time_stop:2449 : total=2674 2024-03-14 21:17:44.806 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:17:44.806 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6914 2024-03-14 21:17:44.835 | [4746 Async init_glance:40645]: finished init_glance with result 0 in 4 seconds 2024-03-14 21:17:44.838 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:44.840 | + stack.sh:main:1237 : async_wait init_swift 2024-03-14 21:17:44.856 | Not waiting for async task init_swift that we never started or has already been waited for 2024-03-14 21:17:44.858 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:44.860 | + stack.sh:main:1238 : async_wait init_cinder 2024-03-14 21:17:44.896 | [4746 Async init_cinder:43337]: Waiting for completion of init_cinder running on PID 43337 (2 other jobs running) 2024-03-14 21:17:44.914 | [4746 Async init_cinder:43337]: Signaling child to exit 2024-03-14 21:17:44.914 | WAKEUP 2024-03-14 21:17:44.930 | [4746 Async init_cinder:43337]: Signaled 2024-03-14 21:17:44.931 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-03-14 21:17:44.931 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:44.931 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-03-14 21:17:44.931 | + lib/database:recreate_database:112 : local db=cinder 2024-03-14 21:17:44.931 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-03-14 21:17:44.931 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-03-14 21:17:44.931 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-03-14 21:17:44.931 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-03-14 21:17:44.931 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-03-14 21:17:44.931 | + functions-common:time_start:2421 : local name=dbsync 2024-03-14 21:17:44.931 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:17:44.931 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:17:44.931 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:17:44.931 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451046653 2024-03-14 21:17:44.931 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-03-14 21:17:44.931 | INFO dbcounter [-] Registered counter for database cinder 2024-03-14 21:17:44.931 | 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=43438) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:17:44.931 | DEBUG dbcounter [-] [43438] Writer thread running {{(pid=43438) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | 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=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-03-14 21:17:44.932 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43438) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-03-14 21:17:44.932 | INFO cinder.db.migration [-] Applying migration(s) 2024-03-14 21:17:44.932 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:17:44.932 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:17:44.932 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-03-14 21:17:44.932 | DEBUG dbcounter [-] [43438] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=43438) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:44.932 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=43438) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-03-14 21:17:44.932 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-03-14 21:17:44.932 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=43438) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:44.932 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-03-14 21:17:44.932 | INFO dbcounter [-] Registered counter for database cinder 2024-03-14 21:17:44.932 | 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=43438) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:17:44.932 | DEBUG dbcounter [-] [43438] Writer thread running {{(pid=43438) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:44.932 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=43438) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:44.932 | INFO cinder.db.migration [-] Migration(s) applied 2024-03-14 21:17:44.932 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-03-14 21:17:44.932 | + functions-common:time_stop:2435 : local name 2024-03-14 21:17:44.932 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:17:44.932 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:17:44.932 | + functions-common:time_stop:2438 : local total 2024-03-14 21:17:44.932 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:17:44.932 | + functions-common:time_stop:2441 : name=dbsync 2024-03-14 21:17:44.933 | + functions-common:time_stop:2442 : start_time=1710451046653 2024-03-14 21:17:44.933 | + functions-common:time_stop:2444 : [[ -z 1710451046653 ]] 2024-03-14 21:17:44.933 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:17:44.933 | + functions-common:time_stop:2447 : end_time=1710451049826 2024-03-14 21:17:44.933 | + functions-common:time_stop:2448 : elapsed_time=3173 2024-03-14 21:17:44.933 | + functions-common:time_stop:2449 : total=2674 2024-03-14 21:17:44.933 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:17:44.933 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5847 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-03-14 21:17:44.933 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-03-14 21:17:44.933 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:17:44.933 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-03-14 21:17:44.963 | [4746 Async init_cinder:43337]: finished init_cinder with result 0 in 3 seconds 2024-03-14 21:17:44.967 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:44.968 | + stack.sh:main:1243 : is_service_enabled nova 2024-03-14 21:17:44.982 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:44.984 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-03-14 21:17:44.986 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:17:44.988 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-03-14 21:17:44.990 | + stack.sh:main:1245 : init_nova 2024-03-14 21:17:44.992 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-03-14 21:17:45.005 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:45.007 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-03-14 21:17:45.021 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:45.023 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:17:45.025 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-03-14 21:17:45.027 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-03-14 21:17:45.029 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-03-14 21:17:45.030 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-03-14 21:17:45.032 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-03-14 21:17:45.041 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-03-14 21:17:45.049 | ++ lib/nova:init_nova:863 : seq 1 1 2024-03-14 21:17:45.053 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-14 21:17:45.055 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-03-14 21:17:45.057 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-03-14 21:17:45.059 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-03-14 21:17:45.062 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-14 21:17:45.111 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-14 21:17:45.145 | [4746 Async nova-cell-1:44581]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-14 21:17:45.147 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-03-14 21:17:45.150 | + lib/database:recreate_database:112 : local db=nova_api 2024-03-14 21:17:45.152 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-03-14 21:17:45.154 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-03-14 21:17:45.156 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-03-14 21:17:45.165 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-03-14 21:17:45.175 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-03-14 21:17:45.579 | 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-03-14 21:17:47.360 | INFO dbcounter [-] Registered counter for database nova_api 2024-03-14 21:17:47.371 | DEBUG dbcounter [-] [44648] Writer thread running {{(pid=44648) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:47.371 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-03-14 21:17:47.375 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44648) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-03-14 21:17:47.387 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:17:47.388 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:17:47.407 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-03-14 21:17:48.236 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44648) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-03-14 21:17:48.238 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-03-14 21:17:48.425 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44648) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:48.808 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-03-14 21:17:48.811 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-03-14 21:17:48.814 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-03-14 21:17:48.816 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-03-14 21:17:48.818 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-03-14 21:17:48.820 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ True == \T\r\u\e ]] 2024-03-14 21:17:48.822 | ++ lib/databases/mysql:database_connection_url_mysql:253 : is_service_enabled mysql 2024-03-14 21:17:48.837 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:48.839 | ++ lib/databases/mysql:database_connection_url_mysql:254 : plugin='&plugin=dbcounter' 2024-03-14 21:17:48.842 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-03-14 21:17:48.844 | + 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-03-14 21:17:49.255 | 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-03-14 21:17:50.249 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:17:50.267 | [44581 Async nova-cell-1:44581]: finished successfully 2024-03-14 21:17:50.620 | INFO dbcounter [None req-ac680aaa-93d0-4ed3-b809-d226dc17c8c7 None None] Registered counter for database nova_api 2024-03-14 21:17:50.632 | DEBUG dbcounter [-] [44691] Writer thread running {{(pid=44691) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:50.997 | ++ lib/nova:init_nova:875 : seq 0 1 2024-03-14 21:17:51.001 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-03-14 21:17:51.003 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-03-14 21:17:51.019 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-03-14 21:17:51.021 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:51.023 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-03-14 21:17:51.025 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-03-14 21:17:51.061 | [4746 Async nova-cell-1:44581]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 44581 (2 other jobs running) 2024-03-14 21:17:51.079 | [4746 Async nova-cell-1:44581]: Signaling child to exit 2024-03-14 21:17:51.079 | WAKEUP 2024-03-14 21:17:51.095 | [4746 Async nova-cell-1:44581]: Signaled 2024-03-14 21:17:51.095 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-03-14 21:17:51.095 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-03-14 21:17:51.096 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-03-14 21:17:51.096 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-03-14 21:17:51.096 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-03-14 21:17:51.096 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-03-14 21:17:51.096 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-03-14 21:17:51.096 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-03-14 21:17:51.096 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-03-14 21:17:51.096 | 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-03-14 21:17:51.096 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-03-14 21:17:51.096 | DEBUG dbcounter [-] [44631] Writer thread running {{(pid=44631) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:51.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:51.097 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-03-14 21:17:51.097 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44631) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-03-14 21:17:51.097 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-14 21:17:51.097 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-14 21:17:51.097 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-03-14 21:17:51.097 | DEBUG dbcounter [-] [44631] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=44631) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:51.097 | DEBUG dbcounter [-] [44631] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=34 {{(pid=44631) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:51.097 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44631) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-03-14 21:17:51.097 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-03-14 21:17:51.097 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44631) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:51.097 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-03-14 21:17:51.097 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44631) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:51.097 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-03-14 21:17:51.097 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44631) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:51.127 | [4746 Async nova-cell-1:44581]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-03-14 21:17:51.130 | + inc/async:async_wait:197 : return 0 2024-03-14 21:17:51.132 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:17:51.134 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-03-14 21:17:51.528 | 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-03-14 21:17:52.843 | INFO dbcounter [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Registered counter for database nova_api 2024-03-14 21:17:52.854 | DEBUG dbcounter [-] [44859] Writer thread running {{(pid=44859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:52.880 | INFO dbcounter [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Registered counter for database nova_cell0 2024-03-14 21:17:52.884 | DEBUG dbcounter [-] [44859] Writer thread running {{(pid=44859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:52.884 | DEBUG migrate.versioning.repository [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-03-14 21:17:52.885 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.885 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.886 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.886 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.886 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.886 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.886 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.887 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.887 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.887 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.887 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.887 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.888 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.888 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.888 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.888 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.888 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.889 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.889 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.889 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.889 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.889 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.890 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.890 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.890 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.890 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.890 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.891 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.891 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.891 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.891 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.892 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.892 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.892 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.892 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.892 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.893 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.893 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.893 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.893 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.894 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:52.894 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:52.894 | DEBUG migrate.versioning.repository [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-03-14 21:17:52.894 | DEBUG migrate.versioning.repository [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-03-14 21:17:52.907 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Context impl MySQLImpl. 2024-03-14 21:17:52.907 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Will assume non-transactional DDL. 2024-03-14 21:17:52.919 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-03-14 21:17:53.754 | DEBUG dbcounter [-] [44859] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=44859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:54.370 | DEBUG dbcounter [-] [44859] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=34 {{(pid=44859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:17:54.874 | DEBUG alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] new branch insert 8f2f1571d55b {{(pid=44859) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-03-14 21:17:54.875 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-03-14 21:17:54.900 | DEBUG alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44859) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:54.902 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-03-14 21:17:54.976 | DEBUG alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44859) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:54.977 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-03-14 21:17:54.991 | DEBUG alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44859) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-03-14 21:17:54.994 | INFO dbcounter [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Registered counter for database nova_cell1 2024-03-14 21:17:54.998 | DEBUG dbcounter [-] [44859] Writer thread running {{(pid=44859) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:54.999 | DEBUG migrate.versioning.repository [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-03-14 21:17:54.999 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:54.999 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.000 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.000 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.000 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.000 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.001 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.001 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.001 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.001 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.001 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.002 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.002 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.002 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.002 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.002 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.003 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.003 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.003 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.003 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.003 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.004 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.004 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.004 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.004 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.004 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.005 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.005 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.005 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.005 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.005 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.006 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.006 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.006 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.006 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.006 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.007 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.007 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.007 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.007 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.007 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-03-14 21:17:55.008 | DEBUG migrate.versioning.script.base [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-03-14 21:17:55.008 | DEBUG migrate.versioning.repository [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-03-14 21:17:55.008 | DEBUG migrate.versioning.repository [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44859) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-03-14 21:17:55.012 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Context impl MySQLImpl. 2024-03-14 21:17:55.012 | INFO alembic.runtime.migration [None req-5e744cbc-4ffe-4f72-b1a7-6e8cb423f83f None None] Will assume non-transactional DDL. 2024-03-14 21:17:55.374 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-03-14 21:17:55.760 | 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-03-14 21:17:57.067 | Running batches of 50 until complete 2024-03-14 21:17:57.067 | INFO dbcounter [None req-e2cc8068-4fd1-41b4-8be9-4802d54a53b2 None None] Registered counter for database nova_cell1 2024-03-14 21:17:57.078 | DEBUG dbcounter [-] [44864] Writer thread running {{(pid=44864) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:57.133 | INFO dbcounter [None req-e2cc8068-4fd1-41b4-8be9-4802d54a53b2 None None] Registered counter for database nova_api 2024-03-14 21:17:57.137 | DEBUG dbcounter [-] [44864] Writer thread running {{(pid=44864) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:57.193 | INFO dbcounter [None req-e2cc8068-4fd1-41b4-8be9-4802d54a53b2 None None] Registered counter for database nova_cell0 2024-03-14 21:17:57.197 | DEBUG dbcounter [-] [44864] Writer thread running {{(pid=44864) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:57.228 | +-------------------------------------+--------------+-----------+ 2024-03-14 21:17:57.228 | | Migration | Total Needed | Completed | 2024-03-14 21:17:57.228 | +-------------------------------------+--------------+-----------+ 2024-03-14 21:17:57.228 | | fill_virtual_interface_list | 0 | 0 | 2024-03-14 21:17:57.228 | | migrate_empty_ratio | 0 | 0 | 2024-03-14 21:17:57.228 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-03-14 21:17:57.228 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-03-14 21:17:57.228 | | migration_migrate_to_uuid | 0 | 0 | 2024-03-14 21:17:57.228 | | populate_dev_uuids | 0 | 0 | 2024-03-14 21:17:57.228 | | populate_missing_availability_zones | 0 | 0 | 2024-03-14 21:17:57.228 | | populate_queued_for_delete | 0 | 0 | 2024-03-14 21:17:57.228 | | populate_user_id | 0 | 0 | 2024-03-14 21:17:57.228 | | populate_uuids | 0 | 0 | 2024-03-14 21:17:57.228 | +-------------------------------------+--------------+-----------+ 2024-03-14 21:17:57.592 | ++ lib/nova:init_nova:889 : seq 1 1 2024-03-14 21:17:57.597 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-14 21:17:57.599 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-03-14 21:17:57.601 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-03-14 21:17:57.604 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-03-14 21:17:57.606 | + 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-03-14 21:17:57.996 | 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-03-14 21:17:59.307 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-03-14 21:17:59.307 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-03-14 21:17:59.308 | INFO dbcounter [None req-a32e7912-fd2b-4d30-b781-9d5145b23202 None None] Registered counter for database nova_api 2024-03-14 21:17:59.318 | DEBUG dbcounter [-] [44883] Writer thread running {{(pid=44883) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:17:59.678 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-03-14 21:17:59.680 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-03-14 21:17:59.690 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-03-14 21:17:59.692 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-03-14 21:17:59.694 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-03-14 21:17:59.744 | + inc/async:async_inner:63 : configure_neutron_nova 2024-03-14 21:17:59.777 | [4746 Async configure_neutron_nova:44940]: running: configure_neutron_nova 2024-03-14 21:17:59.779 | + stack.sh:main:1255 : run_phase stack post-config 2024-03-14 21:17:59.781 | + functions-common:run_phase:1863 : local mode=stack 2024-03-14 21:17:59.784 | + functions-common:run_phase:1864 : local phase=post-config 2024-03-14 21:17:59.786 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:17:59.788 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:17:59.790 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:17:59.793 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:17:59.795 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:17:59.798 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:17:59.801 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:17:59.803 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:17:59.805 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:17:59.808 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-03-14 21:17:59.810 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:17:59.824 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:17:59.826 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:17:59.828 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:17:59.830 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-03-14 21:17:59.832 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:17:59.834 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:17:59.836 | ++ extras.d/80-tempest.sh:source:12 : : 2024-03-14 21:17:59.838 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-14 21:17:59.840 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-14 21:17:59.842 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:17:59.844 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-14 21:17:59.847 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-03-14 21:17:59.849 | + functions-common:run_plugins:1849 : local mode=stack 2024-03-14 21:17:59.851 | + functions-common:run_plugins:1850 : local phase=post-config 2024-03-14 21:17:59.853 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-03-14 21:17:59.855 | + functions-common:run_plugins:1853 : local plugin 2024-03-14 21:17:59.858 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-03-14 21:17:59.860 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:17:59.863 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-14 21:17:59.865 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-03-14 21:17:59.867 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:17:59.869 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:17:59.871 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-03-14 21:17:59.873 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:17:59.875 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:17:59.877 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-03-14 21:17:59.880 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:17:59.882 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-03-14 21:17:59.884 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-03-14 21:17:59.886 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-14 21:17:59.889 | + inc/meta-config:merge_config_group:171 : shift 2024-03-14 21:17:59.891 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-03-14 21:17:59.893 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:17:59.895 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-14 21:17:59.897 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-14 21:17:59.900 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-03-14 21:17:59.902 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:17:59.904 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-03-14 21:17:59.906 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:17:59.909 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-03-14 21:17:59.909 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:17:59.909 | gsub("[][]", "", $1); 2024-03-14 21:17:59.909 | split($1, a, "|"); 2024-03-14 21:17:59.909 | if (a[1] == matchgroup) 2024-03-14 21:17:59.909 | print a[2] 2024-03-14 21:17:59.909 | } 2024-03-14 21:17:59.909 | ' /opt/stack/devstack/local.conf 2024-03-14 21:17:59.913 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-14 21:17:59.915 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-14 21:17:59.917 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-14 21:17:59.920 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-03-14 21:17:59.922 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-03-14 21:17:59.925 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-03-14 21:17:59.927 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-03-14 21:17:59.929 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-03-14 21:17:59.933 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-03-14 21:17:59.944 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-03-14 21:17:59.947 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-03-14 21:17:59.950 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:17:59.952 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-14 21:17:59.954 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-03-14 21:17:59.957 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-14 21:17:59.960 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-03-14 21:17:59.963 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-03-14 21:17:59.966 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-03-14 21:17:59.969 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-03-14 21:17:59.972 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-03-14 21:17:59.973 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-03-14 21:17:59.973 | BEGIN { 2024-03-14 21:17:59.973 | section = "" 2024-03-14 21:17:59.973 | last_section = "" 2024-03-14 21:17:59.973 | section_count = 0 2024-03-14 21:17:59.973 | } 2024-03-14 21:17:59.973 | /^\[.+\]/ { 2024-03-14 21:17:59.973 | gsub("[][]", "", $1); 2024-03-14 21:17:59.973 | section=$1 2024-03-14 21:17:59.973 | next 2024-03-14 21:17:59.973 | } 2024-03-14 21:17:59.973 | /^ *\#/ { 2024-03-14 21:17:59.974 | next 2024-03-14 21:17:59.974 | } 2024-03-14 21:17:59.974 | /^[^ \t]+/ { 2024-03-14 21:17:59.974 | # get offset of first = in $0 2024-03-14 21:17:59.974 | eq_idx = index($0, "=") 2024-03-14 21:17:59.974 | # extract attr & value from $0 2024-03-14 21:17:59.974 | attr = substr($0, 1, eq_idx - 1) 2024-03-14 21:17:59.974 | value = substr($0, eq_idx + 1) 2024-03-14 21:17:59.974 | # only need to strip trailing whitespace from attr 2024-03-14 21:17:59.974 | sub(/[ \t]*$/, "", attr) 2024-03-14 21:17:59.974 | # need to strip leading & trailing whitespace from value 2024-03-14 21:17:59.974 | sub(/^[ \t]*/, "", value) 2024-03-14 21:17:59.974 | sub(/[ \t]*$/, "", value) 2024-03-14 21:17:59.974 | 2024-03-14 21:17:59.974 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-14 21:17:59.974 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-14 21:17:59.974 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-14 21:17:59.974 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-14 21:17:59.974 | if (! (section, attr) in cfg_attr_count) { 2024-03-14 21:17:59.974 | if (section != last_section) { 2024-03-14 21:17:59.974 | cfg_section[section_count++] = section 2024-03-14 21:17:59.974 | last_section = section 2024-03-14 21:17:59.974 | } 2024-03-14 21:17:59.974 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-14 21:17:59.974 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-14 21:17:59.974 | 2024-03-14 21:17:59.974 | cfg_attr[section, attr, 0] = value 2024-03-14 21:17:59.974 | cfg_attr_count[section, attr] = 1 2024-03-14 21:17:59.974 | } else { 2024-03-14 21:17:59.974 | lno = cfg_attr_count[section, attr]++ 2024-03-14 21:17:59.974 | cfg_attr[section, attr, lno] = value 2024-03-14 21:17:59.974 | } 2024-03-14 21:17:59.974 | } 2024-03-14 21:17:59.974 | END { 2024-03-14 21:17:59.974 | # Process each section in order 2024-03-14 21:17:59.974 | for (sno = 0; sno < section_count; sno++) { 2024-03-14 21:17:59.974 | section = cfg_section[sno] 2024-03-14 21:17:59.974 | # The ini routines simply append a config item immediately 2024-03-14 21:17:59.974 | # after the section header. To keep the same order as defined 2024-03-14 21:17:59.975 | # in local.conf, invoke the ini routines in the reverse order 2024-03-14 21:17:59.975 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-14 21:17:59.975 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-14 21:17:59.975 | if (cfg_attr_count[section, attr] == 1) 2024-03-14 21:17:59.975 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-14 21:17:59.975 | else { 2024-03-14 21:17:59.975 | # For multiline, invoke the ini routines in the reverse order 2024-03-14 21:17:59.975 | count = cfg_attr_count[section, attr] 2024-03-14 21:17:59.975 | print "inidelete " configfile " " section " " attr 2024-03-14 21:17:59.975 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-14 21:17:59.975 | for (l = count -2; l >= 0; l--) 2024-03-14 21:17:59.975 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-14 21:17:59.975 | } 2024-03-14 21:17:59.975 | } 2024-03-14 21:17:59.975 | } 2024-03-14 21:17:59.975 | } 2024-03-14 21:17:59.975 | ' 2024-03-14 21:17:59.975 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:17:59.975 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-14 21:17:59.975 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:17:59.977 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-14 21:17:59.979 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-03-14 21:17:59.982 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:17:59.984 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-03-14 21:17:59.986 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-03-14 21:17:59.986 | BEGIN { group = "" } 2024-03-14 21:17:59.986 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:17:59.986 | gsub("[][]", "", $1); 2024-03-14 21:17:59.986 | split($1, a, "|"); 2024-03-14 21:17:59.987 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-14 21:17:59.987 | group=a[1] 2024-03-14 21:17:59.987 | } else { 2024-03-14 21:17:59.987 | group="" 2024-03-14 21:17:59.987 | } 2024-03-14 21:17:59.987 | next 2024-03-14 21:17:59.987 | } 2024-03-14 21:17:59.987 | { 2024-03-14 21:17:59.987 | if (group != "") 2024-03-14 21:17:59.987 | print $0 2024-03-14 21:17:59.987 | } 2024-03-14 21:17:59.987 | ' /opt/stack/devstack/local.conf 2024-03-14 21:17:59.991 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-03-14 21:17:59.993 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-03-14 21:18:00.017 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.020 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-14 21:18:00.022 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-14 21:18:00.024 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-14 21:18:00.027 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-03-14 21:18:00.029 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-03-14 21:18:00.032 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-03-14 21:18:00.035 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-03-14 21:18:00.038 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-03-14 21:18:00.041 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-03-14 21:18:00.043 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-03-14 21:18:00.046 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-03-14 21:18:00.048 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.051 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-14 21:18:00.053 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-03-14 21:18:00.056 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-14 21:18:00.058 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-03-14 21:18:00.060 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-03-14 21:18:00.063 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-03-14 21:18:00.065 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-03-14 21:18:00.068 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-03-14 21:18:00.068 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-03-14 21:18:00.068 | BEGIN { 2024-03-14 21:18:00.068 | section = "" 2024-03-14 21:18:00.069 | last_section = "" 2024-03-14 21:18:00.069 | section_count = 0 2024-03-14 21:18:00.069 | } 2024-03-14 21:18:00.069 | /^\[.+\]/ { 2024-03-14 21:18:00.069 | gsub("[][]", "", $1); 2024-03-14 21:18:00.069 | section=$1 2024-03-14 21:18:00.069 | next 2024-03-14 21:18:00.069 | } 2024-03-14 21:18:00.069 | /^ *\#/ { 2024-03-14 21:18:00.069 | next 2024-03-14 21:18:00.069 | } 2024-03-14 21:18:00.069 | /^[^ \t]+/ { 2024-03-14 21:18:00.069 | # get offset of first = in $0 2024-03-14 21:18:00.069 | eq_idx = index($0, "=") 2024-03-14 21:18:00.069 | # extract attr & value from $0 2024-03-14 21:18:00.069 | attr = substr($0, 1, eq_idx - 1) 2024-03-14 21:18:00.069 | value = substr($0, eq_idx + 1) 2024-03-14 21:18:00.069 | # only need to strip trailing whitespace from attr 2024-03-14 21:18:00.069 | sub(/[ \t]*$/, "", attr) 2024-03-14 21:18:00.070 | # need to strip leading & trailing whitespace from value 2024-03-14 21:18:00.070 | sub(/^[ \t]*/, "", value) 2024-03-14 21:18:00.070 | sub(/[ \t]*$/, "", value) 2024-03-14 21:18:00.070 | 2024-03-14 21:18:00.070 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-14 21:18:00.070 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-14 21:18:00.070 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-14 21:18:00.070 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-14 21:18:00.070 | if (! (section, attr) in cfg_attr_count) { 2024-03-14 21:18:00.070 | if (section != last_section) { 2024-03-14 21:18:00.070 | cfg_section[section_count++] = section 2024-03-14 21:18:00.070 | last_section = section 2024-03-14 21:18:00.070 | } 2024-03-14 21:18:00.071 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-14 21:18:00.071 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-14 21:18:00.071 | 2024-03-14 21:18:00.071 | cfg_attr[section, attr, 0] = value 2024-03-14 21:18:00.071 | cfg_attr_count[section, attr] = 1 2024-03-14 21:18:00.071 | } else { 2024-03-14 21:18:00.071 | lno = cfg_attr_count[section, attr]++ 2024-03-14 21:18:00.071 | cfg_attr[section, attr, lno] = value 2024-03-14 21:18:00.071 | } 2024-03-14 21:18:00.071 | } 2024-03-14 21:18:00.071 | END { 2024-03-14 21:18:00.071 | # Process each section in order 2024-03-14 21:18:00.071 | for (sno = 0; sno < section_count; sno++) { 2024-03-14 21:18:00.071 | section = cfg_section[sno] 2024-03-14 21:18:00.071 | # The ini routines simply append a config item immediately 2024-03-14 21:18:00.071 | # after the section header. To keep the same order as defined 2024-03-14 21:18:00.071 | # in local.conf, invoke the ini routines in the reverse order 2024-03-14 21:18:00.071 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-14 21:18:00.071 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-14 21:18:00.071 | if (cfg_attr_count[section, attr] == 1) 2024-03-14 21:18:00.071 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-14 21:18:00.071 | else { 2024-03-14 21:18:00.071 | # For multiline, invoke the ini routines in the reverse order 2024-03-14 21:18:00.071 | count = cfg_attr_count[section, attr] 2024-03-14 21:18:00.071 | print "inidelete " configfile " " section " " attr 2024-03-14 21:18:00.071 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-14 21:18:00.071 | for (l = count -2; l >= 0; l--) 2024-03-14 21:18:00.071 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-14 21:18:00.071 | } 2024-03-14 21:18:00.071 | } 2024-03-14 21:18:00.071 | } 2024-03-14 21:18:00.071 | } 2024-03-14 21:18:00.071 | ' 2024-03-14 21:18:00.071 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.072 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.072 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-14 21:18:00.072 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:18:00.072 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-14 21:18:00.075 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-03-14 21:18:00.077 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:00.079 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-03-14 21:18:00.081 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-03-14 21:18:00.082 | BEGIN { group = "" } 2024-03-14 21:18:00.082 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:00.082 | gsub("[][]", "", $1); 2024-03-14 21:18:00.082 | split($1, a, "|"); 2024-03-14 21:18:00.082 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-14 21:18:00.082 | group=a[1] 2024-03-14 21:18:00.082 | } else { 2024-03-14 21:18:00.082 | group="" 2024-03-14 21:18:00.082 | } 2024-03-14 21:18:00.082 | next 2024-03-14 21:18:00.082 | } 2024-03-14 21:18:00.082 | { 2024-03-14 21:18:00.082 | if (group != "") 2024-03-14 21:18:00.082 | print $0 2024-03-14 21:18:00.082 | } 2024-03-14 21:18:00.082 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:00.086 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-03-14 21:18:00.088 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-03-14 21:18:00.093 | [44940 Async configure_neutron_nova:44940]: finished successfully 2024-03-14 21:18:00.113 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.116 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-14 21:18:00.118 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-14 21:18:00.120 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-14 21:18:00.122 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-03-14 21:18:00.125 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-03-14 21:18:00.127 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-03-14 21:18:00.129 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-03-14 21:18:00.132 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-03-14 21:18:00.135 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-03-14 21:18:00.137 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-03-14 21:18:00.139 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-03-14 21:18:00.141 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.143 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-14 21:18:00.145 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-03-14 21:18:00.147 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-14 21:18:00.149 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-03-14 21:18:00.152 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-03-14 21:18:00.154 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-03-14 21:18:00.157 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-03-14 21:18:00.159 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-03-14 21:18:00.159 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.159 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-03-14 21:18:00.159 | BEGIN { 2024-03-14 21:18:00.159 | section = "" 2024-03-14 21:18:00.159 | last_section = "" 2024-03-14 21:18:00.160 | section_count = 0 2024-03-14 21:18:00.160 | } 2024-03-14 21:18:00.160 | /^\[.+\]/ { 2024-03-14 21:18:00.160 | gsub("[][]", "", $1); 2024-03-14 21:18:00.160 | section=$1 2024-03-14 21:18:00.160 | next 2024-03-14 21:18:00.160 | } 2024-03-14 21:18:00.160 | /^ *\#/ { 2024-03-14 21:18:00.160 | next 2024-03-14 21:18:00.160 | } 2024-03-14 21:18:00.160 | /^[^ \t]+/ { 2024-03-14 21:18:00.160 | # get offset of first = in $0 2024-03-14 21:18:00.160 | eq_idx = index($0, "=") 2024-03-14 21:18:00.160 | # extract attr & value from $0 2024-03-14 21:18:00.160 | attr = substr($0, 1, eq_idx - 1) 2024-03-14 21:18:00.160 | value = substr($0, eq_idx + 1) 2024-03-14 21:18:00.160 | # only need to strip trailing whitespace from attr 2024-03-14 21:18:00.160 | sub(/[ \t]*$/, "", attr) 2024-03-14 21:18:00.160 | # need to strip leading & trailing whitespace from value 2024-03-14 21:18:00.160 | sub(/^[ \t]*/, "", value) 2024-03-14 21:18:00.160 | sub(/[ \t]*$/, "", value) 2024-03-14 21:18:00.160 | 2024-03-14 21:18:00.160 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-14 21:18:00.160 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-14 21:18:00.160 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-14 21:18:00.160 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-14 21:18:00.160 | if (! (section, attr) in cfg_attr_count) { 2024-03-14 21:18:00.160 | if (section != last_section) { 2024-03-14 21:18:00.160 | cfg_section[section_count++] = section 2024-03-14 21:18:00.160 | last_section = section 2024-03-14 21:18:00.160 | } 2024-03-14 21:18:00.160 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-14 21:18:00.160 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-14 21:18:00.160 | 2024-03-14 21:18:00.160 | cfg_attr[section, attr, 0] = value 2024-03-14 21:18:00.161 | cfg_attr_count[section, attr] = 1 2024-03-14 21:18:00.161 | } else { 2024-03-14 21:18:00.161 | lno = cfg_attr_count[section, attr]++ 2024-03-14 21:18:00.161 | cfg_attr[section, attr, lno] = value 2024-03-14 21:18:00.161 | } 2024-03-14 21:18:00.161 | } 2024-03-14 21:18:00.161 | END { 2024-03-14 21:18:00.161 | # Process each section in order 2024-03-14 21:18:00.161 | for (sno = 0; sno < section_count; sno++) { 2024-03-14 21:18:00.161 | section = cfg_section[sno] 2024-03-14 21:18:00.161 | # The ini routines simply append a config item immediately 2024-03-14 21:18:00.161 | # after the section header. To keep the same order as defined 2024-03-14 21:18:00.161 | # in local.conf, invoke the ini routines in the reverse order 2024-03-14 21:18:00.161 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-14 21:18:00.161 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-14 21:18:00.161 | if (cfg_attr_count[section, attr] == 1) 2024-03-14 21:18:00.161 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-14 21:18:00.161 | else { 2024-03-14 21:18:00.161 | # For multiline, invoke the ini routines in the reverse order 2024-03-14 21:18:00.161 | count = cfg_attr_count[section, attr] 2024-03-14 21:18:00.161 | print "inidelete " configfile " " section " " attr 2024-03-14 21:18:00.161 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-14 21:18:00.161 | for (l = count -2; l >= 0; l--) 2024-03-14 21:18:00.161 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-14 21:18:00.161 | } 2024-03-14 21:18:00.161 | } 2024-03-14 21:18:00.161 | } 2024-03-14 21:18:00.161 | } 2024-03-14 21:18:00.161 | ' 2024-03-14 21:18:00.161 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.161 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-14 21:18:00.163 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-14 21:18:00.165 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-03-14 21:18:00.167 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:00.169 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-03-14 21:18:00.172 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-03-14 21:18:00.172 | BEGIN { group = "" } 2024-03-14 21:18:00.172 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:00.172 | gsub("[][]", "", $1); 2024-03-14 21:18:00.172 | split($1, a, "|"); 2024-03-14 21:18:00.172 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-14 21:18:00.172 | group=a[1] 2024-03-14 21:18:00.172 | } else { 2024-03-14 21:18:00.172 | group="" 2024-03-14 21:18:00.172 | } 2024-03-14 21:18:00.172 | next 2024-03-14 21:18:00.172 | } 2024-03-14 21:18:00.172 | { 2024-03-14 21:18:00.172 | if (group != "") 2024-03-14 21:18:00.172 | print $0 2024-03-14 21:18:00.172 | } 2024-03-14 21:18:00.172 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:00.176 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-03-14 21:18:00.178 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-03-14 21:18:00.202 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.204 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-03-14 21:18:00.206 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-03-14 21:18:00.230 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.233 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-14 21:18:00.235 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-14 21:18:00.237 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-14 21:18:00.239 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-03-14 21:18:00.241 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:18:00.244 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:18:00.246 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-03-14 21:18:00.248 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:18:00.252 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-03-14 21:18:00.254 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-03-14 21:18:00.256 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-03-14 21:18:00.258 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.260 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-14 21:18:00.261 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-03-14 21:18:00.264 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-14 21:18:00.266 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-03-14 21:18:00.268 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:18:00.271 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-14 21:18:00.273 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-03-14 21:18:00.275 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-03-14 21:18:00.275 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-03-14 21:18:00.276 | BEGIN { 2024-03-14 21:18:00.276 | section = "" 2024-03-14 21:18:00.276 | last_section = "" 2024-03-14 21:18:00.276 | section_count = 0 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | /^\[.+\]/ { 2024-03-14 21:18:00.276 | gsub("[][]", "", $1); 2024-03-14 21:18:00.276 | section=$1 2024-03-14 21:18:00.276 | next 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | /^ *\#/ { 2024-03-14 21:18:00.276 | next 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | /^[^ \t]+/ { 2024-03-14 21:18:00.276 | # get offset of first = in $0 2024-03-14 21:18:00.276 | eq_idx = index($0, "=") 2024-03-14 21:18:00.276 | # extract attr & value from $0 2024-03-14 21:18:00.276 | attr = substr($0, 1, eq_idx - 1) 2024-03-14 21:18:00.276 | value = substr($0, eq_idx + 1) 2024-03-14 21:18:00.276 | # only need to strip trailing whitespace from attr 2024-03-14 21:18:00.276 | sub(/[ \t]*$/, "", attr) 2024-03-14 21:18:00.276 | # need to strip leading & trailing whitespace from value 2024-03-14 21:18:00.276 | sub(/^[ \t]*/, "", value) 2024-03-14 21:18:00.276 | sub(/[ \t]*$/, "", value) 2024-03-14 21:18:00.276 | 2024-03-14 21:18:00.276 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-14 21:18:00.276 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-14 21:18:00.276 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-14 21:18:00.276 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-14 21:18:00.276 | if (! (section, attr) in cfg_attr_count) { 2024-03-14 21:18:00.276 | if (section != last_section) { 2024-03-14 21:18:00.276 | cfg_section[section_count++] = section 2024-03-14 21:18:00.276 | last_section = section 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-14 21:18:00.276 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-14 21:18:00.276 | 2024-03-14 21:18:00.276 | cfg_attr[section, attr, 0] = value 2024-03-14 21:18:00.276 | cfg_attr_count[section, attr] = 1 2024-03-14 21:18:00.276 | } else { 2024-03-14 21:18:00.276 | lno = cfg_attr_count[section, attr]++ 2024-03-14 21:18:00.276 | cfg_attr[section, attr, lno] = value 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | END { 2024-03-14 21:18:00.276 | # Process each section in order 2024-03-14 21:18:00.276 | for (sno = 0; sno < section_count; sno++) { 2024-03-14 21:18:00.276 | section = cfg_section[sno] 2024-03-14 21:18:00.276 | # The ini routines simply append a config item immediately 2024-03-14 21:18:00.276 | # after the section header. To keep the same order as defined 2024-03-14 21:18:00.276 | # in local.conf, invoke the ini routines in the reverse order 2024-03-14 21:18:00.276 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-14 21:18:00.276 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-14 21:18:00.276 | if (cfg_attr_count[section, attr] == 1) 2024-03-14 21:18:00.276 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-14 21:18:00.276 | else { 2024-03-14 21:18:00.276 | # For multiline, invoke the ini routines in the reverse order 2024-03-14 21:18:00.276 | count = cfg_attr_count[section, attr] 2024-03-14 21:18:00.276 | print "inidelete " configfile " " section " " attr 2024-03-14 21:18:00.276 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-14 21:18:00.276 | for (l = count -2; l >= 0; l--) 2024-03-14 21:18:00.276 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | } 2024-03-14 21:18:00.276 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.276 | ' 2024-03-14 21:18:00.277 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.278 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-14 21:18:00.279 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-14 21:18:00.281 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-03-14 21:18:00.283 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:00.285 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-03-14 21:18:00.287 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-03-14 21:18:00.287 | BEGIN { group = "" } 2024-03-14 21:18:00.287 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:00.287 | gsub("[][]", "", $1); 2024-03-14 21:18:00.287 | split($1, a, "|"); 2024-03-14 21:18:00.287 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-14 21:18:00.287 | group=a[1] 2024-03-14 21:18:00.287 | } else { 2024-03-14 21:18:00.287 | group="" 2024-03-14 21:18:00.287 | } 2024-03-14 21:18:00.287 | next 2024-03-14 21:18:00.287 | } 2024-03-14 21:18:00.287 | { 2024-03-14 21:18:00.287 | if (group != "") 2024-03-14 21:18:00.287 | print $0 2024-03-14 21:18:00.287 | } 2024-03-14 21:18:00.287 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:00.292 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-03-14 21:18:00.294 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-03-14 21:18:00.320 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.321 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-03-14 21:18:00.324 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-03-14 21:18:00.349 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.351 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-03-14 21:18:00.353 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-03-14 21:18:00.379 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.381 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-03-14 21:18:00.382 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-03-14 21:18:00.407 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.409 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-03-14 21:18:00.411 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-03-14 21:18:00.435 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.437 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-03-14 21:18:00.439 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-03-14 21:18:00.464 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.466 | + 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-03-14 21:18:00.469 | ++ 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-03-14 21:18:00.493 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.495 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-03-14 21:18:00.497 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-03-14 21:18:00.521 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.523 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-03-14 21:18:00.525 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-03-14 21:18:00.549 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.552 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-14 21:18:00.554 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-14 21:18:00.556 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-14 21:18:00.559 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-03-14 21:18:00.561 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.564 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.566 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-03-14 21:18:00.568 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.572 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-03-14 21:18:00.574 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-03-14 21:18:00.576 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.578 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.580 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-14 21:18:00.582 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.584 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-14 21:18:00.587 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.589 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.592 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.593 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-03-14 21:18:00.596 | + inc/meta-config:merge_config_file:93 : touch /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.599 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.600 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-03-14 21:18:00.600 | BEGIN { 2024-03-14 21:18:00.600 | section = "" 2024-03-14 21:18:00.600 | last_section = "" 2024-03-14 21:18:00.600 | section_count = 0 2024-03-14 21:18:00.600 | } 2024-03-14 21:18:00.600 | /^\[.+\]/ { 2024-03-14 21:18:00.601 | gsub("[][]", "", $1); 2024-03-14 21:18:00.601 | section=$1 2024-03-14 21:18:00.601 | next 2024-03-14 21:18:00.601 | } 2024-03-14 21:18:00.601 | /^ *\#/ { 2024-03-14 21:18:00.601 | next 2024-03-14 21:18:00.601 | } 2024-03-14 21:18:00.601 | /^[^ \t]+/ { 2024-03-14 21:18:00.601 | # get offset of first = in $0 2024-03-14 21:18:00.601 | eq_idx = index($0, "=") 2024-03-14 21:18:00.601 | # extract attr & value from $0 2024-03-14 21:18:00.601 | attr = substr($0, 1, eq_idx - 1) 2024-03-14 21:18:00.601 | value = substr($0, eq_idx + 1) 2024-03-14 21:18:00.601 | # only need to strip trailing whitespace from attr 2024-03-14 21:18:00.601 | sub(/[ \t]*$/, "", attr) 2024-03-14 21:18:00.601 | # need to strip leading & trailing whitespace from value 2024-03-14 21:18:00.601 | sub(/^[ \t]*/, "", value) 2024-03-14 21:18:00.601 | sub(/[ \t]*$/, "", value) 2024-03-14 21:18:00.601 | 2024-03-14 21:18:00.601 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-14 21:18:00.601 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-14 21:18:00.601 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-14 21:18:00.601 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-14 21:18:00.601 | if (! (section, attr) in cfg_attr_count) { 2024-03-14 21:18:00.601 | if (section != last_section) { 2024-03-14 21:18:00.601 | cfg_section[section_count++] = section 2024-03-14 21:18:00.601 | last_section = section 2024-03-14 21:18:00.601 | } 2024-03-14 21:18:00.601 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-14 21:18:00.601 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-14 21:18:00.601 | 2024-03-14 21:18:00.601 | cfg_attr[section, attr, 0] = value 2024-03-14 21:18:00.602 | cfg_attr_count[section, attr] = 1 2024-03-14 21:18:00.602 | } else { 2024-03-14 21:18:00.602 | lno = cfg_attr_count[section, attr]++ 2024-03-14 21:18:00.602 | cfg_attr[section, attr, lno] = value 2024-03-14 21:18:00.602 | } 2024-03-14 21:18:00.602 | } 2024-03-14 21:18:00.602 | END { 2024-03-14 21:18:00.602 | # Process each section in order 2024-03-14 21:18:00.602 | for (sno = 0; sno < section_count; sno++) { 2024-03-14 21:18:00.602 | section = cfg_section[sno] 2024-03-14 21:18:00.602 | # The ini routines simply append a config item immediately 2024-03-14 21:18:00.602 | # after the section header. To keep the same order as defined 2024-03-14 21:18:00.602 | # in local.conf, invoke the ini routines in the reverse order 2024-03-14 21:18:00.602 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-14 21:18:00.602 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-14 21:18:00.602 | if (cfg_attr_count[section, attr] == 1) 2024-03-14 21:18:00.602 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-14 21:18:00.602 | else { 2024-03-14 21:18:00.602 | # For multiline, invoke the ini routines in the reverse order 2024-03-14 21:18:00.602 | count = cfg_attr_count[section, attr] 2024-03-14 21:18:00.602 | print "inidelete " configfile " " section " " attr 2024-03-14 21:18:00.602 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-14 21:18:00.602 | for (l = count -2; l >= 0; l--) 2024-03-14 21:18:00.602 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-14 21:18:00.602 | } 2024-03-14 21:18:00.602 | } 2024-03-14 21:18:00.602 | } 2024-03-14 21:18:00.602 | } 2024-03-14 21:18:00.602 | ' 2024-03-14 21:18:00.602 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.602 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:00.602 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-14 21:18:00.604 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-14 21:18:00.606 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-03-14 21:18:00.608 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:00.610 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-03-14 21:18:00.612 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-03-14 21:18:00.612 | BEGIN { group = "" } 2024-03-14 21:18:00.612 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:00.612 | gsub("[][]", "", $1); 2024-03-14 21:18:00.612 | split($1, a, "|"); 2024-03-14 21:18:00.612 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-14 21:18:00.612 | group=a[1] 2024-03-14 21:18:00.612 | } else { 2024-03-14 21:18:00.612 | group="" 2024-03-14 21:18:00.612 | } 2024-03-14 21:18:00.612 | next 2024-03-14 21:18:00.612 | } 2024-03-14 21:18:00.612 | { 2024-03-14 21:18:00.612 | if (group != "") 2024-03-14 21:18:00.612 | print $0 2024-03-14 21:18:00.612 | } 2024-03-14 21:18:00.612 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:00.616 | + 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-03-14 21:18:00.618 | ++ 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-03-14 21:18:00.643 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.645 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-03-14 21:18:00.647 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-03-14 21:18:00.670 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.672 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-03-14 21:18:00.674 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-03-14 21:18:00.697 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.699 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT host "gateway"' 2024-03-14 21:18:00.701 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT host gateway 2024-03-14 21:18:00.725 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:00.727 | + stack.sh:main:1272 : is_service_enabled swift 2024-03-14 21:18:00.741 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:00.743 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-14 21:18:00.745 | + stack.sh:main:1281 : is_service_enabled cinder 2024-03-14 21:18:00.758 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:00.760 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-14 21:18:00.785 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-03-14 21:18:00.821 | [4746 Async configure_neutron_nova:44940]: Waiting for completion of configure_neutron_nova running on PID 44940 (2 other jobs running) 2024-03-14 21:18:00.838 | [4746 Async configure_neutron_nova:44940]: Signaling child to exit 2024-03-14 21:18:00.838 | WAKEUP 2024-03-14 21:18:00.854 | [4746 Async configure_neutron_nova:44940]: Signaled 2024-03-14 21:18:00.854 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-03-14 21:18:00.854 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-03-14 21:18:00.855 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-03-14 21:18:00.855 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-03-14 21:18:00.855 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-03-14 21:18:00.855 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-03-14 21:18:00.855 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:18:00.886 | [4746 Async configure_neutron_nova:44940]: finished configure_neutron_nova with result 0 in 0 seconds 2024-03-14 21:18:00.889 | + inc/async:async_wait:197 : return 0 2024-03-14 21:18:00.891 | + stack.sh:main:1291 : is_service_enabled nova 2024-03-14 21:18:00.904 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:00.907 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-14 21:18:00.931 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-14 21:18:00.958 | + stack.sh:main:1297 : is_service_enabled n-api 2024-03-14 21:18:00.972 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:00.973 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-03-14 21:18:00.976 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:00.978 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-03-14 21:18:00.980 | + stack.sh:main:1299 : start_nova_api 2024-03-14 21:18:00.981 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-03-14 21:18:00.984 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-03-14 21:18:00.986 | + lib/nova:start_nova_api:972 : local nova_url 2024-03-14 21:18:00.988 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-03-14 21:18:01.001 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:01.003 | + 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-03-14 21:18:01.005 | + 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-03-14 21:18:01.007 | + 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-03-14 21:18:01.009 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-03-14 21:18:01.011 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-03-14 21:18:01.015 | + 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-03-14 21:18:01.017 | + functions-common:run_process:1689 : local service=n-api 2024-03-14 21:18:01.019 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-14 21:18:01.021 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:01.023 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:01.025 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:01.027 | + functions-common:run_process:1695 : local name=n-api 2024-03-14 21:18:01.029 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:01.031 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:01.033 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:01.035 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:01.037 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:01.041 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451081039 2024-03-14 21:18:01.043 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-03-14 21:18:01.056 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:01.057 | + 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-03-14 21:18:01.060 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-03-14 21:18:01.062 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-14 21:18:01.064 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-14 21:18:01.066 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-14 21:18:01.068 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-14 21:18:01.069 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-03-14 21:18:01.072 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-03-14 21:18:01.074 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-03-14 21:18:01.076 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:01.078 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:01.080 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:01.082 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:01.084 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-03-14 21:18:01.086 | + 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-03-14 21:18:01.088 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-03-14 21:18:01.090 | + 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-03-14 21:18:01.092 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-03-14 21:18:01.093 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-03-14 21:18:01.095 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-03-14 21:18:01.097 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-03-14 21:18:01.098 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-03-14 21:18:01.101 | + 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-03-14 21:18:01.151 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-03-14 21:18:01.200 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-03-14 21:18:01.240 | + 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-03-14 21:18:01.280 | + 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-03-14 21:18:01.321 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-03-14 21:18:01.361 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-03-14 21:18:01.403 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-03-14 21:18:01.443 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-03-14 21:18:01.486 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-03-14 21:18:01.527 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-03-14 21:18:01.529 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-03-14 21:18:01.531 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-03-14 21:18:01.581 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-03-14 21:18:01.912 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-03-14 21:18:01.921 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-03-14 21:18:02.218 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-03-14 21:18:02.322 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:02.324 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:02.327 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:02.329 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:02.331 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:02.333 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:02.335 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:02.337 | + functions-common:time_stop:2442 : start_time=1710451081039 2024-03-14 21:18:02.339 | + functions-common:time_stop:2444 : [[ -z 1710451081039 ]] 2024-03-14 21:18:02.341 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:02.345 | + functions-common:time_stop:2447 : end_time=1710451082342 2024-03-14 21:18:02.347 | + functions-common:time_stop:2448 : elapsed_time=1303 2024-03-14 21:18:02.349 | + functions-common:time_stop:2449 : total=1455 2024-03-14 21:18:02.350 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:02.352 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2758 2024-03-14 21:18:02.354 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-03-14 21:18:02.356 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-03-14 21:18:02.356 | Waiting for nova-api to start... 2024-03-14 21:18:02.358 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-03-14 21:18:02.360 | + functions:wait_for_service:468 : local timeout=60 2024-03-14 21:18:02.362 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-03-14 21:18:02.364 | + functions:wait_for_service:470 : local rval=0 2024-03-14 21:18:02.366 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-14 21:18:02.368 | + functions-common:time_start:2421 : local name=wait_for_service 2024-03-14 21:18:02.370 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:02.372 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:02.375 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:02.378 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451082376 2024-03-14 21:18:02.380 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-14 21:18:02.384 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-03-14 21:18:05.119 | + :: : [[ 200 == 503 ]] 2024-03-14 21:18:05.120 | + :: : [[ 0 -eq 7 ]] 2024-03-14 21:18:05.123 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-14 21:18:05.125 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:05.127 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:05.129 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:05.131 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:05.133 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:05.135 | + functions-common:time_stop:2441 : name=wait_for_service 2024-03-14 21:18:05.137 | + functions-common:time_stop:2442 : start_time=1710451082376 2024-03-14 21:18:05.139 | + functions-common:time_stop:2444 : [[ -z 1710451082376 ]] 2024-03-14 21:18:05.141 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:05.145 | + functions-common:time_stop:2447 : end_time=1710451085142 2024-03-14 21:18:05.147 | + functions-common:time_stop:2448 : elapsed_time=2766 2024-03-14 21:18:05.149 | + functions-common:time_stop:2449 : total=2384 2024-03-14 21:18:05.151 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:05.153 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5150 2024-03-14 21:18:05.155 | + functions:wait_for_service:478 : return 0 2024-03-14 21:18:05.157 | + 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-03-14 21:18:05.159 | + 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-03-14 21:18:05.161 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-03-14 21:18:05.175 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:05.177 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-03-14 21:18:05.190 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:05.192 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-03-14 21:18:05.205 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:05.207 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-03-14 21:18:05.210 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:05.212 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-03-14 21:18:05.214 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-03-14 21:18:05.216 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-03-14 21:18:05.218 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-03-14 21:18:05.244 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-03-14 21:18:05.246 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:05.248 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-03-14 21:18:05.250 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-03-14 21:18:05.275 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-03-14 21:18:05.300 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-03-14 21:18:05.302 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-03-14 21:18:05.305 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-03-14 21:18:05.307 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-03-14 21:18:05.309 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-03-14 21:18:05.311 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-03-14 21:18:05.314 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-03-14 21:18:05.316 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-03-14 21:18:05.319 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-03-14 21:18:05.321 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-03-14 21:18:05.323 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-03-14 21:18:05.325 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-03-14 21:18:05.328 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-14 21:18:05.330 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-14 21:18:05.333 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-14 21:18:05.335 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-03-14 21:18:05.337 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-14 21:18:05.339 | + 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-03-14 21:18:05.341 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-03-14 21:18:05.355 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:05.357 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-03-14 21:18:05.359 | + 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-03-14 21:18:05.361 | + functions-common:run_process:1689 : local service=q-svc 2024-03-14 21:18:05.363 | + 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-03-14 21:18:05.365 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:05.367 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:05.369 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:05.371 | + functions-common:run_process:1695 : local name=q-svc 2024-03-14 21:18:05.373 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:05.375 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:05.377 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:05.379 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:05.382 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:05.385 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451085383 2024-03-14 21:18:05.387 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-03-14 21:18:05.401 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:05.402 | + 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-03-14 21:18:05.405 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-03-14 21:18:05.406 | + 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-03-14 21:18:05.408 | + 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-03-14 21:18:05.410 | + 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-03-14 21:18:05.412 | + 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-03-14 21:18:05.414 | + 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-03-14 21:18:05.416 | + 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-03-14 21:18:05.418 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-03-14 21:18:05.420 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:05.422 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:05.424 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:05.426 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:05.428 | + 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-03-14 21:18:05.429 | + 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-03-14 21:18:05.432 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-03-14 21:18:05.433 | + 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-03-14 21:18:05.435 | + functions-common:write_user_unit_file:1560 : local group= 2024-03-14 21:18:05.437 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-03-14 21:18:05.439 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-03-14 21:18:05.440 | + functions-common:write_user_unit_file:1563 : local extra= 2024-03-14 21:18:05.442 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-03-14 21:18:05.444 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-03-14 21:18:05.446 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-03-14 21:18:05.449 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-03-14 21:18:05.497 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-03-14 21:18:05.545 | + 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-03-14 21:18:05.585 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-03-14 21:18:05.626 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-03-14 21:18:05.667 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:18:05.708 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-03-14 21:18:05.710 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-03-14 21:18:05.712 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-03-14 21:18:05.761 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-03-14 21:18:06.071 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-03-14 21:18:06.080 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-03-14 21:18:06.386 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-03-14 21:18:06.438 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:06.440 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:06.443 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:06.445 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:06.447 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:06.449 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:06.451 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:06.452 | + functions-common:time_stop:2442 : start_time=1710451085383 2024-03-14 21:18:06.454 | + functions-common:time_stop:2444 : [[ -z 1710451085383 ]] 2024-03-14 21:18:06.457 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:06.460 | + functions-common:time_stop:2447 : end_time=1710451086458 2024-03-14 21:18:06.462 | + functions-common:time_stop:2448 : elapsed_time=1075 2024-03-14 21:18:06.464 | + functions-common:time_stop:2449 : total=2758 2024-03-14 21:18:06.466 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:06.468 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3833 2024-03-14 21:18:06.470 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-03-14 21:18:06.472 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-03-14 21:18:06.485 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:06.488 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-03-14 21:18:06.489 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-03-14 21:18:06.492 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-03-14 21:18:06.492 | Waiting for Neutron to start... 2024-03-14 21:18:06.493 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-03-14 21:18:06.496 | + 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-03-14 21:18:06.497 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-03-14 21:18:06.500 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-03-14 21:18:06.502 | + functions-common:test_with_retry:2375 : local until=60 2024-03-14 21:18:06.504 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-03-14 21:18:06.505 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-03-14 21:18:06.508 | + functions-common:time_start:2421 : local name=test_with_retry 2024-03-14 21:18:06.509 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:06.512 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:06.515 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:06.518 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451086516 2024-03-14 21:18:06.520 | + 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-03-14 21:18:09.556 | {"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-03-14 21:18:09.558 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:09.561 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:09.563 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:09.565 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:09.567 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:09.569 | + functions-common:time_stop:2441 : name=test_with_retry 2024-03-14 21:18:09.571 | + functions-common:time_stop:2442 : start_time=1710451086516 2024-03-14 21:18:09.573 | + functions-common:time_stop:2444 : [[ -z 1710451086516 ]] 2024-03-14 21:18:09.575 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:09.579 | + functions-common:time_stop:2447 : end_time=1710451089576 2024-03-14 21:18:09.581 | + functions-common:time_stop:2448 : elapsed_time=3060 2024-03-14 21:18:09.582 | + functions-common:time_stop:2449 : total=0 2024-03-14 21:18:09.585 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:09.587 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3060 2024-03-14 21:18:09.589 | + stack.sh:main:1318 : is_service_enabled placement 2024-03-14 21:18:09.602 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:09.605 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-03-14 21:18:09.607 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:09.608 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-03-14 21:18:09.611 | + stack.sh:main:1320 : start_placement 2024-03-14 21:18:09.613 | + lib/placement:start_placement:173 : start_placement_api 2024-03-14 21:18:09.614 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-03-14 21:18:09.617 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-03-14 21:18:09.621 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.622 | + functions-common:run_process:1689 : local service=placement-api 2024-03-14 21:18:09.624 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.626 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:09.628 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:09.630 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:09.632 | + functions-common:run_process:1695 : local name=placement-api 2024-03-14 21:18:09.633 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:09.636 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:09.638 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:09.640 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:09.642 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:09.645 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451089643 2024-03-14 21:18:09.648 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-03-14 21:18:09.661 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:09.664 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-03-14 21:18:09.666 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-03-14 21:18:09.668 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.669 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.672 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.673 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.676 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-03-14 21:18:09.678 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-03-14 21:18:09.680 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-03-14 21:18:09.682 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:09.684 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:09.685 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:09.688 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:09.689 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-03-14 21:18:09.692 | + 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-03-14 21:18:09.693 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-03-14 21:18:09.696 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-14 21:18:09.697 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-03-14 21:18:09.699 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-03-14 21:18:09.701 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-03-14 21:18:09.703 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-03-14 21:18:09.705 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-03-14 21:18:09.708 | + 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-03-14 21:18:09.756 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-03-14 21:18:09.803 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-03-14 21:18:09.845 | + 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-03-14 21:18:09.886 | + 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-03-14 21:18:09.926 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-03-14 21:18:09.968 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-03-14 21:18:10.009 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-03-14 21:18:10.050 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-03-14 21:18:10.092 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-03-14 21:18:10.134 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-03-14 21:18:10.135 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-03-14 21:18:10.137 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-03-14 21:18:10.186 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-03-14 21:18:10.534 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-03-14 21:18:10.544 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-03-14 21:18:10.868 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-03-14 21:18:10.968 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:10.970 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:10.973 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:10.975 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:10.976 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:10.978 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:10.980 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:10.982 | + functions-common:time_stop:2442 : start_time=1710451089643 2024-03-14 21:18:10.984 | + functions-common:time_stop:2444 : [[ -z 1710451089643 ]] 2024-03-14 21:18:10.986 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:10.990 | + functions-common:time_stop:2447 : end_time=1710451090988 2024-03-14 21:18:10.992 | + functions-common:time_stop:2448 : elapsed_time=1345 2024-03-14 21:18:10.994 | + functions-common:time_stop:2449 : total=3833 2024-03-14 21:18:10.996 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:10.997 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5178 2024-03-14 21:18:11.000 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-03-14 21:18:11.000 | Waiting for placement-api to start... 2024-03-14 21:18:11.001 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-03-14 21:18:11.003 | + functions:wait_for_service:468 : local timeout=60 2024-03-14 21:18:11.005 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-03-14 21:18:11.007 | + functions:wait_for_service:470 : local rval=0 2024-03-14 21:18:11.009 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-14 21:18:11.011 | + functions-common:time_start:2421 : local name=wait_for_service 2024-03-14 21:18:11.013 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:11.015 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:11.017 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:11.021 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451091018 2024-03-14 21:18:11.022 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-14 21:18:11.026 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-03-14 21:18:12.298 | + :: : [[ 200 == 503 ]] 2024-03-14 21:18:12.300 | + :: : [[ 0 -eq 7 ]] 2024-03-14 21:18:12.303 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-14 21:18:12.305 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:12.307 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:12.309 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:12.310 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:12.313 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:12.315 | + functions-common:time_stop:2441 : name=wait_for_service 2024-03-14 21:18:12.316 | + functions-common:time_stop:2442 : start_time=1710451091018 2024-03-14 21:18:12.318 | + functions-common:time_stop:2444 : [[ -z 1710451091018 ]] 2024-03-14 21:18:12.321 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:12.324 | + functions-common:time_stop:2447 : end_time=1710451092322 2024-03-14 21:18:12.326 | + functions-common:time_stop:2448 : elapsed_time=1304 2024-03-14 21:18:12.328 | + functions-common:time_stop:2449 : total=5150 2024-03-14 21:18:12.330 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:12.332 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6454 2024-03-14 21:18:12.335 | + functions:wait_for_service:478 : return 0 2024-03-14 21:18:12.336 | + stack.sh:main:1323 : is_service_enabled neutron 2024-03-14 21:18:12.350 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:12.352 | + stack.sh:main:1324 : start_neutron 2024-03-14 21:18:12.353 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-03-14 21:18:12.356 | + lib/neutron:start_l2_agent:626 : run_process q-agt ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-14 21:18:12.357 | + functions-common:run_process:1689 : local service=q-agt 2024-03-14 21:18:12.360 | + functions-common:run_process:1690 : local 'command= --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-14 21:18:12.361 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:12.364 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:12.365 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:12.368 | + functions-common:run_process:1695 : local name=q-agt 2024-03-14 21:18:12.369 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:12.371 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:12.373 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:12.375 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:12.378 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:12.381 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451092379 2024-03-14 21:18:12.383 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-03-14 21:18:12.396 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:12.398 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:12.400 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:12.402 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:12.404 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:12.406 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:12.408 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:12.410 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:12.412 | + functions-common:time_stop:2442 : start_time=1710451092379 2024-03-14 21:18:12.413 | + functions-common:time_stop:2444 : [[ -z 1710451092379 ]] 2024-03-14 21:18:12.416 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:12.420 | + functions-common:time_stop:2447 : end_time=1710451092417 2024-03-14 21:18:12.421 | + functions-common:time_stop:2448 : elapsed_time=38 2024-03-14 21:18:12.424 | + functions-common:time_stop:2449 : total=5178 2024-03-14 21:18:12.425 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:12.428 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5216 2024-03-14 21:18:12.429 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-03-14 21:18:12.432 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-03-14 21:18:12.433 | + functions-common:is_provider_network:2287 : return 1 2024-03-14 21:18:12.436 | + lib/neutron:start_neutron:620 : start_other_agents 2024-03-14 21:18:12.437 | + 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-03-14 21:18:12.440 | + functions-common:run_process:1689 : local service=q-dhcp 2024-03-14 21:18:12.441 | + 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-03-14 21:18:12.444 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:12.445 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:12.448 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:12.449 | + functions-common:run_process:1695 : local name=q-dhcp 2024-03-14 21:18:12.452 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:12.454 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:12.456 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:12.458 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:12.460 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:12.464 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451092462 2024-03-14 21:18:12.466 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-03-14 21:18:12.479 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:12.481 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:12.483 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:12.485 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:12.487 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:12.489 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:12.491 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:12.493 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:12.495 | + functions-common:time_stop:2442 : start_time=1710451092462 2024-03-14 21:18:12.497 | + functions-common:time_stop:2444 : [[ -z 1710451092462 ]] 2024-03-14 21:18:12.499 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:12.503 | + functions-common:time_stop:2447 : end_time=1710451092500 2024-03-14 21:18:12.505 | + functions-common:time_stop:2448 : elapsed_time=38 2024-03-14 21:18:12.507 | + functions-common:time_stop:2449 : total=5216 2024-03-14 21:18:12.508 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:12.510 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5254 2024-03-14 21:18:12.513 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-03-14 21:18:12.515 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-03-14 21:18:12.517 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-03-14 21:18:12.519 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-03-14 21:18:12.522 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-14 21:18:12.524 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-14 21:18:12.526 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-14 21:18:12.528 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-03-14 21:18:12.530 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-14 21:18:12.533 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-14 21:18:12.534 | + functions-common:run_process:1689 : local service=q-l3 2024-03-14 21:18:12.537 | + 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-03-14 21:18:12.538 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:12.540 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:12.542 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:12.544 | + functions-common:run_process:1695 : local name=q-l3 2024-03-14 21:18:12.546 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:12.548 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:12.550 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:12.553 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:12.555 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:12.559 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451092556 2024-03-14 21:18:12.561 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-03-14 21:18:12.574 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:12.576 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:12.578 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:12.580 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:12.582 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:12.584 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:12.586 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:12.588 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:12.589 | + functions-common:time_stop:2442 : start_time=1710451092556 2024-03-14 21:18:12.592 | + functions-common:time_stop:2444 : [[ -z 1710451092556 ]] 2024-03-14 21:18:12.594 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:12.597 | + functions-common:time_stop:2447 : end_time=1710451092595 2024-03-14 21:18:12.600 | + functions-common:time_stop:2448 : elapsed_time=39 2024-03-14 21:18:12.602 | + functions-common:time_stop:2449 : total=5254 2024-03-14 21:18:12.604 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:12.606 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5293 2024-03-14 21:18:12.608 | + 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-03-14 21:18:12.609 | + functions-common:run_process:1689 : local service=q-meta 2024-03-14 21:18:12.612 | + 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-03-14 21:18:12.613 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:12.616 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:12.617 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:12.620 | + functions-common:run_process:1695 : local name=q-meta 2024-03-14 21:18:12.621 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:12.623 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:12.625 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:12.627 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:12.630 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:12.633 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451092631 2024-03-14 21:18:12.635 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-03-14 21:18:12.649 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:12.651 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:12.653 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:12.655 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:12.657 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:12.658 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:12.660 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:12.662 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:12.664 | + functions-common:time_stop:2442 : start_time=1710451092631 2024-03-14 21:18:12.666 | + functions-common:time_stop:2444 : [[ -z 1710451092631 ]] 2024-03-14 21:18:12.668 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:12.672 | + functions-common:time_stop:2447 : end_time=1710451092670 2024-03-14 21:18:12.674 | + functions-common:time_stop:2448 : elapsed_time=39 2024-03-14 21:18:12.676 | + functions-common:time_stop:2449 : total=5293 2024-03-14 21:18:12.677 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:12.680 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5332 2024-03-14 21:18:12.681 | + 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-03-14 21:18:12.684 | + functions-common:run_process:1689 : local service=q-metering 2024-03-14 21:18:12.685 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-03-14 21:18:12.687 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:12.689 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:12.691 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:12.693 | + functions-common:run_process:1695 : local name=q-metering 2024-03-14 21:18:12.695 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:12.697 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:12.699 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:12.701 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:12.703 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:12.707 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451092704 2024-03-14 21:18:12.709 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-03-14 21:18:12.722 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:12.724 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:12.726 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:12.728 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:12.730 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:12.732 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:12.734 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:12.736 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:12.737 | + functions-common:time_stop:2442 : start_time=1710451092704 2024-03-14 21:18:12.740 | + functions-common:time_stop:2444 : [[ -z 1710451092704 ]] 2024-03-14 21:18:12.742 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:12.745 | + functions-common:time_stop:2447 : end_time=1710451092743 2024-03-14 21:18:12.747 | + functions-common:time_stop:2448 : elapsed_time=39 2024-03-14 21:18:12.749 | + functions-common:time_stop:2449 : total=5332 2024-03-14 21:18:12.751 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:12.753 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5371 2024-03-14 21:18:12.755 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-03-14 21:18:12.768 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:12.770 | + stack.sh:main:1327 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:12.772 | + stack.sh:main:1339 : is_service_enabled nova 2024-03-14 21:18:12.785 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:12.787 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-03-14 21:18:12.789 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:12.791 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-03-14 21:18:12.793 | + stack.sh:main:1341 : start_nova 2024-03-14 21:18:12.795 | + lib/nova:start_nova:1176 : start_nova_rest 2024-03-14 21:18:12.797 | + 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-03-14 21:18:12.799 | + 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-03-14 21:18:12.801 | + 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-03-14 21:18:12.803 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-03-14 21:18:12.805 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.807 | + functions-common:run_process:1689 : local service=n-sch 2024-03-14 21:18:12.809 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.811 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:12.813 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:12.815 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:12.817 | + functions-common:run_process:1695 : local name=n-sch 2024-03-14 21:18:12.819 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:12.821 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:12.823 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:12.825 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:12.827 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:12.830 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451092828 2024-03-14 21:18:12.832 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-03-14 21:18:12.845 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:12.847 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-03-14 21:18:12.849 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-03-14 21:18:12.851 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.852 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.854 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.856 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.858 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-03-14 21:18:12.860 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-03-14 21:18:12.862 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-03-14 21:18:12.864 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:12.865 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:12.868 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:12.869 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:12.872 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-03-14 21:18:12.873 | + 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-03-14 21:18:12.875 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-03-14 21:18:12.877 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-14 21:18:12.879 | + functions-common:write_user_unit_file:1560 : local group= 2024-03-14 21:18:12.881 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-03-14 21:18:12.882 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-03-14 21:18:12.884 | + functions-common:write_user_unit_file:1563 : local extra= 2024-03-14 21:18:12.886 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-03-14 21:18:12.888 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-03-14 21:18:12.889 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-03-14 21:18:12.893 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-03-14 21:18:12.941 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-03-14 21:18:12.990 | + 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-03-14 21:18:13.031 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-03-14 21:18:13.071 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-03-14 21:18:13.112 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:18:13.153 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-03-14 21:18:13.155 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-03-14 21:18:13.157 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-03-14 21:18:13.205 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-03-14 21:18:13.523 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-03-14 21:18:13.532 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-03-14 21:18:13.841 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-03-14 21:18:13.886 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:13.888 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:13.890 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:13.892 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:13.895 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:13.897 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:13.899 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:13.901 | + functions-common:time_stop:2442 : start_time=1710451092828 2024-03-14 21:18:13.903 | + functions-common:time_stop:2444 : [[ -z 1710451092828 ]] 2024-03-14 21:18:13.906 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:13.909 | + functions-common:time_stop:2447 : end_time=1710451093906 2024-03-14 21:18:13.911 | + functions-common:time_stop:2448 : elapsed_time=1078 2024-03-14 21:18:13.913 | + functions-common:time_stop:2449 : total=5371 2024-03-14 21:18:13.915 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:13.917 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6449 2024-03-14 21:18:13.919 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-03-14 21:18:13.921 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-03-14 21:18:13.925 | + 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-03-14 21:18:13.927 | + functions-common:run_process:1689 : local service=n-api-meta 2024-03-14 21:18:13.929 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-14 21:18:13.931 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:13.933 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:13.935 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:13.937 | + functions-common:run_process:1695 : local name=n-api-meta 2024-03-14 21:18:13.939 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:13.941 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:13.943 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:13.945 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:13.947 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:13.951 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451093948 2024-03-14 21:18:13.953 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-03-14 21:18:13.967 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:13.969 | + 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-03-14 21:18:13.971 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-03-14 21:18:13.973 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-14 21:18:13.975 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-14 21:18:13.977 | + 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-03-14 21:18:13.979 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-14 21:18:13.981 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-03-14 21:18:13.983 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-03-14 21:18:13.985 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-03-14 21:18:13.987 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:13.989 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:13.991 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:13.993 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:13.995 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-03-14 21:18:13.997 | + 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-03-14 21:18:13.999 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-03-14 21:18:14.001 | + 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-03-14 21:18:14.003 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-03-14 21:18:14.004 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-03-14 21:18:14.006 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-03-14 21:18:14.008 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-03-14 21:18:14.010 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-03-14 21:18:14.013 | + 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-03-14 21:18:14.063 | + 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-03-14 21:18:14.112 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-03-14 21:18:14.154 | + 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-03-14 21:18:14.195 | + 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-03-14 21:18:14.238 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-03-14 21:18:14.280 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-03-14 21:18:14.323 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-03-14 21:18:14.364 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-03-14 21:18:14.405 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-03-14 21:18:14.447 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-03-14 21:18:14.448 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-03-14 21:18:14.450 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-03-14 21:18:14.501 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-03-14 21:18:14.804 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-03-14 21:18:14.814 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-03-14 21:18:15.128 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-03-14 21:18:15.224 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:15.227 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:15.229 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:15.231 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:15.234 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:15.236 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:15.238 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:15.240 | + functions-common:time_stop:2442 : start_time=1710451093948 2024-03-14 21:18:15.242 | + functions-common:time_stop:2444 : [[ -z 1710451093948 ]] 2024-03-14 21:18:15.244 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:15.248 | + functions-common:time_stop:2447 : end_time=1710451095246 2024-03-14 21:18:15.250 | + functions-common:time_stop:2448 : elapsed_time=1298 2024-03-14 21:18:15.252 | + functions-common:time_stop:2449 : total=6449 2024-03-14 21:18:15.254 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:15.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7747 2024-03-14 21:18:15.259 | + 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-03-14 21:18:15.261 | + 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-03-14 21:18:15.263 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-03-14 21:18:15.265 | + 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-03-14 21:18:15.267 | + 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-03-14 21:18:15.269 | + 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-03-14 21:18:15.271 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-03-14 21:18:15.273 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:18:15.275 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-03-14 21:18:15.277 | + functions-common:run_process:1689 : local service=n-novnc 2024-03-14 21:18:15.279 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-03-14 21:18:15.281 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:15.283 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:15.285 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:15.287 | + functions-common:run_process:1695 : local name=n-novnc 2024-03-14 21:18:15.289 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:15.290 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:15.292 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:15.294 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:15.297 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:15.300 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451095298 2024-03-14 21:18:15.302 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-03-14 21:18:15.316 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:15.318 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:15.320 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:15.322 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:15.324 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:15.326 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:15.328 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:15.330 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:15.332 | + functions-common:time_stop:2442 : start_time=1710451095298 2024-03-14 21:18:15.334 | + functions-common:time_stop:2444 : [[ -z 1710451095298 ]] 2024-03-14 21:18:15.337 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:15.341 | + functions-common:time_stop:2447 : end_time=1710451095338 2024-03-14 21:18:15.343 | + functions-common:time_stop:2448 : elapsed_time=40 2024-03-14 21:18:15.345 | + functions-common:time_stop:2449 : total=7747 2024-03-14 21:18:15.347 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:15.349 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7787 2024-03-14 21:18:15.351 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-03-14 21:18:15.353 | + functions-common:run_process:1689 : local service=n-spice 2024-03-14 21:18:15.355 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-03-14 21:18:15.357 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:15.359 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:15.361 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:15.363 | + functions-common:run_process:1695 : local name=n-spice 2024-03-14 21:18:15.365 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:15.367 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:15.369 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:15.371 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:15.374 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:15.377 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451095375 2024-03-14 21:18:15.380 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-03-14 21:18:15.394 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:15.396 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:15.398 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:15.400 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:15.401 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:15.404 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:15.406 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:15.408 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:15.410 | + functions-common:time_stop:2442 : start_time=1710451095375 2024-03-14 21:18:15.412 | + functions-common:time_stop:2444 : [[ -z 1710451095375 ]] 2024-03-14 21:18:15.414 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:15.418 | + functions-common:time_stop:2447 : end_time=1710451095416 2024-03-14 21:18:15.420 | + functions-common:time_stop:2448 : elapsed_time=41 2024-03-14 21:18:15.422 | + functions-common:time_stop:2449 : total=7787 2024-03-14 21:18:15.424 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:15.426 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7828 2024-03-14 21:18:15.428 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.430 | + functions-common:run_process:1689 : local service=n-sproxy 2024-03-14 21:18:15.433 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.435 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:15.437 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:15.438 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:15.440 | + functions-common:run_process:1695 : local name=n-sproxy 2024-03-14 21:18:15.442 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:15.445 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:15.446 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:15.448 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:15.451 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:15.455 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451095452 2024-03-14 21:18:15.457 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-03-14 21:18:15.472 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:15.474 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:15.476 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:15.478 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:15.481 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:15.483 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:15.485 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:15.487 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:15.489 | + functions-common:time_stop:2442 : start_time=1710451095452 2024-03-14 21:18:15.491 | + functions-common:time_stop:2444 : [[ -z 1710451095452 ]] 2024-03-14 21:18:15.494 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:15.497 | + functions-common:time_stop:2447 : end_time=1710451095495 2024-03-14 21:18:15.499 | + functions-common:time_stop:2448 : elapsed_time=43 2024-03-14 21:18:15.501 | + functions-common:time_stop:2449 : total=7828 2024-03-14 21:18:15.503 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:15.506 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7871 2024-03-14 21:18:15.509 | + 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-03-14 21:18:15.512 | + 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-03-14 21:18:15.514 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-03-14 21:18:15.516 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:18:15.519 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-03-14 21:18:15.519 | Starting nova-conductor in a cellsv1-compatible way 2024-03-14 21:18:15.521 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.523 | + functions-common:run_process:1689 : local service=n-cond 2024-03-14 21:18:15.525 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.528 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:15.531 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:15.533 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:15.535 | + functions-common:run_process:1695 : local name=n-cond 2024-03-14 21:18:15.537 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:15.539 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:15.542 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:15.544 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:15.547 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:15.551 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451095548 2024-03-14 21:18:15.553 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-03-14 21:18:15.568 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:15.570 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-03-14 21:18:15.572 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-03-14 21:18:15.575 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.577 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.579 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.581 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.584 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-03-14 21:18:15.586 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-03-14 21:18:15.588 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-03-14 21:18:15.590 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:15.592 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:15.594 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:15.597 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:15.599 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-03-14 21:18:15.601 | + 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-03-14 21:18:15.603 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-03-14 21:18:15.606 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-14 21:18:15.607 | + functions-common:write_user_unit_file:1560 : local group= 2024-03-14 21:18:15.609 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-03-14 21:18:15.612 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-03-14 21:18:15.614 | + functions-common:write_user_unit_file:1563 : local extra= 2024-03-14 21:18:15.616 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-03-14 21:18:15.618 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-03-14 21:18:15.620 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-03-14 21:18:15.624 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-03-14 21:18:15.684 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-03-14 21:18:15.755 | + 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-03-14 21:18:15.802 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-03-14 21:18:15.854 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-03-14 21:18:15.905 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:18:15.952 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-03-14 21:18:15.955 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-03-14 21:18:15.957 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-03-14 21:18:16.010 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-03-14 21:18:16.356 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-03-14 21:18:16.368 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-03-14 21:18:16.668 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-03-14 21:18:16.727 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:16.730 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:16.732 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:16.734 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:16.736 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:16.738 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:16.740 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:16.742 | + functions-common:time_stop:2442 : start_time=1710451095548 2024-03-14 21:18:16.744 | + functions-common:time_stop:2444 : [[ -z 1710451095548 ]] 2024-03-14 21:18:16.747 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:16.750 | + functions-common:time_stop:2447 : end_time=1710451096748 2024-03-14 21:18:16.752 | + functions-common:time_stop:2448 : elapsed_time=1200 2024-03-14 21:18:16.754 | + functions-common:time_stop:2449 : total=7871 2024-03-14 21:18:16.756 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:16.758 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9071 2024-03-14 21:18:16.761 | + lib/nova:start_nova_conductor:1149 : return 2024-03-14 21:18:16.763 | + lib/nova:start_nova:1179 : start_nova_compute 2024-03-14 21:18:16.765 | + 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-03-14 21:18:16.767 | + 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-03-14 21:18:16.769 | + 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-03-14 21:18:16.771 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-03-14 21:18:16.773 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-03-14 21:18:16.777 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-03-14 21:18:16.779 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:16.781 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-14 21:18:16.783 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-03-14 21:18:16.785 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-14 21:18:16.787 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-03-14 21:18:16.790 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-03-14 21:18:16.793 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-03-14 21:18:16.795 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-03-14 21:18:16.797 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-03-14 21:18:16.798 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-03-14 21:18:16.798 | BEGIN { 2024-03-14 21:18:16.798 | section = "" 2024-03-14 21:18:16.798 | last_section = "" 2024-03-14 21:18:16.798 | section_count = 0 2024-03-14 21:18:16.798 | } 2024-03-14 21:18:16.799 | /^\[.+\]/ { 2024-03-14 21:18:16.799 | gsub("[][]", "", $1); 2024-03-14 21:18:16.799 | section=$1 2024-03-14 21:18:16.799 | next 2024-03-14 21:18:16.799 | } 2024-03-14 21:18:16.799 | /^ *\#/ { 2024-03-14 21:18:16.799 | next 2024-03-14 21:18:16.799 | } 2024-03-14 21:18:16.799 | /^[^ \t]+/ { 2024-03-14 21:18:16.799 | # get offset of first = in $0 2024-03-14 21:18:16.799 | eq_idx = index($0, "=") 2024-03-14 21:18:16.799 | # extract attr & value from $0 2024-03-14 21:18:16.799 | attr = substr($0, 1, eq_idx - 1) 2024-03-14 21:18:16.799 | value = substr($0, eq_idx + 1) 2024-03-14 21:18:16.799 | # only need to strip trailing whitespace from attr 2024-03-14 21:18:16.799 | sub(/[ \t]*$/, "", attr) 2024-03-14 21:18:16.799 | # need to strip leading & trailing whitespace from value 2024-03-14 21:18:16.799 | sub(/^[ \t]*/, "", value) 2024-03-14 21:18:16.799 | sub(/[ \t]*$/, "", value) 2024-03-14 21:18:16.799 | 2024-03-14 21:18:16.799 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-14 21:18:16.799 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-14 21:18:16.799 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-14 21:18:16.799 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-14 21:18:16.799 | if (! (section, attr) in cfg_attr_count) { 2024-03-14 21:18:16.799 | if (section != last_section) { 2024-03-14 21:18:16.799 | cfg_section[section_count++] = section 2024-03-14 21:18:16.799 | last_section = section 2024-03-14 21:18:16.799 | } 2024-03-14 21:18:16.799 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-14 21:18:16.799 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-14 21:18:16.799 | 2024-03-14 21:18:16.799 | cfg_attr[section, attr, 0] = value 2024-03-14 21:18:16.799 | cfg_attr_count[section, attr] = 1 2024-03-14 21:18:16.799 | } else { 2024-03-14 21:18:16.799 | lno = cfg_attr_count[section, attr]++ 2024-03-14 21:18:16.799 | cfg_attr[section, attr, lno] = value 2024-03-14 21:18:16.799 | } 2024-03-14 21:18:16.799 | } 2024-03-14 21:18:16.799 | END { 2024-03-14 21:18:16.799 | # Process each section in order 2024-03-14 21:18:16.799 | for (sno = 0; sno < section_count; sno++) { 2024-03-14 21:18:16.799 | section = cfg_section[sno] 2024-03-14 21:18:16.799 | # The ini routines simply append a config item immediately 2024-03-14 21:18:16.799 | # after the section header. To keep the same order as defined 2024-03-14 21:18:16.799 | # in local.conf, invoke the ini routines in the reverse order 2024-03-14 21:18:16.799 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-14 21:18:16.799 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-14 21:18:16.799 | if (cfg_attr_count[section, attr] == 1) 2024-03-14 21:18:16.800 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-14 21:18:16.800 | else { 2024-03-14 21:18:16.800 | # For multiline, invoke the ini routines in the reverse order 2024-03-14 21:18:16.800 | count = cfg_attr_count[section, attr] 2024-03-14 21:18:16.800 | print "inidelete " configfile " " section " " attr 2024-03-14 21:18:16.800 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-14 21:18:16.800 | for (l = count -2; l >= 0; l--) 2024-03-14 21:18:16.800 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-14 21:18:16.800 | } 2024-03-14 21:18:16.800 | } 2024-03-14 21:18:16.800 | } 2024-03-14 21:18:16.800 | } 2024-03-14 21:18:16.800 | ' 2024-03-14 21:18:16.800 | + inc/meta-config:merge_config_file:164 : read a 2024-03-14 21:18:16.800 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:16.800 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-14 21:18:16.801 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-14 21:18:16.803 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-03-14 21:18:16.805 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:16.807 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-03-14 21:18:16.809 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-03-14 21:18:16.809 | BEGIN { group = "" } 2024-03-14 21:18:16.809 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:16.809 | gsub("[][]", "", $1); 2024-03-14 21:18:16.809 | split($1, a, "|"); 2024-03-14 21:18:16.809 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-14 21:18:16.810 | group=a[1] 2024-03-14 21:18:16.810 | } else { 2024-03-14 21:18:16.810 | group="" 2024-03-14 21:18:16.810 | } 2024-03-14 21:18:16.810 | next 2024-03-14 21:18:16.810 | } 2024-03-14 21:18:16.810 | { 2024-03-14 21:18:16.810 | if (group != "") 2024-03-14 21:18:16.810 | print $0 2024-03-14 21:18:16.810 | } 2024-03-14 21:18:16.810 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:16.816 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-14 21:18:16.818 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-03-14 21:18:16.818 | Skipping multi-cell conductor fleet setup 2024-03-14 21:18:16.820 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-03-14 21:18:16.836 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-03-14 21:18:16.851 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-03-14 21:18:16.853 | + lib/nova:configure_console_compute:664 : local offset 2024-03-14 21:18:16.855 | + lib/nova:configure_console_compute:665 : offset=0 2024-03-14 21:18:16.857 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-03-14 21:18:16.859 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-03-14 21:18:16.875 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-03-14 21:18:16.877 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-03-14 21:18:16.890 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:16.892 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-03-14 21:18:16.906 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:16.908 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-03-14 21:18:16.910 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-03-14 21:18:16.938 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-03-14 21:18:16.952 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:16.954 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-03-14 21:18:16.968 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:16.970 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-03-14 21:18:16.995 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-03-14 21:18:16.997 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-03-14 21:18:16.999 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-03-14 21:18:17.001 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-03-14 21:18:17.003 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-03-14 21:18:17.005 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-03-14 21:18:17.007 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-03-14 21:18:17.009 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-03-14 21:18:17.024 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:17.026 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-03-14 21:18:17.028 | + functions-common:run_process:1689 : local service=n-cpu 2024-03-14 21:18:17.030 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-03-14 21:18:17.032 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:17.034 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:17.036 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:17.038 | + functions-common:run_process:1695 : local name=n-cpu 2024-03-14 21:18:17.040 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:17.042 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:17.044 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:17.046 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:17.049 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:17.053 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451097050 2024-03-14 21:18:17.055 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-03-14 21:18:17.069 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:17.071 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:17.073 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:17.075 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:17.077 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:17.079 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:17.080 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:17.082 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:17.084 | + functions-common:time_stop:2442 : start_time=1710451097050 2024-03-14 21:18:17.086 | + functions-common:time_stop:2444 : [[ -z 1710451097050 ]] 2024-03-14 21:18:17.089 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:17.092 | + functions-common:time_stop:2447 : end_time=1710451097090 2024-03-14 21:18:17.095 | + functions-common:time_stop:2448 : elapsed_time=40 2024-03-14 21:18:17.097 | + functions-common:time_stop:2449 : total=9071 2024-03-14 21:18:17.099 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:17.101 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9111 2024-03-14 21:18:17.103 | + 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-03-14 21:18:17.105 | + 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-03-14 21:18:17.107 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-03-14 21:18:17.121 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:17.123 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-03-14 21:18:17.123 | Dumping cells_v2 mapping 2024-03-14 21:18:17.125 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-03-14 21:18:17.527 | 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-03-14 21:18:18.858 | INFO dbcounter [None req-7b67aaad-2521-473c-a095-dd24c4dbd6e9 None None] Registered counter for database nova_api 2024-03-14 21:18:18.869 | DEBUG dbcounter [-] [50861] Writer thread running {{(pid=50861) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:18:18.893 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-14 21:18:18.893 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-03-14 21:18:18.893 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-14 21:18:18.893 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-03-14 21:18:18.893 | | cell1 | 491f1b03-031b-4d35-905e-a7ac20111128 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-03-14 21:18:18.893 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-14 21:18:19.229 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-03-14 21:18:19.231 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-03-14 21:18:19.279 | + inc/async:async_inner:63 : create_flavors 2024-03-14 21:18:19.308 | [4746 Async create_flavors:50971]: running: create_flavors 2024-03-14 21:18:19.310 | + stack.sh:main:1344 : is_service_enabled cinder 2024-03-14 21:18:19.324 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:19.325 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-03-14 21:18:19.327 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:19.329 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-03-14 21:18:19.331 | + stack.sh:main:1346 : start_cinder 2024-03-14 21:18:19.333 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-03-14 21:18:19.335 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-03-14 21:18:19.337 | + lib/cinder:start_cinder:587 : local cinder_url 2024-03-14 21:18:19.339 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-03-14 21:18:19.352 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:19.354 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-03-14 21:18:19.356 | + 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,horizon,rabbit,tempest,mysql,etcd3 =~ c-api ]] 2024-03-14 21:18:19.358 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-03-14 21:18:19.360 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-03-14 21:18:19.364 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-14 21:18:19.365 | + functions-common:run_process:1689 : local service=c-api 2024-03-14 21:18:19.367 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-14 21:18:19.369 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:19.371 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:19.373 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:19.375 | + functions-common:run_process:1695 : local name=c-api 2024-03-14 21:18:19.377 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:19.379 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:19.380 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:19.383 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:19.385 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:19.389 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451099386 2024-03-14 21:18:19.391 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-03-14 21:18:19.403 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:19.405 | + 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-03-14 21:18:19.407 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-03-14 21:18:19.409 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-14 21:18:19.411 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-14 21:18:19.413 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-14 21:18:19.414 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-14 21:18:19.416 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-03-14 21:18:19.418 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-03-14 21:18:19.420 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-03-14 21:18:19.422 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:19.424 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:19.425 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:19.427 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:19.429 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-03-14 21:18:19.431 | + 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-03-14 21:18:19.433 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-03-14 21:18:19.435 | + 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-03-14 21:18:19.436 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-03-14 21:18:19.438 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-03-14 21:18:19.440 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-03-14 21:18:19.441 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-03-14 21:18:19.443 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-03-14 21:18:19.446 | + 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-03-14 21:18:19.495 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-03-14 21:18:19.544 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-03-14 21:18:19.586 | + 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-03-14 21:18:19.627 | + 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-03-14 21:18:19.668 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-03-14 21:18:19.709 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-03-14 21:18:19.750 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-03-14 21:18:19.792 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-03-14 21:18:19.832 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-03-14 21:18:19.872 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-03-14 21:18:19.874 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-03-14 21:18:19.876 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-03-14 21:18:19.923 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-03-14 21:18:20.234 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-03-14 21:18:20.243 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-03-14 21:18:20.554 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-03-14 21:18:20.660 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:20.662 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:20.664 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:20.666 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:20.668 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:20.670 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:20.672 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:20.674 | + functions-common:time_stop:2442 : start_time=1710451099386 2024-03-14 21:18:20.676 | + functions-common:time_stop:2444 : [[ -z 1710451099386 ]] 2024-03-14 21:18:20.678 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:20.682 | + functions-common:time_stop:2447 : end_time=1710451100680 2024-03-14 21:18:20.684 | + functions-common:time_stop:2448 : elapsed_time=1294 2024-03-14 21:18:20.685 | + functions-common:time_stop:2449 : total=9111 2024-03-14 21:18:20.687 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:20.689 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10405 2024-03-14 21:18:20.691 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-03-14 21:18:20.693 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-03-14 21:18:20.693 | Waiting for Cinder API to start... 2024-03-14 21:18:20.695 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-03-14 21:18:20.698 | + functions:wait_for_service:468 : local timeout=60 2024-03-14 21:18:20.700 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-03-14 21:18:20.702 | + functions:wait_for_service:470 : local rval=0 2024-03-14 21:18:20.704 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-14 21:18:20.706 | + functions-common:time_start:2421 : local name=wait_for_service 2024-03-14 21:18:20.708 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:20.711 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:20.713 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:20.717 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451100715 2024-03-14 21:18:20.719 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-14 21:18:20.723 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-03-14 21:18:22.790 | + :: : [[ 401 == 503 ]] 2024-03-14 21:18:22.792 | + :: : [[ 0 -eq 7 ]] 2024-03-14 21:18:22.794 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-14 21:18:22.796 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:22.798 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:22.800 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:22.802 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:22.804 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:22.806 | + functions-common:time_stop:2441 : name=wait_for_service 2024-03-14 21:18:22.807 | + functions-common:time_stop:2442 : start_time=1710451100715 2024-03-14 21:18:22.809 | + functions-common:time_stop:2444 : [[ -z 1710451100715 ]] 2024-03-14 21:18:22.812 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:22.815 | + functions-common:time_stop:2447 : end_time=1710451102813 2024-03-14 21:18:22.817 | + functions-common:time_stop:2448 : elapsed_time=2098 2024-03-14 21:18:22.819 | + functions-common:time_stop:2449 : total=6454 2024-03-14 21:18:22.821 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:22.823 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8552 2024-03-14 21:18:22.825 | + functions:wait_for_service:478 : return 0 2024-03-14 21:18:22.827 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.829 | + functions-common:run_process:1689 : local service=c-sch 2024-03-14 21:18:22.831 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.832 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:22.834 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:22.836 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:22.838 | + functions-common:run_process:1695 : local name=c-sch 2024-03-14 21:18:22.840 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:22.842 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:22.844 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:22.846 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:22.848 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:22.852 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451102850 2024-03-14 21:18:22.855 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-03-14 21:18:22.868 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:22.870 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-03-14 21:18:22.872 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-03-14 21:18:22.874 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.876 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.878 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.880 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.882 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-03-14 21:18:22.884 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-03-14 21:18:22.886 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-03-14 21:18:22.888 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:22.890 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:22.891 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:22.893 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:22.895 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-03-14 21:18:22.897 | + 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-03-14 21:18:22.899 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-03-14 21:18:22.901 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:22.903 | + functions-common:write_user_unit_file:1560 : local group= 2024-03-14 21:18:22.905 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-03-14 21:18:22.906 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-03-14 21:18:22.908 | + functions-common:write_user_unit_file:1563 : local extra= 2024-03-14 21:18:22.910 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-03-14 21:18:22.912 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-03-14 21:18:22.914 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-03-14 21:18:22.917 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-03-14 21:18:22.967 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-03-14 21:18:23.017 | + 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-03-14 21:18:23.059 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-03-14 21:18:23.099 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-03-14 21:18:23.143 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:18:23.186 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-03-14 21:18:23.188 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-03-14 21:18:23.190 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-03-14 21:18:23.240 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-03-14 21:18:23.601 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-03-14 21:18:23.611 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-03-14 21:18:23.951 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-03-14 21:18:23.998 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:24.000 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:24.002 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:24.004 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:24.006 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:24.008 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:24.010 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:24.012 | + functions-common:time_stop:2442 : start_time=1710451102850 2024-03-14 21:18:24.014 | + functions-common:time_stop:2444 : [[ -z 1710451102850 ]] 2024-03-14 21:18:24.017 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:24.020 | + functions-common:time_stop:2447 : end_time=1710451104018 2024-03-14 21:18:24.022 | + functions-common:time_stop:2448 : elapsed_time=1168 2024-03-14 21:18:24.024 | + functions-common:time_stop:2449 : total=10405 2024-03-14 21:18:24.026 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:24.028 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11573 2024-03-14 21:18:24.030 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-14 21:18:24.032 | + 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-03-14 21:18:24.034 | + functions-common:run_process:1689 : local service=c-bak 2024-03-14 21:18:24.036 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.038 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:24.040 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:24.042 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-14 21:18:24.043 | + functions-common:run_process:1695 : local name=c-bak 2024-03-14 21:18:24.045 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:24.047 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:24.049 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:24.051 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:24.054 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:24.058 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451104055 2024-03-14 21:18:24.060 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-03-14 21:18:24.074 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:24.076 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:24.078 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:24.080 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:24.082 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:24.084 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:24.085 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:24.087 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:24.089 | + functions-common:time_stop:2442 : start_time=1710451104055 2024-03-14 21:18:24.091 | + functions-common:time_stop:2444 : [[ -z 1710451104055 ]] 2024-03-14 21:18:24.094 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:24.097 | + functions-common:time_stop:2447 : end_time=1710451104095 2024-03-14 21:18:24.099 | + functions-common:time_stop:2448 : elapsed_time=40 2024-03-14 21:18:24.101 | + functions-common:time_stop:2449 : total=11573 2024-03-14 21:18:24.103 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:24.105 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11613 2024-03-14 21:18:24.107 | + 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-03-14 21:18:24.109 | + functions-common:run_process:1689 : local service=c-vol 2024-03-14 21:18:24.111 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.113 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:24.115 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:24.117 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-14 21:18:24.119 | + functions-common:run_process:1695 : local name=c-vol 2024-03-14 21:18:24.121 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:24.123 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:24.125 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:24.127 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:24.129 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:24.133 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451104130 2024-03-14 21:18:24.135 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-03-14 21:18:24.149 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:24.151 | + 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-03-14 21:18:24.153 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-03-14 21:18:24.155 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.157 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.159 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.161 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.163 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-03-14 21:18:24.165 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-03-14 21:18:24.167 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-03-14 21:18:24.169 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:24.171 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:24.173 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:24.175 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-14 21:18:24.177 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-03-14 21:18:24.179 | + 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-03-14 21:18:24.181 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-03-14 21:18:24.183 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-14 21:18:24.185 | + functions-common:write_user_unit_file:1560 : local group= 2024-03-14 21:18:24.187 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-03-14 21:18:24.189 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-14 21:18:24.191 | + functions-common:write_user_unit_file:1563 : local extra= 2024-03-14 21:18:24.193 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-03-14 21:18:24.195 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-03-14 21:18:24.197 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-03-14 21:18:24.200 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-03-14 21:18:24.250 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-03-14 21:18:24.299 | + 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-03-14 21:18:24.341 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-03-14 21:18:24.382 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-03-14 21:18:24.423 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-14 21:18:24.464 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-03-14 21:18:24.466 | + 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-03-14 21:18:24.510 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-03-14 21:18:24.512 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-03-14 21:18:24.579 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-03-14 21:18:24.937 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-03-14 21:18:24.947 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-03-14 21:18:25.270 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-03-14 21:18:25.303 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:25.305 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:25.307 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:25.309 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:25.311 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:25.313 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:25.315 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:25.317 | + functions-common:time_stop:2442 : start_time=1710451104130 2024-03-14 21:18:25.319 | + functions-common:time_stop:2444 : [[ -z 1710451104130 ]] 2024-03-14 21:18:25.321 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:25.325 | + functions-common:time_stop:2447 : end_time=1710451105322 2024-03-14 21:18:25.326 | + functions-common:time_stop:2448 : elapsed_time=1192 2024-03-14 21:18:25.328 | + functions-common:time_stop:2449 : total=11613 2024-03-14 21:18:25.330 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:25.332 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12805 2024-03-14 21:18:25.334 | + stack.sh:main:1347 : create_volume_types 2024-03-14 21:18:25.336 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-03-14 21:18:25.351 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:25.352 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-03-14 21:18:25.354 | + lib/cinder:create_volume_types:674 : local be be_name 2024-03-14 21:18:25.356 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-14 21:18:25.358 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-03-14 21:18:25.360 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-03-14 21:18:25.362 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-03-14 21:18:25.364 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-03-14 21:18:25.366 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-03-14 21:18:25.368 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-03-14 21:18:25.382 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:25.385 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-03-14 21:18:27.209 | +-------------+--------------------------------------+ 2024-03-14 21:18:27.209 | | Field | Value | 2024-03-14 21:18:27.209 | +-------------+--------------------------------------+ 2024-03-14 21:18:27.209 | | description | None | 2024-03-14 21:18:27.209 | | id | ab3c7035-b0c3-4584-b927-11c129434312 | 2024-03-14 21:18:27.209 | | is_public | True | 2024-03-14 21:18:27.209 | | name | vsphere | 2024-03-14 21:18:27.209 | | properties | volume_backend_name='vsphere' | 2024-03-14 21:18:27.209 | +-------------+--------------------------------------+ 2024-03-14 21:18:27.332 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:27.334 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:27.336 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:27.338 | + stack.sh:main:1360 : is_service_enabled glance 2024-03-14 21:18:27.352 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:27.354 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-03-14 21:18:27.356 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:27.358 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-03-14 21:18:27.360 | + stack.sh:main:1362 : start_glance 2024-03-14 21:18:27.362 | + lib/glance:start_glance:606 : local service_protocol=http 2024-03-14 21:18:27.364 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-03-14 21:18:27.377 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:27.380 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-03-14 21:18:27.382 | ++ lib/glance:start_glance:614 : which uwsgi 2024-03-14 21:18:27.388 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.390 | + functions-common:run_process:1689 : local service=g-api 2024-03-14 21:18:27.392 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.394 | + functions-common:run_process:1691 : local group= 2024-03-14 21:18:27.396 | + functions-common:run_process:1692 : local user= 2024-03-14 21:18:27.398 | + functions-common:run_process:1693 : local env_vars= 2024-03-14 21:18:27.400 | + functions-common:run_process:1695 : local name=g-api 2024-03-14 21:18:27.403 | + functions-common:run_process:1697 : time_start run_process 2024-03-14 21:18:27.405 | + functions-common:time_start:2421 : local name=run_process 2024-03-14 21:18:27.407 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:27.410 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:27.412 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:27.416 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451107413 2024-03-14 21:18:27.417 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-03-14 21:18:27.437 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:27.441 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-03-14 21:18:27.444 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-03-14 21:18:27.447 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.449 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.452 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.454 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.456 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-03-14 21:18:27.458 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-03-14 21:18:27.460 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-03-14 21:18:27.462 | + functions-common:_run_under_systemd:1656 : local group= 2024-03-14 21:18:27.464 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-03-14 21:18:27.466 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-03-14 21:18:27.469 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-03-14 21:18:27.471 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-03-14 21:18:27.473 | + 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-03-14 21:18:27.475 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-03-14 21:18:27.476 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-14 21:18:27.478 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-03-14 21:18:27.480 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-03-14 21:18:27.482 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-03-14 21:18:27.484 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-03-14 21:18:27.486 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-03-14 21:18:27.489 | + 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-03-14 21:18:27.540 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-03-14 21:18:27.591 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-03-14 21:18:27.636 | + 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-03-14 21:18:27.679 | + 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-03-14 21:18:27.723 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-03-14 21:18:27.766 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-03-14 21:18:27.809 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-03-14 21:18:27.852 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-03-14 21:18:27.896 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-03-14 21:18:27.939 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-03-14 21:18:27.941 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-03-14 21:18:27.943 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-03-14 21:18:27.995 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-03-14 21:18:28.307 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-03-14 21:18:28.316 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-03-14 21:18:28.626 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-03-14 21:18:28.722 | + functions-common:run_process:1701 : time_stop run_process 2024-03-14 21:18:28.724 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:28.726 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:28.728 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:28.730 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:28.732 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:28.734 | + functions-common:time_stop:2441 : name=run_process 2024-03-14 21:18:28.736 | + functions-common:time_stop:2442 : start_time=1710451107413 2024-03-14 21:18:28.738 | + functions-common:time_stop:2444 : [[ -z 1710451107413 ]] 2024-03-14 21:18:28.745 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:28.746 | + functions-common:time_stop:2447 : end_time=1710451108742 2024-03-14 21:18:28.746 | + functions-common:time_stop:2448 : elapsed_time=1329 2024-03-14 21:18:28.748 | + functions-common:time_stop:2449 : total=12805 2024-03-14 21:18:28.750 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:28.752 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14134 2024-03-14 21:18:28.754 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-03-14 21:18:28.769 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:28.771 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-03-14 21:18:28.771 | Waiting for g-api (10.180.1.21) to start... 2024-03-14 21:18:28.773 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-03-14 21:18:28.775 | + functions:wait_for_service:468 : local timeout=60 2024-03-14 21:18:28.777 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-03-14 21:18:28.778 | + functions:wait_for_service:470 : local rval=0 2024-03-14 21:18:28.780 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-14 21:18:28.782 | + functions-common:time_start:2421 : local name=wait_for_service 2024-03-14 21:18:28.784 | + functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:28.786 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:28.789 | ++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:28.793 | + functions-common:time_start:2426 : _TIME_START[$name]=1710451108790 2024-03-14 21:18:28.795 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-14 21:18:28.798 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-03-14 21:18:30.806 | + :: : [[ 300 == 503 ]] 2024-03-14 21:18:30.807 | + :: : [[ 0 -eq 7 ]] 2024-03-14 21:18:30.809 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-14 21:18:30.812 | + functions-common:time_stop:2435 : local name 2024-03-14 21:18:30.814 | + functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:30.816 | + functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:30.818 | + functions-common:time_stop:2438 : local total 2024-03-14 21:18:30.820 | + functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:30.822 | + functions-common:time_stop:2441 : name=wait_for_service 2024-03-14 21:18:30.824 | + functions-common:time_stop:2442 : start_time=1710451108790 2024-03-14 21:18:30.826 | + functions-common:time_stop:2444 : [[ -z 1710451108790 ]] 2024-03-14 21:18:30.829 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:30.833 | + functions-common:time_stop:2447 : end_time=1710451110830 2024-03-14 21:18:30.835 | + functions-common:time_stop:2448 : elapsed_time=2040 2024-03-14 21:18:30.837 | + functions-common:time_stop:2449 : total=8552 2024-03-14 21:18:30.839 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:30.841 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10592 2024-03-14 21:18:30.843 | + functions:wait_for_service:478 : return 0 2024-03-14 21:18:30.846 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-03-14 21:18:30.860 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:30.862 | + stack.sh:main:1376 : is_service_enabled glance 2024-03-14 21:18:30.875 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:30.877 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-03-14 21:18:30.879 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:30.881 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-03-14 21:18:30.883 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-03-14 21:18:30.885 | + stack.sh:main:1380 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:30.887 | + 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-03-14 21:18:30.889 | + functions:upload_image:134 : local image image_fname image_name 2024-03-14 21:18:30.890 | + functions:upload_image:136 : local max_attempts=5 2024-03-14 21:18:30.892 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-03-14 21:18:30.896 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:30.898 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:30.900 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-03-14 21:18:30.902 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-03-14 21:18:30.904 | ++ functions:upload_image:144 : seq 5 2024-03-14 21:18:30.907 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-03-14 21:18:30.908 | + functions:upload_image:145 : local rc=0 2024-03-14 21:18:30.910 | + 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-03-14 21:18:30.913 | --2024-03-14 21:18:30-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-03-14 21:18:30.919 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-03-14 21:18:30.920 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-03-14 21:18:30.966 | HTTP request sent, awaiting response... 200 OK 2024-03-14 21:18:30.966 | Length: 21318656 (20M) [application/octet-stream] 2024-03-14 21:18:30.966 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-03-14 21:18:30.981 | 2024-03-14 21:18:31.071 | 0K ........ ........ .... 100% 195M=0.1s 2024-03-14 21:18:31.071 | 2024-03-14 21:18:31.071 | 2024-03-14 21:18:31 (195 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-03-14 21:18:31.071 | 2024-03-14 21:18:31.074 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-03-14 21:18:31.076 | + functions:upload_image:155 : break 2024-03-14 21:18:31.078 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:31.079 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-03-14 21:18:31.081 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-03-14 21:18:31.083 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-14 21:18:31.085 | + functions:upload_image:194 : local vmdk_disktype= 2024-03-14 21:18:31.086 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-03-14 21:18:31.088 | + functions:upload_image:196 : local path_len 2024-03-14 21:18:31.090 | + functions:upload_image:199 : local vmdk_adapter_type 2024-03-14 21:18:31.092 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:31.093 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:31.097 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-03-14 21:18:31.098 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-03-14 21:18:31.100 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-03-14 21:18:31.102 | + functions:upload_image:205 : local vmdk_create_type 2024-03-14 21:18:31.105 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:31.105 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:31.109 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-03-14 21:18:31.110 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-03-14 21:18:31.112 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-03-14 21:18:31.114 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-03-14 21:18:31.116 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-03-14 21:18:31.118 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-03-14 21:18:31.119 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-03-14 21:18:31.122 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-03-14 21:18:31.123 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-03-14 21:18:31.127 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-14 21:18:31.127 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-03-14 21:18:31.131 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-03-14 21:18:31.133 | + functions:upload_image:284 : IFS=':;' 2024-03-14 21:18:31.135 | + functions:upload_image:284 : read -a props 2024-03-14 21:18:31.137 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-03-14 21:18:31.139 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-03-14 21:18:31.140 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-03-14 21:18:31.142 | + 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-03-14 21:18:31.144 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-14 21:18:31.146 | + functions:_upload_image:105 : shift 2024-03-14 21:18:31.147 | + functions:_upload_image:106 : local container=bare 2024-03-14 21:18:31.149 | + functions:_upload_image:107 : shift 2024-03-14 21:18:31.151 | + functions:_upload_image:108 : local disk=vmdk 2024-03-14 21:18:31.153 | + functions:_upload_image:109 : shift 2024-03-14 21:18:31.154 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-14 21:18:31.156 | + functions:_upload_image:111 : shift 2024-03-14 21:18:31.158 | + functions:_upload_image:112 : local properties 2024-03-14 21:18:31.159 | + functions:_upload_image:113 : local useimport 2024-03-14 21:18:31.162 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-03-14 21:18:31.163 | ++ functions:_image_properties_to_arg:87 : local result= 2024-03-14 21:18:31.165 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-14 21:18:31.167 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-03-14 21:18:31.169 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-14 21:18:31.170 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-03-14 21:18:31.172 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-14 21:18:31.174 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-03-14 21:18:31.176 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-03-14 21:18:31.178 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-03-14 21:18:31.180 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:31.181 | + 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-03-14 21:18:33.769 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-14 21:18:33.769 | | Field | Value | 2024-03-14 21:18:33.769 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-14 21:18:33.769 | | container_format | bare | 2024-03-14 21:18:33.769 | | created_at | 2024-03-14T21:18:32Z | 2024-03-14 21:18:33.769 | | disk_format | vmdk | 2024-03-14 21:18:33.769 | | file | /v2/images/859088b7-b99c-4417-9679-ab9894220102/file | 2024-03-14 21:18:33.769 | | id | 859088b7-b99c-4417-9679-ab9894220102 | 2024-03-14 21:18:33.769 | | min_disk | 0 | 2024-03-14 21:18:33.769 | | min_ram | 0 | 2024-03-14 21:18:33.769 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-03-14 21:18:33.769 | | owner | 25d665ad6806416b8fafc47324d01123 | 2024-03-14 21:18:33.769 | | 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-03-14 21:18:33.770 | | protected | False | 2024-03-14 21:18:33.770 | | schema | /v2/schemas/image | 2024-03-14 21:18:33.770 | | status | queued | 2024-03-14 21:18:33.770 | | tags | | 2024-03-14 21:18:33.770 | | updated_at | 2024-03-14T21:18:32Z | 2024-03-14 21:18:33.770 | | visibility | public | 2024-03-14 21:18:33.770 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-14 21:18:33.897 | + functions:upload_image:291 : return 2024-03-14 21:18:33.899 | + stack.sh:main:1384 : async_wait create_flavors 2024-03-14 21:18:33.939 | [4746 Async create_flavors:50971]: Waiting for completion of create_flavors running on PID 50971 (2 other jobs running) 2024-03-14 21:18:33.958 | [4746 Async create_flavors:50971]: Signaling child to exit 2024-03-14 21:18:35.425 | + inc/async:async_inner:64 : rc=0 2024-03-14 21:18:35.444 | [50971 Async create_flavors:50971]: finished successfully 2024-03-14 21:18:35.460 | WAKEUP 2024-03-14 21:18:35.477 | [4746 Async create_flavors:50971]: Signaled 2024-03-14 21:18:35.478 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-03-14 21:18:35.478 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:35.478 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-03-14 21:18:35.478 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-03-14 21:18:35.478 | + 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-03-14 21:18:35.478 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.478 | | Field | Value | 2024-03-14 21:18:35.478 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.478 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.479 | | description | None | 2024-03-14 21:18:35.479 | | disk | 1 | 2024-03-14 21:18:35.479 | | id | c1 | 2024-03-14 21:18:35.479 | | name | cirros256 | 2024-03-14 21:18:35.479 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.479 | | ram | 256 | 2024-03-14 21:18:35.479 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.479 | | swap | | 2024-03-14 21:18:35.479 | | vcpus | 1 | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | + 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-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | Field | Value | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.479 | | description | None | 2024-03-14 21:18:35.479 | | disk | 5 | 2024-03-14 21:18:35.479 | | id | d1 | 2024-03-14 21:18:35.479 | | name | ds512M | 2024-03-14 21:18:35.479 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.479 | | ram | 512 | 2024-03-14 21:18:35.479 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.479 | | swap | | 2024-03-14 21:18:35.479 | | vcpus | 1 | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | + 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-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | Field | Value | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.479 | | description | None | 2024-03-14 21:18:35.479 | | disk | 10 | 2024-03-14 21:18:35.479 | | id | d2 | 2024-03-14 21:18:35.479 | | name | ds1G | 2024-03-14 21:18:35.479 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.479 | | ram | 1024 | 2024-03-14 21:18:35.479 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.479 | | swap | | 2024-03-14 21:18:35.479 | | vcpus | 1 | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | + 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-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | Field | Value | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.479 | | description | None | 2024-03-14 21:18:35.479 | | disk | 10 | 2024-03-14 21:18:35.479 | | id | d3 | 2024-03-14 21:18:35.479 | | name | ds2G | 2024-03-14 21:18:35.479 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.479 | | ram | 2048 | 2024-03-14 21:18:35.479 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.479 | | swap | | 2024-03-14 21:18:35.479 | | vcpus | 2 | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | + 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-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | Field | Value | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.479 | | description | None | 2024-03-14 21:18:35.479 | | disk | 20 | 2024-03-14 21:18:35.479 | | id | d4 | 2024-03-14 21:18:35.479 | | name | ds4G | 2024-03-14 21:18:35.479 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.479 | | ram | 4096 | 2024-03-14 21:18:35.479 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.479 | | swap | | 2024-03-14 21:18:35.479 | | vcpus | 4 | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-03-14 21:18:35.479 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-03-14 21:18:35.479 | + 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-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | Field | Value | 2024-03-14 21:18:35.479 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.479 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.479 | | description | None | 2024-03-14 21:18:35.479 | | disk | 1 | 2024-03-14 21:18:35.479 | | id | 1 | 2024-03-14 21:18:35.479 | | name | m1.tiny | 2024-03-14 21:18:35.479 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.479 | | ram | 512 | 2024-03-14 21:18:35.479 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.480 | | swap | | 2024-03-14 21:18:35.480 | | vcpus | 1 | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | + 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-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | Field | Value | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.480 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.480 | | description | None | 2024-03-14 21:18:35.480 | | disk | 20 | 2024-03-14 21:18:35.480 | | id | 2 | 2024-03-14 21:18:35.480 | | name | m1.small | 2024-03-14 21:18:35.480 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.480 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.480 | | ram | 2048 | 2024-03-14 21:18:35.480 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.480 | | swap | | 2024-03-14 21:18:35.480 | | vcpus | 1 | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | + 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-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | Field | Value | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.480 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.480 | | description | None | 2024-03-14 21:18:35.480 | | disk | 40 | 2024-03-14 21:18:35.480 | | id | 3 | 2024-03-14 21:18:35.480 | | name | m1.medium | 2024-03-14 21:18:35.480 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.480 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.480 | | ram | 4096 | 2024-03-14 21:18:35.480 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.480 | | swap | | 2024-03-14 21:18:35.480 | | vcpus | 2 | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | + 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-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | Field | Value | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.480 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.480 | | description | None | 2024-03-14 21:18:35.480 | | disk | 80 | 2024-03-14 21:18:35.480 | | id | 4 | 2024-03-14 21:18:35.480 | | name | m1.large | 2024-03-14 21:18:35.480 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.480 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.480 | | ram | 8192 | 2024-03-14 21:18:35.480 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.480 | | swap | | 2024-03-14 21:18:35.480 | | vcpus | 4 | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | + 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-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | Field | Value | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.480 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:18:35.480 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:18:35.480 | | description | None | 2024-03-14 21:18:35.480 | | disk | 160 | 2024-03-14 21:18:35.480 | | id | 5 | 2024-03-14 21:18:35.480 | | name | m1.xlarge | 2024-03-14 21:18:35.480 | | os-flavor-access:is_public | True | 2024-03-14 21:18:35.480 | | properties | hw_rng:allowed='True' | 2024-03-14 21:18:35.480 | | ram | 16384 | 2024-03-14 21:18:35.480 | | rxtx_factor | 1.0 | 2024-03-14 21:18:35.480 | | swap | | 2024-03-14 21:18:35.480 | | vcpus | 8 | 2024-03-14 21:18:35.480 | +----------------------------+-----------------------+ 2024-03-14 21:18:35.511 | [4746 Async create_flavors:50971]: finished create_flavors with result 0 in 16 seconds 2024-03-14 21:18:35.513 | + inc/async:async_wait:197 : return 0 2024-03-14 21:18:35.515 | + stack.sh:main:1386 : is_service_enabled horizon 2024-03-14 21:18:35.529 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:35.531 | + stack.sh:main:1387 : echo_summary 'Starting Horizon' 2024-03-14 21:18:35.534 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:35.536 | + stack.sh:echo_summary:472 : echo -e Starting Horizon 2024-03-14 21:18:35.538 | + stack.sh:main:1388 : init_horizon 2024-03-14 21:18:35.541 | + lib/horizon:init_horizon:145 : sudo rm -f '/var/log/apache2/horizon_*' 2024-03-14 21:18:35.552 | + lib/horizon:init_horizon:148 : local django_admin 2024-03-14 21:18:35.554 | + lib/horizon:init_horizon:149 : type -p django-admin 2024-03-14 21:18:35.556 | + lib/horizon:init_horizon:150 : django_admin=django-admin 2024-03-14 21:18:35.558 | + lib/horizon:init_horizon:156 : DJANGO_SETTINGS_MODULE=openstack_dashboard.settings 2024-03-14 21:18:35.560 | + lib/horizon:init_horizon:156 : django-admin collectstatic --noinput 2024-03-14 21:18:36.846 | 2024-03-14 21:18:36.846 | 1887 static files copied to '/opt/stack/horizon/static'. 2024-03-14 21:18:36.970 | + lib/horizon:init_horizon:157 : DJANGO_SETTINGS_MODULE=openstack_dashboard.settings 2024-03-14 21:18:36.972 | + lib/horizon:init_horizon:157 : django-admin compress --force 2024-03-14 21:18:45.588 | Compressing... done 2024-03-14 21:18:45.588 | Compressed 7 block(s) from 12 template(s) for 2 context(s). 2024-03-14 21:18:45.878 | + stack.sh:main:1389 : start_horizon 2024-03-14 21:18:45.880 | + lib/horizon:start_horizon:171 : restart_apache_server 2024-03-14 21:18:45.883 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-03-14 21:18:45.885 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-03-14 21:18:45.887 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-03-14 21:18:45.990 | + stack.sh:main:1400 : is_service_enabled nova 2024-03-14 21:18:46.004 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:46.006 | + stack.sh:main:1400 : is_service_enabled keystone 2024-03-14 21:18:46.019 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:46.021 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-03-14 21:18:46.023 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-14 21:18:46.025 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-03-14 21:18:46.028 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-03-14 21:18:46.030 | ++ 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-03-14 21:18:46.032 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-03-14 21:18:46.034 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-03-14 21:18:46.035 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-03-14 21:18:46.036 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-03-14 21:18:46.037 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-03-14 21:18:46.038 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-03-14 21:18:46.039 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-03-14 21:18:46.040 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-03-14 21:18:46.041 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-03-14 21:18:46.042 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-03-14 21:18:46.044 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-03-14 21:18:46.045 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-14 21:18:46.046 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-03-14 21:18:46.047 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-14 21:18:46.048 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-03-14 21:18:46.049 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-14 21:18:46.050 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-03-14 21:18:46.051 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-14 21:18:46.052 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-03-14 21:18:46.053 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-14 21:18:46.054 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-03-14 21:18:46.056 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-03-14 21:18:46.057 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-14 21:18:46.057 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-03-14 21:18:46.059 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-14 21:18:46.060 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-03-14 21:18:46.061 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-03-14 21:18:46.062 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-03-14 21:18:46.063 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-14 21:18:46.064 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-03-14 21:18:46.065 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-14 21:18:46.066 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-03-14 21:18:46.067 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-03-14 21:18:46.068 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-03-14 21:18:46.069 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-03-14 21:18:46.070 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-03-14 21:18:46.071 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-03-14 21:18:46.072 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-03-14 21:18:46.073 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-03-14 21:18:46.074 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-03-14 21:18:46.075 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-03-14 21:18:46.077 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-03-14 21:18:46.078 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-03-14 21:18:46.079 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-03-14 21:18:46.080 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-03-14 21:18:46.081 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-03-14 21:18:46.082 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-03-14 21:18:46.083 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-03-14 21:18:46.084 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-03-14 21:18:46.085 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-03-14 21:18:46.086 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-03-14 21:18:46.088 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-03-14 21:18:46.089 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-03-14 21:18:46.090 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-03-14 21:18:46.090 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-03-14 21:18:46.091 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-03-14 21:18:46.091 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-03-14 21:18:46.092 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-03-14 21:18:47.062 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-03-14 21:18:47.063 | 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-03-14 21:18:47.178 | + stack.sh:main:1412 : save_stackenv 2024-03-14 21:18:47.181 | + functions-common:save_stackenv:60 : local tag= 2024-03-14 21:18:47.183 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-14 21:18:47.187 | + functions-common:save_stackenv:62 : time_stamp=2024-03-14-211847 2024-03-14 21:18:47.189 | + functions-common:save_stackenv:63 : echo '# 2024-03-14-211847 ' 2024-03-14 21:18:47.192 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.194 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-14 21:18:47.196 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.198 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-14 21:18:47.200 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.202 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-14 21:18:47.205 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.207 | + 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-14 21:18:47.209 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.211 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-14 21:18:47.213 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.215 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-14 21:18:47.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.219 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-14-211137 2024-03-14 21:18:47.221 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.223 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-14 21:18:47.225 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.227 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-14 21:18:47.229 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.231 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-14 21:18:47.233 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.235 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-14 21:18:47.237 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.239 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-14 21:18:47.241 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.243 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-14 21:18:47.245 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.247 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-14 21:18:47.249 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-14 21:18:47.251 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-14 21:18:47.253 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-03-14 21:18:47.255 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-14 21:18:47.257 | + inc/meta-config:merge_config_group:171 : shift 2024-03-14 21:18:47.259 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-03-14 21:18:47.261 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:47.263 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-14 21:18:47.265 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-14 21:18:47.267 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-03-14 21:18:47.269 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:47.271 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-03-14 21:18:47.274 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:47.276 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-03-14 21:18:47.276 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:47.276 | gsub("[][]", "", $1); 2024-03-14 21:18:47.276 | split($1, a, "|"); 2024-03-14 21:18:47.276 | if (a[1] == matchgroup) 2024-03-14 21:18:47.276 | print a[2] 2024-03-14 21:18:47.276 | } 2024-03-14 21:18:47.276 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:47.281 | + stack.sh:main:1430 : run_phase stack extra 2024-03-14 21:18:47.283 | + functions-common:run_phase:1863 : local mode=stack 2024-03-14 21:18:47.285 | + functions-common:run_phase:1864 : local phase=extra 2024-03-14 21:18:47.287 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:18:47.289 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:18:47.291 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:18:47.293 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:18:47.295 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:18:47.297 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:18:47.300 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:18:47.302 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:18:47.304 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:18:47.307 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-03-14 21:18:47.309 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:18:47.321 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:47.323 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:18:47.325 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:47.327 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-03-14 21:18:47.329 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:47.331 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:18:47.333 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:47.335 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-03-14 21:18:47.337 | ++ extras.d/80-tempest.sh:source:15 : : 2024-03-14 21:18:47.339 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-14 21:18:47.340 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-14 21:18:47.342 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:18:47.345 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-14 21:18:47.347 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-03-14 21:18:47.349 | + functions-common:run_plugins:1849 : local mode=stack 2024-03-14 21:18:47.351 | + functions-common:run_plugins:1850 : local phase=extra 2024-03-14 21:18:47.353 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-03-14 21:18:47.355 | + functions-common:run_plugins:1853 : local plugin 2024-03-14 21:18:47.357 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-03-14 21:18:47.359 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:18:47.361 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-14 21:18:47.363 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-03-14 21:18:47.365 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:18:47.367 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:47.369 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-03-14 21:18:47.371 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:47.373 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:18:47.375 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:47.377 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-03-14 21:18:47.379 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-03-14 21:18:47.381 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:47.383 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-03-14 21:18:47.386 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-03-14 21:18:47.388 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-14 21:18:47.390 | + inc/meta-config:merge_config_group:171 : shift 2024-03-14 21:18:47.392 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-03-14 21:18:47.394 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:47.396 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-14 21:18:47.398 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-14 21:18:47.401 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-03-14 21:18:47.403 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:18:47.405 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-03-14 21:18:47.407 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:18:47.409 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-03-14 21:18:47.409 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:18:47.409 | gsub("[][]", "", $1); 2024-03-14 21:18:47.409 | split($1, a, "|"); 2024-03-14 21:18:47.409 | if (a[1] == matchgroup) 2024-03-14 21:18:47.409 | print a[2] 2024-03-14 21:18:47.409 | } 2024-03-14 21:18:47.409 | ' /opt/stack/devstack/local.conf 2024-03-14 21:18:47.413 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-03-14 21:18:47.427 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:47.429 | + stack.sh:main:1452 : service_check 2024-03-14 21:18:47.431 | + functions-common:service_check:1728 : local service 2024-03-14 21:18:47.433 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.435 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-03-14 21:18:47.444 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-03-14 21:18:47.447 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.449 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-03-14 21:18:47.459 | enabled 2024-03-14 21:18:47.462 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-03-14 21:18:47.481 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-03-14 21:18:47.481 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.481 | Active: active (running) since Thu 2024-03-14 21:18:02 UTC; 45s ago 2024-03-14 21:18:47.481 | Main PID: 46986 (uwsgi) 2024-03-14 21:18:47.481 | Status: "uWSGI is ready" 2024-03-14 21:18:47.481 | Tasks: 3 (limit: 19115) 2024-03-14 21:18:47.481 | Memory: 239.7M 2024-03-14 21:18:47.481 | CPU: 6.223s 2024-03-14 21:18:47.481 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-03-14 21:18:47.481 | ├─46986 "nova-apiuWSGI master" 2024-03-14 21:18:47.481 | ├─46987 "nova-apiuWSGI worker 1" 2024-03-14 21:18:47.481 | └─46988 "nova-apiuWSGI worker 2" 2024-03-14 21:18:47.481 | 2024-03-14 21:18:47.481 | Mar 14 21:18:34 devstack devstack@n-api.service[46988]: [pid: 46988|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Mar 14 21:18:34 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46987]: DEBUG nova.api.openstack.wsgi [None req-b30a6870-baf2-45f3-9a16-6df2324fe76e admin admin] Calling method '>' {{(pid=46987) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46987]: INFO nova.api.openstack.requestlog [None req-b30a6870-baf2-45f3-9a16-6df2324fe76e admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001001 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46987]: [pid: 46987|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Mar 14 21:18:35 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-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46988]: DEBUG nova.api.openstack.wsgi [None req-f2d4abbf-53f8-4053-82ad-6df1373d1365 admin admin] Action: 'create', calling method: >, body: {"flavor": {"disk": 160, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": true, "name": "m1.xlarge", "id": "5", "rxtx_factor": 1.0, "ram": 16384, "vcpus": 8}} {{(pid=46988) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46988]: INFO nova.api.openstack.requestlog [None req-f2d4abbf-53f8-4053-82ad-6df1373d1365 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036284 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46988]: [pid: 46988|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Mar 14 21:18:35 2024] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46987]: DEBUG nova.api.openstack.wsgi [None req-c8e3aac1-cc40-41b6-bf5e-8ba3e2af7d15 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46987) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46987]: INFO nova.api.openstack.requestlog [None req-c8e3aac1-cc40-41b6-bf5e-8ba3e2af7d15 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.014537 2024-03-14 21:18:47.481 | Mar 14 21:18:35 devstack devstack@n-api.service[46987]: [pid: 46987|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Mar 14 21:18:35 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-03-14 21:18:47.484 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.486 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-03-14 21:18:47.496 | enabled 2024-03-14 21:18:47.499 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-03-14 21:18:47.510 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-03-14 21:18:47.510 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.510 | Active: active (running) since Thu 2024-03-14 21:18:16 UTC; 30s ago 2024-03-14 21:18:47.510 | Main PID: 50458 (nova-conductor) 2024-03-14 21:18:47.510 | Tasks: 3 (limit: 19115) 2024-03-14 21:18:47.510 | Memory: 148.3M 2024-03-14 21:18:47.510 | CPU: 2.184s 2024-03-14 21:18:47.510 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-03-14 21:18:47.510 | ├─50458 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-14 21:18:47.510 | ├─50919 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-14 21:18:47.511 | └─50920 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-14 21:18:47.511 | 2024-03-14 21:18:47.511 | Mar 14 21:18:18 devstack nova-conductor[50458]: DEBUG oslo_service.service [None req-2453a659-b5de-457f-8ce3-7791d8191331 None None] oslo_limit.version = None {{(pid=50458) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.511 | Mar 14 21:18:18 devstack nova-conductor[50458]: DEBUG oslo_service.service [None req-2453a659-b5de-457f-8ce3-7791d8191331 None None] oslo_reports.file_event_handler = None {{(pid=50458) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.511 | Mar 14 21:18:18 devstack nova-conductor[50458]: DEBUG oslo_service.service [None req-2453a659-b5de-457f-8ce3-7791d8191331 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50458) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.511 | Mar 14 21:18:18 devstack nova-conductor[50458]: DEBUG oslo_service.service [None req-2453a659-b5de-457f-8ce3-7791d8191331 None None] oslo_reports.log_dir = None {{(pid=50458) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.511 | Mar 14 21:18:18 devstack nova-conductor[50458]: DEBUG oslo_service.service [None req-2453a659-b5de-457f-8ce3-7791d8191331 None None] ******************************************************************************** {{(pid=50458) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-03-14 21:18:47.511 | Mar 14 21:18:28 devstack nova-conductor[50458]: DEBUG dbcounter [-] [50458] Writing DB stats nova_api:SELECT=3 {{(pid=50458) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.511 | Mar 14 21:18:28 devstack nova-conductor[50458]: DEBUG dbcounter [-] [50458] Writing DB stats nova_cell0:SELECT=3 {{(pid=50458) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.511 | Mar 14 21:18:28 devstack nova-conductor[50458]: DEBUG dbcounter [-] [50458] Writing DB stats nova_cell1:SELECT=3 {{(pid=50458) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.511 | Mar 14 21:18:43 devstack nova-conductor[50919]: DEBUG dbcounter [-] [50919] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=2 {{(pid=50919) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.511 | Mar 14 21:18:43 devstack nova-conductor[50920]: DEBUG dbcounter [-] [50920] Writing DB stats nova_cell1:SELECT=9 {{(pid=50920) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.513 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.515 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-03-14 21:18:47.524 | enabled 2024-03-14 21:18:47.527 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-03-14 21:18:47.538 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-03-14 21:18:47.538 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.538 | Active: active (running) since Thu 2024-03-14 21:18:13 UTC; 33s ago 2024-03-14 21:18:47.538 | Main PID: 49275 (nova-scheduler) 2024-03-14 21:18:47.538 | Tasks: 3 (limit: 19115) 2024-03-14 21:18:47.538 | Memory: 148.2M 2024-03-14 21:18:47.538 | CPU: 2.310s 2024-03-14 21:18:47.538 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-03-14 21:18:47.538 | ├─49275 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-14 21:18:47.538 | ├─50203 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-14 21:18:47.538 | └─50205 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-14 21:18:47.538 | 2024-03-14 21:18:47.538 | Mar 14 21:18:15 devstack nova-scheduler[49275]: DEBUG oslo_service.service [None req-9bbad761-af09-4828-bb5b-0747c4b35a70 None None] oslo_limit.version = None {{(pid=49275) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.538 | Mar 14 21:18:15 devstack nova-scheduler[49275]: DEBUG oslo_service.service [None req-9bbad761-af09-4828-bb5b-0747c4b35a70 None None] oslo_reports.file_event_handler = None {{(pid=49275) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.538 | Mar 14 21:18:15 devstack nova-scheduler[49275]: DEBUG oslo_service.service [None req-9bbad761-af09-4828-bb5b-0747c4b35a70 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=49275) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.539 | Mar 14 21:18:15 devstack nova-scheduler[49275]: DEBUG oslo_service.service [None req-9bbad761-af09-4828-bb5b-0747c4b35a70 None None] oslo_reports.log_dir = None {{(pid=49275) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.539 | Mar 14 21:18:15 devstack nova-scheduler[49275]: DEBUG oslo_service.service [None req-9bbad761-af09-4828-bb5b-0747c4b35a70 None None] ******************************************************************************** {{(pid=49275) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-03-14 21:18:47.539 | Mar 14 21:18:25 devstack nova-scheduler[49275]: DEBUG dbcounter [-] [49275] Writing DB stats nova_api:SELECT=7 {{(pid=49275) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.539 | Mar 14 21:18:25 devstack nova-scheduler[49275]: DEBUG dbcounter [-] [49275] Writing DB stats nova_cell1:SELECT=5 {{(pid=49275) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.539 | Mar 14 21:18:25 devstack nova-scheduler[49275]: DEBUG dbcounter [-] [49275] Writing DB stats nova_cell0:SELECT=3 {{(pid=49275) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.539 | Mar 14 21:18:40 devstack nova-scheduler[50203]: DEBUG dbcounter [-] [50203] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=2 {{(pid=50203) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.539 | Mar 14 21:18:40 devstack nova-scheduler[50205]: DEBUG dbcounter [-] [50205] Writing DB stats nova_cell1:SELECT=9 {{(pid=50205) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.541 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.543 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-03-14 21:18:47.552 | enabled 2024-03-14 21:18:47.555 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-03-14 21:18:47.566 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-03-14 21:18:47.566 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.566 | Active: active (running) since Thu 2024-03-14 21:18:15 UTC; 32s ago 2024-03-14 21:18:47.566 | Main PID: 49790 (uwsgi) 2024-03-14 21:18:47.566 | Status: "uWSGI is ready" 2024-03-14 21:18:47.566 | Tasks: 4 (limit: 19115) 2024-03-14 21:18:47.566 | Memory: 202.2M 2024-03-14 21:18:47.566 | CPU: 4.508s 2024-03-14 21:18:47.566 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-03-14 21:18:47.566 | ├─49790 "nova-api-metauWSGI master" 2024-03-14 21:18:47.566 | ├─49791 "nova-api-metauWSGI worker 1" 2024-03-14 21:18:47.566 | ├─49792 "nova-api-metauWSGI worker 2" 2024-03-14 21:18:47.566 | └─49793 "nova-api-metauWSGI http 1" 2024-03-14 21:18:47.566 | 2024-03-14 21:18:47.566 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: DEBUG oslo_db.sqlalchemy.engines [None req-7fc9ccde-a1e5-49ad-86c5-30bbd928f5d3 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=49791) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:18:47.566 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49792]: WARNING nova.api.metadata.handler [None req-78b1cfe1-ab2f-4297-8238-40ce45d746a6 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49792]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5eb3a0be8f10 pid: 49792 (default app) 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: DEBUG dbcounter [-] [49791] Writer thread running {{(pid=49791) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: DEBUG dbcounter [-] [49791] Writer thread running {{(pid=49791) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: INFO dbcounter [None req-7fc9ccde-a1e5-49ad-86c5-30bbd928f5d3 None None] Registered counter for database nova_cell1 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: DEBUG oslo_db.sqlalchemy.engines [None req-7fc9ccde-a1e5-49ad-86c5-30bbd928f5d3 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=49791) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: DEBUG dbcounter [-] [49791] Writer thread running {{(pid=49791) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: WARNING nova.api.metadata.handler [None req-7fc9ccde-a1e5-49ad-86c5-30bbd928f5d3 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-03-14 21:18:47.567 | Mar 14 21:18:17 devstack devstack@n-api-meta.service[49791]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5eb3a0be8f10 pid: 49791 (default app) 2024-03-14 21:18:47.569 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.571 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-03-14 21:18:47.580 | enabled 2024-03-14 21:18:47.583 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-03-14 21:18:47.594 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-03-14 21:18:47.594 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.594 | Active: active (running) since Thu 2024-03-14 21:18:10 UTC; 36s ago 2024-03-14 21:18:47.594 | Main PID: 48317 (uwsgi) 2024-03-14 21:18:47.594 | Status: "uWSGI is ready" 2024-03-14 21:18:47.594 | Tasks: 5 (limit: 19115) 2024-03-14 21:18:47.594 | Memory: 148.2M 2024-03-14 21:18:47.594 | CPU: 2.689s 2024-03-14 21:18:47.594 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-03-14 21:18:47.594 | ├─48317 "placementuWSGI master" 2024-03-14 21:18:47.594 | ├─48318 "placementuWSGI worker 1" 2024-03-14 21:18:47.594 | └─48319 "placementuWSGI worker 2" 2024-03-14 21:18:47.594 | 2024-03-14 21:18:47.594 | Mar 14 21:18:12 devstack devstack@placement-api.service[48319]: INFO placement.requestlog [None req-3058fc54-d3ea-43a3-b61c-cd8eb93b4d79 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-14 21:18:47.594 | Mar 14 21:18:12 devstack devstack@placement-api.service[48319]: [pid: 48319|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Mar 14 21:18:12 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-14 21:18:47.594 | Mar 14 21:18:15 devstack devstack@placement-api.service[48318]: DEBUG placement.requestlog [None req-3db537d6-8298-4164-a177-752ab9b4baf3 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48318) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-03-14 21:18:47.594 | Mar 14 21:18:15 devstack devstack@placement-api.service[48318]: INFO placement.requestlog [None req-3db537d6-8298-4164-a177-752ab9b4baf3 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-14 21:18:47.594 | Mar 14 21:18:15 devstack devstack@placement-api.service[48318]: [pid: 48318|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Mar 14 21:18:15 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-14 21:18:47.594 | Mar 14 21:18:18 devstack devstack@placement-api.service[48319]: DEBUG placement.requestlog [None req-401e7611-d17a-401b-aeaf-dc558ac5f2b7 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48319) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-03-14 21:18:47.594 | Mar 14 21:18:18 devstack devstack@placement-api.service[48319]: INFO placement.requestlog [None req-401e7611-d17a-401b-aeaf-dc558ac5f2b7 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-14 21:18:47.594 | Mar 14 21:18:18 devstack devstack@placement-api.service[48319]: [pid: 48319|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Mar 14 21:18:18 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-14 21:18:47.595 | Mar 14 21:18:22 devstack devstack@placement-api.service[48319]: DEBUG dbcounter [-] [48319] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=48319) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.595 | Mar 14 21:18:22 devstack devstack@placement-api.service[48318]: DEBUG dbcounter [-] [48318] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=48318) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.597 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.599 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-03-14 21:18:47.607 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-03-14 21:18:47.610 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.612 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-03-14 21:18:47.621 | enabled 2024-03-14 21:18:47.624 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-03-14 21:18:47.635 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-03-14 21:18:47.635 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.635 | Active: active (running) since Thu 2024-03-14 21:18:28 UTC; 18s ago 2024-03-14 21:18:47.635 | Main PID: 53227 (uwsgi) 2024-03-14 21:18:47.635 | Status: "uWSGI is ready" 2024-03-14 21:18:47.635 | Tasks: 9 (limit: 19115) 2024-03-14 21:18:47.635 | Memory: 237.3M 2024-03-14 21:18:47.635 | CPU: 4.720s 2024-03-14 21:18:47.635 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-03-14 21:18:47.635 | ├─53227 "glance-apiuWSGI master" 2024-03-14 21:18:47.635 | ├─53228 "glance-apiuWSGI worker 1" 2024-03-14 21:18:47.635 | └─53229 "glance-apiuWSGI worker 2" 2024-03-14 21:18:47.635 | 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: DEBUG dbcounter [-] [53228] Writer thread running {{(pid=53228) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:99}} 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: INFO glance.api.v2.image_data [None req-a3047b53-c3a7-4ffa-a313-b4abc2b6516b admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: DEBUG glance.location [None req-a3047b53-c3a7-4ffa-a313-b4abc2b6516b admin admin] Enabling in-flight format inspection for vmdk {{(pid=53228) set_data /opt/stack/glance/glance/location.py:581}} 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: DEBUG glance_store._drivers.filesystem [None req-a3047b53-c3a7-4ffa-a313-b4abc2b6516b admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/859088b7-b99c-4417-9679-ab9894220102 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=53228) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: WARNING glance.common.format_inspector [None req-a3047b53-c3a7-4ffa-a313-b4abc2b6516b admin admin] Unsupported VMDK format b'streamOptimized' 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: INFO glance.location [None req-a3047b53-c3a7-4ffa-a313-b4abc2b6516b admin admin] Image format matched and virtual size computed: 0 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: DEBUG glance_store.backend [None req-a3047b53-c3a7-4ffa-a313-b4abc2b6516b admin admin] Skipping store.set_acls... not implemented. {{(pid=53228) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-03-14 21:18:47.636 | Mar 14 21:18:33 devstack devstack@g-api.service[53228]: [pid: 53228|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Mar 14 21:18:32 2024] PUT /v2/images/859088b7-b99c-4417-9679-ab9894220102/file => generated 0 bytes in 914 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-03-14 21:18:47.636 | Mar 14 21:18:42 devstack devstack@g-api.service[53229]: DEBUG dbcounter [-] [53229] Writing DB stats glance:SELECT=9,glance:INSERT=7 {{(pid=53229) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.636 | Mar 14 21:18:43 devstack devstack@g-api.service[53228]: DEBUG dbcounter [-] [53228] Writing DB stats glance:SELECT=28,glance:UPDATE=2,glance:INSERT=1 {{(pid=53228) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.638 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.640 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-03-14 21:18:47.649 | enabled 2024-03-14 21:18:47.652 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-03-14 21:18:47.663 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-03-14 21:18:47.663 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.663 | Active: active (running) since Thu 2024-03-14 21:18:23 UTC; 23s ago 2024-03-14 21:18:47.663 | Main PID: 52067 (cinder-schedule) 2024-03-14 21:18:47.663 | Tasks: 1 (limit: 19115) 2024-03-14 21:18:47.663 | Memory: 102.3M 2024-03-14 21:18:47.663 | CPU: 1.831s 2024-03-14 21:18:47.663 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-03-14 21:18:47.663 | └─52067 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-03-14 21:18:47.663 | 2024-03-14 21:18:47.663 | Mar 14 21:18:25 devstack cinder-scheduler[52067]: INFO cinder.manager [None req-265f32aa-2547-430b-b1d6-6d41e9ba4853 None None] Service 1 cleanup completed. 2024-03-14 21:18:47.663 | Mar 14 21:18:25 devstack cinder-scheduler[52067]: DEBUG cinder.service [None req-265f32aa-2547-430b-b1d6-6d41e9ba4853 None None] Creating RPC server for service cinder-scheduler {{(pid=52067) start /opt/stack/cinder/cinder/service.py:238}} 2024-03-14 21:18:47.663 | Mar 14 21:18:25 devstack cinder-scheduler[52067]: DEBUG cinder.service [None req-265f32aa-2547-430b-b1d6-6d41e9ba4853 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=52067) start /opt/stack/cinder/cinder/service.py:244}} 2024-03-14 21:18:47.663 | Mar 14 21:18:29 devstack cinder-scheduler[52067]: DEBUG cinder.scheduler.host_manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 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=52067) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-03-14 21:18:47.663 | Mar 14 21:18:29 devstack cinder-scheduler[52067]: DEBUG cinder.scheduler.host_manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 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, 3, 14, 21, 18, 29, 576510)} {{(pid=52067) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-03-14 21:18:47.663 | Mar 14 21:18:29 devstack cinder-scheduler[52067]: DEBUG cinder.utils [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=52067) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-03-14 21:18:47.663 | Mar 14 21:18:39 devstack cinder-scheduler[52067]: DEBUG dbcounter [-] [52067] Writing DB stats cinder:SELECT=24,cinder:INSERT=1 {{(pid=52067) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.663 | Mar 14 21:18:45 devstack cinder-scheduler[52067]: DEBUG oslo_service.periodic_task [None req-92d6713c-0448-4288-8173-1ce6960a9c99 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=52067) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-03-14 21:18:47.663 | Mar 14 21:18:45 devstack cinder-scheduler[52067]: INFO cinder.message.api [None req-92d6713c-0448-4288-8173-1ce6960a9c99 None None] Deleted 0 expired messages. 2024-03-14 21:18:47.663 | Mar 14 21:18:45 devstack cinder-scheduler[52067]: DEBUG oslo_service.periodic_task [None req-92d6713c-0448-4288-8173-1ce6960a9c99 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=52067) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-03-14 21:18:47.666 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.668 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-03-14 21:18:47.677 | enabled 2024-03-14 21:18:47.680 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-03-14 21:18:47.690 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-03-14 21:18:47.691 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.691 | Active: active (running) since Thu 2024-03-14 21:18:20 UTC; 27s ago 2024-03-14 21:18:47.691 | Main PID: 51562 (uwsgi) 2024-03-14 21:18:47.691 | Status: "uWSGI is ready" 2024-03-14 21:18:47.691 | Tasks: 7 (limit: 19115) 2024-03-14 21:18:47.691 | Memory: 230.1M 2024-03-14 21:18:47.691 | CPU: 4.891s 2024-03-14 21:18:47.691 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-03-14 21:18:47.691 | ├─51562 "cinder-apiuWSGI master" 2024-03-14 21:18:47.691 | ├─51563 "cinder-apiuWSGI worker 1" 2024-03-14 21:18:47.691 | └─51564 "cinder-apiuWSGI worker 2" 2024-03-14 21:18:47.691 | 2024-03-14 21:18:47.691 | Mar 14 21:18:26 devstack devstack@c-api.service[51563]: DEBUG cinder.api.middleware.request_id [req-1109e51b-d3d5-4e64-b14c-3a11775f35f4 req-0eb01e4e-48db-407b-a52d-fa32c0ea44d1 None None] RequestId filter calling following filter/app {{(pid=51563) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: INFO cinder.api.openstack.wsgi [req-1109e51b-d3d5-4e64-b14c-3a11775f35f4 req-0eb01e4e-48db-407b-a52d-fa32c0ea44d1 admin admin] POST http://10.180.1.21/volume/v3/25d665ad6806416b8fafc47324d01123/types/ab3c7035-b0c3-4584-b927-11c129434312/extra_specs 2024-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: DEBUG cinder.api.openstack.wsgi [req-1109e51b-d3d5-4e64-b14c-3a11775f35f4 req-0eb01e4e-48db-407b-a52d-fa32c0ea44d1 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=51563) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: /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-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: warnings.warn('Policy enforcement is depending on the value of ' 2024-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: DEBUG oslo_db.sqlalchemy.engines [req-1109e51b-d3d5-4e64-b14c-3a11775f35f4 req-0eb01e4e-48db-407b-a52d-fa32c0ea44d1 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=51563) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: INFO cinder.api.openstack.wsgi [req-1109e51b-d3d5-4e64-b14c-3a11775f35f4 req-0eb01e4e-48db-407b-a52d-fa32c0ea44d1 admin admin] http://10.180.1.21/volume/v3/25d665ad6806416b8fafc47324d01123/types/ab3c7035-b0c3-4584-b927-11c129434312/extra_specs returned with HTTP 200 2024-03-14 21:18:47.691 | Mar 14 21:18:27 devstack devstack@c-api.service[51563]: [pid: 51563|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Mar 14 21:18:26 2024] POST /volume/v3/25d665ad6806416b8fafc47324d01123/types/ab3c7035-b0c3-4584-b927-11c129434312/extra_specs => generated 51 bytes in 321 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-03-14 21:18:47.691 | Mar 14 21:18:36 devstack devstack@c-api.service[51564]: DEBUG dbcounter [-] [51564] Writing DB stats cinder:SELECT=18,cinder:INSERT=1 {{(pid=51564) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.691 | Mar 14 21:18:37 devstack devstack@c-api.service[51563]: DEBUG dbcounter [-] [51563] Writing DB stats cinder:SELECT=25,cinder:INSERT=1 {{(pid=51563) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.694 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.696 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-03-14 21:18:47.705 | enabled 2024-03-14 21:18:47.708 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-03-14 21:18:47.719 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-03-14 21:18:47.719 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.719 | Active: active (running) since Thu 2024-03-14 21:18:25 UTC; 22s ago 2024-03-14 21:18:47.719 | Main PID: 52583 (cinder-volume) 2024-03-14 21:18:47.719 | Tasks: 2 (limit: 19115) 2024-03-14 21:18:47.719 | Memory: 252.1M 2024-03-14 21:18:47.719 | CPU: 4.424s 2024-03-14 21:18:47.719 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-03-14 21:18:47.719 | ├─52583 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-03-14 21:18:47.719 | └─52682 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-03-14 21:18:47.719 | 2024-03-14 21:18:47.719 | Mar 14 21:18:29 devstack cinder-volume[52682]: INFO cinder.volume.manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Driver initialization completed successfully. 2024-03-14 21:18:47.719 | Mar 14 21:18:29 devstack cinder-volume[52682]: INFO cinder.manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Initiating service 2 cleanup 2024-03-14 21:18:47.720 | Mar 14 21:18:29 devstack cinder-volume[52682]: INFO cinder.manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Service 2 cleanup completed. 2024-03-14 21:18:47.720 | Mar 14 21:18:29 devstack cinder-volume[52682]: DEBUG cinder.service [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Creating RPC server for service cinder-volume {{(pid=52682) start /opt/stack/cinder/cinder/service.py:238}} 2024-03-14 21:18:47.720 | Mar 14 21:18:29 devstack cinder-volume[52682]: DEBUG cinder.service [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=52682) start /opt/stack/cinder/cinder/service.py:244}} 2024-03-14 21:18:47.720 | Mar 14 21:18:29 devstack cinder-volume[52682]: INFO cinder.volume.manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-03-14 21:18:47.720 | Mar 14 21:18:29 devstack cinder-volume[52682]: INFO cinder.volume.manager [None req-d7e01539-56e5-470b-8f4f-5015d5d16b95 None None] Driver post RPC initialization completed successfully. 2024-03-14 21:18:47.720 | Mar 14 21:18:36 devstack cinder-volume[52583]: DEBUG dbcounter [-] [52583] Writing DB stats cinder:SELECT=16,cinder:INSERT=1 {{(pid=52583) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.720 | Mar 14 21:18:39 devstack cinder-volume[52682]: DEBUG dbcounter [-] [52682] Writing DB stats cinder:SELECT=6 {{(pid=52682) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.720 | Mar 14 21:18:39 devstack cinder-volume[52682]: DEBUG dbcounter [-] [52682] Writing DB stats cinder:SELECT=23,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=52682) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.722 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.724 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-03-14 21:18:47.733 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-03-14 21:18:47.736 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.738 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-03-14 21:18:47.746 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-03-14 21:18:47.749 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.751 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-03-14 21:18:47.761 | enabled 2024-03-14 21:18:47.764 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-03-14 21:18:47.775 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-03-14 21:18:47.775 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-03-14 21:18:47.775 | Active: active (running) since Thu 2024-03-14 21:18:06 UTC; 41s ago 2024-03-14 21:18:47.775 | Main PID: 47668 (/usr/bin/python) 2024-03-14 21:18:47.775 | Tasks: 5 (limit: 19115) 2024-03-14 21:18:47.775 | Memory: 181.8M 2024-03-14 21:18:47.775 | CPU: 2.980s 2024-03-14 21:18:47.775 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-03-14 21:18:47.776 | ├─47668 "/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-03-14 21:18:47.776 | ├─47772 "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-03-14 21:18:47.776 | ├─47773 "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-03-14 21:18:47.776 | ├─47774 "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-03-14 21:18:47.776 | └─47775 "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-03-14 21:18:47.776 | 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47668]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=47668) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47668]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=47668) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47668]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=47668) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47668]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=47668) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47668]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=47668) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47668]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=47668) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47772]: DEBUG neutron.wsgi [-] (47772) accepted ('10.180.1.21', 52342) {{(pid=47772) server /usr/local/lib/python3.10/dist-packages/eventlet/wsgi.py:1004}} 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47772]: INFO neutron.wsgi [-] 10.180.1.21 "GET /networking HTTP/1.1" status: 302 len: 444 time: 0.0033510 2024-03-14 21:18:47.776 | Mar 14 21:18:09 devstack neutron-server[47772]: INFO neutron.wsgi [-] 10.180.1.21 "GET /networking/ HTTP/1.1" status: 200 len: 264 time: 0.0021551 2024-03-14 21:18:47.776 | Mar 14 21:18:19 devstack neutron-server[47668]: DEBUG dbcounter [-] [47668] Writing DB stats neutron:SELECT=4,neutron:INSERT=2 {{(pid=47668) stat_writer /usr/local/lib/python3.10/dist-packages/dbcounter.py:114}} 2024-03-14 21:18:47.778 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.780 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@horizon.service 2024-03-14 21:18:47.789 | Failed to get unit file state for devstack@horizon.service: No such file or directory 2024-03-14 21:18:47.792 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.794 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-03-14 21:18:47.802 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-03-14 21:18:47.805 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.807 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-03-14 21:18:47.816 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-03-14 21:18:47.819 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.821 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-03-14 21:18:47.829 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-03-14 21:18:47.832 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-03-14 21:18:47.834 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-03-14 21:18:47.842 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-03-14 21:18:47.845 | + stack.sh:main:1458 : is_service_enabled n-api 2024-03-14 21:18:47.859 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:47.861 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-03-14 21:18:47.875 | + functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:18:47.877 | + 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-03-14 21:18:47.879 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:47.881 | + 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-03-14 21:18:47.883 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-03-14 21:18:48.273 | 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-03-14 21:18:49.724 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.724 | | Upgrade Check Results | 2024-03-14 21:18:49.724 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: Cells v2 | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: No host mappings or compute nodes were found. Remember to | 2024-03-14 21:18:49.725 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-03-14 21:18:49.725 | | compute hosts are deployed. | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: Placement API | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: None | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: Cinder API | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: None | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: Policy File JSON to YAML Migration | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: None | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: Older than N-1 computes | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: None | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: hw_machine_type unset | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: None | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:49.725 | | Check: Service User Token Configuration | 2024-03-14 21:18:49.725 | | Result: Success | 2024-03-14 21:18:49.725 | | Details: None | 2024-03-14 21:18:49.725 | +--------------------------------------------------------------------+ 2024-03-14 21:18:50.064 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-03-14 21:18:50.067 | + stack.sh:main:1491 : command openstack complete 2024-03-14 21:18:50.067 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-03-14 21:18:51.311 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-03-14 21:18:51.519 | + stack.sh:main:1495 : is_service_enabled cinder 2024-03-14 21:18:51.534 | + functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:51.536 | + stack.sh:main:1496 : is_ubuntu 2024-03-14 21:18:51.538 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-03-14 21:18:51.540 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-03-14 21:18:51.542 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-03-14 21:18:51.544 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:51.546 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-03-14 21:18:51.548 | + stack.sh:main:1498 : set_lvm_filter 2024-03-14 21:18:51.550 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-03-14 21:18:51.552 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-03-14 21:18:51.554 | + lib/lvm:set_lvm_filter:189 : local pv 2024-03-14 21:18:51.556 | + lib/lvm:set_lvm_filter:190 : local vg 2024-03-14 21:18:51.558 | + lib/lvm:set_lvm_filter:191 : local line 2024-03-14 21:18:51.561 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-03-14 21:18:51.650 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-03-14 21:18:51.652 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-03-14 21:18:51.654 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-03-14 21:18:51.666 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-03-14 21:18:51.676 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-03-14 21:18:51.679 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:51.681 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-03-14 21:18:51.683 | + stack.sh:main:1508 : run_phase stack test-config 2024-03-14 21:18:51.685 | + functions-common:run_phase:1863 : local mode=stack 2024-03-14 21:18:51.687 | + functions-common:run_phase:1864 : local phase=test-config 2024-03-14 21:18:51.689 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-14 21:18:51.691 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-03-14 21:18:51.693 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-14 21:18:51.695 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-03-14 21:18:51.697 | + functions-common:run_phase:1873 : local extra 2024-03-14 21:18:51.700 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-14 21:18:51.703 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-03-14 21:18:51.706 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-14 21:18:51.708 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-14 21:18:51.710 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-03-14 21:18:51.712 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-14 21:18:51.725 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:51.727 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:18:51.728 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:51.730 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-03-14 21:18:51.732 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:51.734 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:18:51.736 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:51.738 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-03-14 21:18:51.740 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:51.742 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-03-14 21:18:51.744 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:18:51.746 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:18:51.748 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-03-14 21:18:51.782 | [4746 Async install_tempest:28262]: Waiting for completion of install_tempest running on PID 28262 (1 other jobs running) 2024-03-14 21:18:51.798 | [4746 Async install_tempest:28262]: Signaling child to exit 2024-03-14 21:18:51.798 | WAKEUP 2024-03-14 21:18:51.813 | [4746 Async install_tempest:28262]: Signaled 2024-03-14 21:18:51.814 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-03-14 21:18:51.814 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-03-14 21:18:51.814 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-03-14 21:18:51.814 | ++ functions-common:git_clone:614 : local git_ref=master 2024-03-14 21:18:51.814 | ++ functions-common:git_clone:615 : local orig_dir 2024-03-14 21:18:51.814 | +++ functions-common:git_clone:616 : pwd 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-03-14 21:18:51.815 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:619 : RECLONE=False 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:633 : echo master 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:720 : local count=0 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:721 : local timeout=0 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:724 : timeout=0 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:18:51.815 | ++ functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:18:51.815 | ++ functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:51.815 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:51.815 | +++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:51.815 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1710450930209 2024-03-14 21:18:51.815 | ++ 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-03-14 21:18:51.815 | Cloning into '/opt/stack//tempest'... 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2442 : start_time=1710450930209 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2444 : [[ -z 1710450930209 ]] 2024-03-14 21:18:51.815 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2447 : end_time=1710450932639 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2448 : elapsed_time=2430 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2449 : total=98208 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:51.815 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100638 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-03-14 21:18:51.815 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:720 : local count=0 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:721 : local timeout=0 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:724 : timeout=0 2024-03-14 21:18:51.815 | ++ functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:18:51.815 | ++ functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:51.816 | +++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1710450932669 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-03-14 21:18:51.816 | From https://opendev.org/openstack/tempest 2024-03-14 21:18:51.816 | * branch master -> FETCH_HEAD 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2442 : start_time=1710450932669 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2444 : [[ -z 1710450932669 ]] 2024-03-14 21:18:51.816 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2447 : end_time=1710450933583 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2448 : elapsed_time=914 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2449 : total=100638 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:51.816 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=101552 2024-03-14 21:18:51.816 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:720 : local count=0 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:721 : local timeout=0 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:724 : timeout=0 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:727 : time_start git_timed 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2421 : local name=git_timed 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2422 : local start_time= 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-03-14 21:18:51.816 | +++ functions-common:time_start:2426 : date +%s%3N 2024-03-14 21:18:51.816 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1710450933612 2024-03-14 21:18:51.816 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-14 21:18:51.816 | Note: switching to 'FETCH_HEAD'. 2024-03-14 21:18:51.816 | 2024-03-14 21:18:51.816 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-14 21:18:51.816 | changes and commit them, and you can discard any commits you make in this 2024-03-14 21:18:51.816 | state without impacting any branches by switching back to a branch. 2024-03-14 21:18:51.816 | 2024-03-14 21:18:51.816 | If you want to create a new branch to retain commits you create, you may 2024-03-14 21:18:51.816 | do so (now or later) by using -c with the switch command. Example: 2024-03-14 21:18:51.816 | 2024-03-14 21:18:51.816 | git switch -c 2024-03-14 21:18:51.816 | 2024-03-14 21:18:51.816 | Or undo this operation with: 2024-03-14 21:18:51.816 | 2024-03-14 21:18:51.816 | git switch - 2024-03-14 21:18:51.816 | 2024-03-14 21:18:51.817 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-14 21:18:51.817 | 2024-03-14 21:18:51.817 | HEAD is now at 6f92b52 Merge "Make plugin sanity check job voting again" 2024-03-14 21:18:51.817 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2441 : name=git_timed 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2442 : start_time=1710450933612 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2444 : [[ -z 1710450933612 ]] 2024-03-14 21:18:51.817 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2447 : end_time=1710450933708 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2448 : elapsed_time=96 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2449 : total=101552 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:51.817 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=101648 2024-03-14 21:18:51.817 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-03-14 21:18:51.817 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-03-14 21:18:51.817 | ++ functions-common:git_clone:696 : git show --oneline 2024-03-14 21:18:51.817 | ++ functions-common:git_clone:696 : head -1 2024-03-14 21:18:51.817 | 6f92b52 Merge "Make plugin sanity check job voting again" 2024-03-14 21:18:51.817 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-03-14 21:18:51.817 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-03-14 21:18:51.817 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-03-14 21:18:51.817 | ++ 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-03-14 21:18:51.817 | Collecting tox!=2.8.0,<4.0.0 2024-03-14 21:18:51.817 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-03-14 21:18:51.817 | Collecting py>=1.4.17 2024-03-14 21:18:51.817 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-03-14 21:18:51.817 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (21.3) 2024-03-14 21:18:51.817 | Collecting tomli>=2.0.1 2024-03-14 21:18:51.817 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-03-14 21:18:51.817 | 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-03-14 21:18:51.817 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-03-14 21:18:51.817 | Collecting filelock>=3.0.0 2024-03-14 21:18:51.817 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-03-14 21:18:51.817 | 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-03-14 21:18:51.817 | Collecting pluggy>=0.12.0 2024-03-14 21:18:51.817 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-03-14 21:18:51.817 | 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-03-14 21:18:51.817 | Collecting distlib<1,>=0.3.5 2024-03-14 21:18:51.817 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-03-14 21:18:51.817 | Collecting platformdirs<3,>=2.4 2024-03-14 21:18:51.817 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-03-14 21:18:51.817 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-03-14 21:18:51.818 | 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-03-14 21:18:51.818 | 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-03-14 21:18:51.818 | ++ inc/python:pip_install:196 : result=0 2024-03-14 21:18:51.818 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2442 : start_time=1710450933751 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2444 : [[ -z 1710450933751 ]] 2024-03-14 21:18:51.818 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2447 : end_time=1710450937115 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2448 : elapsed_time=3364 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2449 : total=86936 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:51.818 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90300 2024-03-14 21:18:51.818 | ++ inc/python:pip_install:199 : return 0 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-03-14 21:18:51.818 | ~/tempest ~/devstack 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-03-14 21:18:51.818 | Switched to branch 'master' 2024-03-14 21:18:51.818 | Your branch is up to date with 'origin/master'. 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-03-14 21:18:51.818 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.HYBVGk1eco 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.HYBVGk1eco 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.HYBVGk1eco 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:18:51.818 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-03-14 21:18:51.818 | full create: /opt/stack/tempest/.tox/tempest 2024-03-14 21:18:51.818 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-03-14 21:18:51.818 | full develop-inst: /opt/stack/tempest 2024-03-14 21:18:51.818 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@6f92b52575082e4b936ffc43af3e06b9dfbbf418#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-14 21:18:51.818 | ___________________________________ summary ____________________________________ 2024-03-14 21:18:51.818 | full: skipped tests 2024-03-14 21:18:51.818 | congratulations :) 2024-03-14 21:18:51.818 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.HYBVGk1eco -r requirements.txt 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.6.0) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.33.0) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.0) 2024-03-14 21:18:51.819 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.2) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2024-03-14 21:18:51.819 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.3) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | 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-03-14 21:18:51.819 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.7) 2024-03-14 21:18:51.819 | 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-03-14 21:18:51.820 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.2) 2024-03-14 21:18:51.820 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.1) 2024-03-14 21:18:51.820 | 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-03-14 21:18:51.820 | 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-03-14 21:18:51.820 | 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-03-14 21:18:51.820 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2024-03-14 21:18:51.820 | 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-03-14 21:18:51.820 | 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-03-14 21:18:51.820 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.2.2) 2024-03-14 21:18:51.820 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.6) 2024-03-14 21:18:51.820 | 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-03-14 21:18:51.820 | WARNING: There was an error checking the latest version of pip. 2024-03-14 21:18:51.820 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-03-14 21:18:51.820 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.HYBVGk1eco 2024-03-14 21:18:51.820 | ++ lib/tempest:install_tempest:859 : popd 2024-03-14 21:18:51.820 | ~/devstack 2024-03-14 21:18:51.847 | [4746 Async install_tempest:28262]: finished install_tempest with result 0 in 21 seconds 2024-03-14 21:18:51.850 | ++ inc/async:async_wait:197 : return 0 2024-03-14 21:18:51.852 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-03-14 21:18:51.854 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:18:51.856 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-03-14 21:18:51.858 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-03-14 21:18:51.860 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-03-14 21:18:51.862 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-03-14 21:18:51.863 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-03-14 21:18:51.865 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-03-14 21:18:51.867 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-03-14 21:18:51.869 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-03-14 21:18:51.870 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-03-14 21:18:51.873 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-03-14 21:18:51.873 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-03-14 21:18:51.876 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-03-14 21:18:51.878 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-03-14 21:18:51.880 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-03-14 21:18:51.882 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-03-14 21:18:51.883 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-03-14 21:18:51.898 | Using python 3.10 to install testrepository 2024-03-14 21:18:51.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 testrepository 2024-03-14 21:18:53.076 | Collecting testrepository 2024-03-14 21:18:53.076 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-03-14 21:18:53.088 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-03-14 21:18:53.088 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-03-14 21:18:53.089 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-03-14 21:18:53.094 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-03-14 21:18:53.100 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-03-14 21:18:54.194 | Installing collected packages: testrepository 2024-03-14 21:18:54.312 | Successfully installed testrepository-0.0.20 2024-03-14 21:18:54.312 | 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-03-14 21:18:54.414 | ++ inc/python:pip_install:196 : result=0 2024-03-14 21:18:54.416 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-03-14 21:18:54.417 | ++ functions-common:time_stop:2435 : local name 2024-03-14 21:18:54.419 | ++ functions-common:time_stop:2436 : local end_time 2024-03-14 21:18:54.421 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-03-14 21:18:54.423 | ++ functions-common:time_stop:2438 : local total 2024-03-14 21:18:54.424 | ++ functions-common:time_stop:2439 : local start_time 2024-03-14 21:18:54.426 | ++ functions-common:time_stop:2441 : name=pip_install 2024-03-14 21:18:54.428 | ++ functions-common:time_stop:2442 : start_time=1710451131894 2024-03-14 21:18:54.429 | ++ functions-common:time_stop:2444 : [[ -z 1710451131894 ]] 2024-03-14 21:18:54.431 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-03-14 21:18:54.435 | ++ functions-common:time_stop:2447 : end_time=1710451134433 2024-03-14 21:18:54.437 | ++ functions-common:time_stop:2448 : elapsed_time=2539 2024-03-14 21:18:54.438 | ++ functions-common:time_stop:2449 : total=107420 2024-03-14 21:18:54.440 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-03-14 21:18:54.441 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=109959 2024-03-14 21:18:54.443 | ++ inc/python:pip_install:199 : return 0 2024-03-14 21:18:54.445 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-03-14 21:18:54.447 | ++ lib/tempest:configure_tempest:200 : local images 2024-03-14 21:18:54.448 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-03-14 21:18:54.450 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-03-14 21:18:54.452 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-03-14 21:18:54.453 | ++ lib/tempest:configure_tempest:204 : local password 2024-03-14 21:18:54.455 | ++ lib/tempest:configure_tempest:205 : local line 2024-03-14 21:18:54.457 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-03-14 21:18:54.459 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-03-14 21:18:54.460 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-03-14 21:18:54.462 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-03-14 21:18:54.464 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-03-14 21:18:54.465 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-03-14 21:18:54.467 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-03-14 21:18:54.469 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-03-14 21:18:54.471 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-03-14 21:18:54.472 | ++ lib/tempest:configure_tempest:215 : local disk 2024-03-14 21:18:54.474 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-03-14 21:18:54.474 | ' 2024-03-14 21:18:54.476 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-03-14 21:18:54.477 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-03-14 21:18:54.489 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:54.491 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-03-14 21:18:54.493 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-03-14 21:18:54.495 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-03-14 21:18:54.496 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-03-14 21:18:54.498 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-03-14 21:18:54.500 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-03-14 21:18:54.501 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-03-14 21:18:54.501 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-03-14 21:18:55.817 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:18:55.820 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-03-14 21:18:55.822 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-03-14 21:18:55.823 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-03-14 21:18:55.825 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-03-14 21:18:55.827 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-03-14 21:18:55.829 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-03-14 21:18:55.831 | ++ lib/tempest:configure_tempest:254 : image_uuid=859088b7-b99c-4417-9679-ab9894220102 2024-03-14 21:18:55.832 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=859088b7-b99c-4417-9679-ab9894220102 2024-03-14 21:18:55.834 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-03-14 21:18:55.844 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-03-14 21:18:55.847 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-03-14 21:18:55.848 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-03-14 21:18:55.850 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-03-14 21:18:55.852 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-03-14 21:18:55.853 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-03-14 21:18:55.855 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-03-14 21:18:55.857 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-03-14 21:18:55.859 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-03-14 21:18:55.860 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-03-14 21:18:57.114 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:18:57.117 | ++ lib/tempest:configure_tempest:281 : admin_project_id=25d665ad6806416b8fafc47324d01123 2024-03-14 21:18:57.118 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-03-14 21:18:57.131 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:18:57.133 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-03-14 21:18:58.398 | +++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:18:58.400 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-03-14 21:18:58.401 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-14 21:18:58.401 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-14 21:18:58.401 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-14 21:18:58.401 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-14 21:18:58.401 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-14 21:18:58.401 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-14 21:18:58.401 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-14 21:18:58.401 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-14 21:18:58.401 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-14 21:18:58.401 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-14 21:18:58.401 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-14 21:18:58.401 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-14 21:18:58.401 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-03-14 21:18:58.402 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-03-14 21:18:58.404 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-14 21:18:58.404 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-14 21:18:58.404 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-14 21:18:58.404 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-14 21:18:58.404 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-14 21:18:58.404 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-14 21:18:58.404 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-14 21:18:58.404 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-14 21:18:58.404 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-14 21:18:58.404 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-14 21:18:58.404 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-14 21:18:58.404 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-14 21:18:58.404 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-14 21:18:58.404 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-03-14 21:18:58.406 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 859088b7-b99c-4417-9679-ab9894220102 2024-03-14 21:18:58.408 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-03-14 21:18:58.410 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 859088b7-b99c-4417-9679-ab9894220102 -c size -f value 2024-03-14 21:18:59.667 | ++++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:18:59.670 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-03-14 21:18:59.672 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-03-14 21:18:59.672 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-03-14 21:18:59.713 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-03-14 21:18:59.715 | ++ 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-03-14 21:19:00.897 | +----------------------------+-----------------------+ 2024-03-14 21:19:00.897 | | Field | Value | 2024-03-14 21:19:00.897 | +----------------------------+-----------------------+ 2024-03-14 21:19:00.897 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:19:00.897 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:19:00.897 | | description | None | 2024-03-14 21:19:00.897 | | disk | 1 | 2024-03-14 21:19:00.897 | | id | 42 | 2024-03-14 21:19:00.897 | | name | m1.nano | 2024-03-14 21:19:00.897 | | os-flavor-access:is_public | True | 2024-03-14 21:19:00.897 | | properties | hw_rng:allowed='True' | 2024-03-14 21:19:00.897 | | ram | 128 | 2024-03-14 21:19:00.897 | | rxtx_factor | 1.0 | 2024-03-14 21:19:00.897 | | swap | | 2024-03-14 21:19:00.897 | | vcpus | 1 | 2024-03-14 21:19:00.897 | +----------------------------+-----------------------+ 2024-03-14 21:19:01.019 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-03-14 21:19:01.021 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-14 21:19:01.021 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-14 21:19:01.021 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-14 21:19:01.021 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-14 21:19:01.021 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-14 21:19:01.021 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-14 21:19:01.021 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-14 21:19:01.021 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-14 21:19:01.021 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-14 21:19:01.021 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-14 21:19:01.021 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-14 21:19:01.021 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-14 21:19:01.021 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-14 21:19:01.021 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-03-14 21:19:01.023 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 859088b7-b99c-4417-9679-ab9894220102 2024-03-14 21:19:01.025 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-03-14 21:19:01.027 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 859088b7-b99c-4417-9679-ab9894220102 -c size -f value 2024-03-14 21:19:02.284 | ++++ functions-common:oscwrap:2475 : return 0 2024-03-14 21:19:02.287 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-03-14 21:19:02.288 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-03-14 21:19:02.289 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-03-14 21:19:02.330 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-03-14 21:19:02.332 | ++ 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-03-14 21:19:03.479 | +----------------------------+-----------------------+ 2024-03-14 21:19:03.479 | | Field | Value | 2024-03-14 21:19:03.479 | +----------------------------+-----------------------+ 2024-03-14 21:19:03.479 | | OS-FLV-DISABLED:disabled | False | 2024-03-14 21:19:03.479 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-14 21:19:03.479 | | description | None | 2024-03-14 21:19:03.479 | | disk | 1 | 2024-03-14 21:19:03.479 | | id | 84 | 2024-03-14 21:19:03.479 | | name | m1.micro | 2024-03-14 21:19:03.479 | | os-flavor-access:is_public | True | 2024-03-14 21:19:03.479 | | properties | hw_rng:allowed='True' | 2024-03-14 21:19:03.479 | | ram | 192 | 2024-03-14 21:19:03.479 | | rxtx_factor | 1.0 | 2024-03-14 21:19:03.479 | | swap | | 2024-03-14 21:19:03.479 | | vcpus | 1 | 2024-03-14 21:19:03.479 | +----------------------------+-----------------------+ 2024-03-14 21:19:03.600 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-03-14 21:19:03.602 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-03-14 21:19:03.627 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-03-14 21:19:03.629 | ++ lib/tempest:configure_tempest:356 : [[ False == \T\r\u\e ]] 2024-03-14 21:19:03.630 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-03-14 21:19:03.654 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-03-14 21:19:03.678 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-03-14 21:19:03.681 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-03-14 21:19:03.703 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-03-14 21:19:03.725 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-03-14 21:19:03.747 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-03-14 21:19:03.771 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-03-14 21:19:03.795 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-03-14 21:19:03.818 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-03-14 21:19:03.840 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-03-14 21:19:03.862 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-03-14 21:19:03.884 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-03-14 21:19:03.905 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-03-14 21:19:03.907 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-03-14 21:19:03.931 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-03-14 21:19:03.953 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-03-14 21:19:03.975 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-03-14 21:19:03.997 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-03-14 21:19:03.998 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-03-14 21:19:04.022 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-03-14 21:19:04.044 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-03-14 21:19:04.046 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-03-14 21:19:04.068 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-03-14 21:19:04.080 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:04.082 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-03-14 21:19:04.084 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-03-14 21:19:04.106 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-03-14 21:19:04.118 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:04.120 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-03-14 21:19:04.142 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-03-14 21:19:04.165 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-03-14 21:19:04.188 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-03-14 21:19:04.190 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-03-14 21:19:04.214 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-03-14 21:19:04.236 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-03-14 21:19:04.248 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:04.250 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 859088b7-b99c-4417-9679-ab9894220102 2024-03-14 21:19:04.271 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 859088b7-b99c-4417-9679-ab9894220102 2024-03-14 21:19:04.294 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-03-14 21:19:04.316 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-03-14 21:19:04.338 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-03-14 21:19:04.362 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-03-14 21:19:04.374 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:04.376 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-03-14 21:19:04.377 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-03-14 21:19:04.380 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-03-14 21:19:04.382 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-03-14 21:19:04.383 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-03-14 21:19:04.385 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-03-14 21:19:04.399 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-03-14 21:19:04.400 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-03-14 21:19:04.423 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-03-14 21:19:04.447 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-03-14 21:19:04.469 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-03-14 21:19:04.491 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-03-14 21:19:04.513 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-03-14 21:19:04.536 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-03-14 21:19:04.558 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-03-14 21:19:04.580 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-03-14 21:19:04.603 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-03-14 21:19:04.605 | ++ 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-03-14 21:19:04.628 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-03-14 21:19:04.630 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-03-14 21:19:04.642 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:04.644 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-03-14 21:19:04.666 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id '' 2024-03-14 21:19:04.688 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-03-14 21:19:04.710 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-03-14 21:19:04.732 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-03-14 21:19:04.756 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-03-14 21:19:04.778 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-03-14 21:19:04.800 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-03-14 21:19:04.824 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-03-14 21:19:04.826 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-03-14 21:19:04.827 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-03-14 21:19:04.852 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-03-14 21:19:04.853 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-03-14 21:19:04.855 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-03-14 21:19:04.857 | ++ functions-common:is_provider_network:2287 : return 1 2024-03-14 21:19:04.859 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-03-14 21:19:04.881 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-03-14 21:19:04.903 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-03-14 21:19:04.925 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-03-14 21:19:04.947 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-03-14 21:19:04.970 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-03-14 21:19:04.992 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-14 21:19:04.994 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-03-14 21:19:05.007 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-03-14 21:19:05.031 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-14 21:19:05.033 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-03-14 21:19:05.045 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-03-14 21:19:05.067 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-14 21:19:05.069 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-03-14 21:19:05.081 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-03-14 21:19:05.103 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-14 21:19:05.106 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-03-14 21:19:05.118 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-03-14 21:19:05.141 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-03-14 21:19:05.142 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-03-14 21:19:05.144 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-03-14 21:19:05.146 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-03-14 21:19:05.159 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-03-14 21:19:05.161 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-03-14 21:19:05.183 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-03-14 21:19:05.195 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:05.197 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-03-14 21:19:05.219 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-03-14 21:19:05.221 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-03-14 21:19:05.223 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-03-14 21:19:05.224 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-03-14 21:19:05.226 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-03-14 21:19:05.228 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-03-14 21:19:05.230 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-03-14 21:19:05.231 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-03-14 21:19:05.233 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-03-14 21:19:05.247 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-03-14 21:19:05.248 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-03-14 21:19:05.272 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-03-14 21:19:05.274 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-03-14 21:19:05.276 | ++ lib/tempest:configure_tempest:668 : local service 2024-03-14 21:19:05.277 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-03-14 21:19:05.279 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.281 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-03-14 21:19:05.293 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:05.295 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-03-14 21:19:05.319 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.320 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-03-14 21:19:05.332 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:05.334 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-03-14 21:19:05.356 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.358 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-03-14 21:19:05.370 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:05.371 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-03-14 21:19:05.393 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.395 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-03-14 21:19:05.407 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:05.409 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-03-14 21:19:05.431 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.433 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-03-14 21:19:05.445 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:05.446 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-03-14 21:19:05.468 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.470 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-03-14 21:19:05.482 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:05.484 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-03-14 21:19:05.507 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-03-14 21:19:05.508 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-03-14 21:19:05.520 | ++ functions-common:is_service_enabled:2091 : return 0 2024-03-14 21:19:05.522 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon True 2024-03-14 21:19:05.544 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-03-14 21:19:05.546 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-03-14 21:19:05.548 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-03-14 21:19:05.549 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-03-14 21:19:05.551 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-03-14 21:19:05.553 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-03-14 21:19:05.555 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-03-14 21:19:05.556 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-03-14 21:19:05.558 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-03-14 21:19:05.560 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-03-14 21:19:05.562 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-03-14 21:19:05.563 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-03-14 21:19:05.566 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-03-14 21:19:05.569 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.WXEjiLfOQg 2024-03-14 21:19:05.571 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-03-14 21:19:05.573 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-03-14 21:19:05.575 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-03-14 21:19:05.579 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.hjF7BMiyvG 2024-03-14 21:19:05.581 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.hjF7BMiyvG 2024-03-14 21:19:05.582 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-03-14 21:19:05.584 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.hjF7BMiyvG 2024-03-14 21:19:05.586 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-03-14 21:19:05.589 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-03-14 21:19:05.591 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-03-14 21:19:05.596 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:19:05.598 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:19:05.601 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:19:05.603 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-14 21:19:05.605 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-03-14 21:19:05.607 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-03-14 21:19:05.892 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-03-14 21:19:06.294 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-03-14 21:19:15.148 | venv-tempest develop-inst: /opt/stack/tempest 2024-03-14 21:19:18.172 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@6f92b52575082e4b936ffc43af3e06b9dfbbf418#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-14 21:19:18.172 | ___________________________________ summary ____________________________________ 2024-03-14 21:19:18.172 | venv-tempest: skipped tests 2024-03-14 21:19:18.172 | congratulations :) 2024-03-14 21:19:18.199 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.hjF7BMiyvG -r requirements.txt 2024-03-14 21:19:18.789 | /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-03-14 21:19:18.789 | warnings.warn( 2024-03-14 21:19:18.790 | /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-03-14 21:19:18.790 | warnings.warn( 2024-03-14 21:19:18.886 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-03-14 21:19:19.255 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@6f92b52575082e4b936ffc43af3e06b9dfbbf418#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-14 21:19:19.255 | venv-tempest run-test-pre: PYTHONHASHSEED='3509207168' 2024-03-14 21:19:19.256 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.hjF7BMiyvG -r requirements.txt 2024-03-14 21:19:20.111 | 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-03-14 21:19:20.112 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.6.0) 2024-03-14 21:19:20.113 | 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-03-14 21:19:20.114 | 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-03-14 21:19:20.115 | 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-03-14 21:19:20.115 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-03-14 21:19:20.116 | 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-03-14 21:19:20.117 | 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-03-14 21:19:20.118 | 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-03-14 21:19:20.119 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-03-14 21:19:20.120 | 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-03-14 21:19:20.120 | 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-03-14 21:19:20.121 | 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-03-14 21:19:20.122 | 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-03-14 21:19:20.123 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-03-14 21:19:20.124 | 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-03-14 21:19:20.124 | 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-03-14 21:19:20.125 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-03-14 21:19:20.126 | 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-03-14 21:19:20.127 | 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-03-14 21:19:20.127 | 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-03-14 21:19:20.128 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-03-14 21:19:20.134 | 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-03-14 21:19:20.135 | 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-03-14 21:19:20.151 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.33.0) 2024-03-14 21:19:20.152 | 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-03-14 21:19:20.153 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.0) 2024-03-14 21:19:20.154 | 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-03-14 21:19:20.169 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.1.2) 2024-03-14 21:19:20.170 | 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-03-14 21:19:20.187 | 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-03-14 21:19:20.193 | 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-03-14 21:19:20.209 | 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-03-14 21:19:20.210 | 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-03-14 21:19:20.226 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2024-03-14 21:19:20.227 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-03-14 21:19:20.228 | 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-03-14 21:19:20.243 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.3) 2024-03-14 21:19:20.243 | 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-03-14 21:19:20.245 | 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-03-14 21:19:20.251 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.7) 2024-03-14 21:19:20.252 | 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-03-14 21:19:20.261 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.2) 2024-03-14 21:19:20.262 | 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-03-14 21:19:20.263 | 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-03-14 21:19:20.264 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.1) 2024-03-14 21:19:20.286 | 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-03-14 21:19:20.306 | 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-03-14 21:19:20.342 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2024-03-14 21:19:20.365 | 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-03-14 21:19:20.408 | 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-03-14 21:19:20.420 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.2.2) 2024-03-14 21:19:20.422 | 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-03-14 21:19:20.422 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.6) 2024-03-14 21:19:20.527 | WARNING: There was an error checking the latest version of pip. 2024-03-14 21:19:20.602 | ___________________________________ summary ____________________________________ 2024-03-14 21:19:20.602 | venv-tempest: commands succeeded 2024-03-14 21:19:20.602 | congratulations :) 2024-03-14 21:19:20.625 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.hjF7BMiyvG 2024-03-14 21:19:20.628 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-03-14 21:19:20.630 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-03-14 21:19:20.632 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-03-14 21:19:20.656 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.WXEjiLfOQg 2024-03-14 21:19:20.943 | venv create: /opt/stack/tempest/.tox/venv 2024-03-14 21:19:21.248 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-03-14 21:19:34.275 | venv develop-inst: /opt/stack/tempest 2024-03-14 21:19:37.764 | venv installed: alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.14.0,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.21.7,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.3,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,Pygments==2.17.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.2.6,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@6f92b52575082e4b936ffc43af3e06b9dfbbf418#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-14 21:19:37.764 | venv run-test-pre: PYTHONHASHSEED='1919872934' 2024-03-14 21:19:37.764 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.WXEjiLfOQg 2024-03-14 21:19:38.061 | /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-03-14 21:19:38.061 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-03-14 21:19:38.061 | /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-03-14 21:19:38.061 | @jsonschema.FormatChecker.cls_checks('base64') 2024-03-14 21:19:38.300 | /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-03-14 21:19:38.300 | warnings.warn( 2024-03-14 21:19:38.464 | /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-03-14 21:19:38.464 | for key, value in info.getheaders().items(): 2024-03-14 21:19:38.487 | /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-03-14 21:19:38.487 | for key, value in info.getheaders().items(): 2024-03-14 21:19:38.699 | /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-03-14 21:19:38.699 | for key, value in info.getheaders().items(): 2024-03-14 21:19:38.700 | /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-03-14 21:19:38.700 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-03-14 21:19:39.484 | ___________________________________ summary ____________________________________ 2024-03-14 21:19:39.484 | venv: commands succeeded 2024-03-14 21:19:39.485 | congratulations :) 2024-03-14 21:19:39.509 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-03-14 21:19:39.522 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:39.524 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-03-14 21:19:39.526 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-03-14 21:19:39.538 | ++ functions-common:is_service_enabled:2091 : return 1 2024-03-14 21:19:39.540 | ++ lib/tempest:configure_tempest:757 : DISABLE_NETWORK_API_EXTENSIONS+=', l3_agent_scheduler' 2024-03-14 21:19:39.542 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-03-14 21:19:39.544 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-03-14 21:19:39.546 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-03-14 21:19:39.548 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-03-14 21:19:39.549 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-03-14 21:19:39.551 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-03-14 21:19:39.553 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-03-14 21:19:39.555 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-03-14 21:19:39.556 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-03-14 21:19:39.558 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-03-14 21:19:39.560 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-03-14 21:19:39.561 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-03-14 21:19:39.563 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-03-14 21:19:39.565 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-03-14 21:19:39.567 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-03-14 21:19:39.569 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-03-14 21:19:39.571 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-03-14 21:19:39.572 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-03-14 21:19:39.574 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-03-14 21:19:39.576 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-03-14 21:19:39.578 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-03-14 21:19:39.580 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-03-14 21:19:39.582 | ++ 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-03-14 21:19:39.584 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering, l3_agent_scheduler ]] 2024-03-14 21:19:39.586 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.WXEjiLfOQg network-feature-enabled api_extensions 2024-03-14 21:19:39.587 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-03-14 21:19:39.602 | ++ 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-03-14 21:19:39.604 | +++ 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, l3_agent_scheduler 2024-03-14 21:19:39.606 | +++ 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-03-14 21:19:39.608 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-03-14 21:19:39.610 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering, l3_agent_scheduler' 2024-03-14 21:19:39.612 | +++ 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, l3_agent_scheduler' 2024-03-14 21:19:39.626 | +++ 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,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-03-14 21:19:39.641 | ++ 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,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-03-14 21:19:39.643 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-03-14 21:19:39.645 | ++ 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,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-03-14 21:19:39.669 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-03-14 21:19:39.671 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-03-14 21:19:39.673 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-03-14 21:19:39.675 | ++ 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-03-14 21:19:39.677 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-03-14 21:19:39.679 | ++ 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-03-14 21:19:39.704 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-03-14 21:19:39.706 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-03-14 21:19:39.708 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-03-14 21:19:39.710 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-03-14 21:19:39.712 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-03-14 21:19:39.714 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-03-14 21:19:39.716 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-03-14 21:19:39.718 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-03-14 21:19:39.720 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-03-14 21:19:39.722 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-03-14 21:19:39.724 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-03-14 21:19:39.726 | ++ 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-03-14 21:19:39.728 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-03-14 21:19:39.730 | ++ 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-03-14 21:19:39.753 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-03-14 21:19:39.753 | ' 2024-03-14 21:19:39.756 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-03-14 21:19:39.757 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-03-14 21:19:39.759 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-03-14 21:19:39.761 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-03-14 21:19:39.763 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-03-14 21:19:39.763 | ~/tempest ~/tempest 2024-03-14 21:19:39.765 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-03-14 21:19:39.767 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-03-14 21:19:39.767 | ~/tempest 2024-03-14 21:19:39.769 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-14 21:19:39.771 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-14 21:19:39.774 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:19:39.776 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-14 21:19:39.778 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-03-14 21:19:39.780 | + functions-common:run_plugins:1849 : local mode=stack 2024-03-14 21:19:39.782 | + functions-common:run_plugins:1850 : local phase=test-config 2024-03-14 21:19:39.784 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-03-14 21:19:39.787 | + functions-common:run_plugins:1853 : local plugin 2024-03-14 21:19:39.789 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-03-14 21:19:39.791 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-03-14 21:19:39.793 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-14 21:19:39.795 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-03-14 21:19:39.798 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-14 21:19:39.800 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:19:39.802 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-03-14 21:19:39.804 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:19:39.806 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-14 21:19:39.808 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-14 21:19:39.810 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-03-14 21:19:39.812 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-03-14 21:19:39.814 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-14 21:19:39.816 | + inc/meta-config:merge_config_group:171 : shift 2024-03-14 21:19:39.819 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-03-14 21:19:39.821 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:19:39.823 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-14 21:19:39.825 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-14 21:19:39.828 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-03-14 21:19:39.830 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-14 21:19:39.832 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-03-14 21:19:39.835 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-14 21:19:39.837 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-03-14 21:19:39.837 | /^\[\[.+\|.*\]\]/ { 2024-03-14 21:19:39.837 | gsub("[][]", "", $1); 2024-03-14 21:19:39.837 | split($1, a, "|"); 2024-03-14 21:19:39.837 | if (a[1] == matchgroup) 2024-03-14 21:19:39.837 | print a[2] 2024-03-14 21:19:39.837 | } 2024-03-14 21:19:39.837 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 47 osc 149 apt-get 10 test_with_retry 3 dbsync 2 pip_install 109 apt-get-update 7 run_process 14 git_timed 98 ------------------------- Unaccounted time 34 ========================= Total runtime 483 ================= Async summary ================= Time spent in the background minus waits: 207 sec Elapsed time: 483 sec Time if we did everything serially: 690 sec Speedup: 1.42857 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 41334 | | 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 | 146 | | cinder | SHOW | 1 | | cinder | CREATE | 74 | | cinder | SET | 1 | | cinder | ALTER | 18 | | neutron | SELECT | 57 | | neutron | SHOW | 41 | | neutron | CREATE | 317 | | neutron | INSERT | 8 | | neutron | UPDATE | 110 | | neutron | ALTER | 150 | | neutron | DROP | 51 | | neutron | DELETE | 1 | | nova_cell1 | SELECT | 112 | | 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 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 4 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | cinder | INSERT | 5 | | cinder | UPDATE | 9 | | nova_cell1 | UPDATE | 13 | | 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 Horizon is now available at http://10.180.1.21/dashboard Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: 73da7dfb93ce4a1a215c58a6011ac26c1b63b3fa Drop the devstack-single-node-centos-7 nodeset 2024-03-04 18:52:06 +0000 OS Version: Ubuntu 22.04 jammy